
mlukac89
-
Posts
22 -
Joined
-
Last visited
Community Answers
-
mlukac89's post in Holding Down X Script was marked as the answer
Global $run = False HotKeySet("^g", "_start") While 1 Sleep(100) WEnd Func _start() $run = Not $run While $run If $run Then Send("{x down}") Else Send("{x up}") EndIf WEnd EndFunc Is this helps ? just compile it