Jump to content

The Undefeated

Scripter II
  • Posts

    1968
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by The Undefeated

  1. 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.
  2. Lol, why didn't I shut the fuck up? Whole farm wiped.
  3. Rip moveVerySlightly(). Would keep my bots awake when the mule wasn't ready to avoid logging.
  4. What happens lately is accounts which get hacked, they steal everything from the bank and start botting on it, that might've happened otherwise.
  5. Stop lying. No bans at all, like usual. *Knocks on wood*
  6. Need 11 Magic, which can be done easily in 10 minutes, but too lazy to do it myself.
  7. Clearly, and it's accompanied with a psychological disorder. And maybe some borderline.
  8. 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.
  9. I have 6 accounts which will hit 68 magic in couple of days, can sell all of them for 50m.
  10. 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.
  11. Shows the exact same behavior as I stated in my comment above.
  12. 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"};
  13. 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();
  14. But how can I add CLI parameters to it now? Can't figure that out. ProcessBuilder doesn't allow a 3rd argument.
  15. As I said in my OP, the login page was open for 20-30 seconds when it showed the error.
  16. 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?
  17. Wasn't using a proxy, but thanks for thinking with me.
  18. 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.
×
×
  • Create New...