Upload your cheat tables here (No requests)
Neherson
Noobzor
Posts: 5 Joined: Wed May 15, 2019 5:03 pm
Reputation: 9
Post
by Neherson » Mon Sep 02, 2019 2:55 pm
I haven't read all ten pages, so maybe this was already done, but here's a script to override FOV while in a vehicle.
Code: Select all
[ENABLE]
aobscanmodule(origin_GetVehicleFov,RAGE2.exe,8B 81 ?? ?? 00 00 41 89 87 ?? ?? 00 00 41 80 8F ?? ?? 00 00 04)
registersymbol(origin_GetVehicleFov)
alloc(MEM_GetVehicleFov,$1000,"RAGE2.exe")
label(DATA_VehicleFovOverride)
registersymbol(DATA_VehicleFovOverride)
label(bytes_GetVehicleFov)
registersymbol(bytes_GetVehicleFov)
label(detour_GetVehicleFov)
label(return_GetVehicleFov)
MEM_GetVehicleFov://////////////////////////////////////////////////////////////
DATA_VehicleFovOverride:
dd (float)1.447131991 //115 FOV
bytes_GetVehicleFov:
readmem(origin_GetVehicleFov,6)
align #16
detour_GetVehicleFov:
mov eax,[DATA_VehicleFovOverride]
jmp return_GetVehicleFov
origin_GetVehicleFov:///////////////////////////////////////////////////////////
jmp detour_GetVehicleFov
nop
return_GetVehicleFov:
[DISABLE]
origin_GetVehicleFov:
readmem(bytes_GetVehicleFov,6)
unregistersymbol(origin_GetVehicleFov)
unregistersymbol(DATA_VehicleFovOverride)
unregistersymbol(bytes_GetVehicleFov)
dealloc(MEM_GetVehicleFov)
{
// ORIGINAL CODE - INJECTION POINT: "RAGE2.exe"+5F84C9
"RAGE2.exe"+5F849D: 49 8B CF - mov rcx,r15
"RAGE2.exe"+5F84A0: E8 DB A1 A7 FF - call RAGE2.exe+72680
"RAGE2.exe"+5F84A5: 4C 8D 45 E0 - lea r8,[rbp-20]
"RAGE2.exe"+5F84A9: 48 8D 54 24 40 - lea rdx,[rsp+40]
"RAGE2.exe"+5F84AE: 48 8D 4D F0 - lea rcx,[rbp-10]
"RAGE2.exe"+5F84B2: E8 59 10 A6 FF - call RAGE2.exe+59510
"RAGE2.exe"+5F84B7: 48 8B D0 - mov rdx,rax
"RAGE2.exe"+5F84BA: 49 8B CF - mov rcx,r15
"RAGE2.exe"+5F84BD: E8 8E 0C A7 FF - call RAGE2.exe+69150
"RAGE2.exe"+5F84C2: 48 8B 8D 38 0A 00 00 - mov rcx,[rbp+00000A38]
// ---------- INJECTING HERE ----------
"RAGE2.exe"+5F84C9: 8B 81 48 02 00 00 - mov eax,[rcx+00000248]
// ---------- DONE INJECTING ----------
"RAGE2.exe"+5F84CF: 41 89 87 C0 00 00 00 - mov [r15+000000C0],eax
"RAGE2.exe"+5F84D6: 41 80 8F 34 01 00 00 04 - or byte ptr [r15+00000134],04
"RAGE2.exe"+5F84DE: 48 8D 54 24 40 - lea rdx,[rsp+40]
"RAGE2.exe"+5F84E3: 49 8B CF - mov rcx,r15
"RAGE2.exe"+5F84E6: E8 75 E2 A6 FF - call RAGE2.exe+66760
"RAGE2.exe"+5F84EB: 48 8D 54 24 50 - lea rdx,[rsp+50]
"RAGE2.exe"+5F84F0: 48 8D 4C 24 40 - lea rcx,[rsp+40]
"RAGE2.exe"+5F84F5: E8 F6 DF A6 FF - call RAGE2.exe+664F0
"RAGE2.exe"+5F84FA: 48 8B D0 - mov rdx,rax
"RAGE2.exe"+5F84FD: 48 8D 4D 98 - lea rcx,[rbp-68]
}
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
sebastianyyz
Expert Cheater
Posts: 332 Joined: Sun Jul 09, 2017 3:33 am
Reputation: 59
Post
by sebastianyyz » Thu Sep 12, 2019 10:16 pm
Pitty, perfect god mode no longer works. I am playing the Steam version. But I thank you for the table.
ZippyDSMlee
Novice Cheater
Posts: 19 Joined: Wed Nov 01, 2017 7:40 am
Reputation: 2
Post
by ZippyDSMlee » Mon Sep 16, 2019 2:56 pm
anyway to lower Feltrite/exp? I hate leveling up quickly.
sebastianyyz
Expert Cheater
Posts: 332 Joined: Sun Jul 09, 2017 3:33 am
Reputation: 59
Post
by sebastianyyz » Fri Sep 27, 2019 4:15 am
A DLC has been released but most of the options don't work anymore. Any chance to update this please? Thank you
jonasbeckman
Expert Cheater
Posts: 307 Joined: Sat May 06, 2017 1:26 pm
Reputation: 22
Post
by jonasbeckman » Fri Sep 27, 2019 5:00 am
Yeah it was combined with a patch (18 GB for everybody to download thanks to that.) which I assume also did a few things even outside of DLC compatibility so the existing tables took a bit of a hit as a result of that no doubt.
dercomtor
What is cheating?
Posts: 2 Joined: Mon Nov 04, 2019 7:13 am
Reputation: 0
Post
by dercomtor » Mon Nov 04, 2019 7:15 am
Also gonna ask for an update here though it's probably unlikely... Sadly I'm too lazy to learn to write this stuff myself
SunBeam
Administration
Posts: 4932 Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4630
Post
by SunBeam » Mon Nov 04, 2019 10:30 am
^ By the time I'd get to update this, you would have already learned how to do it on your own
Try it
STN
Founder
Posts: 4454 Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3594
Post
by STN » Mon Nov 04, 2019 9:57 pm
SunBeam wrote: ↑ Mon Nov 04, 2019 10:30 am
^ By the time I'd get to update this, you would have already learned how to do it on your own
Try it
He's lazy though.
Cybot
Cheater
Posts: 36 Joined: Mon Jul 31, 2017 8:58 am
Reputation: 1
Post
by Cybot » Fri Dec 13, 2019 11:32 am
Hi,
I am using the Microsoft Store version, I tried to find the health values, and I found two 2 Byte values, but freezing them, or setting them back to 100 doesn't work. (Ammunition for example isn't a problem, finding and setting/freezing them works)
I assume they are just two 2 Byte values by looking at the tables posted here, but no luck with the ones i found. Anyone any hint regarding Microsoft Store version of this game?
Tomototo88
Noobzor
Posts: 9 Joined: Wed Feb 28, 2018 6:43 pm
Reputation: 2
Post
by Tomototo88 » Sat Mar 14, 2020 2:53 pm
Is there any chance for an update?
SvT
Table Makers
Posts: 589 Joined: Tue Dec 24, 2019 5:17 am
Reputation: 1852
Post
by SvT » Sat Mar 14, 2020 6:15 pm
Cybot wrote: ↑ Fri Dec 13, 2019 11:32 am
Hi,
I am using the Microsoft Store version, I tried to find the health values, and I found two 2 Byte values, but freezing them, or setting them back to 100 doesn't work. (Ammunition for example isn't a problem, finding and setting/freezing them works)
I assume they are just two 2 Byte values by looking at the tables posted here, but no luck with the ones i found. Anyone any hint regarding Microsoft Store version of this game?
I have a table for the Windows Store version, although I'm not sure if the game has been updated since I uploaded it.
viewtopic.php?t=11462
briari2
Noobzor
Posts: 6 Joined: Wed May 01, 2019 6:43 am
Reputation: 0
Post
by briari2 » Sat Jun 27, 2020 11:17 am
need update
ZachFett
What is cheating?
Posts: 4 Joined: Mon Nov 19, 2018 4:37 pm
Reputation: 1
Post
by ZachFett » Sat Aug 08, 2020 8:41 am
Would appreciate if the table could get updated. I'd really like to use those No HUD and character (viewmodel) FOV cheats.
SunBeam
Administration
Posts: 4932 Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4630
Post
by SunBeam » Sat Aug 08, 2020 11:24 am
ZachFett wrote: ↑ Sat Aug 08, 2020 8:41 am
Would appreciate if the table could get updated. I'd really like to use those No HUD and character (viewmodel) FOV cheats.
Check that screenshot on page 1. Can you please tell me where you see no hud and fov in my table? Then why are you asking for a table update that doesn't contain the shit you mentioned? I swear.. one of these days.. one of these days..