Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. #IfWinActive, ahk_class Arma 3
  2. #NoEnv
  3. SendMode Input
  4. SetWorkingDir %A_ScriptDir%
  5. MsgBox, Baylife EZ Rip la ROUTE RP JULIEN T PD
  6. NRA := 1
  7. delete::suspend
  8. ~LButton::
  9. while ((L:=GetKeyState("LButton","P")) + (R:=GetKeyState("RButton","P"))){
  10. if (L && R)
  11. {
  12. DllCall("mouse_event", uint, 1, int, -2, int, 4, uint, 1, int, 0)
  13. Sleep, 9.5
  14. DllCall("mouse_event", uint, 1, int, 1.75, int, 4, uint, 0, int, 0)
  15. Sleep, 5
  16. }
  17. else if L
  18. {
  19. DllCall("mouse_event", uint, 1, int, -2, int, 2, uint, 1, int, 0)
  20. Sleep, 4
  21. DllCall("mouse_event", uint, 1, int, 1.75, int, 1, uint, 0, int, 0)
  22. Sleep, 5
  23. }
  24. }
  25. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement