i can help you with that. ok all you need is a timer and two buttons.
then in the ON button place this code:
and for off button put:Code:timer1.enabled = true
make the timer to DISABLED and interval to 1Code:timer1.enabled = false
then double click the timer and put this code in:
try this, it is good. reply for any errors.Code:If getkeypress(vbkeyrbutton) then Call WriteALong("Warrock", &H"Address", 1) Else: Call WriteALong("Warrock", &H"Address", 0)