Paulica How do I cheat?
Reputation: 0
Joined: 16 Jun 2012 Posts: 4
|
Posted: Fri Aug 03, 2012 12:38 pm Post subject: c# gta sa teleport hack |
|
|
Hello!
So what i want to make is a teleport hack for gta sa . I want to teleport to coordonates.
I know i have to write to memory..
If i know that 0xB7CE50 - [dword] Money - is is the money adress
int asd=99999; // ammount of money i want
I can use EditMemory(0xB7CE50,asd);
tr7network dot com/gta-san-andreas-hack-creation/making-a-gta-hack-in-c/
But when i tryied to find the position memory adresses i got:
Each ped object is 1988 (0x7C4) bytes.
For each ped in the pool:
In most cases, you can use even the dword of playeraddress as CPed value
CPed +0x14 = Pointer to XYZ position structure (and rotation)
(CPed+0x14) +0x0 to +0x2C = [dword] Is the rotation matrix
(CPed+0x14) +0x30 = [dword] XPos
(CPed+0x14) +0x34 = [dword] YPos
(CPed+0x14) +0x38 = [dword] ZPos
I can't understant this... Can you guys help me out?
|
|