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.

Bobrocket

Members
  • Joined

  • Last visited

Everything posted by Bobrocket

  1. Looks good! You using the classic email method to send SMS?
  2. There's no way on earth you guys aren't overselling these VPS'. You're telling me I can have a VPS with 2GB RAM and 6 CPU cores and there are going to be no problems? You guys are either overselling to the point where I won't be able to use any CPU or you guys are looking for some quick cash. Regardless, your site does not list these servers, only your SSD KVM servers (which are overpriced as it is). Feel free to prove me wrong, and I will remove this post. This whole service seems extremely fishy.
  3. My bot farm is currently on a minor hiatus, but I have an account for motherlode, an account for some form of combat (might switch to something like fletching later), and I'll soon be starting a small master farmer bot farm.
  4. Home IPs could be safer, considering a lookup will return the owner of the IP address. Usually, this is your internet provider, but in a large datacentre the owners of the datacentre will come up. Key word: could
  5. Fair enough. My official motto for Omni Scripts is "Omni Scripts: tested by slaves, ran on mains".
  6. You pay your testers? I just tell mine that they will see their families again once they finish testing.
  7. You get to talk to the hot halo girl whenever you lose your files :^) Not updating to windows 10 for me, I already reserved my update + meet all the requirements
  8. You're supposed to post the full source (not a txt file of it), so people can use/compile it. Take a look at my PaintLib github page for an idea of how you should be pushing things to Github
  9. I'm open to both, but no guarantees about private requests. Don't worry, it's very stretchy
  10. Don't worry about me babe
  11. To make you cry :^)
  12. import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.net.URL; import java.util.ArrayList; import java.util.HashMap; public class Exchange { public static HashMap<Integer, Integer> cache = new HashMap<Integer, Integer>(); public static String getData(int itemID) { try { StringBuilder sb = new StringBuilder("https://api.rsbuddy.com/grandExchange?a=guidePrice&i="); sb.append(String.valueOf(itemID)); InputStream inputStream = new URL(sb.toString()).openStream(); InputStreamReader inputStreamReader = new InputStreamReader(inputStream); BufferedReader bufferedReader = new BufferedReader(inputStreamReader); String line; while ((line = bufferedReader.readLine()) != null) { if (line.contains("{")) { sb = new StringBuilder(line); //Remove { and } sb.deleteCharAt(0); //sb.deleteCharAt((line.length() - 1)); return sb.toString(); } } } catch (Exception e) { return e.getMessage(); } return null; } public static String[] parseData(String data) { ArrayList<String> holder = new ArrayList<String>(); String[] parts = data.split(","); //Now we have strings in format "x":y for (String s : parts) { s = s.replace("\"", ""); //Remove " - now in format x:y holder.add(s.split(":")[1]); //Extract y from format x:y } String[] ret = new String[holder.size()]; return holder.toArray(ret); } public static int getPrice(int itemID) { if (itemID == 995) return 1; if (cache.containsKey(itemID)) { return cache.get(itemID); } String[] data = parseData(getData(itemID)); int price = Integer.valueOf(data[0]); cache.put(itemID, price); return price; } } EDIT: Coins are ID 995; 1gp=1gp so we return 1 there. Usage: int price = Exchange.getPrice(item.getId());
  13. I get you. If you ever get a change of heart, remember that it's completely anonymous and it really helps. Good luck buddy
  14. You should totally try out http://blahtherapy.com - it's completely anonymous and it really helps. I'm a regular listener there so you might end up talking to me :p
  15. OVH will accept your payment if you can show proof of your paypal being your paypal. For windows VPS, visit winity.io. For Linux VPS, try ramnode or digitalocean.
  16. It used to, but a recent update causes it to crash. Just make sure you don't install the openjdk java
  17. Now narrate it
  18. Bobrocket posted a topic in Price Check
    It's a stupid account, but I just want to see what it's worth. Been botted 100%, has prospector helm + 150k in bank. No membership; waterfall quest, druidic ritual, cooks assistant, and rune mysteries done.
  19. Bobrocket replied to HanixD's topic in Runescape
    Lads let's start a merching clan right here... Guam tar, current price like 2gp but i expect it to rise to 200000000000000gp so buy it all at around 5gp :^) (pls buy my guam tar)
  20. Bobrocket replied to HanixD's topic in Runescape
    So are you :^)

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.