Leaderboard
Popular Content
Showing content with the highest reputation on 05/01/16 in all areas
-
An eloquently designed masterpiece which takes a subtle warm yellow to portray a new account seeing the first kiss of sunlight on Tutorial Island. Retail Price: $495 Here we see what many call "Bob". In the busy streets of Lumbridge you may seemingly walk past such characters, but do you really know their stories? Retail price: $600 Who are we? As a human race we often get lost in the struggle for materialistic goods. Reduced to just simple pixels, we are guided through Tutorial Island as a journey into our true selves. Retail price: $5708 points
-
7 points
-
Staff note - Script currently broken - awaiting scripter update *TESTING PHASE - EXPECT BUGGINESS* (Updated daily) This is a FREE script, called Zulrah Helper Out now! The download link is below! It draws an overlay over the game with Zulrah, showing you helpful information such as which rotation you are on, images of the rotations, where to stand. Future versions will have which prayers to use, and tell you when to eat. Script is currently in testing phase - this means it is free for everyone because it is not refined yet and has bugs. This is an early release. Known issues: Tiles are wrong on: Rotations 1and2, Zulrah Form 10 Sometimes does not correctly move onto the next step Fixes planned in next update (being released tonight/tomorrow): Next form info (tell you which is about to spawn, before it does) When to prayer, prayer-flick helper How to download Go to the store, here: https://osbot.org/mvc/sdn2/scripts/2 Click [ADD] on Zulrah Helper Live Support: OSBot official chat: http://osbot.org/forum/chat/5 points
-
Just a few small updates before we move onto another stable release. 1. Widget Debugger A few releases ago I discussed a bit about combining Inv/Stack. Often times you will come across a widget which is a container; so if their lengths match it would make sense to combine them so you can quickly figure out the structure. As an example, I took a screenshot of debugging the bank: So instead of having 1656 fields to sort through, we only have 828 (the size of each array). widget.getInv()[11] == 995 //Coins id widget.getInvStackSizes()[11] == 3170501 //Amount of coins Hopefully scripters find this a bit easier. 2. Command Line arguments Probably one of the most requested features is a way to start the client and scripts by command line. No, this update doesn't allow you to do that yet however I've started some of the development on it. In the meantime the following arguments now exist: -mem <amount> // The amount of memory allocated in megabytes -debug <port> //Starts OSBot in debug mode, use port 5005 if you're unsure which port to use -data <value> //Allows OSBot to collect data used for bot detection analysis; 1 = true Happy Botting -The OSBot Staff4 points
-
Without further ado, here it comes: Happy 3'rd OSBot anniversary everyone! Three years ago we started out venturing in the world of OSRS botting and now we are here. It has been a sincere blast and with the developments over the last months we are sure we will bring another year worth mentioning! To celebrate we wanted to give something back to you guys so we decided that we are starting with giving away 5 LIFETIME Sponsorships. After that, we will have another round of giveaways, because we can! Special thanks goes out to you, the community, the community staff members who have been with us and those who still are and the development team. Without you, OSBot would not have been here. @Maldesto you are a true hero for handling this community, @Alek you are a true hero for keeping our scripters cornered and @Zach is there anything you can not do?! @MGI you are an amazing programmer and an even nicer person and @Dex please continue messing with our forums haha. @Asuna maybe you can teach Dex? @Genii, @Khaleesi, @Epsilon and everyone aforementioned; keep up the good work, you are awesome! What do you need to do to win? Like our OSBot Facebook page, like our anniversary post, share that post and be one of 5 to get that beautiful rank as a gratitude for your time with us. To get to the page and post click the image below. When will we announce the winners? On May 15'th we will make an announcement on the Facebook page as well as here on the forums. The winners will be only announced by their OSBot usernames with privacy in mind. Happy botting, The entire OSBot staff3 points
-
Time to let all my real life friends know I still play Runescape.3 points
-
2 points
-
2 points
-
I win. (67kb/sec) a speedtest which didnt manage to finish upload is the same2 points
-
use a walkingevent WalkingEvent walkingEvent = new WalkingEvent(position); walkingEvent.setEnergyThreshold(50); execute(walkingEvent); this will start using run when it has 50% energy or you can use a webwalkevent to simply disable run: WebWalkEvent webWalkEvent = new WebWalkEvent(position); webWalkEvent.disableRun(); execute(webWalkEvent); not really sure if these are what you wanted but they could work for you walkingevent: http://osbot.org/api/org/osbot/rs07/event/WalkingEvent.html webwalkevent: http://osbot.org/api/org/osbot/rs07/event/WebWalkEvent.html edit: as for walking to the exact tile , you can use do: WalkingEvent walkingEvent = new WalkingEvent(position); walkingEvent.setMinDistanceThreshold(0); walkingEvent.setMiniMapDistanceThreshold(0); execute(walkingEvent); or WebWalkEvent webWalkEvent = new WebWalkEvent(position); webWalkEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return position.contains(myPlayer()); } }); execute(webWalkEvent);2 points
-
2 points
-
2 points
-
2 points
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports banking at 99% of the locations - Task based setup (1-99) - Supports every fish (Shrimps, sardine, herring, anchovies, mackerel, trout, cod, pike,salmon, tuna, lobster, bass, Leaping trout/salmon/sturgeon, swordfish, monkfish, shark, dark crab, angler fish, sacred eel, infernal eel) - Supports almost every bank location (New ones can be requested) (Lumbridge swamp, Al-Kharid Sea, Draynor, Lumbrdige river, barbarian village, shilo village, Catherby, corsair cove, fishing guild, piscatoris, port piscarilius, karamja, jatizso, seers, gnome stronghold, Lands' end, Zul andra, Mor Ul rek) - Fish & bank (Preset) - Fish & bank (Custom) supports almost every location - Fish & Drop (Custom) supports every fishing spot - Barbarian fishing (Select leaping fish at fish & drop) - Cook fish when fire is nearby (Fish & Drop Only) - Minnows support - Karambwans + Karambwanji support - Aerial fishing support - Drift net fishing support - Humanlike idles - Dragon harpoon special - Barehand fishing option - Fishing barrel support - Spirit flakes support - Drop clue bottles support - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 571:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 571): -script 571:TaskList1.4515breaks (With breaks) -script 571:TaskList1.4515breaks.discord1 (With breaks & discord) -script 571:TaskList1..discord1 (NO breaks & discord) Proggies:1 point
-
────────────── PREMIUM SUITE ────────────── ─────────────── FREE / VIP+ ─────────────── ──────────────────────────────────────────────────────────── ⌠ Sand crabs - $4,99 | Rooftop Agility - $5,99 | AIO Smither - $4,99 | AIO Cooker - $3,99 | Unicow Killer - £3,99 | Chest Thiever - £2,99 | Rock crabs - $4,99 | Rune Sudoku - $9,99 ⌡ ⌠ AIO Herblore - FREE & OPEN-SOURCE | Auto Alcher - FREE | Den Cooker - FREE | Gilded Altar - FREE | AIO Miner - VIP+ ⌡ ──────────────────────────────────── What is a trial? A trial is a chance for you to give any of my scripts a test run. After following the instructions below, you will receive unrestricted access to the respective script for 24 hours starting when the trial is assigned. Your trial request will be processed when I log in. The trial lasts for 24 hours to cater for time zones, such that no matter when I start the trial, you should still get a chance to use the script. Rules: Only 1 trial per user per script. How to get a trial: 'Like' this thread AND the corresponding script thread using the button at the bottom right of the original post. Reply to this thread with the name of the script you would like a trial for. Your request will be processed as soon as I log in. If i'm taking a while, i'm probably asleep! Check back in the morning Once I process your request, you will have the script in your collection (just like any other SDN script) for 24 hours. Private scripts: Unfortunately I do not currently offer private scripts. ________________________________________ Thanks in advance and enjoy your trial! -Apaec.1 point
-
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
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Kills and picks up armour for tokens (Pick Black/mithril for optimal results) - Kills cyclops when enough tokens - Food support - Potion support - Possible to camp certain cuclops for more defenders - Basic looting options - Special attack weapon support Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023!1 point
-
'the intelligent choice' by Czar Buy (only $4.99) Want to buy the bot, but only have rs gp? Buy an OSBot voucher here old pictures1 point
-
1 point
-
We can only wait for the developer to update their script for the time being.1 point
-
Scripters have had ample time during the dev builds to update their scripts. If you're using a local/private script, best to ask your script writer.1 point
-
1 point
-
Good job on update, glad to see a foundation for args1 point
-
hey m8 why doesnt the bot take breaks? i have setup the client to take breaks every 2 hours but it doesnt do it1 point
-
You should definitely quote me when you do so I have notification. Would use the shit out of this1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
If you want him to refund upon appealing you're going to have to create a dispute and provide the evidence so we can add it to his warnings.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
I'm sorry you made that terrible mistake at first, but I'm so glad you switched! I know you will enjoy your stay here much better! And you got the script just in time for a big update! I will hopefully be releasing it soon! Thanks again for your support!1 point