I found the working stamina address!!!
I searched for the stamina address...
and I found the pointer address...
here is it:
012DF500 +280 Value:
1120403456
This address is 100% working!!!
Ad this address to the list and give me the credits!!!
Don't forget the
THANKS BUTTON!!!
I made a working vb hack with this address...
Code:
Private Sub Timer1_Timer()
Dim US As Long
Dim US1 As Long
Dim US2 As Long
Call ReadALong(&H12DF500, US)
US2 = 1120403456
US1 = US + &H280
Call WriteALong(US1, US2)
End Sub
In the last time I wasn't active at mpgh.net... but I decided to do sth for the community...;-) on other forums my name is "atheist"
I thought stamina can only be made by asm now.
Someone test it out to see if it works.
then why you wanne know it?
thanks
thanks a lot for the adress
I think u found it from another hacking site.
no i didn't found it on another hacking site xD
i released it on other sites with the name "atheist"^^
Should I explain you how I did it so that you believe me?
The only reason it was an Asm is because either the person who found was to stupid or lazy to locate the pointer. Every address can be located, it just takes a bit of work some times.