getting pointers that way will not always work.
If you just want something so you can have inf ammo i made this for you, just paste it into your cheat engine. activate it when in a level for a ton of ammo for current gun, dont need to keep it active unless you want to.
edit: works online but if you keep it active it will lock the camera in place when you die so you wont be able to see yourself when you spawn. so just use a hotkey to activate it, shoot to get ammo, then deactivate it
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>1</ID>
<Description>"Ammo"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscan(Ammo,88 46 08 0F B6 46 0A)
label(return)
registersymbol(Ammo)
Ammo:
db C7 46 08 2D 00 00 00 C7 46 0A 4B 00 00 00 C7 46 0B A2 00 00 00 C7 46 09 E9 00 00 00 90 90 90 90 90 90 90 90 90 90 90
return:
[DISABLE]
Ammo:
db 88 46 08 0F B6 46 0A 35 4B 00 00 00 88 46 0A 0F B6 46 0B 35 A2 00 00 00 88 46 0B 0F B6 46 09 35 E9 00 00 00 88 46 09
unregistersymbol(Ammo)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>