Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #IfWinActive ahk_class Arma 3
  2.  
  3. F1:: ;Start hotkey
  4. Loop
  5. {
  6. Loop, 18 ;Change this according to how much inventory space you have
  7. {
  8. Send {LWin}
  9. Sleep, 100
  10. MouseClick, left, 539, 721
  11. Sleep, 100
  12. MouseClick, left, 536, 796
  13. Sleep, 5200 ;Change this to the delay between animations
  14. }
  15. Send ^Y
  16. Sleep, 100
  17. MouseClick, left, 1154, 433 ;Might need to edit this according to where the diamonds are in your inv
  18. Sleep, 100
  19. MouseClick, left, 1098, 555
  20. Sleep, 100
  21. Send, {Backspace}35 ;Edit this according to how much you need to drop
  22. MouseClick, left, 1175, 644
  23. Sleep, 100
  24. Send, {Esc}
  25. Sleep, 100
  26. }
  27. Return
  28.  
  29. F2:: ;Pause hotkey
  30. Pause, Toggle
  31. Return
  32.  
  33. F3:: ;Reload hotkey
  34. Reload
  35. Return
  36.  
  37.  
  38.  
  39. ;Coords:
  40. ;2nd slot: 1154, 433
  41. ;3rd slot: 1154, 457
  42. ;4th slot: 1154, 483
  43. ;5th slot: 1154, 503
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement