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.

Leaderboard

Popular Content

Showing content with the highest reputation on 05/03/15 in Posts

  1. I'm new to this forum friend, not new to farming :p
  2. The user has been notified of the dispute. The buying and selling of accounts with under 100 posts is not allowed as things like this can happen, i and the rest of the staff have said this many times, it is for members own protection as some people feel they can exploit newer members. Regardless i am assuming this is the thread you are speaking about - http://osbot.org/forum/topic/71644-s-this-awesome-pure-cb-67-s/ I see that the thread is still open so i am going to go ahead and lock the thread to protect other users in case this is indeed a scam attempt. The user has also been moved to the TWC usergroup as a precautionary measure. Please as @Dex said provide us with a picture of the Skype ID along with anything else that can assist us in resolving this, thanks.
  3. http://haiimbeast1.wix.com/mayweathervspacquiao You have to exit off the ads over the video
  4. I already knew it if it went to decision floyd was gunna win. He's the most pussiest boxer i know. If he brawled, he'd get dropped but hes a fucken pussy who runs
  5. Winning at eBay In this guide I will be teaching how to turn over £12k+/18k$ per month. Proggys can be found at the bottom This is not a easy task and does take a little time and effort to complete, but I will break it up into easy bite size chunks. Part 1 Getting started Part 2 Day to Day running. (not finished yet, will update tonight) Paying low amounts of TAX (UK ONLY) Helpful hints and tips FAQ Proggys I will update this further later today when i have some spare time If you liked this guide and would like to see more like it, Tap that like button ->
  6. Here's the new script skeleton you will be using, please import the class files down below as these are not in the OsBot API. In the scriptStart method, add your class, or classes that extend my custom Node class. (Example shown below) package ca.midnightblue.scripts.wc; import java.awt.Graphics2D; import org.osbot.rs07.script.ScriptManifest; import ca.midnightblue.scripts.wc.nodes.Idling; @ScriptManifest(name = "Custom Script Skeleton", author = "Midnight Blue", version = 1.0, info = "", logo = "") public class Core extends CustomScript { @Override public void scriptStart() { add(Woodcut.class, Walk.class, Bank.class); } @Override public void scriptStop() { } @Override public void loop() { } @Override public void paint(Graphics2D g) { } } Now in your classes that extend Node, which will contain the back bone aka the script functionality, the function "loop" that returns an integer is where you want to put what the bot does during that loop, you will return the amount of time you want the bot to sleep, by default it sleeps a random interval of 10 to 100MS. Your validate method will return when you want this script to activate. (You don't want to run all of your scripts at the same time) And lastly, your getStatus method should return a string with a brief description of what the bot is doing at the moment. Example: If your bot is banking return "banking". Here's an example of how to use my new script skeleton package ca.midnightblue.scripts.wc.nodes; import org.osbot.rs07.script.Script; public class Idling extends Node { private long then; public Idling(Script script) { super(script); then = System.currentTimeMillis(); } @Override public int loop() { long now = System.currentTimeMillis(); if(now - then <= 300000L) { //every 5 minutes then = now; //open tabs or something } return 0; } @Override public boolean validate() { return !script.myPlayer().isMoving(); } @Override public String getStatus() { return "Idling"; } } Node.java CustomScript.java Hope you enjoy! :-) Please comment if you like this noob-friendly node snippet I made!
  7. OMG

    1 point
    http://www.youtube.com/watch?v=SOLDXU_H0Yw
  8. Sold me a VPS, went smooth and was very patient when helping me since it's my first time using a vps.
  9. 1 point
  10. 60m perhaps. Maxed mains aren't worth too much anymore but yours is nicely quested which i'm sure is appealing to buyers.
  11. Damn why didn't I think of that
  12. Thank you! I thought about setting up another vps for hunting, but I wonder if the ban rate is too high? Im using a private script that will hopefully bring me around 700k - 800k a day with the 2 accounts, not very good but 0 bots there so I guess less detectability? I am considering investing a bit more... The thing is I can't lose money right now, so im taking the safest route possible until I am stable financially. Besides, I am very insecure about using other people's scripts on farms because I don't know how many people are using that method you know? For example, chopping willows has a high ban rate because there's a lot of bots there feeding data to jagex, what im using on the other hand, there's only me, 2 accounts feeding data.. This is my first attempt so im just testing things out, do you have any advice to give? You seem to have lots of experience. Thanks! I hope I recover all expenses before that xD Im more worried about buying a bond, recovering the money for it but end up getting banned and flagging the VPS IP.. But again, im still conflicted on what to do, maybe I should buy it?
  13. Lol. I didn't think you'd be this tryhard. Nice job tho
  14. Goodluck, but you should consider investing in bonds and p2p accounts. its so much more worth it as you can make 400k/h methods without much work I started off with 5 accounts picking potatoes till i could buy 2 bonds, then i started training my accounts and started out slowly. now im making 115$ each day on 9 accounts
  15. Since I dont use agressive mode anymore it has been running very well for the past 1-2 days. Just now it doesnt do anything anymore.. Had this once yesterday but then restarting was enough. I have updated osbot and restarted everything and im using basic options but it wont run now.. It just stands still. This happened like 20-30 minutes ago, before that everything was running fine.
  16. Honestly, the mirror client needs to become compatible with Linux for mirror VPS's to become viable. ATM the windows ones are far too expensive due to the resource requirements of mirror mode. That day will be awesome
  17. 1 point
    Mayweather has hugged Manny more times than my Dad my whole life..
  18. lol do they really charge 3 euros to withdraw money? and wtf i cant use mastercard? i dont really remember PP fees but this seems worse might as well go with WESTERN UNION (joking)
  19. You are missing a few things here. Please provide pictures of the items, quests and proof that the account has no bans. Also whom did you purchase the account from were they a member here? Please be more specific. Create a new thread when re posting, thanks.
  20. so what to do? I am banned due to 250$ chargeback, No FUCKING way that im paying that back. They should find that asian kid and beat the 250$ out of him instead of filling my email acc with shit. NO WAY THAT IM GOING TO TRUST PAYPAL AGAIN!
  21. Disputed member: http://osbot.org/forum/user/15845-mubu/ Thread Link: http://osbot.org/forum/topic/68463-selling-a-main-and-a-fully-quested-pure/#entry754462 Explanation: I bought the account from him on April 4th. No problems what so ever since that date. Today the account was locked. Not saying Mubu did anything as of yet, but I just want this out there so he knows what is going on. I also tried to get in contact with him via Skype. Evidence (Removed By @Asuna. Staff see hidden post.) Please hide all of this from normal people obviously. Make it only viewable by the staff. Would be much appreciated. Also, this is just a way for me to allow Mubu to know what's happening. If he doesn't reply within x amount of time thennnn something might be up. Also, the attempt at recovering the account was a failure. Thanks for all of the help in advance!
  22. Ubuntu could work very well Fast, but you cant play other windows games on it :P
  23. Yep, using as much as I can, at 85 ranged atm, if I make it to 90 ill probably stop and quest for a few days then back to it again, fingers crossed.
  24. Price noted thank you i will have to see what other people have to offer
  25. 1 point
    So I found this on youtube.
  26. 1 point
    da fuq did i start LOLOL Tbh; I admit that mayweather has good 'defense' and tactics I jut wished pacquiao was the same 3-5 years ago where he went aggressive af and fked everyone up
  27. Another 99 with my fisher! gratz man
  28. 1 point
    That fight was for Mayweather the entire time, I don't understand the stats of the fight when Pac had him on the ropes more times than not... Makes no sense to me really.
  29. 1 point
    I think you mad that Floyd won.
  30. He does what he is trained to do, to be the fucking champion of the world. Its not called running in boxing its called maneuvering your way out of positions where you are liable to be knocked out and that is what Floyd did. Not sure why people keep saying the guys running away from hits but ummm if a nikka was trying to knock the fuck out of me id move the hell out of the way too. Gotta give it to the guy he is just to damn good which is why he has never lost a fight. BTW the fight was boring as hell I feel sorry for the people who paid to see it.
  31. This is why I watch UFC
  32. got me from 72-86 range doing like 6-10 hours botting at night good script!
  33. i know i dont have the post count but i figured id ask anyway just incase and then resubmit once ihave the post count if i dont get it script : Khal AIO Runecrafting member number: 11852
  34. Was told the same thing a week ago, nice to finally see a date to it.
  35. Example, if someone mentions you in this way I believe there should be an option that allows you to be notified when someone mentions you in their post. This is similar to tagging someone on facebook where you're notified if someone comments an it includes your name. I believe it could be really useful especially when someone is involved in a dispute and they need to get the attention of the accused/witnesses etc or just in general this could be useful. please let me know your thoughts.
  36. 1 point
    Should definitely make a questing script.
  37. Lol dex. I vote scotty's

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.