Jump to content

Kramnik

Members
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Kramnik

  1. Hey guys @Explv, after today's update it gets stuck on part where it has to enter nickname and when it has to click wrench, maybe fix could be released? Also crashing at Combat guide when it has to click on equipment
  2. Can't the bot check his own messages? > Spam "message" > If chatbox does not contain "message" -> log out, else carry on with spamming
  3. So you just running multiple accounts and not even botting?
  4. I think mining and magic would be better than wc
  5. Would think something around 500k. They are not very hard to make and honestly they dont have much use. Who the hell chops yews these days, right?
  6. But changing interval from 500 to 800 fixed everything I am on injection mode
  7. Hi, very strange for me why bot is not interacting with widget. Want to make script for leveling up herblore. But somehow bot doesn't find the widget. It is not the first time I write something like this and everything went great. This time I made everything identical but it cant find the widget. Any help? RS2Widget herb = getWidgets().get(270,14, 29); sleep(1000); if(herb!= null){ log("Widget found"); } else{ log("Widget not found"); } if(herb != null) herb.interact(); EDIT: Found mistake. Didn't even though it could be it. In other similar scripts I used sleep(700) and for this one I used sleep(500), so it didn't read the widget that quickly. Since I already made this so for it not to be useless maybe any tips regarding sleeps? How much sleep would you have used in my case?
  8. Kramnik

    VPS

    Welcome back mate
  9. CLI doesn't have one but I think the owner of script or yourself can implement it in the script ifself. So then you can run CLI like this if you want it to spot after an hour. Yourscript:60
  10. Hi, just quick heads up for develops. Jagex implemented new log in screen "You were disconnected from server" so far client fails to login after this message
  11. Hi guys, Want to start discussion about Virtual Private Servers. How much do you pay? How many bots can you run? Injection or mirror? Low resource or not?
  12. Bot on private server. Problem solved
  13. Dig more into Conditional sleeps as this will try to open back meanwhile waiting 5 seconds, which is not very efficient, with conditional sleep it would sleep until condition is met in this case bank interface is open
  14. I think there is no need to use widgets when accepting trades as API has implemented method. I just use trade.acceptTrade();
  15. Only to get real life gp, so I could spend it on leveling up skills, participating in minigames, buying items etc.
  16. Oh so you mean having only one chuck of code in one file that launches all instead of my idea of single .bat file for one bot, seems rational Anyway, you tip is awesome, will dig into it and start testing how it works. Thank you, mister!
  17. How many accounts would you need? Should they run 24/7?
  18. PRAISE THE LORD AS HIS SON JESUS HAS CAME BACK TO THIS SINFUL BOTTING WORLD
  19. So let's say I want to run 5 bots with one click, so I would need to prepare my cmd files like this? BOT 1 java -jar "osbot 2.X.X.jar" -debug 5005 BOT 2 timeout /t 5 java -jar "osbot 2.X.X.jar" -debug 5006 BOT 3 time out /t 10 java -jar "osbot 2.X.X.jar" -debug 5007 etc.
×
×
  • Create New...