RAGE 2 [Engine:APEX]

Upload your cheat tables here (No requests)
Neherson
Noobzor
Noobzor
Posts: 5
Joined: Wed May 15, 2019 5:03 pm
Reputation: 9

Re: RAGE 2 [Engine:APEX]

Post by Neherson »

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.
.CEA

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?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
sebastianyyz
Expert Cheater
Expert Cheater
Posts: 313
Joined: Sun Jul 09, 2017 3:33 am
Reputation: 52

Re: RAGE 2 [Engine:APEX]

Post by sebastianyyz »

Pitty, perfect god mode no longer works. I am playing the Steam version. But I thank you for the table.

ZippyDSMlee
Novice Cheater
Novice Cheater
Posts: 19
Joined: Wed Nov 01, 2017 7:40 am
Reputation: 2

Re: RAGE 2 [Engine:APEX]

Post by ZippyDSMlee »

anyway to lower Feltrite/exp? I hate leveling up quickly.

User avatar
sebastianyyz
Expert Cheater
Expert Cheater
Posts: 313
Joined: Sun Jul 09, 2017 3:33 am
Reputation: 52

Re: RAGE 2 [Engine:APEX]

Post by sebastianyyz »

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
Expert Cheater
Posts: 307
Joined: Sat May 06, 2017 1:26 pm
Reputation: 22

Re: RAGE 2 [Engine:APEX]

Post by jonasbeckman »

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?
What is cheating?
Posts: 2
Joined: Mon Nov 04, 2019 7:13 am
Reputation: 0

Re: RAGE 2 [Engine:APEX]

Post by dercomtor »

Also gonna ask for an update here though it's probably unlikely... Sadly I'm too lazy to learn to write this stuff myself

User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

Re: RAGE 2 [Engine:APEX]

Post by SunBeam »

^ By the time I'd get to update this, you would have already learned how to do it on your own :D Try it :P

User avatar
STN
Founder
Founder
Posts: 4420
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3415

Re: RAGE 2 [Engine:APEX]

Post by STN »

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 :D Try it :P
He's lazy though.

Cybot
Cheater
Cheater
Posts: 32
Joined: Mon Jul 31, 2017 8:58 am
Reputation: 1

Re: RAGE 2 [Engine:APEX]

Post by Cybot »

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
Noobzor
Posts: 9
Joined: Wed Feb 28, 2018 6:43 pm
Reputation: 2

Re: RAGE 2 [Engine:APEX]

Post by Tomototo88 »

Is there any chance for an update?

User avatar
SvT
Table Makers
Table Makers
Posts: 586
Joined: Tue Dec 24, 2019 5:17 am
Reputation: 1834

Re: RAGE 2 [Engine:APEX]

Post by SvT »

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

chrisreddot3
Expert Cheater
Expert Cheater
Posts: 447
Joined: Sun Mar 24, 2019 1:38 am
Reputation: 77

RAGE 2 [Engine:APEX]

Post by chrisreddot3 »

update pls

briari2
Noobzor
Noobzor
Posts: 6
Joined: Wed May 01, 2019 6:43 am
Reputation: 0

RAGE 2 [Engine:APEX]

Post by briari2 »

need update

ZachFett
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Nov 19, 2018 4:37 pm
Reputation: 1

Re: RAGE 2 [Engine:APEX]

Post by ZachFett »

Would appreciate if the table could get updated. I'd really like to use those No HUD and character (viewmodel) FOV cheats.

User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

Re: RAGE 2 [Engine:APEX]

Post by SunBeam »

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..

Post Reply

Who is online

Users browsing this forum: AmazonBot, djpowe, ggkos, Google [Bot], Google Adsense [Bot], Rapidmario466, sundrops, TioEdu, Trigger03