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.

Zappster

Suspended
  • Joined

  • Last visited

Everything posted by Zappster

  1. But srsly, if you are thinking like this, sell your coins now and then buy back when shit hits the fan
  2. Gotta learn somewhere tho, and trying is the best way to learn imo
  3. Yes it's pretty straight forward to do; List<GroundItem> groundItem = groundItems.getAll(); String[] wantedItems = {"Visage", "Monkfish", "Yo mama"}; //is the list empty? if(!groundItem.isEmpty()){ //loop ground items for(int i=0;i<groundItem.size(); i++){ //loop each wanted item for(int j=0; j<wantedItems.length; j++){ //check if ground item is in our wanted list if(groundItem.get(i).getName().contains(wantedItems[j])){ //make a beep Toolkit.getDefaultToolkit().beep(); } } } } Edit: After rereading your OP, this will only work within the render of the client. After OSBuddy released the HD mode, the server render distance (for items, npcs) got heavily reduced. So you're only able to detect items/npcs within the default render distance of the rs client
  4. Yes I'm not really a fan of this game anyway Plus summoning introduced so many ways you can smuggle items into places
  5. Zappster replied to boyjohn22's topic in Runescape
    Get lunar done for as low level as possible and venge kids out
  6. Zappster replied to Attitudes's topic in Spam/Off Topic
    Dude you're like a legend
  7. Smoking kills you Drinking is toxic Sex transmits diseases water is wet gz on ur winnings share i tbed
  8. Zappster replied to Zappster's topic in Requests
    >TWC Don't bother. I've found my account anyway so this can be locked now
  9. Zappster replied to Zappster's topic in Requests
    52 pray tho nty :3
  10. Zappster posted a topic in Requests
    Looking for a SOTD acc. PM me skype/add my skype/pm me to discuss prices.
  11. > clients I'm guessing you're opening more than one? I believe @Krulvis said he was only getting double input when he opened up a second client and started the script
  12. Looking at other threads, Alek doesn't know how to replicate this Can you post steps you took to get this to happen?
  13. Sell and buy the fucking dip
  14. This is clearly photoshopped
  15. This is oddly satisfying
  16. Thanks There was an idea thrown about with auto-pming people too and a button (like in the other chrome auth tool) that would do all the above. After seeing the likes this thread has gotten so far, I think I'll go ahead and get working on it
  17. Zappster replied to Adapt's topic in Spam/Off Topic
    kek stay cb banned biotch
  18. It's kinda just been sitting on my PC for a couple of weeks with nothing being added to it, if there's enough demand I'll keep updating. Introducing... User Activated Auths! Basicly, you give someone a user+password, they go to your website + input it, then they are authed. User Activated Authing ---------------------- What is it? ----------- User Activated Auths is a way to allow your customer to choose when their auth starts. Limitations: ----------- Since most of you will not be running SSL certs, passing HTTP data -> HTTPS is quite tricky. For this reason, you MUST have the plugin open on OSBot + yourwebsite.com/path/plugin AFK Mode: --------- If you're browsing around OSBot, the plugin will update and auth people as you load new pages, however, this isn't always best. If you take any url of osbot and add ?sleep=10000 to the end, it will trigger afk mode. This will keep the page refreshing every 10 seconds, thus, allowing auths to carry on whilst you are away. ---------------------- Setup: ------ Chrome Plugin: Open "manifest" Edit line ""matches": ["http://website.com/plugin/*"]," too your website's path to the plugin dir. !!! DONT FORGET THE * !!! Save + close. Open "userActivatedAuthsExternal" edit line: "var token = "INSERT TOKEN HERE";" Insert a token here with random letters/numbers/special chars Copy that token (you'll need it in a moment) Edit line: "var authController = "http://website.com/plugin/authController.php";" too the path of authController.php on your website Edit line: "var refresh = 10000;" too change the refresh rate of pulling up flagged auths from your website. Save + Close Webfiles: Open "trials-header.php" Edit line: "$trials = new Trials('HOST','USER','PASS','TABLE');" with your database details Edit line: "$token = "";" and add your token from Chrome Plugins Save + Exit SQL: Inside the /Database/ folder is a file you can use to make the tables. ----------------- Usage: ------ Adding auths: ------------ Navigate to yoursite.com/addAuth.php?token=YOUR TOKEN Input the data required, you'll get a user+password that you will give to your client. Auth flagging: ------------ End user needs to say when they are ready to be flagged, I included 2 ways to do this, userAuth-via-Post-Example and userAuth-via-Get-Example Choose which (or both) solution works for you, and add the relevant CSS to match your website. Give the user the link to which option you chose (if POST, they will need their user+pass, if GET you include that in the URL) Thanks Fruity for testing this out with me. Code: https://github.com/ZappyScript/UserActivatedAuthing If you've got any issues setting this up/using it, let me know over PM or skype. Edit: if this wasn't clear already, only people that have a script in the SDN can use this...
  19. Perfect time to gravedig this Who's buying yacht's and who's buying rope?
  20. It's on the SDN; https://osbot.org/mvc/sdn2/scripts/21
  21. Cool, welcome. If you're interested in the coding side, we use Java to develop the scripts. Take a read over at the tutorial section on how to get setup. https://osbot.org/forum/forum/250-tutorials/
  22. Spellbook starhall Cause if you combo it with stuff like spellbook of secrets and Spellbook of power AND grandspellbook tower with a cheeky Spellbook library of the cresent you boost your spellbook mobs by like 5+ in one turn
  23. The scripts might be salvaged soon, make sure you keep a look out on or follow https://osbot.org/forum/forum/336-salvaged/
  24. Decody put me in TWC once when I asked for scripter rank

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.