Jump to content

Disable OSBot's autologin random


Honeycomb

Recommended Posts

It should not autologin when you use the stop function to stop your script :0

Well, it does...

private void logout() throws InterruptedException {
	if (currentTab() != Tab.LOGOUT) {
		openTab(Tab.LOGOUT);
		this.IRT = random(1024, 2048);
		sleep(this.IRT);
	}
	selectInterfaceOption(182, 6, "Ok");
	sleep(random(2048, 4096));
	stop();
}
Edited by Honeycomb
Link to comment
Share on other sites

 

Well, it does...

private void logout() throws InterruptedException {
	if (currentTab() != Tab.LOGOUT) {
		openTab(Tab.LOGOUT);
		this.IRT = random(1024, 2048);
		sleep(this.IRT);
	}
	selectInterfaceOption(182, 6, "Ok");
	sleep(random(2048, 4096));
	stop();
}

 

Switch the sleep and stop methods. It might work.

Edited by SXForce
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...