[+] Adjusted some scripts
[+] Added Overdrive Multiplier 10x script
For the latter one: note that I basically hijack the Level it should bring the Multiplier to, setting it to the Max possible (10) and change the Timer Minuend to 100.0 (instead of the base value of 2.0). That gives you like 100s till the level depletes. However, when the depletion happens, it will auto-fill back-up to 10 and full. So you don't need to worry about it If you have some GUI OCD and don't want to see that purple bar go down, change 100.0 in the script to 1000.0 (or some high value).
Oh.. and just kill some fucker to activate
Notes:
1. If you alt-tab and get back in, it may look like the purple level is not updating (not decreasing). Don't get fooled into thinking it's frozen. It just didn't update You'll at some point see it empty out, get back up to full and starting to decrease.
2. No, although I can make an "Unlimited Overdrive Duration" script, it makes no sense to do so, as you cannot turn Overdrive off (unless you would disable the said script).
3. After you transition to a location, you may notice the Multiplier doesn't show up when you kill someone. That's due to the fact that the engine reinitializes GUI and other crap when you teleport via F key. The Multiplier is still there, doing its thing, still at Level 10. You just don't see it. If your OCD says it should show up, then disable the script before you teleport with F, do F, re-enable script. Note that you may still have to wait 100 seconds before the x10 shows up.
Bottom line: want other behavior, mod the script yourself.
* * *
Updated to 1.1, including the below:
* * *
Hello folks,
Quick and fast table that gets you Unlimited Clip Ammo. You have the g_Player pointer which you can use for other crap like finding Health or in CMPs in your scripts I will post more soon (including some nice engine cheats and mods).
EDIT:
Overdrive is at g_Player + D90:
Code: Select all
RAGE2.exe+9B609A - F3 0F11 8F 900D0000 - movss [rdi+00000D90],xmm1 <-- here
RAGE2.exe+9B60A2 - 48 8D 4F 10 - lea rcx,[rdi+10]
RAGE2.exe+9B60A6 - E8 7584E8FF - call RAGE2.exe+83E520
RAGE2.exe+9B60AB - 48 8B D8 - mov rbx,rax
RAGE2.exe+9B60AE - 48 85 C0 - test rax,rax
BR,
Sun
P.S.: Feel free to post your shit
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