420master How do I cheat?
Reputation: 0
Joined: 11 Jul 2015 Posts: 1
|
Posted: Sat Jul 11, 2015 6:32 pm Post subject: cheat engine help (cod 5) |
|
|
| I am trying to edit how fast the gun shoots, basically a rapid fire. The gun fires at 1200 RPM as I've heard from the wiki but when I tried to search for that value and edit it, it does nothing. |
|
vng21092 Grandmaster Cheater
Reputation: 15
Joined: 05 Apr 2013 Posts: 644
|
Posted: Sun Jul 12, 2015 4:31 am Post subject: |
|
|
rapid fire is a swing and a miss sorta deal. Ideally, you start off by searching for an unknown value, then you take a shot, immediately when the round goes off pause the game, and look for an increased value. When you are done shooting look for a decreased value, you can try and use C.Es speedhack to make this easier. What you're looking for is a timer between shots. OR, sometimes it might be the difference between two values where one value means you CAN shoot and the other means you CAN'T. Sometimes you can get lucky by finding out what accesses your ammo, and something might be there. If you're talking about World At War, try this.
| Code: | [Enable]
//Rapid Fire
aobscanmodule(rf_aob1,CoDWaW.exe,8B 97 48 04 00 00 89 56 40)
registersymbol(rf_aob1)
rf_aob1+6:
db 90 90 90
[Disable]
rf_aob1+6:
db 89 56 40
unregistersymbol(rf_aob1) |
|
|