indie85 How do I cheat?
Reputation: 0
Joined: 14 Aug 2005 Posts: 1
|
Posted: Sun Aug 14, 2005 1:37 am Post subject: Uhhh something's not working... |
|
|
Hey so I'm fairly new to hacking games and what not but I'm trying to hack a game called Crimsonland. I was able to hack a bunch of things with the tutorials on this site so a preemptive thanks is in order.
So basically I'm trying to set up a teleport hack for this game (it's a 2D top view scroller). I'm found the addresses for the mouse coords, player coords, and the and the terrain coords of the mouse since the terrain moves. What I'm trying to do is set up a trainer so when you hit the hot key it teleports you to the terrain coords of the mouse. I have a good programming background so I know what pointers are and what not but I don't quite know how to get this working. My addresses are as follows:
Mouse terrain coords:
x: 0048E5F0
y: 0048E5F6
player coords:
x: 0048E5B4
y: 0048E5BA
I thought maybe I could figure it out if I could even get the player coords to be pointers to the terrain coords so you guy would just move with the mouse, but that didn't work either. Help? Please? |
|