PDA

View Full Version : Stamina Module Code



Mary!
02-03-2008, 04:32 PM
Could someone give me a stamina module code please? :D:D

obsedianpk
02-03-2008, 05:11 PM
stamina module...

you mean source code?

C++/Vb6?

Mary!
02-03-2008, 05:12 PM
vb6 yeah
im trying to learn how to make vb6 hacks, im sucha noob :p

0Hellfish0
02-03-2008, 05:20 PM
Have you got a module already in your project with the writeabyte etc functions?

Mary!
02-03-2008, 05:21 PM
yeah :eek:

obsedianpk
02-03-2008, 05:26 PM
well


writepointerfloat("warrock", Staminaaddie, Offset, value)

i think ;lol

vb6 sux

renten2314
02-03-2008, 08:13 PM
Put this in a timer

Dim Stamina As Long
Dim Stamina1 As Long
Call ReadALong("WarRock", &H1306A70, Stamina)
Stamina1 = Stamina + &H288
Call WriteALong("Warrock", Stamina1, 1120403456)

Yes i put the new addresses. It should work.

Mary!
02-03-2008, 08:59 PM
Put this in a timer

Dim Stamina As Long
Dim Stamina1 As Long
Call ReadALong("WarRock", &H1306A70, Stamina)
Stamina1 = Stamina + &H288
Call WriteALong("Warrock", Stamina1, 1120403456)

Yes i put the new addresses. It should work.

cool thanks ^_^

Wieter20
02-04-2008, 08:33 AM
cool thanks ^_^

u really should use c++ i think C++ is way easier then vb6
for doing Writepointerfloat functions