how i change range with ollydbg thx anyone will help me
[Only registered and activated users can see links. Click Here To Register...]Quote:
my friend make auto bot from ollydbg and fps 999 and ping 12 and auto hp
'[%s] (%03d,%03d) Ping: %s; Fps: %02d; %02d/%02d/%d %s %02d:%02d'
'[%s] (%03d,%03d) Ping: 0000; Fps: 999999999999999999; %02d/%02d/%d %s %02d:%02d'
can u explain all steps to find '[%s] (%03d,%03d) Ping: %s; Fps: %02d; %02d/%02d/%d %s %02d:%02d' this code plzQuote:
Search for this string in OllyDbg:
and change it to:Code:'[%s] (%03d,%03d) Ping: %s; Fps: %02d; %02d/%02d/%d %s %02d:%02d'
and you win the game.Code:'[%s] (%03d,%03d) Ping: 0000; Fps: 999999999999999999; %02d/%02d/%d %s %02d:%02d'
Edit: Since some people thought I was serious, let me clarify.
This doesn't OBVIOUSLY work, it was a joke. *insert facepalm here*
Edit: Since some people thought I was serious, let me clarify.Quote:
can u explain all steps to find '[%s] (%03d,%03d) Ping: %s; Fps: %02d; %02d/%02d/%d %s %02d:%02d' this code plz