Advertisement
tabnation

fortnite

May 27th, 2021
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. CODE:
  2. z::
  3. Hotkey, z, Off
  4. send z
  5. sleep 20
  6. send g
  7. While GetKeyState("z", "P")
  8. {
  9. Click, Down
  10. }
  11. send g
  12. Click, up
  13. click
  14. Hotkey, z, on
  15. send q
  16. Return
  17.  
  18. f1::
  19. exitapp
  20.  
  21.  
  22. or
  23.  
  24.  
  25. $f::
  26. Send, {WheelDown}
  27. Sleep,8
  28. Send, {p down}
  29. While GetKeyState("f", "P")
  30. Continue
  31. Send, {p up}
  32. Send, {f}
  33. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement