Advertisement
Aixler

diretide

Nov 16th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 1::mom()
  2. 2::dagon()
  3. 3::euls()
  4. 4::refresh()
  5.  
  6. ;;; make sure slot 3 = keybind to 0 (the one between 9 and -)
  7.  
  8. mom(){
  9. BlockInput On
  10. MouseGetPos, xpos, ypos
  11. MouseClickDrag L, 1365, 790, 1420, 940, 0   ;drag mom into bar
  12. MouseMove, xpos, ypos
  13. BlockInput Off
  14. sleep 100
  15. Send 0                      ;use mom
  16. sleep 300
  17. BlockInput On
  18. MouseGetPos, xpos, ypos
  19. MouseClickDrag L, 1420, 940, 1365, 790, 0   ;drag battlefury into bar
  20. MouseMove, xpos, ypos
  21. BlockInput Off
  22. }
  23.  
  24. dagon(){
  25. BlockInput On
  26. MouseGetPos, xpos, ypos
  27. MouseClickDrag L, 1420, 790, 1420, 940, 0   ;drag dagon into bar
  28. MouseMove, xpos, ypos
  29. BlockInput Off
  30. sleep 100
  31. Send 0                      ;use dagon
  32. sleep 200
  33. click
  34. sleep 300
  35. BlockInput On
  36. MouseGetPos, xpos, ypos
  37. MouseClickDrag L, 1420, 940, 1420, 790, 0   ;drag battlefury into bar
  38. MouseMove, xpos, ypos
  39. BlockInput Off
  40. }
  41.  
  42. euls(){
  43. BlockInput On
  44. MouseGetPos, xpos, ypos
  45. MouseClickDrag L, 1480, 790, 1420, 940, 0   ;drag euls into bar
  46. MouseMove, xpos, ypos
  47. BlockInput Off
  48. sleep 100
  49. Send 0                      ;use euls
  50. sleep 100
  51. Send 0                      ;use euls
  52. sleep 300
  53. BlockInput On
  54. MouseGetPos, xpos, ypos
  55. MouseClickDrag L, 1420, 940, 1480, 790, 0   ;drag battlefury into bar
  56. MouseMove, xpos, ypos
  57. BlockInput Off
  58. }
  59.  
  60. refresh(){
  61. BlockInput On
  62. MouseGetPos, xpos, ypos
  63. MouseClickDrag L, 1480, 790, 1420, 940, 0   ;drag refresher into bar
  64. MouseMove, xpos, ypos
  65. BlockInput Off
  66. sleep 100
  67. Send 0                      ;use refresher
  68. sleep 200
  69. send r                      ;use ult
  70. sleep 300
  71. BlockInput On
  72. MouseGetPos, xpos, ypos
  73. MouseClickDrag L, 1420, 940, 1480, 790, 0   ;drag battlefury into bar
  74. MouseMove, xpos, ypos
  75. BlockInput Off
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement