3.60 star(s) 10 Votes

Yannis-chan~

New Member
Feb 27, 2022
2
1
Hey here,
I got the 0.10.1 version but i'm blocked on the hall where the game ask me for a key. Fiddler doesn't run on my computer (I'm under Linux with wine) and Response Modifier doesn't seem to work. Is another method exists to bypass this ?
 

billyPoo

Newbie
Aug 28, 2021
32
7
Hey here,
I got the 0.10.1 version but i'm blocked on the hall where the game ask me for a key. Fiddler doesn't run on my computer (I'm under Linux with wine) and Response Modifier doesn't seem to work. Is another method exists to bypass this ?
I'm under linux as well, do it with HTTP Toolkit its very easy

well it does involve intercepting https request-responses from your pc and being able to edit them before being receieved by captain hardcore.

I did it with . But the instructions for fiddler should be working. Need to trust the certificate fiddler provides and be sure that the response from patreon info is correct.
I used this
 

billyPoo

Newbie
Aug 28, 2021
32
7
Here's how:

I downloaded:

I used but its doable with any way that you can edit the response (like with )

I grabbed my token (I have a patreon account) from . Used a real token in the paste field in game.
pressed activate
intercepted the response
Note that by using a real token the response original was like:

Screenshot from 2022-03-01 00-09-49.png
So from here, I put the response like so:

 
Last edited:

Naminéツ

Newbie
Feb 25, 2022
31
6
Here's how:

I downloaded:

I used but its doable with any way that you can edit the response (like with )

I grabbed my token (I have a patreon account) from . Used a real token in the paste field in game.
pressed activate
intercepted the response
Note that by using a real token the response original was like:

View attachment 1679677
So from here, I put the response like so:

Oohh, I’m gonna try this tomorrow
 

Argemon

Newbie
Jul 14, 2018
45
53
So from here, I put the response like so:

Can confirm this response worked for me, even without changing "myuserid" to my actual token and just leaving it as text. However, the result is not saved, so I have to do this each time I login.
 
  • Like
Reactions: Dotc0m and billyPoo

Naminéツ

Newbie
Feb 25, 2022
31
6
Here's how:

I downloaded:

I used but its doable with any way that you can edit the response (like with )

I grabbed my token (I have a patreon account) from . Used a real token in the paste field in game.
pressed activate
intercepted the response
Note that by using a real token the response original was like:

View attachment 1679677
So from here, I put the response like so:

I'm confused. How do I intercept the response in HTTPS Toolkit? I got the key from Patreon and I tried pasting that code you gave into fiddler and pasted my key into the game but it said no valid tier detected. Also, fiddler gave me an error. Please explain it as detailed as you can, I really don't get any of this
Capture.PNG
 

billyPoo

Newbie
Aug 28, 2021
32
7

billyPoo

Newbie
Aug 28, 2021
32
7
Ok, I got the AutoResponder thing but I'm stuck on "create a new response and in it's body paste ." Do I add a new rule in AutoResponder? and paste your code?
 

billyPoo

Newbie
Aug 28, 2021
32
7
I don't have "Add new rule" in the "Rules" tab
My dude, I'd show you screenshots but I'm on Linux and I used http toolkit which is 1000 times simpler.

You've almost done it, find the way to set a rule to just grab any kind of request for the program and then set the body as that response.
 

Argemon

Newbie
Jul 14, 2018
45
53
Ok, I got the AutoResponder thing but I'm stuck on "create a new response and in it's body paste ." Do I add a new rule in AutoResponder? and paste your code?
If you use AutoResponder, you don't need to paste code into Ctrl+R -> onBeforeResponse. Actually, you'd be better off to NOT do that.
For AutoResponder:
0. Got to AutoResponder tab
1. Click "Enable Rules"
2. Click "Add Rule"
3. In the first row, paste "EXACT: "
4. In the second row, in the dropdown menu, choose "Create new response..."
5. Right-click on the new response, "Edit response..." (or press F2)
6. In the new window, go to "TextView"
7. Paste
8. Hit "Save"
9. Launch the game, paste any text in there and hit "Activate"
1646210684539.png
 
  • Like
Reactions: jokoamigoto

Naminéツ

Newbie
Feb 25, 2022
31
6
If you use AutoResponder, you don't need to paste code into Ctrl+R -> onBeforeResponse. Actually, you'd be better off to NOT do that.
For AutoResponder:
0. Got to AutoResponder tab
1. Click "Enable Rules"
2. Click "Add Rule"
3. In the first row, paste "EXACT: "
4. In the second row, in the dropdown menu, choose "Create new response..."
5. Right-click on the new response, "Edit response..." (or press F2)
6. In the new window, go to "TextView"
7. Paste
8. Hit "Save"
9. Launch the game, paste any text in there and hit "Activate"
View attachment 1682402
Thank you so much. I got in.
 
3.60 star(s) 10 Votes