ok atteintion
look the offfest is 28c the player pointer is 1376360
this is my tutorial for you:
Step 1:
Make 2 CommandButtons and 1 Timer. Caption The CommandButtons: Unlimited Stamina On and the other one: Unlimited Stamina Off.
Step 2:
Double click on your "Unlimited Stamina On" Button and copy this and past it in the button:
Private Sub Command1_Click()
Timer1.Interval = 1
Timer1.Enabled = True
End Sub
Now double click on your "Unlimited Stamina Off" button and copy this and past it in the button:
Private Sub Command2_Click()
Timer1.Enabled = False
End Sub
Step 3:
Brilliant! You just made 2 buttons with commands in it but they still don't do anything.
So thats why we are going to put something in the Timer. Put this in your timer:
Private Sub Timer1_Timer()
Dim STAN As Long
Dim STAN1 As Long
Call ReadALong("WarRock", &H1376360, STAN)
STAN1 = STAN + &H28c
Call WriteALong("WarRock", STAN1, 1120403456)
End Sub
i make it but i got a error..
compile error:sub or function not defined
Private Sub Timer1_Timer()
Call ReadALong
was a problem with the module
now is working
thx
but i got a problem with the Undetected Module Maker
got banned...
any suggest?
i used the fast module... in the umm by ZeaS...
ill get a error like this help me plz
screen shot of the error
sorry for the duble post i got some upload problems here is my screenshot plz help me fixing it
screen shot of the error
sorry for the duble post i got some upload problems here is my screenshot plz help me fixing it