Page 1 of 1

Tomb Raider(2013) Plus 7 Table [DynamicPointer]

Posted: Sun Apr 16, 2017 1:33 am
by STN
Updates:
[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---


Image

Re: Tomb Raider(2013) Plus 7 Table [DynamicPointer]

Posted: Wed Nov 15, 2017 12:43 pm
by Abdou_gtx
Thanks, but the link say "Sorry but you are not authorized to view or download this Attachment"

Re: Tomb Raider(2013) Plus 7 Table [DynamicPointer]

Posted: Wed Nov 15, 2017 2:16 pm
by STN
Abdou_gtx wrote:
Wed Nov 15, 2017 12:43 pm
Thanks, but the link say "Sorry but you are not authorized to view or download this Attachment"
What are you talking about? Can you post a screenshot?

Re: Tomb Raider(2013) Plus 7 Table [DynamicPointer]

Posted: Sun Jan 07, 2018 11:13 pm
by Abdou_gtx
STN wrote:
Wed Nov 15, 2017 2:16 pm
Abdou_gtx wrote:
Wed Nov 15, 2017 12:43 pm
Thanks, but the link say "Sorry but you are not authorized to view or download this Attachment"
What are you talking about? Can you post a screenshot?
sorry, its my mistake

Re: Tomb Raider(2013) Plus 7 Table [DynamicPointer]

Posted: Tue Mar 20, 2018 12:11 am
by darkvader75
Do you happen to have the old TombRaider.CT that has the FOV fix for the 2013 Tombraider?

Re: Tomb Raider(2013) Plus 7 Table [DynamicPointer]

Posted: Fri Nov 30, 2018 1:26 am
by milkguy288
using the latest version of the game on steam neither salvage nor skill points are working.

Re: Tomb Raider(2013) Plus 7 Table [DynamicPointer]

Posted: Fri May 31, 2019 5:00 pm
by BeastModeMikey
The Salvage pointer isnt working for me!!!

Re: Tomb Raider(2013) Plus 7 Table [DynamicPointer]

Posted: Sat May 15, 2021 3:03 pm
by stevexxx007
Anny Teleprt working for me