Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Was made to use this fish farm on a server: https://www.youtube.com/watch?v=d3hERd5mZAM
- replace "XButton1" with whatever key you're using - press once to activate, press again to deactivate.
- To use, copy everything below this sentence, starting with line 1, "#MaxThreadsPerHotkey 2"
- #MaxThreadsPerHotkey 2
- XButton1::
- Toggle := !Toggle
- loop
- {
- If not Toggle
- break
- Click Right
- sleep 750
- }
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement