If so then why not ban them too? It would be a juicy loot. Kick farmers right in the nuts.
For the same reason they never do? Doesn't look suspicious?
They do it this way to make botters lose enthusiasm and quit.
Anyway man, just a theory, i didn't have much cash on my mule though.
Sadistic Jagex.
I need someone who I can contact on Skype anytime to connect to an Ubuntu VPS through VNC, finish tutorial island and walk to GE. Only trusted users, post in this topic if interested.
If you read my post above I said the whole client doesn't even start. I know what norandoms does and I have my own login handler but those make no sense if I can't even open the client.
EDIT: Got it working by putting my username in quotation marks.
Forgot to mention I already tested that and didn't even start, might be caused by the space in my name. Even tried it like this but won't start either.
String[] command = {"java","-jar","osbot.jar","-login", "\"The", "Undefeated\":password"};
This only starts the bot and doesn't log it in.
String[] command = {"java","-jar","osbot.jar","-login \"The Undefeated\":password"};
ProcessBuilder pBuilder = new ProcessBuilder(command);
pBuilder.start();
I use this code to start the bot in a java application:
String completeCLI = "java -jar \"root/Desktop/osbot.jar\"";
System.out.println(completeCLI);
Process proc = Runtime.getRuntime().exec(completeCLI);
proc.waitFor();
This works in Windows, but not in Ubuntu. Anyone knows how I can start my client in Ubuntu?
Had this error once, restarted with the exact same CLI and didn't happen again, how to prevent it?
The client loaded until the login screen, and did nothing, 30 seconds later this error appeared.