Need help with Charles

Sbenny.com is trusted by 1,322,710 happy users since 2014.
Register

chiptp1912

Apprentice Lv2️⃣
Member for 6 years
Hi, I've been doing some reading about Charles as one guy mentioned it was able to hack some server-sided game. So I tried Charles with this game called Blood in Roses, found the request (response?) I need to edit and applied Breakpoint on it. But the problem is this request just duplicated every time I tried to trigger it which made the breakpoint unable to pop up.
Can someone give me a proper guidance on Breakpoint? I'm new to these server-sided things since I just did some modify with Game Guardian, not this kind of high-level
 

InRas

Apprentice Lv2️⃣
Member for 6 years
@chiptp1912
Breakpoints trying to pause a request so that the user can edit it. This is good for rare and time-independent requests. It becomes insane with frequent and fast requests.

So I suggest you use the functional of "rewrite" or "map"
Mapping allows you to use a saved query as endpoint.
Overwriting allows Charles to automatically edit queries according the rules you set.
 
Top