Thanks for the free scripts, any plans to update the one for flares, seems to be no longer updated.Akira wrote: ↑Fri Oct 23, 2020 12:18 pmA few Scripts updated for free
Inf. Magazine Ammo:Inf. Reserve Ammo:Code: Select all
[ENABLE] aobscanmodule(ClipCount,FSD-Win64-Shipping.exe,89 81 58 06 00 00 48 8B) alloc(newmem,$1000,ClipCount) label(code) label(return) newmem: mov eax,[rcx+0000063C] code: mov [rcx+00000658],eax jmp return ClipCount: jmp newmem nop return: registersymbol(ClipCount) [DISABLE] ClipCount: db 89 81 58 06 00 00 unregistersymbol(ClipCount) dealloc(newmem)
Inf. GatlingGun Ammo:Code: Select all
[ENABLE] aobscanmodule(AmmoCount,FSD-Win64-Shipping.exe,89 8B 54 06 00 00 48) alloc(newmem,$1000,AmmoCount) label(code) label(return) newmem: mov ecx,[rbx+00000638] code: mov [rbx+00000654],ecx jmp return AmmoCount: jmp newmem nop return: registersymbol(AmmoCount) [DISABLE] AmmoCount: db 89 8B 54 06 00 00 unregistersymbol(AmmoCount) dealloc(newmem)
Inf. Flares:Code: Select all
[ENABLE] aobscanmodule(ClipCount_GatlingGun,FSD-Win64-Shipping.exe,89 86 58 06 00 00 89) alloc(newmem,$1000,ClipCount_GatlingGun) label(code) label(return) newmem: mov eax,[rsi+0000063C] code: mov [rsi+00000658],eax jmp return ClipCount_GatlingGun: jmp newmem nop return: registersymbol(ClipCount_GatlingGun) [DISABLE] ClipCount_GatlingGun: db 89 86 58 06 00 00 unregistersymbol(ClipCount_GatlingGun) dealloc(newmem)
Code: Select all
[ENABLE] aobscanmodule(Flares,FSD-Win64-Shipping.exe,89 8F 40 02 00 00 48 85) alloc(newmem,$1000,Flares) label(code) label(return) newmem: mov ecx,[rdi+0000023C] code: mov [rdi+00000240],ecx jmp return Flares: jmp newmem nop return: registersymbol(Flares) [DISABLE] Flares: db 89 8F 40 02 00 00 unregistersymbol(Flares) dealloc(newmem)
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1