Leaderboard
Popular Content
Showing content with the highest reputation on 03/05/15 in all areas
-
8 points
-
REQUIREMENTS: CPU: Dual core+ Operating System: Windows/Linux/OS X(MAC) Java: At least java 8 VIP, Sponsor, Scripter or Staff rank NOT HAVING THE REQUIRED RANK WILL NOT LET YOU START IT! HOW TO USE: Start runescape client on your browser or the official OSRS launcher Open new bot tab on OSBot and select to use mirror client Make sure you are not logged in before starting your script. Preferably with a freshly loaded OSRS client. And continue like you are used to! HOW TO REPORT BUGS: Reports missing the following will get ignored and deleted: Mirror client version Console output / terminal output Crash report if a crash occurred Script that you ran Hooks that failed JVM/Browser bit version (32 / 64) Known bugs & suggested/required fixes: Scripts are not starting/buggy: Please attach to rs client right after it loads BEFORE logging in.7 points
-
Dear community, We are happy to announce the release of the Mirror Client technology written by @MGI. You can read about the Mirror Client here: Article on Mirror Client and ban rates. This feature will be available for VIP, staff and scripters. You can read how to use it here: OSBot Mirror Client Guide Also there were various little patches regarding widgets in this update. NOTE: Do not post errors related to the Mirror Client here but post in the designated forum section here: Mirror Client Bug Report Section Make sure you read the rules here: Article on Mirror Client and ban rates. Sincerely, The OSBot team4 points
-
4 points
-
Dear community, With the new widget system affecting a large area of our code it was inevitable there would occur performance issues. I have profiled the bot and applied a first set of optimisations. I know there are more optimisations to be done on the new system, but this should already make a big difference. Scripts might spike a little cpu usage on start up when the system caches some data. If you still experience issues with performance, please report in detail so I can investigate and optimise further. Your help is appreciated. I will upload the javadocs shortly after. Sincerely, The OSBot team Edit: API java docs have been updated. A packaged version of the docs to use in your IDE's can be found here: https://osbot.org/api/javadocs.zip4 points
-
4 points
-
4 points
-
I can verify that simply updating the banking/inventory from script.getBanking/script.getInventory to script.widgets.getBanking/script.widgets.getInventory will work fine. I have changed Omega script over to use the new methods and it seems to be running just fine now. ^_^3 points
-
Go ahead and do what you what I can't stop you from doing. We are doing necessary maintenance that all scripters were aware of ahead of time. I have spent 36 hours straight in mitigation of the issues that occurred as I couldn't foresee all of them with over a 100 classes changed, partially rewritten in an effort to not break scripts. The other option was to just not try port the old to the new system and force all the scripts to be broken and wait for the script writers to update. Customer is always important, but don't take it too far calling bullshit. This is not a help thread. Please post in the correct section of the forums with programming related questions.3 points
-
I lost my main to the banhammer about a year ago... Never bot a main. After about a year long hiatus, I think I'm finally ready to get back to Runescape. I really like this community, I did miss it being apart of it for so long. Looking forward to talking to you guys again. Cheers!2 points
-
This does not make you invincible, so please don't think that you are. This just gets around one banning system that JaGeX has placed which is the client detection.2 points
-
Dear community, This update contains further patches to the port between the old and the new interface system. I would like to point out that we should all encourage scripters to update their scripts to the new system. We are doing our best to make sure the old system will work as it used to however in some cases we won't be able to do so. Also there is a temporary widget explorer available again. R stand for root, - is second level and -- is third level id. Any reports are welcome. Sincerely, The OSBot team2 points
-
That doesn't matter at all, both instances of bank are the same. widgets is an API instance like all other API instance containing references to other API instances. Major change should be RS2Interface/RS2InterfaceChild -> RS2Widget && MethodProvider.interface.blabla -> MethodProvider.widgets.blabla2 points
-
So, if you buy a broken iPhone and pay for your dataplan for a month and the phone is broken for a week of those 30 days you're just supposed to be grateful about getting an ex-good phone? I'm paying, I don't need to be grateful and he gets paid, quit acting like he's doing us all a favour. With that being said, scripts are working now (guessing .37 fixed it), thanks for the quickfix!2 points
-
2 points
-
2 points
-
Thanks guys, but if I get banned for no reason, then so be it. Maldesto is the Community Manager.2 points
-
"With the new widget system affecting a large area of our code it was inevitable there would occur be performance issues" 10/10 would read again, amazing!2 points
-
Dear community, In this release a bug with banking that Mysteryy pointed out to me was fixed. It's regarding the issue where you withdraw multiple items consecutively it would fail after 3 or 4 items. This should be fixed now. Please report any bugs with a proper report in detail and we will review them. Sincerely, The OSBot team P.S. My internet is shit atm so the upload was corrupted. Please wait a couple of minutes and redownload the jar from the main page. P.S.S. Second attempt my internet did not fail. Download should work now.2 points
-
Dear community, This update took a while to round up. We have introduced a new interface system that gives full and correct access to all interfaces. We have called its class RS2Widget and its API can be accessed through the Script.widgets instance. The old system points to the new system and I hope we didn't break any scripts in the transformation, porting this wasn't easy as there are some major differences between the two systems. I can't say for sure that it has not broken any scripts. Never the less, the scripters will have to upgrade their scripts to use the new widget system, regardless of the fact whether this update affected their scripts. This update affected a rather large part of the client. It is possible that scripts using the old interface system possibly face problems. However the entire internal API is now mostly based on the new widget system. What is left of the interface system will get removed once there are no dependencies on the old system anymore in scripts on the SDN. Scripts that are broken by this update should be updated rather quickly as all developers have been notified of this update to come. I have also addressed the issues with banking. I haven't been able to reproduce any of the mentioned problems. However like I said, the scope of this release is so big that it is hard to say if we've missed something in the porting of the old interface system. So please report any bugs you come across with a detailed description of the bug and I will review them tomorrow. If everything is fine, I will rewrite the interface debugger to be useful again. This will most likely happen tomorrow or the day after. I will upload and update the javadocs af fast as possible for the script developers. I hope that you as a community understand that this might cause problems with certain scripts and I'm sure the script developers will update their scripts to the new system as soon as possible if this update affected their scripts. In that case we are sorry for your inconvenience. Sincerely, The OSBot team2 points
-
naaa http://osbot.org/forum/topic/66535-macrosuite-the-ultimate-private-script-environment/ is literally Superscript 20152 points
-
Congratulations, you just advanced a No Life level. Your No Life level is now 10 Click here to continue2 points
-
2 points
-
Makes no sense. Didn't know I can be banned from a bullshit claim. Sad.2 points
-
This tutorial will cover everything required to write your own OSBot scripts. Although it is quite lengthy, don't let this put you off - it shouldn't take more than a couple of hours to follow through, at the end of which you will have learned the scripting basics and will have your very own tea thieving script which you can modify to your liking. Good luck! Previous required knowledge: None Knowledge of basic java helps but is not required! What this guide covers: Downloading your code editor (IDE) Basic programming concepts A quick guide to java Writing a script with the OSBot API Running your script Downloading Eclipse: Setting up your project: Language basics: Java basics: Script backbone: Compiling the script: Writing the script: Best practices and conventions: Completed Tea thieving source code: That's the end of this tutorial, hopefully it was useful and concise enough. As I mentioned earlier, remember to ask LOTS OF QUESTIONS! Also remember that google is your friend! ? Although it may seem OSBot scripting is a niche use of java, many questions can translate to more widely adopted counterparts - use this to your advantage. If you have any questions do not hesitate to post as a reply below. Since I follow this thread, I will receive a notification if you do and will do my best to get back to you ASAP! - Apaec1 point
-
Flax Picker PRO Free & Easy Money making. Locations: Gnome Seer's Village. Features: Pick Flax Bank Flax Image:1 point
-
So yes i will be botting 24/7 and getting 99 str on a 1 defence pure The beggining was here since i had to complete monkey madness AFTER 3 DAYS of ~20 Hours per day botting The Very next day: Right after taking this picture got some technical issues haha I am going to update every 24 Hours Good luck to me1 point
-
1 point
-
1 point
-
I'm sorry but why would you advertise a different "quality" in your work because of the price. You should always put out the highest quality work you can provide. Goodluck.1 point
-
Thanks now its running perfect again probaly was the client update anyways its a perfect script1 point
-
I have, its every time u make a post. Reminds me when moms tell u to pause online games. I CANT PAUSE THE GAME1 point
-
We all promised not to tell anyone...it has been 2 years I am sorry. LINK TO PART 1 HERE LINK TO PART 2 HERE This is where things get crazy as hell...this part might not be as long because I only last 30 seconds but that's not the point. Scorpioz ends up giving himself up to the police and Yoloswag checks his phone to find out he has gotten negative feedback and is IP banned from OSBot. He shoots himself swiftly. Anne and I get in the car and Dashboard goes home to write more scripts that will eventually rule the world. Anne and I go to my house where we find Wowzoor/Jeff. We all get drunk and I forgot what happened after that but Anne said it was fun and she liked it but Wowzoor will never talk to me again so idk what happened with him and I but that's besides the point. The police bust down my door and I am arrested on count of conspiracy to commit armed robbery and counterfeiting (because of the fake gpz we sold) and I am taken to prison where I end up doing a year and a half. This is the reason why I was gone from November 2013 to now. I get out and Jeff has finally gotten over what I did to him but is surprisingly gay...I don't know what happened that night don't ask me maybe ask Anne, but everyone did about a year, except Smart that motherfucker is smart and got away. This is the ending to the craziest night of my life I hope you enjoyed...because we didn't. All the asian goldsellers were at yoloswag's funeral and were crying alot because there business got FUCKED. Scorpioz is locked up for a long time and has probably gotten raped. DON'T ASK WOWZOOR ABOUT WHAT HAPPENED HE DOESN'T LIKE TO TALK ABOUT IT1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
PID was changed long time ago, now it gets changed randomly as you play1 point
-
1 point
-
1 point
-
Things to work on: Lighting Placement Colors (Overall looking monotone with splashes of other bright colors, this is because you probably used some sort of color mask) Atmo KIU Dark ^_^1 point
-
We're all used to being banned anyways1 point
-
Gets player to drop stuff trade player and pretend to give them money, use up time to wait for items to spawn friend attacks tortoise from safespot and lures tortoise over items. You cannot walk through them as they are like brawlers in pest control, however if you use flowers you can move through them (you plant them and step out the way) you get to items, other guy cannot reach them you pick items up & make bank Scrubby method but cool tbh, I would not have thought of that lol. I still dont get why people drop their items tho lel Apa1 point