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; }$$
Thread Tools
Thread Tools
-
12345shane ρяєѕι∂єитιαℓ ρяαєтσяBuilder ⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ I ⭐ Premium Upgrade
-
GungnirIncarnate BuilderBuilder ⛰️ Ex-President ⚒️⚒️ Premium UpgradeCode:
$${ 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. -
rockboy2000 MayorMayor ⛰️⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade
- Joined:
- Oct 19, 2012
- Messages:
- 1,344
- Trophy Points:
- 50,410
- Gender:
- Male
- EcoDollars:
- $0
- Ratings:
- +310
Code:$${ toggle(autofish) if(autofish); log("Autofish Enabled"); do; key(use); wait(5); loop; else; log("Autofish Disabled"); stop(); endif; }$$
-
rockboy2000 MayorMayor ⛰️⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade
- Joined:
- Oct 19, 2012
- Messages:
- 1,344
- Trophy Points:
- 50,410
- Gender:
- Male
- EcoDollars:
- $0
- Ratings:
- +310
-
12345shane ρяєѕι∂єитιαℓ ρяαєтσяBuilder ⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ I ⭐ Premium Upgrade
-
rockboy2000 MayorMayor ⛰️⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade
- Joined:
- Oct 19, 2012
- Messages:
- 1,344
- Trophy Points:
- 50,410
- Gender:
- Male
- EcoDollars:
- $0
- Ratings:
- +310
after the wait 5 add in another key(use) and after that a wait(1)
Sent from my GT-I9300 using Tapatalk 4 Beta