Leaderboard
Popular Content
Showing content with the highest reputation on 01/08/16 in Posts
-
Firstly - DO NOT LOCK SPAM THREADS UNLESS THEY'RE AGAINST MAJOR OSBOT RULES, IN WHICH CASE MOVE THE THREAD TO ARCHIVE (OR DELETE IT?) This currently happens a lot, I go onto a thread and I WANT to post on it, but it's fucking locked and I don't know why? FUCKING DELETE OR REMOVE IT Secondly - ALLOW RELEVANT OLD THREADS TO BE 'GRAVEDUG' BY ORIGINAL POSTER If like me, you're an old member with a lot of AMAZING historic spam section threads - WHY NOT BUMP OLD RELEVANT SPAM THREADS? (both of these rules are to applied in the spam section only)6 points
-
edit: seriously though, osbot private server would be a sick idea, and i proposed it long time ago, because a) the community needs something to do while they are botting.. on this botting forum.. and b.) scripters can test scripts, no we don't need a replica of the game we just need a map, a player and npcs/objects, which is included in the server readily downloadable The only challenge is moving to newer rs versions, you would have to get all the xtea, client interfaces, access masks , refactor client etc. each time you move rs versions, but it isn't really an issue5 points
-
This year has been pretty exciting for all the development on OSBot. As new bots emerge and fade away, we have retained our position as a leader in the old school botting community. Although most of the team has obligations outside of this project, we love our product and jump to the chance to work on it. I really think this shows and it instills confidence in our customers, scripters, and s. As always, we work on security first, performance and stability second, followed by innovations and improved design. Highlights of 2015 Mirror Mode Released WebWalking Released InteractionEvent and MoveMouseEvent re-written and improved Improved security of scripts, connections, and local data Replaced interfaces with widgets, proper handling of grandchildren Added LoginCallback and LoginResponseCodeListener Added new Worlds class, replacing the outdated WorldHopper Added new Walking class, replacing LocalWalker Added Grand Exchange API Updated to Java 8 Consolidated area classes into one class Re-wrote all OSBot interfaces from scratch Added login to the booter Added proxy manager Various performance improvements and API cleanup We hope that you've enjoyed watching OSBot develop since 2013 and you're anticipating the next series of updates over 2016. I'd like to especially thank our VIP/Sponsors that support us with the funding to make all of this happen, we have a few cool new features to make it worthwhile in the future. Have a happy and safe new year -The OSBot Staff4 points
-
Scripters need to test their script in order to get a functional script. in order to test a script, the scripter needs: An account Stats required for the script the requirements of a script can be quite high, so if a scripter needs an account to test it on, the account will be at risk since it's logged into a bot client + running a script Now here's my idea. Tell me if it's impossible, not likely, or just stupid. OSbot private server An exact copy from OSRS, without modifications. You can test your scripts all you want without getting banned You can set your own stats (example: 63 hunter for a red chin script) Not only will this reduce the bans, throwing away a potentially good account, it will also not require time to train the skills. 63 hunter can take a while to train, and if you bot it, you will have a chance of getting banned along the way Adding to the benefits, a scripter can design a script that he otherwise couldn't make. a script with high requirements, example: Zulrah. There are a lot of other scripts that can be made with high requirements. You could also test your script and go for a 100-hour proggy, without any chance of getting banned server only accesable by scripters / staff obviously4 points
-
4 points
-
Hey, I needed to use the GE in one of my scripts so I came up with this. It's pretty basic but allows you to buy and sell different items at different prices and amounts, as well as collect Items. Currently it's only set up to use the first box but you could easily modify to suit your needs. GrandExchange.java: Lemon Version: Example Usage: public class Script extends org.osbot.rs07.script.Script{ private final String itemName = "Blue partyhat"; private final int itemPrice = 2147137627; private final int itemAmount = 500; @Override public int onLoop() throws InterruptedException { GrandExchange GE = new GrandExchange(this); //new GrandExchange instance with our script if (!getGrandExchange().isOpen()) { //Checks if ge is open GE.openGE(); //open ge randomly using booth or npc } else { GE.collectItems(false); //collect items (boolean true -> to bank, false -> inventory) GE.createBuyOffer(itemName, itemPrice, itemAmount); //creates a buy offer with specified params GE.createSellOffer(itemName, itemPrice, 0); //Sells all of the specified items in inventory at specified price ( 0 = all, int = specified amount) } return 150; } }3 points
-
Yeah but only americans risk because they have good ping.3 points
-
Having only played around 3-4 hours in the new great kourend, i'm far from an expert. I was wondering if any of you guys had any ideas which could be added to the premium / free script market? Moneymaking, combat training, skilling... anything really. Just feel free to drop your ideas down in this thread No guarentees i'll make any of them by the way! apa2 points
-
Spoken via Skype, accounts are to be ready tomorrow. A note to everyone else who ordered and still waiting, sorry about the delay, had a few workers quit on me, but have found stable reliable workers who are working round the clock to complete current orders. Previous workers started services and just vanished, without speaking to myself or my other workers, so a couple days past and then I was already behind, luckily my new workers are working as hard as they can and getting your orders complete. I apologise and will make sure they're done as soon as possible.2 points
-
2 points
-
2 points
-
how on earth are you going to get a replica of osrs server? solution #1 bribe one of the Mods soultion #2 physically go in jagex studio and steal the source codE?2 points
-
Your logic is flawed that's why. You have nested if(random == 2) inside if(random == 1). So the code inside if(random == 2) will never be executed, because it can only be reached if random = 1... It should look more like: public void antiBan2() throws InterruptedException { int random = random(1,3); switch(random){ case 1: sleep(random(1000, 2000)); mouse.moveRandomly(random(1000, 2000)); break; case 2: sleep(random(1000, 2000)); mouse.moveRandomly(random(300, 1000)); mouse.moveRandomly(random(1000, 2000)); break; } } That is because the walker in OSBot walks to a position within (i think) 2 tile accuracy. If you want it to walk to the exact tile, you will need to create your own WalkingEvents.2 points
-
2 points
-
2 points
-
2 points
-
PPOSB - AIO Hunter Brand new trapping system just released in 2024! *ChatGPT Supported via AltChat* https://www.pposb.org/ ***Black chinchompas and Black salamanders have been added back*** Supports the completion of Varrock Museum & Eagle's Peak OR CLICK HERE TO PAY WITH 07 GOLD! The script has been completely rewritten from the ground up! Enjoy the all new v2 of the script JOIN THE DISCORD CHAT FOR QUESTIONS/ SUPPORT/ CHATTING/ UPDATES! New GUI: Features: Click Here Current functioning hunter tasks: (green - complete || yellow - started || red - incomplete) Screenshots: Progressive Leveling: 1-19 --> Crimson swift 19-43 --> Tropical wagtail 43-63 --> Falconry 63+ --> Red chinchompas Updates How to setup Dynamic Signatures Report a bug CLI Support - The script now supports starting up with CLI. The commands are given below. Please put in ALL values (true or false) for CLI to work properly. Make sure they are lowercase values, and they are each separated with an underscore. The script ID for the hunter bot is 677. Parameters: EnableProgression_EnableVarrockMuseum_EnableEaglesPeak_EnableGrandExchange Example: -script 677:true_true_false_true ***Don't forget to check out some of my other scripts!*** OSRS Script Factory Click here to view thread LEAVE A LIKE A COMMENT FOR A TRIAL The script is not intended for Ironman accounts. It still works for Ironman accounts, but you must have all equipment, gear, and items.1 point
-
'the intelligent choice' by Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here1 point
-
1 point
-
1 point
-
It's a very basic rip of what jagex has, because it takes ages to make the exact replica and even with multple coders working on a single project it can get very frustrating so it would take excess cost to get it done because if they just put osbot on hold when they don't even have as much time as they used to when they started osbot up, they would be doing way less than they are for osbot as is. You should look further into rsps resource communities and try building one, even if the person who makes a "flawless" copy of the current version, it would still have flaws because why would they release a game that is bringing in 9$/month per person who pays for membership release a version of their game?1 point
-
script that will gain favor would be pretty nice1 point
-
Me neither, just being blunt about it. Runecrafting has always been a hard skill to script for as well as bot. Just be super cautious. If I bot it on a main, I just do it up to a certain mark like a level, or a couple hundred runes and then do something else.1 point
-
1 point
-
1 point
-
I did not allocate higher mb to it, I left it at it's default amount. I will do that next time, thanks. Can I still have that other script though, or did you change your mind?1 point
-
1 point
-
Qubit nobody who knows what they're doing cares about your script lol. We're all capable of recreating it anyways but if you don't feel comfortable posting code for us to analyze you're crap outta luck. Troubleshooting method: after each line in the onstart add a log so you can see what checkpoint the code stops at. If you're loading a GUI built with JFormDesigner and it's complex, you might have to redo the GUI because I had that same issue. example: @Override public void onStart() throws InterruptedException { log("a"); UI gui = new UI(this); log("b"); gui.setVisible(true); log("c"); while (gui.isVisible()) { sleep(100); } log("d"); apply method as needed to figure out where the code stops being called.1 point
-
Spellbook adjustment (regarding new kourend teleport spell) has been posted, will be live within a few hours max, thanks for all the feedback guys As for enchanting jewellery, I'm currently enchanting sapphire rings @ ge and so far so good, made some nice bank, I will test edgeville bank but I would highly recommend GE as you can blend in with other players = less chance of ban :P @Edgeville bank I have added a quick update which uses the nearest bank booth now1 point
-
1 point
-
It is unfortunate you guys have been banned. I gained over 40 levels with this script. It worked FLAWLESSLY. I did end up losing my main after trying to speed it up with an ape atoll chinning script. But I had no issues with this script. I recommend all Czar scripts1 point
-
Perfect miner is fucked up for mining coal at mining guild: http://screencast.com/t/NcXsjSBsn6mn1 point
-
Hey char I saw people getting free scripts from you when they already have bough some of your work. How does it work? Can I have this miner if I already have thiever and fisher ?1 point
-
1 point
-
1 point
-
Hello! Gold BDK (OG's Blue Dragon Killer), will soon be receiving an added BONUS! I have decided to include a free Lite Version of my GDK with the purchase of the BDK --------> Please note the GDK Lite version will not contain all of the features included in the premium/SDN version, however it still has the same functionality. Gold GDK Lite Features Loot options for Green Dragonhides & Dragon bones Eating (All food supported) Varrock Teleport tablet banking method Anti-PK World Hopping Special Attacks1 point
-
yeah think you should add it other than that cant fault it; i made 1 mill in 24 hours started level 30 - 60 in 1 day... shame I cant say the same for khaleesi experiment bot which i also paid same as i did for this after paying it starts and goes "setting up script" im furious.. sorry for going off topic1 point
-
Used free scripts and kept getting banned so I think im gonna start buying good premium scripts like this one from now on. Can I get a trial to check it out please?1 point
-
1 point