Leaderboard
Popular Content
Showing content with the highest reputation on 05/01/16 in Posts
-
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
-
Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system1 point
-
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
-
if(getGroundItems().closest("whatever") != null){ return State.PICK_UP_ITEM; } else if(getNPCs().closest(npcChompBirdAlive) != null){ return State.KILL_CHOMPY; }1 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
-
1 point
-
Hey man, been using the script for a few days testing out all the different options and i gotta say this is truly a AIO. Most other AIO scripts are not actually all in one and dont always work. Just a quick suggestion, the superglass make option needs to be updated, i have the seaweed and the buckets in the bank and when it takes out 13 of each it does not close the bank and attempts to click where the superglass make WOULD be but it rather clicks the inventory and it just gets stuck. So far the only mess up ive been encountering I will keep testing and try to improve this script even more. Good job CZAR1 point
-
1 point
-
1 point
-
1 point
-
if (inventory.interact(this.basketsName, "Basket")) { There is no action option "Basket". That is why the mouse only hovers it. Also, do a null check before interacting with items. Item item = inventory.get if item != null item.interact("Fill")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
-
could you please fix it would be really good.. right now i have to babysit it i died 4 times now .. if u could make it at more hp would be great1 point
-
1 point
-
1 point
-
*sees anything about consoles* *full fucking trigger* *gives pointless fucking reasons why pc is better* *feels entitled* *more bullshit facts*1 point
-
the script looks nice, could i have a trail please? am looking to purchase if works properly thanks1 point
-
1 point
-
Hey maybe know we can move the veteran tag requirement like 2 months up ;)1 point
-
Yo ur experiments was great i just liked this one. Would like to try this trial one out and then pick between the two1 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