sakeco
03-08-2008, 06:08 PM
How can i show the actual coords of the player in my hack?
zezima
03-13-2008, 10:54 PM
here make three labels, name em: txtx, txty, and txtz. then make a button. put this in a button:
Dim val As Long
Dim x As Long
Dim Y As Long
Dim z As Long
Dim a As Single
Dim b As Single
Dim c As Single
Call ReadALong("WarRock", &H1373FD8, val)
x = val + &H174
Y = val + &H17C
z = val + &H178
Call ReadAFloat("WarRock", x, a)
Call ReadAFloat("WarRock", Y, b)
Call ReadAFloat("WarRock", z, c)
txtx.Caption = a
txty.Caption = b
txtz.Caption = c
+rep me if this helped.
sakeco
03-14-2008, 01:34 AM
I've already found the answer on an other site. But thanks^^
Thunder
03-20-2008, 08:12 AM
can anyone explain me how to make a teleporter hack ?
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.