Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #If WinActive("RuneLite") or WinActive("OSBuddy")
  2.  
  3. q:: Click right
  4. return
  5.  
  6. w::Mousemove, 0, 44, 0, R
  7. return
  8.  
  9. e::Click
  10. return
  11.  
  12. a:: Click right
  13. return
  14.  
  15. s::Mousemove, 0, 57, 0, R
  16. return
  17.  
  18. d::Click
  19. return
  20.  
  21. z:: Click right
  22. return
  23.  
  24. x::Mousemove, 0, 70, 0, R
  25. return
  26.  
  27. c::Click
  28. return
  29.  
  30. `::
  31. Suspend, Permit
  32. if not A_IsSuspended
  33. {
  34. Menu, Tray, Icon, %A_AhkPath%, 5, 1
  35. Suspend, On
  36. }
  37. else
  38. {
  39. Menu, Tray, Icon, %A_AhkPath%, 1, 0
  40. Suspend, Off
  41. }
  42. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement