How do you land
I made a swim hack that works fine I made a timer and in the land i put
Timer8.Interval = 0 and it does not land what is the problem? i was on the 8th timer just to let you know so dont suggest that i was using wrong timer number
dont you need to set your address to 0 to go back to land??
Dim swim As Long
Dim swim1 As Long
Dim swim3 As Single
If GetKeyPress(vbKeyNumpad8) Then
Call Lesen_Lang1("WarRock", &Hadress, swim)
swim1 = swim + &H54
Call Schreiben_Lang1("WarRock", swim1, &H4)
End If
If GetKeyPress(vbKeyNumpad9) Then
Call Lesen_Lang1("WarRock", &Hadress, swim)
swim1 = swim + &H54
Call Schreiben_Lang1("WarRock", swim1, &H0)
End If
numpad 8 = swim on nummpad 9 = swim off
don`t forgett to set interval to 100
swim isnt a timer
make a button that reads swim, and if its 4 set it to 0, otherwise, set it to 4
...
death i like your hacks bro they always wrk..
it will work if you do it in a timer, so will 5th slot, but your just wasting CPU loops=increasing your lag unecesarilly