PDA

View Full Version : Putting hotkeys in your hack!



Gnid0x
08-26-2007, 05:30 AM
You will need:

- Visual Basic 6 :D

- And dont forget your brain...

Now lets start:

Make 1 label and 2 timers. After your done type a message in label, like this:

Stamina - Ctrl + 1

or something else, doesnt metter. Now put this code in timer1:


Call WLong("WarRock", &H7F2B34, 1120403456)

That code is working stamina code. Now in the second timer (timer2) we must put the code that will enable stamina:


If getkeypress(vbkeyf1) then
timer1.interval = 1
end if

If it wont work then try with interval 100. Now click on timer2 ONCE and search the properties tab for Interval. It says: Interval 0. Change the Interval to 1.

And you made a hotkey stamina hack! :D