Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. !l::Looting()
  2. Looting(){
  3. {
  4. MouseGetPos, xpos, ypos
  5. SetMouseDelay, -1
  6. SetKeyDelay, -1
  7.  
  8. Send {shift down}
  9. MouseMove, 720, 350 ;nw
  10. send {RButton}
  11. MouseMove, 720, 415 ;w
  12. send {RButton}
  13. MouseMove, 720, 475 ;sw
  14. send {RButton}
  15. MouseMove, 785, 475 ;s
  16. send {RButton}
  17. MouseMove, 850, 475 ;se
  18. send {RButton}
  19. MouseMove, 850, 415 ;e
  20. send {RButton}
  21. MouseMove, 850, 350 ;ne
  22. send {RButton}
  23. MouseMove, 785, 350 ;n
  24. send {RButton}
  25. send {shift up}
  26.  
  27. MouseMove, xpos, ypos
  28. }return
  29. }
  30.  
  31. NumpadSub::reminder()
  32. reminder()
  33. {
  34. {
  35. Send {NumpadSub}
  36. Sleep, 570000 ; 570000 = 9:30
  37. SoundPlay E:\AHKsc\Rem.mp3 ;SoundBeep jak nie masz zadnego dżwieku
  38.  
  39. }
  40. return
  41. }
  42.  
  43. /* darrows
  44. Loop,
  45. {
  46. if WinActive("Tibia")
  47. {
  48. send, ;hotkey ze strzalkami
  49. Sleep 600000
  50. }
  51. return
  52. }
  53. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement