February 22, 20214 yr For some reason I cant find the plugin neverlogout can anyone link a script that keeps you logged in?
February 23, 20214 yr @ScriptManifest(logo = "", name = "IdleClicker", info = "", version = 1.0, author = "StaticSyntax") public class IdleClicker extends Script { @Override public int onLoop() { myPlayer().getPosition().hover(getBot()); getMouse().click(false); return MethodProvider.random(180_000, 240_000); } } Edited February 23, 20214 yr by StaticSyntax
Create an account or sign in to comment