moerrts20 Posted February 22, 2021 Share Posted February 22, 2021 For some reason I cant find the plugin neverlogout can anyone link a script that keeps you logged in? Quote Link to comment Share on other sites More sharing options...
StaticSyntax Posted February 23, 2021 Share Posted February 23, 2021 (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, 2021 by StaticSyntax 1 Quote Link to comment Share on other sites More sharing options...