Guest User

Untitled

a guest
May 27th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SendMode, Event ;Event|Play|Input|InputThenPlay
  2. Hotkey, 1,, On
  3. ~^1::
  4. Hotkey, 1,, On
  5. TickCount := A_TickCount
  6. While, (A_TickCount - TickCount) < 500{
  7. If (GetKeyState("1", "P"))
  8. Send, ^{1}
  9. }
  10. Hotkey, 1,, Off
  11. 1::
Add Comment
Please, Sign In to add comment