First, this will only work for a specific gun, map, and game type. I wont show how to undma, because that'd become a huge pain.
1. Start a game in Ad Hoc with the map and game type you want to make this cheat for. You dont have to worry about people interrupting you in Ad Hoc games so you usually want to start there.
2. Choose the gun you want to make rapid fire for and enter the game.
3.In order to mod guns you need to know their specific values. Search for an exact value using the list below.
These codes will change your main weapon to the one listed. The value is the one you need to search for, so keep it in your database for quick referencing.
4. Im modding the Thompson, so ill search AD8567E5. It doesnt matter how many results you get as long as you see three starting with 0x00FXXXXX. Go to the middle result of those three, and copy its address.
5. Tab over to the "Decoder," and paste the address. Simply go one line down and you should see a value similar to 00060014, if you're modding the Thompson then that's exactly the value you will see. The first half 0006 is the speed at which you shoot, and the second half 0014 is the amount of bullets you want in your main clip. You dont need to mess with the second half so change the first half to FFFF. So if you're modding the Thompson it should now read FFFF0014, or similar if you're modding a different gun.
6. You wont see the effects of this taking place right away, so you must die. After you respawn, either hold down "R" or press it repeatedly. You should now have rapid fire if you did this correctly. However, you should now have the issue of recoil. Ill show how to solve this problem in my next tutorial.
Stay tuned for a video tutorial
1. Start a game in Ad Hoc with the map and game type you want to make this cheat for. You dont have to worry about people interrupting you in Ad Hoc games so you usually want to start there.
2. Choose the gun you want to make rapid fire for and enter the game.
3.In order to mod guns you need to know their specific values. Search for an exact value using the list below.
These codes will change your main weapon to the one listed. The value is the one you need to search for, so keep it in your database for quick referencing.
- Code:
#Arm > Thompson
0x00658268 0xAD8567E5
#Arm > BAR
0x00658268 0x1AA20FE4
#Arm > M1 Garand
0x00658268 0x9B42A47B
#Arm > Springfield
0x00658268 0xCAE6F38C
#Arm > Shotgun
0x00658268 0x3D07D75C
#Arm > M1 BAZOOKA
0x00658268 0x496D946C
#Arm > MP40
0x00658268 0x884F2C3D
#Arm > STG44
0x00658268 0x5D2EC456
#Arm > Karabiner
0x00658268 0x668B0716
#Arm > Gewhr Rifle
0x00658268 0xBBBD860C
#Arm > Panzshreck
0x00658268 0x496337DE
#Arm > Allies Pistol
0x00658268 0xD8F8C567
#Arm > Allies Grenade
0x00658268 0x564454F4
#Arm > Axis Pistol
0x00658268 0x30A9BC61
#Arm > Stick Grenade
0x00658268 0x55F0F69E
4. Im modding the Thompson, so ill search AD8567E5. It doesnt matter how many results you get as long as you see three starting with 0x00FXXXXX. Go to the middle result of those three, and copy its address.
5. Tab over to the "Decoder," and paste the address. Simply go one line down and you should see a value similar to 00060014, if you're modding the Thompson then that's exactly the value you will see. The first half 0006 is the speed at which you shoot, and the second half 0014 is the amount of bullets you want in your main clip. You dont need to mess with the second half so change the first half to FFFF. So if you're modding the Thompson it should now read FFFF0014, or similar if you're modding a different gun.
6. You wont see the effects of this taking place right away, so you must die. After you respawn, either hold down "R" or press it repeatedly. You should now have rapid fire if you did this correctly. However, you should now have the issue of recoil. Ill show how to solve this problem in my next tutorial.
Stay tuned for a video tutorial