Guest User

Untitled

a guest
Jan 27th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 1.43 KB | None | 0 0
  1. ; <COMPILER: v1.0.48.5>
  2. MsgBox, 0, , Welcome to the League of Legends Keybinder v0.1 `n`nCreated by Mubaka al Fakher & SlixXon
  3. MsgBox Help:`n`n"Numpad 0" = Dragon`n"Numpad 1" = Blue Buff`n"Numpad 2" = Red Buff`n"Numpad 3" = Baron`n"Numpad 4" = Enemy blue`n"Numpad 5" = Enemy red`n`nNumlock must be enabled!`nTo close the jungletimer, press OK!
  4. ExitApp
  5.  
  6. $Numpad0::
  7. Send ,  {enter}
  8. Sleep, 100
  9. Send , Dragon Down. Respawn in 6 Min {enter}
  10. Sleep, 350000
  11. Send ,  {enter}
  12. Sleep, 100
  13. Send , Dragon spawn in 10 seconds {enter}
  14. Return
  15.  
  16. $Numpad1::
  17. Send ,  {enter}
  18. Sleep, 100
  19. Send , Blue down. Respawn in 5 Min {enter}
  20. Sleep, 290000
  21. Send ,  {enter}
  22. Sleep, 100
  23. Send , Blue spawn in 10 seconds {enter}
  24. Return
  25.  
  26. $Numpad2::
  27. Send ,  {enter}
  28. Sleep, 100
  29. Send , Red down. Respawn in 5 Min {enter}
  30. Sleep, 290000
  31. Send ,  {enter}
  32. Sleep, 100
  33. Send , Red spawn in 10 seconds {enter}
  34. Return
  35.  
  36. $Numpad3::
  37. Send ,  {enter}
  38. Sleep, 100
  39. Send , Baron down. Respawn in 7 Min {enter}
  40. Sleep, 410000
  41. Send , {enter}
  42. Sleep, 100
  43. Send , Baron spawn in 10 seconds {enter}
  44. Return
  45.  
  46. $Numpad4::
  47. Send ,  {enter}
  48. Sleep, 100
  49. Send , Enemy blue down. Respawn in 5 Min {enter}
  50. Sleep, 290000
  51. Send ,  {enter}
  52. Sleep, 100
  53. Send , Enemy blue spawn in 10 seconds {enter}
  54. Return
  55.  
  56. $Numpad5::
  57. Send ,  {enter}
  58. Sleep, 100
  59. Send , Enemy red down. Respawn in 5 Min {enter}
  60. Sleep, 290000
  61. Send ,  {enter}
  62. Sleep, 100
  63. Send , Enemy red spawn in 10 seconds {enter}
  64. Return
Add Comment
Please, Sign In to add comment