I made a script for autofishing, and it works, but the text won't say "autofish disabled" and it won't turn off, if someone could edit it and tell me if autofishing is legal I would be grateful. jakeyray18 rockboy2000 Code: $${ if(automine); log("Autofish Disabled"); unset(autouse); stop(); else; log("Autofish Enabled"); set(autouse) do; key(use); wait(5); loop; endif; }$$
Code: $${ if(autouse); log("Autofish Disabled"); unset(autouse); stop(); else; log("Autofish Enabled"); set(autouse) do; key(use); wait(5); loop; endif; }$$ Try that.... I haven't tested it.
Code: $${ toggle(autofish) if(autofish); log("Autofish Enabled"); do; key(use); wait(5); loop; else; log("Autofish Disabled"); stop(); endif; }$$ That should do it. Though I just want to remind you that AFKing with this is strictly prohibited and is against the rules as per Section VI Clause IV: Third-Party Programs and Auto Clickers. I don't mean to mini-mod just to remind you in-case you were planning on doing that. Howver if you are at the computer able to reply to chat then you are fine.
Could you possibly make it so whenever you finish fishing, after the 5 second wait when you pull back the rod, it sends it back out in 1 second instead of waiting another 5?
after the wait 5 add in another key(use) and after that a wait(1) Sent from my GT-I9300 using Tapatalk 4 Beta