Posted: Sat Aug 25, 2012 3:02 pm Post subject: Find *REAL* pointer address
Ok i found my pointer addres witch is 5 levels, found all offsets and added the address, its static and all this shit...
Now the problem
how do i get THIS Pointer:
"GAME_PROCESS.EXE" + XXXXXXXX
To look like THIS:
XXXXXXXX
I use it as an INT32 in VB witch is written like this
Code:
Dim Address as INT32 = &HXXXXXXXX + &HOFFSET + &HOFFSET + &HOFFSET + &HOFFSET + &HOFFSET
and i get an error when doing this:
Code:
Dim Address as INT32 = ("GAME_PROCESS.EXE" + &HXXXXXXXX) + &HOFFSET + &HOFFSET + &HOFFSET + &HOFFSET + &HOFFSET
so i can use it in VB, i know i have to plus all the offsets to it and sush, i have that controled, but how to get the real pointer address i can use!?
BTW i still have the PTR file from my pointerscan, if i need to find it here.
Its not simply sum the pointer all the offsets to get to the target address.
U need firstly to get the value of first pointer and add by the first offset and it becomes second pointer.
Now u read it's value and add by second offset to make it become third pointer... _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum