Freeze the Z coordinates.
hi, ima mod on another site, and i make hacks for public, and since the ones i posted has gotten detected, i am planning on makin a new one this weekend.
anywayz, i jus wanted to know how i make the super man hack?
jus copy and paste wat the code looks like and if timers, wat i should set intervals too
thx
p.s. i may post the trainer here too
Freeze the Z coordinates.
ok i am still planing this but i have a code SUGGESTION in my head, i think it may work but i am not totally sure so here i go:
i think that may work :-/ and if you look at it you will understand why.Code:' For X and Y, split it up or it will go so fuckin crazy :P Dim X As Long Dim X1 As Long Dim Y As Long Dim Y1 As Long Call ReadALong("Warrock", &H8B5288, X) Call ReadALong("Warrock", &H8B5288, Y) X1 = X + &H17C Y1 = Y + &H184 X1 = X1 + "20" Y1 = Y1 + "20"
Well, I usually get errors when I do things like that, so I just dim it an integer, then call the variable.
here is some code the way he is talking about
i think that should work to.Code:' For X and Y, split it up or it will go so fuckin crazy :P Dim TeleJump As Long Dim X As Long Dim X1 As Long Dim Y As Long Dim Y1 As Long Call ReadALong("Warrock", &H8B5288, X) Call ReadALong("Warrock", &H8B5288, Y) X1 = X + &H17C Y1 = Y + &H184 X1 = X1 + TeleJump Y1 = Y1 + TeleJump
just found out that i had a code error i had forgot to call it back into war rock :P
now some1 tell me if that works :-DCode:Dim X As Long Dim X1 As Long Dim Y As Long Dim Y1 As Long Call ReadALong("Warrock", &H8B5288, X) Call ReadALong("Warrock", &H8B5288, Y) X1 = X + &H17C Y1 = Y + &H184 X1 = X1 + "20" Y1 = Y1 + "20" Call WriteALong("Warrock", X1) Call WriteALong("Warrock", Y1)
I think that yes, but in Call write a long u must put 1 parameter more, the value (I think long value )