moerrts20 2 Posted February 22 Share Posted February 22 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 February 23 Share Posted February 23 (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 February 23 by StaticSyntax Quote Link to post Share on other sites