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 all areas

  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. cheers man, do you know if they are mass banning bots atm? they are always mass banning bots, its apart of the new BotWatch, they want to prove to the rs community that BotWatch is nothing to play around with, but in reality, no1 really cares... But yes, any bot you use, you always have the potential to be banned NO MATTER WHAT If anyone says you can bot without being banned, is very wrong, it may take 1 day it may take 1 year IF you bot, you WILL be banned 1 way or another. So be ready to not use important accounts to bot with, just make ones you don't care about, cause people report botters 24.7 and j-mods catch em to, 1 day you might be 1 of those people it happens ;/ Always take caution cheers (P.s) be careful when getting ip banned, most isp companies will not let you change your ip more than once or twice, so if you get ip banned a 2nd time, your isp might deny you a ip change, and you will be stuck with being banned every hour. This happened to me with timewarnercable, and after they refused to change it, i said ok then At&t will get my business kiss your money goodbye, and they changed it 1 last time, now they will not do it again no matter what, i would have to change providers
  23. Reading, while sometimes scary, can be an incredibly useful resource when it comes to getting information.
  24. PM me for my skype. I can produce 100k+/day. I have stock atm as well, we can discuss prices on skype.
  25. Got banned nam'saying.
  26. Looks very good, especially the first one
  27. I've been doing minatours. I've gotten 2x 24 hour proggies, 0 breaks, no problems so far.
  28. It's come to my attention that RS had released an update breaking my script on the first floor of the stronghold (thanks to peter123456). This has been fixed in update 2.2.1. Eric
  29. Ripping and changing a little bit of code then calling it your own is stealing. Also, why wouldn't he be scared of competition, it effects his sales which is his income.. I can tell you have never programmed before. What Dashboard posted was one small portion. He's whining about competition, which is just pathetic. SSF's file format is a HUGE part of the script. It's a script that makes scripts, and this is how it spits it out. How do you think Adobe would react if GIMP started saving PSD files? Just because you were the first to come up with the idea doesn't mean that nobody else can make their own version, of course the concepts would be similar. Also you can open and save .psd files with gimp lol
  30. Ask Wiz, I wrote the whole thing myself, many people can vouch over my progress throughout the days. Looking at an open-source SuperScript (not the .jar, the .file) isn't cheating. I can easily alter it if you wish. Also, the GUI is getting a redesign.
  31. Try timing how long it takes for the bump button to enable itself, it should be the same for all users apart from staff.
  32. http://www.youtube.com/watch?feature=player_detailpage&v=JK0TFsKZLiU gratz to Dr dre
  33. I know about this issue. As I have previously stated, OSBot still needs to update some of it's hooks from the GWD update, most notably, some banking methods, turning on run, and walking methods.
  34. YES an update, sounds awesome thanks so much! Now go look in the SDN Scripters section there's lots of stuff that needs attending to ;)
  35. I quit botting barrows some time ago so if theres anyone up to the task feel free to use the data below. Tunnel data setting: 452 (used in the picture) Kill data setting: 453 (contains killcount, slain brothers and whether the chest is open or not) package barrows.data; import java.util.ArrayList; import java.util.List; import org.osbot.script.MethodProvider; import task.Resetable; import barrows.pathfinding.Pathfinding; public class BarrowsData implements Resetable { private final MethodProvider methodProvider; private final int tunnelDataSetting; private final int killDataSetting; private final Object lock; private final List<Brother> slainBrothers; private Pathfinding pathFinding; public BarrowsData(MethodProvider methodProvider, int tunnelDataSetting, int killDataSetting) { this.methodProvider = methodProvider; this.tunnelDataSetting = tunnelDataSetting; this.killDataSetting = killDataSetting; this.lock = new Object(); this.slainBrothers = new ArrayList<Brother>(); this.reset(); } @Override public void reset() { synchronized (lock) { pathFinding = new Pathfinding(methodProvider.client.getConfig(tunnelDataSetting)); } slainBrothers.clear(); } public List<Room> getPath() { synchronized (lock) { return pathFinding.createPath(); } } public boolean isPuzzleSolved() { return (methodProvider.client.getConfig(tunnelDataSetting) & 0x80000000) == 0x80000000; } public boolean isRaidCompleted() { return (methodProvider.client.getConfig(tunnelDataSetting) & 0x4000000) == 0x4000000; } public boolean isChestOpen() { return (methodProvider.client.getConfig(killDataSetting) & 0x10000) == 0x10000; } public int getKillCount() { return methodProvider.client.getConfig(killDataSetting) >> 17; } public int getPuzzleChildIndex() { switch (methodProvider.client.getConfig(tunnelDataSetting) >> 29 & 0b011) { case 0: return 6; case 1: return 7; case 2: return 8; default: return -1; } } public Brother getBoss() { final int setting = methodProvider.client.getConfig(tunnelDataSetting); for (final Brother brother : Brother.values()) { final int bitmask = brother.getBossMask(); if ((setting & bitmask) == bitmask) { return brother; } } return null; } public List<Brother> getSlainBrothers() { final int setting = methodProvider.client.getConfig(killDataSetting); for (final Brother brother : Brother.values()) { final int bitmask = brother.getBossMask(); if (!slainBrothers.contains(brother) && (setting & bitmask) == bitmask) { slainBrothers.add(brother); } } return slainBrothers; } } I wont post the dependencies I used but it should give a general idea of whats going on. Some of the naming is bit off i.e. boss actually means the tomb that leads to the tunnels. If theres anything thats unclear just ask away.
  36. Dispute Template: Disputed member: Notorious BIG http://osbot.org/forum/user/38657-notorious-big/ Dispute Location: -- Evidence: http://gyazo.com/dfd10ceec22e61823fe561f4c290d8f6 http://gyazo.com/b2a15f855fdca8a6632abef605e967f5 http://gyazo.com/9cc3104d7321220c963d402e82a27b9c http://gyazo.com/650af876c6c3e5e6dbf1b3397efcd2ca Explanation: Was looking for a reasonably priced firecape service, found out that Notorious BIG replied to an earlier request from someone, so decided to send him a pm if he wanted to do the service for me, of course i wanted to use a MM. After we got in the skype chat with Scorpioz, i took care of all the things he said he needed to get the job done, except to get 250 more purple sweets. Scorpioz said he needed to go so i handed him the money (5M OSGP), took care of the things Notorious BIG wanted to have as armour/inventory setup and went to the Tzhaar caves. After that i told him my e-mail adress and pass, logged out, wished him good luck and waited. In the beginning, every 30 so minutes he gave a small update as to what wave he was etc. But 2.5 hours later (something like that) he went offline on skype and he left the "conversation" on the OSbot.org pm session. I then checked my hiscores, noticed i leveled up from 1 to 5 defence, and immediatly after that i changed my password, logging in to see that Notorious BIG most definitly was running a flax script on my account. (was in a random event, Beehive shit) and the account had shitty armour on. Went to check the bank to find out that all my good items were gone. Never went back online on Skype, hasnt responding in the group chat with me and scorpioz, and the guy is now "back in business" making offers on different accounts and trying to sell more accounts, most defenitly trying to scam people. The screenshots (LINKS ABOVE EVIDENCE), were, as you see, all taken when in the group chat with myself (APP), the scammer (NOTORIOUS BIG) and the MM (SCORPIOZ).
  37. I gave 2 accs to the winner
  38. 1 point
    done on my iphone

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.