Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #singleinstance force
  2. #MaxThreadsPerHotkey 1
  3. SetTitleMatchMode, 1 ; match start of the title
  4. #IfWinActive Haven and Hearth
  5.  
  6. +RButton::
  7. send {Altdown}
  8. Click, Right
  9. send {Altup}
  10. send {Shiftdown}
  11. Click, Right
  12. send {Shiftup}
  13. return
  14.  
  15. Rbutton::
  16. KeyWait, RButton, T0.30
  17. Multi = %errorlevel%
  18. if (Multi = 1)
  19. Traytip,,Multi,1
  20. if (Multi = 1){
  21. SendInput {Shift Up}
  22. Sleep 35
  23. SendInput {Shift Down}
  24. Sleep 35
  25. Click, down, right
  26. sleep 35
  27. Click, up, right
  28. sleep 35
  29. SendInput {Shift up}
  30. sleep 35
  31. return
  32. }
  33.  
  34. Click, down, right
  35. sleep 35
  36. Click, up, right
  37. sleep 35
  38. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement