Upload your cheat tables here (No requests)
L4Z3R37H
Noobzor
Posts: 8 Joined: Mon May 08, 2023 8:46 pm
Reputation: 6
Post
by L4Z3R37H » Sat Jul 08, 2023 11:41 pm
Fixed infinite ammo script. If you fired a weapon indoors map wouldn't load properly when exiting a a building.
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
Attachments
tld.CT
(332.42 KiB) Downloaded 1180 times
Raven_Crossfade
What is cheating?
Posts: 3 Joined: Fri Dec 23, 2022 10:54 pm
Reputation: 0
Post
by Raven_Crossfade » Sun Aug 06, 2023 3:19 pm
Hey would it be possible to add disable ai scan. I've seen it in the table posted by beta99th. Not sure where it originally came from. But for version 2.06 was the last time it worked. Below is the script for it. I've tried to learn what I can to make it work but my skills are quite lacking, lol.
Code: Select all
[ENABLE]
aobscanmodule(DisableAIScan,GameAssembly.dll,80 BE 6C 05 00 00 00) // should be unique
alloc(newmem,$1000,DisableAIScan)
label(code)
label(return)
newmem:
cmp byte ptr [rdi+0000056C],01
code:
jmp return
DisableAIScan:
jmp newmem
nop 2
return:
registersymbol(DisableAIScan)
[DISABLE]
DisableAIScan:
db 80 BE 6C 05 00 00 00
unregistersymbol(DisableAIScan)
dealloc(newmem)
rudeboyjohn
Cheater
Posts: 41 Joined: Mon Sep 28, 2020 3:20 am
Reputation: 4
Post
by rudeboyjohn » Wed Aug 28, 2024 3:06 pm
What are the chances for an update?