View Full Version : No Bounds HELP
SteeL
12-30-2007, 10:07 PM
What i Did is :
1st I created a Timer :
Private Sub nobound_Timer()
Call WriteALong("Warrock", &HD1C2CC, 0)
End Sub [Enabled = false, Interval = 1]
& then 2 buttons :
Private Sub Command17_Click()
nobound.Enabled = True
End Sub
Private Sub Command17_Click()
nobound.Enabled = False
End Sub
but it's not Working.. Please HELP me. :o
Big_Boss
12-31-2007, 01:14 AM
first off were nobound is it should be name of timmer and were writeafloat etc is were the name of it in ur module should be prolly didnt help but thoose are the error i would see excuse me nobound is the name of ur trainer alo interval 1 means it starts when u run it and idk bout setting it to false i always keep it on true and interval for one and when i want it to run for a button i use timer1.interval = 1 for on timer1.interval = 2 for off
SteeL
12-31-2007, 01:45 AM
first off were nobound is it should be name of timmer and were writeafloat etc is were the name of it in ur module should be prolly didnt help but thoose are the error i would see excuse me nobound is the name of ur trainer alo interval 1 means it starts when u run it and idk bout setting it to false i always keep it on true and interval for one and when i want it to run for a button i use timer1.interval = 1 for on timer1.interval = 2 for off
can u just forget about timer name & just tell me if m coding is rite ? please :confused:
Bigxxx
12-31-2007, 09:09 PM
Into timer1
Private Sub Timer1_Timer()
Call WriteALong("Warrock", &HD3C28C, 0)
End Sub
Button on
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub
Button Off
Private Sub Command2_Click()
Timer1.Interval = 0
End Sub
SteeL
12-31-2007, 10:03 PM
i will try it & will tell u the Result :D
thankx
Bigxxx
01-01-2008, 07:23 AM
No problem good luck ;)
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.