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.

FrostBug

Scripter III
  • Joined

  • Last visited

Everything posted by FrostBug

  1. If you look at the pixels closely enough, you can tell that this is a fake story
  2. .NET conventions in Java .. Anyway, we need to see whats going on in the gui class to identify the problem
  3. I dont think you would, but I can't guarantee it
  4. FrostBug replied to Krys's topic in Spam/Off Topic
    Not notepad, no.
  5. FrostBug replied to Rawrstin's topic in Scripting Help
    The onMessage method takes a Message argument, not String Example: public void onMessage(Message msg) throws InterruptedException { if (msg.getType() == MessageType.GAME && msg.getMessage().contains("Oh dear,")) { dead = true; } }
  6. Guilty as charged
  7. Will try to get the new tabs out this weekend, as well as a fix for stamina potion decanting
  8. http://osbot.org/api/
  9. those are milliseconds fren
  10. yes, IP ban him
  11. I assumed both were strings try this, then. SELECT a.id, a.rslogin, a.rswachtwoord, a.gebruikersnaam, p.proxy, c.subcategory FROM bots a INNER JOIN proxy p ON a.proxy_id=p.id AND (p.proxy='$proxy' OR '$proxy'='unspecified') INNER JOIN subcategory c ON a.category_id=c.subcat_id AND (c.subcat_id=$sub_category OR $sub_category=UNSPECIFIED_ID) If $proxy is also an integer, change 'unspecified' string to the unspecified id
  12. We haven't seen your schema or code, so its up to you to correct the little mistakes in here. By the looks of your query, either a.category_id is a varchar, or $sub_category is an integer. So whatever the case, fix the comparison clause in the subcategory inner join
  13. well, maybe like this, then? If we want to include results if either values have the "unspecified" value. Assuming that the unspecified value is literally "unspecified", this might do the trick: SELECT a.id, a.rslogin, a.rswachtwoord, a.gebruikersnaam, p.proxy, c.subcategory FROM bots a INNER JOIN proxy p ON a.proxy_id=p.id AND (p.proxy='$proxy' OR p.proxy='unspecified') INNER JOIN subcategory c ON a.category_id=c.subcat_id AND (c.subcategory='$sub_category' OR c.subcategory='unspecified')
  14. made a last minute edit to that query, did you grab the right one?
  15. Assuming the default values aren't valid proxies/categories, try this: SELECT a.id, a.rslogin, a.rswachtwoord, a.gebruikersnaam, p.proxy, c.subcategory FROM bots a INNER JOIN proxy p ON a.proxy_id=p.id AND p.proxy='$proxy' INNER JOIN subcategory c ON a.category_id=c.subcat_id AND c.subcategory='$sub_category'
  16. Lacking some info here; are these PHP variables? Do they hold default values when "unspecified" ? And yes, the WHERE clause here doesn't make sense
  17. FrostBug replied to Vilius's topic in Spam/Off Topic
    When is that 2-def guide coming out?
  18. Pretty sure only the tier-1's are tradable? Mite be wrong
  19. Legit players dont do them either
  20. FrostBug replied to FrostBug's topic in Minigames
    going for 3
  21. FrostBug replied to FrostBug's topic in Minigames
    We're live on the SDN for beta testing I'll need a few testers with a variety of stats, preferably around the stat recommendation, but also someone with a maxed account
  22. FrostBug replied to FrostBug's topic in Minigames
    Stats ?
  23. FrostBug posted a topic in Minigames
    Script thread Update: Version 1.1 is now live, featuring changes to reduce the ban rate, as well as partial Mirror Mode support (see FAQ) ! This thread is for discussions and questions regarding the FrostCaves script. Script status: LIVE (Get it HERE) Demonstration video made by @Keven during early beta testing: PLEASE read below FAQ before buying the script and/or posting your questions FAQ Troubleshooting Info Screenshots Change Log Thank you @Fruity for the graphics Thank you @Zach for making this possible in the first place
  24. FrostBug replied to FrostBug's topic in Others
    Was just updated, so it should be good now

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.