AtoZ   12-26-2014, 01:01 AM
Code:
Global $TPaused
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("!{q}", "Terminate") ; PRESS Alt Q to terminate.


Func TogglePause()
    $TPaused = NOT $TPaused
    While $TPaused
        sleep(100)
        ToolTip('BOT PAUSE',0,0)
     WEnd
     ToolTip("")
EndFunc

Func Terminate()
     Exit 0
EndFunc
These hotkeys are surely helpful incase of malfunction like gem buying etc.
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.