[Mar 28, 2013]
For new game version 1.01.730.
Made by Alice0725
Options:
Seeeee the pic.
Thanks mgr.inz.Player for the original teleport hacking.
Download Table:[Link]
Download Trainer: [Link]
----------------------------------------------------------------------
There are many trainers for TR2013, but no one gave a good solution for salvage. So, I'm try to figure it out. It's a true dynamic pointer.
Code:
--Salvage Pointer is a real dynamic pointer.--
--Salvage:2Bytes = [[ptrSalvage]+8]--
---------------------------------------------
function GetSalvagePointer(Sender)
local vEcx,vEdx = readInteger('[[ptrLara]+2300]+2C'),
readInteger('[[ptrLara]+2300]+38');
if vEcx==nil or vEcx==0 or vEdx==nil or vEdx==0 then
writeInteger('ptrSalvage',0)
else
vEdx = 0x8720EBCE % vEdx
vEdx = readInteger(vEcx + 4*vEdx)
while(vEdx~=0)do
vEcx = readInteger(vEdx+4)
--AOB:0x8720EBCE==Int(-2027885618)--
if vEcx ~= -2027885618 then
vEdx = readInteger(vEdx)
else
do break end
end
end
writeInteger('ptrSalvage',vEdx)
end;
end
t=createTimer(Sender)
timer_setInterval(t, 1000)
timer_onTimer(t,GetSalvagePointer)
timer_setEnabled(t,true)
---End of Get Salvage Pointer---
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