--
UPDATE #3: Updated for 1.04. Moved most code to Lua. Open game, double-click on the table and hit OK if asked to run the Lua code. Then just activate the corresponding Lua script you need. For KeyExecHandler script keys are: Numpad 4 (decreasetimedilation), Numpad 5 (normaltimedilation), Numpad 6 (increasetimedilation), Numpad 7 (FreeCamEnable) and Numpad 9 (FreeCamDisable).
--
UPDATE #2: Updated for 1.02.
--
UPDATE #1: Added pl_infiniteNeuromods. Set to 1.
--
Hello folks. Here we gooo..
° God Mode °
Fetch it from here:
Code: Select all
Prey.exe+15EE570 - 48 83 EC 28 - sub rsp,28
Prey.exe+15EE574 - 48 8B 0D A575DA00 - mov rcx,[Prey.exe+2395B20]
Prey.exe+15EE57B - 48 8B 01 - mov rax,[rcx]
Prey.exe+15EE57E - FF 90 38020000 - call qword ptr [rax+00000238]
<--
Prey.exe+E062C0 - 48 8B 41 28 - mov rax,[rcx+28]
Prey.exe+E062C4 - 48 8B 80 C0000000 - mov rax,[rax+000000C0]
Prey.exe+E062CB - C3 - ret
-->
Prey.exe+15EE584 - 48 8D 15 0D219100 - lea rdx,[Prey.exe+1F00698] { "g_godMode" }
Prey.exe+15EE58B - 4C 8B 00 - mov r8,[rax]
Prey.exe+15EE58E - 48 8B C8 - mov rcx,rax
Prey.exe+15EE591 - 41 FF 90 B8000000 - call qword ptr [r8+000000B8]
Prey.exe+15EE598 - 48 85 C0 - test rax,rax <-- returns pointer to CVar
Prey.exe+15EE59B - 74 0E - je Prey.exe+15EE5AB
Prey.exe+15EE59D - 48 8B 10 - mov rdx,[rax]
Prey.exe+15EE5A0 - 48 8B C8 - mov rcx,rax
Prey.exe+15EE5A3 - 48 83 C4 28 - add rsp,28
Prey.exe+15EE5A7 - 48 FF 62 10 - jmp qword ptr [rdx+10]
-->
Prey.exe+E31550 - 48 8B 41 48 - mov rax,[rcx+48]
Prey.exe+E31554 - 8B 00 - mov eax,[rax] <-- reads g_godMode's value from pointer at 0x48 offset inside CVar pointer
Prey.exe+E31556 - C3 - ret
And this is where it is used:
° Stamina °
All in this function:
Default value is (float)0.0. As you run, value increases till it hits the max, which is (float)100.0. That's when you get the fatigue action. See below image
Simply setting pl_infinite_stamina to 1 will get the job done
° Flashlight ° (who uses it)
All in this function:
Actually, the goodie is here:
Default value is (float)90.0. Decreasing when flashlight is on till (float)30.0 where you probably get a warning (rbx+78 = Max; rbx+7C = Current; rbx+80 = WarnThreshold).
And now the table:
Adding more soon, as I progress.
BR,
Sun
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