Upload your cheat tables here (No requests)
-
Tuuuup!
- Table Makers
- Posts: 294
- Joined: Sat Sep 26, 2020 9:54 am
- Reputation: 1864
Post
by Tuuuup! »
Here is my table for this game. Maybe it works for Gamepass...
v2: Added 2 stagger/priming scripts
v3: Added inf HP + OHK and Jump height
If you have time to download the table and test it, then you have time to give my post a thumbs up/ rate positive. That's all I'm asking.
Have fun.
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
-
- Saltpeter-Win64-Shipping-v3.CT
- (179.19 KiB) Downloaded 652 times
Last edited by
Tuuuup! on Sun Jul 21, 2024 4:08 pm, edited 2 times in total.
-
Rhark
- Expert Cheater
- Posts: 3466
- Joined: Tue Apr 16, 2019 1:27 am
- Reputation: 1392
Post
by Rhark »
Ignore Powder Charge
Code: Select all
[ENABLE]
aobscanmodule(powderCharge_AOB,$process,443Bxx410Fxxxx2BxxC1xxxx4080) // should be unique
registersymbol(powderCharge_AOB)
alloc(re_powderCharge,3)
registersymbol(re_powderCharge)
re_powderCharge:
readmem(powderCharge_AOB,3)
powderCharge_AOB:
nop 3
[DISABLE]
powderCharge_AOB:
readmem(re_powderCharge,3) // db 44 3B C8
unregistersymbol(powderCharge_AOB)
unregistersymbol(re_powderCharge)
dealloc(re_powderCharge)
This does not require any charges to fire the gun. Feel free to add it to your table.
-
Tuuuup!
- Table Makers
- Posts: 294
- Joined: Sat Sep 26, 2020 9:54 am
- Reputation: 1864
Post
by Tuuuup! »
Rhark wrote: ↑Sat Jul 20, 2024 5:50 pm
....
Thanks, my script does the same. I just forgot to change the description
-
darkmode23
- Noobzor
- Posts: 6
- Joined: Thu Jul 15, 2021 5:10 pm
- Reputation: 4
Post
by darkmode23 »
please, add infinite jump or super jump.
-
Tuuuup!
- Table Makers
- Posts: 294
- Joined: Sat Sep 26, 2020 9:54 am
- Reputation: 1864
Post
by Tuuuup! »
darkmode23 wrote: ↑Sun Jul 21, 2024 12:38 pm
please, add infinite jump or super jump.
Check v3 update
-
acecel
- Expert Cheater
- Posts: 964
- Joined: Sun Apr 09, 2017 1:32 am
- Reputation: 163
Post
by acecel »
@Tuuuup! : Thanks a lot for the table
@Rhark : Thanks for the script too