Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
aaa
SUBMITTED BY:
dxb666
DATE:
April 9, 2017, 11:11 p.m.
FORMAT:
Text only
SIZE:
598 Bytes
Raw
Download
Tweet
HITS:
688
Go to comments
Report
#RequireAdmin
Global $Paused
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("{F1}", "Terminate")
HotKeySet("{F2}", "ref")
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
WEnd
EndFunc
Func Terminate()
Exit 0
EndFunc
Func StartButtonclick()
$Paused = NOT $Paused
EndFunc
Func StopButtonclick()
; ??? TogglePause() will not work here :((
EndFunc
sleep(1500)
While 1
Sleep(100)
WEnd
Func ref()
While 2
ControlClick("MTA: San Andreas", "", "", "left", 2, 681, 583)
Sleep(22000)
Wend
EndFunc
Global $Paused
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus