[TuT] How to make PW and value box for Guns/Superjump/SkyStormer(VB6)
Do nOT LEECH THIS
INFORMATION
Clause after ' is instruction
DON'T COPY THIS RIGHT TO YOUR TRAINER CUZ IT DON'T WORK THEN
Here it comes:
Value Box:
1.Start VB6
2.Open project or start new
3.First you make button for Guns and write code:
Code:
Dim gun As Long
Dim gun1 As Long
Dim gun2 As Long
Call ReadALong("WarRock", &H¤address¤, gun)
gun1 = gun + &H¤pointer¤
gun2 = TextX 'TextX is text box where you write number of your gun
Call WriteALong("WarRock", gun1, gun2)
Then you just make textbox and run program
you can write number of gun to the textbox!
PassWord:
1.start VB6
2.open project or start new
3.Make new Form, create textbox and timer
4.Set timer interval to 100
5.write this code to timer:
Code:
If GetKeyPress(vbKeyReturn) Then 'return mean "ENTER"
If Text1.Text = "write password here" Then 'here you write your own PW
Form1.Hide 'If your password Form Is called Form1 write Form1 here
Form2.Show 'If your Trainer Form Is called Form2 write Form2 here
End If
End If 'remember 2x end if
now just start program and write your password
HAVE A NICE DAY!!!