hotkeyset ("^{NUMPADdot}","_mine") hotkeyset ("{NUMPADdot}","_mine") hotkeyset ("{ESC}","_exit") call ("_pause") func _exit() Exit EndFunc func _pause() while 1 sleep(250) WEnd EndFunc func _mine() ;~ while 1 MouseDown("right") Call ("_pause") ;~ WEnd EndFunc