Advertisement
plytalent

auto combo Brawlhalla

Mar 24th, 2019
6,459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn  ; Enable warnings to assist with detecting common errors.
  3. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5. e::
  6. ; This is how you hold one key down and press another key (or keys).
  7. ; If one method doesn't work in your program, please try the other.
  8. Send, {s DownR} ; Both of these send CTRL+S
  9. sleep 50    
  10. MouseClick, left  ; Both of these send CTRL+S
  11. Send, {s Up}
  12. sleep 475
  13. Send, {space DownR}    ; Both of these send CTRL+S
  14. Send, {space Up}    ; Both of these send CTRL+S
  15. MouseClick, right
  16. return
  17.  
  18. q::
  19. ; This is how you hold one key down and press another key (or keys).
  20. ; If one method doesn't work in your program, please try the other.
  21. MouseClick, left  ; Both of these send CTRL+S
  22. sleep 365
  23. Send, {space DownR}    ; Both of these send CTRL+S
  24. Send, {space Up}    ; Both of these send CTRL+S
  25. MouseClick, left
  26. return
  27.  
  28. r::
  29. ; This is how you hold one key down and press another key (or keys).
  30. ; If one method doesn't work in your program, please try the other.
  31. MouseClick, left  ; Both of these send CTRL+S
  32. sleep 400
  33. Send, {space DownR}    ; Both of these send CTRL+S
  34. Send, {space Up}    ; Both of these send CTRL+S
  35. MouseClick, left ;
  36.  
  37. t::
  38. ; This is how you hold one key down and press another key (or keys).
  39. ; If one method doesn't work in your program, please try the other.
  40. MouseClick, left  ; Both of these send CTRL+S
  41. sleep 350
  42. MouseClick, left ;
  43. sleep 350
  44. Send, {s DownR} ; Both of these send CTRL+S
  45. sleep 100  
  46. MouseClick, left  ; Both of these send CTRL+S
  47. Send, {s Up}
  48. sleep 400
  49. MouseClick, left  ; Both of these send CTRL+S
  50. return
  51.  
  52. f::
  53. ; This is how you hold one key down and press another key (or keys).
  54. ; If one method doesn't work in your program, please try the other.
  55. MouseClick, left  ; Both of these send CTRL+S
  56. sleep 400
  57. MouseClick, left ;
  58. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement