moerrts20 1 Posted Monday at 10:29 PM Share Posted Monday at 10:29 PM For some reason I cant find the plugin neverlogout can anyone link a script that keeps you logged in? Quote Link to post Share on other sites
StaticSyntax 14 Posted Tuesday at 02:25 AM Share Posted Tuesday at 02:25 AM (edited) @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 Tuesday at 11:44 AM by StaticSyntax Quote Link to post Share on other sites