Jump 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.

skillerkidos1

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by skillerkidos1

  1. Same thing was happening to me. It’s because there is no monitor connected so data is not being sent something like that.
  2. Looking for 70/70/70 NMZ ready account with no registered email Discord: SkillerKido#2423 UID: 170284703247499264
  3. can you show the code youre talking about where it fails?
  4. did you try 'toggles the sidebar' button on the top right?
  5. for not using states all you have to do is like private boolean alch1 = true; private boolean alch2 = false; private boolean buy1 = false; private boolean buy2 = false; @Override public int onLoop() throws InterruptedException { if (alch1) { if (!buy1 && !getInventory().contains("Rune longsword")) { //buy from ge buy1 = true; } else if (getInventory().contains("Rune longsword")) { //alch } else { alch1 = false; buy1 = false; alch2 = true; } } if (!buy2 && !getInventory().contains("Rune full helm")) { //buy from ge buy2 = true; } else if (getInventory().contains("Rune full helm")) { //alch } else { alch2 = false; buy2 = false; alch1 = true; } return 1000; //The amount of time in milliseconds before the loop starts over } maybe?
  6. Thank you
  7. Love the updates
  8. I got ran off the road yesterday by a guy with major road rage. Was on the highway and he ran me off the road causing me to roll 3 or 4 times. Guy got arrested and totaled my car but god bless all I got was a little cut on my hand. On the bright side I get a new car lmao
  9. Join my discord and let me know when those are ready. Then I can give you auth!
  10. Need 500m still
  11. buying $300 of BTC with paypal 1:1 Discord: SkillerKido#2423 UID: 170284703247499264
  12. Might have just been a bug with mirror mode maybe? I restarted the script and it started saying it couldn't find the Bottomless bucket. tried starting it in its inventory still said it. I then restarted the client and it fixed both issues.
  13. 1. Stealth Injection or Mirror Mode: Mirror Mode current stable build 2. Logger contents (press "Settings" on top right corner of the client, then "Toggle Logger", copy & paste on pastebin) : https://pastebin.com/S7ki3PdJ 3. Description: Would not stop buying Ardougne teleport tabs. Its restocked a few times before this successfuly so not sure why it did this. Also when i checked its bank it already has a ton of teleport tabs not sure why its buying more. Restock option is ticked left the default values for restock amount. Bank while trying to restock
  14. looking for best rate prefer PayPal SkillerKido#2423 UID: 170284703247499264
  15. Also if I were to click where is says mirror mode would be on the white box when you first open osbot it clicks it and it will go away but the client will never actually pop up if you’re looking with teamviewer or Remote Desktop
  16. So when I try to check on my laptop with teamviewer or google chrome Remote Desktop osbot is just white or when I already have it open and then connect it just shows the screen but it never updates. I can do just about everything else but osbot is not usable when looking at it with teamviewer or the Remote Desktop any ideas on how to fix this? thank you
  17. Added you on discord
  18. https://discord.com/invite/T3FbQSXhmA
  19. Try checking this out WalkingEvent myEvent = new WalkingEvent(new Position(1, 2, 3)); //making the event myEvent.setMinDistanceThreshold(0); myEvent.setEnergyThreshold(47); myEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return myPlayer().isUnderAttack(); } //change to if health below x }); execute(myEvent); //executing the event
  20. Sure SkillerKido#2423
  21. What’s your discord? Not sure if you added me yet or not
  22. Erm... links say that accounts username???

Account

Navigation

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.