Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ClickInvent(x)
  2. {
  3. xStart := 584 ;make this the middle of item in first inventory slot
  4. yStart := 277
  5. yCol := Mod(x,7)
  6. xCol := Floor(x/7)
  7. MouseMove,xStart + xCol * 40, yStart + yCol * 38,0
  8. Sleep, 30
  9. Click
  10. Sleep, 30
  11. return
  12. }
  13.  
  14. f6::
  15. continue := 1
  16. ctr := 2
  17. ClickInvent(0)
  18. Sleep 300
  19. ClickInvent(1)
  20. Sleep 1520
  21. Loop 25
  22. {
  23. if continue != 1
  24. return
  25. ClickInvent(0)
  26. Sleep 1300
  27. ClickInvent(ctr)
  28. Sleep 921
  29. ctr++
  30. }
  31. return
  32.  
  33. f5::
  34. continue := 0
  35. return
  36.  
  37.  
  38. f3::
  39. Click right
  40. Sleep, 20
  41. MouseMove, 0, 75, 0, R
  42. Sleep, 20
  43. Click
  44. Sleep, 20
  45. MouseMove, 0, -75, 0, R
  46. return
  47.  
  48. f9::
  49. mousemove, 489,80, 0
  50. sleep, 30
  51. click
  52. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement