abouhanafy87 6 Posted November 15, 2022 how can i make a break function to use in my script ? any example plz .
hilarion4 12 Posted March 15, 2023 private void takeBreak() { Logger.log("Executing anti-ban Take a break"); this.getRandomManager().disableSolver(RandomEvent.LOGIN); Tabs.logout(); Mouse.moveOutsideScreen(true); Sleep.sleep(20*60*1000, 24*60*1000); this.getRandomManager().enableSolver(RandomEvent.LOGIN); }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.