Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Kramnik

Members
  • Joined

  • Last visited

Everything posted by Kramnik

  1. Oh man I feel you
  2. Btw Jagex servers are laggy as f and often you can clearly see that in game. Also if you are encountering this don't wait for client to load as it took Malcolm 30mins, just spam the clients until get needed amount to fully load
  3. @Malcolm Hi, there is some issues going on when creating accounts. Started two client with each had to create 3 accounts thought tut island. After first account they are stuck in log in screen. Nothing in the logger. Now what is funny is that i logged in manually without pausing or stopping script, pressed on account naming section and it just entered 4 last digits of 2nd account nickname 🤔 So it skipped thought logging in somehow and was on account naming already? But with second client after I logged in it named the account correctly
  4. Can confirm that. World hopping is broken unless -norandoms are on. @Patrick can you confirm that this is known issue and fix is under its way?
  5. I see this as very good learning material to improve my scripting. Thank you for sharing mate 😛
  6. Also you said you dont need someone to make account, but maybe you could provide a quote on this since 50 combat accounts are easy to make and take little time so maybe it would be a way out
  7. 70/70/70 gives you 65 combat even if it would be 10hp. NMZ ready account is around 85 combat
  8. 2,4% chance to become billionaire and 97,4% to become completely broke. Let me contemplate this opportunity for a minute 🤔 EDIT: My accountant from Varock East bank didn't gave this idea green light. Sorry mate
  9. Oh I need to specify something. It seems that I do not have any issues with higher processor usage, the main issue for me is login handler. Hopping world is completely broken and my script only work with -norandoms allowed
  10. I would like that to 2.5.63 is unusable for me for botting method that i use
  11. The thing is that the script is made by me I created a topic for fellow scripter to give a look maybe I am missing something or whether there is something wrong this newer versions of Osbot. Maybe you could have a look at it too? https://osbot.org/forum/topic/157541-issues-with-new-osbot-versions/
  12. Hi, I started having issue with 2.5.61+ with my own made scripts that I use. I didn't have any issues with 2.5.60 and they were running for 15 hours without a problem. For this reason this makes me think if this has anything to do with the script itself, but anyways want to ask you guys to give this is a check if there is actually something wrong with it or the problem is within Osbot itself. The bot gets stuck when using world hopping but it doesn't happen all the time but most certainly it will get stuck in first 10-15 minutes. The hopping part looks like this: RS2Widget logout = getWidgets().get(548,35); if(logout != null){ logout.interact(); } sleep(1000); getWorlds().hopToF2PWorld(); log("Hopping worlds"); sleep(500); log("How the hopping is going on?"); And the logger when it gets stuck looks like this: It doesn't even log the "How the hopping is going on?" and afterwards just stands doing nothing till logs out then log ins back and so on. Anyone has any clue where the problem could be? EDIT: Even with custom world hopper like below it still gets stuck. I guess this is completely related to something wrong with Osbot world hopper if (worl != 308) { RS2Widget logout = getWidgets().get(548, 35); RS2Widget wswitch = getWidgets().get(182, 3); sleep(700); if (logout != null) { logout.interact(); } sleep(1300); if (wswitch != null) { wswitch.interact(); } sleep(1500); getWorlds().hover(308); sleep(500); getMouse().click(false); sleep(2000); log("Hopped"); }
  13. Yes! I was so irritated of having issues few second ago but saw new version Will test right away EDIT: Irritation is still here. This version haven;t changed anything sadly. Still using hell a lot of PC and my scripts are getting stucked for no reason. They were working find for 15h+ on .60 It either hops world and get stuck with logger being like this [INFO][Bot #1][12/04 07:39:21 PM]: Hopping [INFO][Bot #1][12/04 07:39:21 PM]: Started random solver : Auto Login [INFO][Bot #1][12/04 07:39:25 PM]: Random solver exited : Auto Login or [INFO][Bot #1][12/04 07:40:07 PM]: Hopping [WARN][Bot #1][12/04 07:40:12 PM]: Event executor is taking too long to suspend; terminating now... [INFO][Bot #1][12/04 07:40:12 PM]: Started random solver : Auto Login [INFO][Bot #1][12/04 07:40:12 PM]: Random solver exited : Auto Login Or getting like 20-30 log lines of WebWalking per second I assume there is slim chance that changing the script could help somehow as it was working fine yesterday. @Patrick any insight on this?
  14. Prepare your anus!
  15. I agree with you. Can we pls go back to 0.60? I still have 4 bots running on 0.60 from yesterday and started one with .62 for comparison. It uses almost 3 times more processor than 0.60 doing same thing.
  16. Log in and start clicking them pots yourself jagex will assume this just the thing you like to do
  17. Nice one
  18. Hi, I have this irritating issue. If I start my script which involves world hopping they all get stuck after 5-10 minutes because they world hop, and then stand in one place without doing anything. The logger looks like this. post images The script looks like this. World hopping seems to be little bit broken for me because if I just do getWorld().hoptoF2pWorld without anything else it doesn't hop. Only if I open logout tab first. Also as you can see from logger it logs Hopped, but hopped world and testing 2 is not logging so it means it just gets stuck with hopping. Is there something wrong with the script or OsBot has some bugs? Havent experiences this a week ago. I am using 2.5.61 version RS2Widget logout = getWidgets().get(548,35); if(logout != null){ logout.interact(); } sleep(5000); getWorlds().hopToF2PWorld(); this.log("World hop"); log("Hopped"); sleep(1000); log("Hopped world"); sleep(5000); log("Testing 2"); EDIT: 25min and going, 2.5.60 seems not having this issue, will see if it won't happen for few hours when i get back from work
  19. Wow is this revolutionary
  20. Going to runefest would be such a troll
  21. You probably didn't encounter with these issues, but I myself think VIP is not worth it atm Won't renew if it ends before fixes, will wait for them because it is very demotivating when you leave your bots though the night and find half the farm offline and you can do nothing about it
  22. Kramnik replied to saum's topic in General Help
    - Run with CLI, no interface
  23. Q

    Kramnik replied to irwtonrs1's topic in Spam/Off Topic
    What is dis about?
  24. Kramnik posted a topic in General Help
    Hi, Can't imagine my life without explvs bot manager, but today I try to set it up on new pc and noticed that it's not possible because there is no way to add java location. Even on my other pc there is no possibility to add, but it works since it has been added long time ago. Anyone knows how to overcome this issue? EDIT: The only fix I found is to transfer whole osbot folder to other pc, so only possible if you have already used your osbot acc with manager. Helped me, but this is still an issue to other player

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.