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 10/29/13 in Posts

  1. 5 points
    Anne Seeing the Post: Anne Replying to the post: Now offering low priced GFX Services! $1-Picture
  2. 5 points
    So you get warning when you call people butthurt? No, you get warning after you don't follow the rules. You have received a total of 9 different infractions, and you still don't know how to follow the rules. You then proceeded to rage at master chief over Skype, which sealed your ban. Rule that you broke: Where is Dashboards warning point? Did you give him one? Last time I checked he directed his thread towards goldengates. Can you prove to me that you gave him 2 warning points like you did to me?
  3. Hello everyone, While I have been busy working on the taxes for OSBot time has not been standing still. OSBot 2 is nearly at the stage where we can start porting and transferring the old features available in the current BETA of OSBot. We will be starting porting those features next week. Once this has been partially done we will start by testing and profiling the bot so far. This will point us towards the truth how much more efficient the new structure and design will be and show us the main bottlenecks. I have reserved several different machines at university to do testing at a larger scale, this will give us some nice results. After that we will be starting to focus on some new features to make sure that besides improved features and stability, performance and reliability we also have some new things to make you a happier and more successful botter. Think about a page where you can monitor your bots in real time and perform several actions such as closing, stopping, restarting bots. And for developers, real time data about the usage of your bot. Run time, current online users, gathered experience. Automatic updates when RS updates, the option to auto-download updates instead of downloading the client again on every update of us. And maybe the best of all, have the bot client automatically restart your bots after a system update! Please stay patient, OSBot 2 is something we don't want to rush and is aiming to take all positive things from the BETA and change, improve and/or work around the things that didn't perform as we might have wanted. Therefore we will have to take our time. Sometime this week I'll take some time again and see what updates are required for the currently available BETA. Stay tuned, OSBot.org
  4. I have rewrote the saving/loading method to use XML, (nothing to do with SSF), I hope this end the issue... /close
  5. I'm pissed. Code sample of 'his' file format (available by him from the Script Tester's section): 0#0,0,0,0,0#Dat Flax Picker,null,null,null,null 1#0,0,0,0,0#GoldenGates,null,null,null,null 46#9,0,0,0,0,0,0,0#null,null,null,null,null 30#2272,3490,2729,3493,17,0,0,0#null,null,null,null,null 2#0,0,0,0,0,0,0,0#null,null,null,null,null 38#441,0,0,0,0,0,0,0#null,null,null,null,null 28#0,0,0,0,0,0,0,0#null,null,null,null,null 38#444,0,0,0,0,0,0,0#null,null,null,null,null 3#0,0,0,0,0,0,0,0#null,null,null,null,null 43#2726,3485,0,0,0,0,0,0#null,null,null,null,null 43#2729,3472,0,0,0,0,0,0#null,null,null,null,null 42#30,0,0,0,0,0,0,0#null,null,null,null,null 43#2731,3459,0,0,0,0,0,0#null,null,null,null,null 43#2731,3447,0,0,0,0,0,0#null,null,null,null,null 43#2743,3445,0,0,0,0,0,0#null,null,null,null,null 23#16681,0,0,0,0,0,0,0#Pick,null,null,null,null 38#555,0,0,0,0,0,0,0#null,null,null,null,null 35#15,0,0,0,0,0,0,0#null,null,null,null,null 43#2741,3444,0,0,0,0,0,0#null,null,null,null,null 35#15,0,0,0,0,0,0,0#null,null,null,null,null 43#2733,3454,0,0,0,0,0,0#null,null,null,null,null 43#2728,3467,0,0,0,0,0,0#null,null,null,null,null 43#2730,3477,0,0,0,0,0,0#null,null,null,null,null 43#2727,3485,0,0,0,0,0,0#null,null,null,null,null 43#2724,3493,0,0,0,0,0,0#null,null,null,null,null Code sample of my file format as of SSF 1.0 (which was released on a jar, the code can be copied from it, which is where I assume he's getting these things from): 1#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null 4#1733,1734,1745,0,0,0,0,0#null,null,null,null,null,null,null,null 5#1745,26,0,0,0,0,0,0#null,null,null,null,null,null,null,null 2#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null 15#1733,1745,0,0,0,0,0,0#null,null,null,null,null,null,null,null 8#104,399,0,0,0,0,0,0#null,null,null,null,null,null,null,null 10#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null 8#100,454,0,0,0,0,0,0#null,null,null,null,null,null,null,null 9#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null 18#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null Explanation - SSF loads files line by line as if they were commands. It follows the format of: ACTION_ID#INT,INT,INT,INT,INT,INT,INT,INT#STRING,STRING,STRING,STRING,STRING,STRING,STRING,STRING What's exceptionally remarkable is that both his and my script have 8 slots each for ints. What is also interesting is that both start with action ids, then go to int data, then go to String data in the same order. Another interesting fact is that both scripts use the "#" character to separate these bunches of data, which has no significance other than it being a personal choice that I made a few months ago out of preference to that character. There is no legit reason for him to use "#" to divide the data other than a VERY coincidental thought that was the same as mine. My file format is just one way of HUNDREDS of possible routes that GoldenGates could have taken for his own script saving/loading, but it seems that his is an EXACT match to mine, which is extremely fishy. Another thing that I must mention (old evidence to add to this) is: His GUI: My GUI: GUI is nearly an EXACT match aside from slight changes to the names of the menus (instead of "new action", he made it "add action"). I'd like something done about this as @GoldenGates is clearly copying my work (not only the idea!) to sell it for profit. This is outrageous and something MUST be done. Thanks, Dashboard
  6. 3 points
    I've got about 8 years experience in blackmarket, and It really does seem like you scammed. I'd say you were the one who cleaned the account, and made it look like it was "phished". And that's why you don't go "smoke a cigarette" during a service, without saying a word, as well as you don't log off the account until you are done, and thats' why you record when you play on somebody's elses account, and that's why you post proof of what you say, for example, you have never posted a proof of you talking to him after you came back after the "break", nor the proof that he blocked you. Meaning, you are lying and scammed, I'd rank it as 90% in this case, for insulting moderator for no reason. The other 10% is when you are simply retarded, and can't even post any defence. I'd personally ban you.
  7. Ban him asap so he doesn't scam again. I deliver 10m he deletes me on skype i had him confirm multiple times that it was him. User still scammed Link to user: http://osbot.org/forum/user/22824-liquidmetal/ link to sales topic: http://osbot.org/forum/topic/22396-star-screams-gold-selling-shop-great-prices-nearly-all-payment-methods-accepted/ link to confirmed post: http://i.imgur.com/UCsGhhR.png user confirming its him yet again(reference skype): http://i.imgur.com/giVpTJl.png http://i.imgur.com/ltOfjCH.png http://i.imgur.com/veEZzU5.png http://i.imgur.com/7E8ACHj.png http://i.imgur.com/x8LvtUl.png
  8. Guest
    This is what I was reminded of when I saw the title. RIP Billy Mays
  9. 3 points
    Chat will be fixed before thursday/friday. I've been busy doing tax report and administration classes to finish tax reports for the 3'rd quarter of this year and I'll need to finish this before the 1'st of October November.
  10. ip is flagged that means any account you make will be 99% monitored and even if it slightly looks like your botting and sometimes even if you don't bot at all, banhammer. What you need to do, is call your isp, have them change your ip address, they will ask you why, simply tell them you are getting ddos attacks and can't do anything on the internet. They should register you a new ip instantly! No more ip flag from jagex
  11. 2 points
    Alright bot users lets get this nat runnin back on course, nats almost 300ea is just freaking ridiculous !!! Everyone hop on the nat train and lets rollll =]
  12. How old are you? If you want my advice, get a job in construction. FUCK FAST FOOD AND RETAIL. I worked construction as a student. It is hard work at the start, but you get used to it fast. You get to work outside most of the time, meet good people, and THE PAY IS TWICE WHAT YOU WILL MAKE AT MCDONALDS! Trust me man. Take your resume and apply at all the local construction sites as a summer student labourer. Best decision you will ever make.
  13. Welcome to OSBot Court; will the plaintiff and the defendant please rise for Judge @Raflesia (or @Zach or @Laz or @Maxi). In the end, only they can do something about this.
  14. Not your fault mate. I feel the community I worked fairly hard to maintain is falling apart and my days here maybe limited. rip old osbot
  15. Get on OSBot. Bot your account instead of training yourself so you can study.
  16. Looks like superman got himself punched into outer space rofl.
  17. V2 Gui: Code: TURN_RUN_AT(42, Types.WALK) { @Override public JPanel getPanel(final BuildIt script, final Settings settings) { return new JOneInput("Run energy", "Turn run at ") { @Override public void action(ActionEvent e) { int[] i = new int[5]; i[0] = Integer.parseInt(getText()); settings.addNewAction(new Action(script, 42, i), settings.insertLine); } }; } }, enough said.
  18. That is his old GUI, nice. And in any case, stop trying to act like you are an amazing scripter. A superscript factory is easy to make, you were just the first. And you can not have a monopoly on the marketplace.... Just deal with the competition.
  19. You should just quit your whining and pm @Raflesia instead of taking this public... Also.. SSF isn't even that good. I don't see what people see in it. For the first month it was great, but it becomes tedious. Its better to have a script that does a specific function rather than SSF. I regret purchasing tbh (I used to work for SSF isnt that ironic?)
  20. It's $14.99 lifetime and comes with a full website and 4 live support workers. It's hard to argue that it's expensive.
  21. As CLEARLY shown in the skype chat pictures, you can see that after a while i asked myself in the group chat with me , MR scammer and Scorpioz, why the "firecaper" went offline. If you look at the pictures, you can see that the guy starts around 2o clock, and on 7 o clock, which i, yes, 5 hours later when i response in the chat, NOT 45 MINS PLUS a 15 MIN BREAK, as you posted your pathetic defense. Nice comeback from you, unfortunately your comeback HAS NO LEGG TO STAND ON.
  22. I sold the user a virtual item, which is not covered by PayPal's buyer protection. /win.
  23. relax and drink a beer, not necessarily in this order.
  24. If i say purchased this now would I be able to leave it overnight and it would run flawlessly (using method 2, the p pot method).
  25. Most of the pain is felt in the superficial layers of the skin, not the deeper layers so if the needles are inserted correctly it shouldn't hurt.
  26. id do this but i dont want needles being put in me lol...... id crap my pants haha
  27. https://www.google.nl/search?q=+can%27t+be+opened+because+it+is+from+an+unidentified+developer&ie=utf-8&oe=utf-8&rls=org.mozilla:nl:official&client=firefox-a&gws_rd=cr&ei=FghwUp_EGsWd0wWj5YCwDA Google it.. sigh Editted : Removed link from website to google link.
  28. Sometimes gets stuck at the trapdoor. Dies to Jekyll random a lot. Sometimes when banking tries to go to varock, instead of edge bank.
  29. Im not sure if it's intentional that you attack another dragon before looting but in all honesty it really slows the script down, ill kill a dragon, run over to the furthest possible dragon, hit it once and then run back and loot my items only to run back again. I understand the logic in attacking a dragon that way nobody else can attack it but this whole process takes a good 10 seconds to do so it simply doesn't work like that.
  30. 3/10 makes fun of me
  31. a $10 script with no potion support wow.... really easy to implement if you need a hand just ask..
  32. Guest
    No. I F5'd a Bug Report thread that I made and I saw Superman posted on it, so I became extremely disappointed. Then I noticed his name was struck out and celebrated in a similar manner as to what you saw in this video. I counter your attempt at hard evidence with my own. Nah mayne I ain't mad at cha http://www.youtube.com/watch?v=d-ELnDPmI8w
  33. Not even going to bother reading. Closed & banned.
  34. Guest
    what the fuck i was going to do this
  35. Sorry my friend. I recall OSBot being a much happier place when I joined.
  36. Autowin GG WP [6:11:52 PM] Shinigami s: Ok, I have a plan on how to make $350,000 between the 6 of us. [6:11:55 PM] Shinigami s: Are you interested in what it is? [6:11:58 PM] brent mccowan: HOW LOL [6:12:01 PM] brent mccowan: shit caps [6:12:02 PM] brent mccowan: my bad [6:12:10 PM] Shinigami s: Basically, you sort out ammunition. [6:12:15 PM] Shinigami s: Derek sorts out the routes. [6:12:23 PM] Shinigami s: Goldengate is the distractor. [6:12:32 PM] Shinigami s: Furysangel is a random guy [6:12:37 PM] Shinigami s: We all rob a bank [6:12:40 PM] Shinigami s: You in? [6:12:43 PM] Shinigami s: Derek you in? [6:12:45 PM] Shinigami s: Furysangel? [6:12:48 PM] Shinigami s: Unbound? [6:12:50 PM] Shinigami s: goldengate? [6:12:50 PM] brent mccowan: yup [6:12:53 PM] brent mccowan: lets do it [6:13:06 PM] Shinigami s: Kk, we will meet up in the Blue Moon Inn [6:13:14 PM] Shinigami s: And make our way through Varrock centre. [6:13:42 PM] Shinigami s: Once we are near the Grand Exchange, goldengate shouts out "I've ejaculated prematurely again!" [6:14:04 PM] Shinigami s: At that point, Furysangel uncovers his cloak to reveal that he is not a civilian, but he actually has a dark bow [6:14:13 PM] Shinigami s: So he specs the security guard with a 48+48 [6:14:29 PM] Shinigami s: Then, you trade all of us an age each [6:14:32 PM] Shinigami s: With dragon bolts [6:14:38 PM] Shinigami s: Because you are the ammunitions guy [6:14:49 PM] Shinigami s: At that point, we take whatever we want from the G.E [6:15:00 PM] Shinigami s: Anyone who tries to stop us, we spec them out [6:15:06 PM] Shinigami s: Don't loot them, because they will probably be noobs [6:15:13 PM] Shinigami s: Are we all clear on what the plan is? [6:15:24 PM] brent mccowan: im fucking dieing oh my fucking god im dieing
  37. Welcome to OSBot buddy! Hopefully I will see your work around the forums, good luck with the shop! Private message me if you need anything or have any questions.
  38. 1 point
    I got scammed by him also 2 days ago, he took my 15M and just logged out.
  39. I think every price listed is to low, barrows prices would crash. hard. with these prices :P
  40. Dispute Template: Disputed member: http://osbot.org/forum/user/47006-zezimarules/ Dispute Location: http://osbot.org/forum/topic/21427-best-rates-for-your-07-gold-on-osbot/ Evidence: This evidence is really... easy to know that he scammed... Explanation: Well not hard to understand.. Wanted a swap. Traded him 124M and he didnt come to trade my 07.

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.