| View previous topic :: View next topic |
| Author |
Message |
thirst for knowledge Cheater
Reputation: 0
Joined: 15 Jan 2014 Posts: 28 Location: Russia
|
Posted: Thu Jan 16, 2014 1:38 pm Post subject: overcharging and quickfire |
|
|
| In what way, one can find instant recharge rate and weapons????? And if where such lessons or videos??
|
|
| Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Thu Jan 16, 2014 8:24 pm Post subject: |
|
|
Charge...
1 - Find the memory address of the charge value.
2 - Find the code that adds to that value when charging.
3 - Edit the code so that it adds a full amount.
Quick fire...
1 - Find the memory address of the cooldown when you fire.
2A - Find the code that sets the cooldown when you fire.
3A - Have it set a cooldown of a very very tiny amount, or just 0.
OR
2B - Find the code that subtracts a little from the cooldown timer each game cycle.
3B - Have it set the remaining cooldown to 0 directly instead of subtracting.
_________________
|
|
| Back to top |
|
 |
Chris12 Expert Cheater
Reputation: 1
Joined: 27 Apr 2012 Posts: 103
|
Posted: Fri Jan 17, 2014 6:30 am Post subject: |
|
|
Often games also use a technique where they dont save "the time remaining" but the timestamp when the weapon is ready again.
So the value you're searching for only changes once every shoot when the cooldown is triggered. So you basically have to search: unknown, "fire weapon", increased, ...
|
|
| Back to top |
|
 |
thirst for knowledge Cheater
Reputation: 0
Joined: 15 Jan 2014 Posts: 28 Location: Russia
|
Posted: Fri Jan 17, 2014 8:42 am Post subject: |
|
|
So this is the whole problem that I can not find the Address and rate of recharge, the rest is all clear .. For example, I can not in the Metro Last light Find Address recharge
Maybe there are any accurate method of finding them, for example using the debugger Olly Debugger ???
|
|
| Back to top |
|
 |
|