PDA

View Full Version : VB6 Error



felix01
05-09-2008, 05:22 AM
If i make a Fast Ammo, health, flag, repair hack and if i press make project 1.exe i get this error : Compile error: Sub or Function not defined
my code for fast ammo is : Call WriteALong("warrock", (&HB11D34), 1092779973) and the others so on...
help plz:****fag

dutch
05-09-2008, 05:39 AM
If i make a Fast Ammo, health, flag, repair hack and if i press make project 1.exe i get this error : Compile error: Sub or Function not defined
my code for fast ammo is : Call WriteALong("warrock", (&HB11D34), 1092779973) and the others so on...
help plz:****fag


wrong selection

wouter11
05-09-2008, 05:41 AM
Hi,

For errors in VB6 go to VB6 coding in forums:).
But i will explane it for you:).

Ok make a button and put this in it:

Timer1.Interval = 1 <---- The last 1 is for on 0 is for off.
<---- The first 1 is for the timer you use:).

Call this button Fast F/A/H/R

Make another button and put this code in it:

Timer1.Interval = 1

Call this button Off

Now make a timer and put this code in it:
Call E2BE9DB7(&H00b10d34, 0) <----- This is for Fast Ammo
Call E2BE9DB7(&H00b10d38, 0) <----- This is for Fast Heal
Call E2BE9DB7(&H00b10d40, 0) <----- This is for Fast Flag
Call E2BE9DB7(&H00b10d3c, 0) <----- This is for Fast repair

I dunnow if this is the right freeze point you use the stamina freeze point and that's wrong...:P so that's the only thing you have to find out:P.
Now you only have to do is add a module.
Right click by form and then add and then add module.
Then copy my module... (by attachments:)) and then create a .exe

Pm me if it doesn't work.

Greets Wouter.

felix01
05-09-2008, 05:51 AM
ok tyvm but i want evrything in 1 button not all in 1
and do you got these freeze codes cause i can use them