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.

ThatGamerBlue

Members
  • Joined

  • Last visited

Everything posted by ThatGamerBlue

  1. While standing here, if both fishing spots are up getClosest() will return this one: While standing in the other tile, it will return the other fishing spot, causing the loop to click one spot, then click the other spot over and over. I don't want to use an isAnimating() check because the fishing animation carries on for a few ticks after the fishing spot disappears. Is there a way to fix this issue? My fishing method: NPC currentSpot; Position currentLocation; public void fish() { NPC fishingSpot = getNpcs().closest(6825); if(fishingSpot == null) { log("spot == null"); return; } if(currentSpot == null) { currentSpot = fishingSpot; fishingSpot.interact("Bait"); } if(!currentSpot.equals(fishingSpot)) { currentSpot = fishingSpot; fishingSpot.interact("Bait"); } getMouse().moveOutsideScreen(); }
  2. darn, i guess i'll have to stick with my window builder garbage
  3. you mean the song? https://www.youtube.com/watch?v=Kb24RrHIbFk
  4. I personally have darude sandstorm on repeat open in 5 different tabs with one second offsets between them
  5. Your GUIs are so damn sexy, what do you use to make them?
  6. I don't know how long the GE takes between updates, but it's around daily, more often than that if the item is traded a lot like lobbies or highly farmed items, but imo this is the most efficient way to do it while keeping relatively up to date.
  7. Make a caching class, if a request comes in and the item isn't cached, get the price, store it in the cache, store the time with the price, when a request comes in check if the cached price is older than a day, if it is, recache, if it isn't return the cached price.
  8. Code looks safe, only had a quick look though.
  9. Add my skype or reply here Hand done ofc e: account will be supplied with a fresh bond on start, quote your time and add tell me supplies you will need, i will buy them before you start
  10. delet this
  11. 1. Configs 2. Quest API 3. Configs or check in the quest tab using widgets
  12. Just going off what the wiki says :p
  13. Blue's Wine Maker DOWNLOAD: ON SDN ; SCRIPT ID 1013 SOURCE: GITHUB Make sure the "ALL" option in the Make-All menu is selected before starting the script. XP is gained when the wines ferment, this is why the script appears to stop every so often, to let the xp drop happen. Start the script anywhere and it will walk to the nearest bank it knows of. Level 90-99 cooking using this method will take 38,441 wines, cost around 11m and take around 18 hours. Banks: Proggies: Known Bugs: - Sometimes it gets stuck on the level up message, it gets out of it but I want to make it faster. - High ping confuses the script slightly, works but not as well as I'd like it to.
  14. I don't see the subquests of rfd in the api, am I blind? don't have an account :\
  15. Is there a way to tell RFD completion state using configs or the quest api? Alternatively, is there a big list of configs I can search through?
  16. Stats: 75 atk str def range, 80 magic, 43 prayer + quest requirements. Quests complete: Imp catcher, Witch's potion, witch's house, waterfall quest, lost city, fight arena, vampire slayer, cooks assistant, goblin diplomacy, sheep shearer. Total QP: 22, I think. Bans: 2 day ban. I am the OO.
  17. yeah they got him again
  18. tfw you dont see the joke because your screen is already broken enough
  19. I think the display cable is loose, knocked the corner of the screen on the stair rail, I'm about 1k miles from an apple store though so
  20. ok, whats next?
  21. Can't sell with <100 post count buddy, not sure on what it's worth though.

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.