Advertisement
TalBe

Untitled

Jul 7th, 2020
2,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ~rbutton::
  2. if  GetKeyState("lbutton","p")
  3.     {
  4.     sendinput, {Ctrl down}
  5.     sleep, 100
  6.     sendinput, w
  7.     sleep, 100
  8.     sendinput, {Ctrl up}
  9.     }
  10.     else if (A_PriorHotkey != "~rbutton" or A_TimeSincePriorHotkey > 700)
  11.     {
  12.     KeyWait, rbutton
  13.     send, {r}
  14.     }
  15. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement