Advertisement
conspaste

click left F4 F5

Mar 25th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. SetTitleMatchMode, 1
  4.  
  5.  
  6. `::
  7. Suspend
  8. return
  9.  
  10.  
  11.  
  12. ;konduit
  13. ;#if (WinActive("ahk_exe java.exe"))
  14. ;osbuddy
  15. #if (WinActive("ahk_exe javaw.exe"))
  16. ;official client
  17. ;#if (WinActive("ahk_exe JagexLauncher.exe"))
  18. {
  19. ;right click, 2nd option - 37-40
  20. ;right click, 3rd option - 52-55
  21. ;right click, 4th option - 67-70
  22.  
  23. ;2::
  24. ;click right
  25. ;return
  26.  
  27. ;38 = 2nd option right now
  28. ;3::
  29. ;mousemove 0, 38, 0, rel
  30. ;return
  31.  
  32.  
  33. ;4::
  34. ;click left
  35. ;return
  36.  
  37. F4::
  38. click left
  39. return
  40.  
  41. F5::
  42. click left
  43. return
  44.  
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement