Leaderboard
Popular Content
Showing content with the highest reputation on 11/16/15 in Posts
-
Probably one of the most requested features, this should make it a little easier to start OSBot with pre-configured proxies. I really didn't want to work on this update because I'm a bit tired of working on GUI interfaces, so hopefully I can finally get back to more bot-related stuff. How it works: -In the booter click on the Proxy tab -Type in your proxy details, user + pass if necessary -When you click "Launch", the proxy will be saved for the next boot -Your last used proxy will be set as the first by default -Right click a proxy to remove it (will only save after launch) Proxy information is saved encrypted on your computer, the booter will decrypt the information on load. In addition the AccountSelector is a little bit smarter, making it easier to operate. Zach also worked on some model stuff for improved interactions and new Player API (prayer icon, skull, etc). Currently status: Stable Build Edit: It's possible you may start off with a proxy of "null:null", it's safe to remove this. If you get any serious, try deleting your proxies file located in "Local" OSBot folder. -The OSBot Staff16 points
-
If you listen closely you can hear the sound of @Pain crying tears of joy.5 points
-
thank christ finally thank you so much thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you5 points
-
This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!4 points
-
Way to steal my post But me and @thexokid were talking about it and it seemed fun, like a 15-20$ limit, since smarties/kinder eggs i can't get in the USA and he can't get flaming cheetos, we'd send each other those. we can have a random sentencing for all involved and have a fun secret Santa event. If people don't want to give out their addresses that's fine, it's not required to participate in the event. Just a fun little idea we had going4 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.3 points
-
finally alek Finally #@$#@%34qlk;jzdgf dzfg;dljhgdfg M my eyes are filled with tears3 points
-
private final int[] DEADMAN_WORLDS = {317, 319, 321, 345, 352, 357, 360, 374}; private boolean isDeadman(){ for(int i : DEADMAN_WORLDS){ if(getBot().getWorld() == i){ return true; } } return false; } Pretty simple, probs forgetting a world or new worlds will be added. Change the modifiers if necessary.2 points
-
2 points
-
2 points
-
if you have your rs settings to always right click you wont have a problem with attacking the archer2 points
-
It's not programmed to close doors, I was going to add it but imagine if a user tries to troll the bot and the bot keeps trying to close the door.. That's botlike So I was going to add a system where it closes it up to 3 times, but after the 3rd time it will ignore the door and keep pickpocketing. Thanks for the suggestion though XD Here is my update post if anybody missed it (due to new page) Start the script near the thieving stall that you want, and go to a high populated stall. The general idea for thieving stalls is: thieve in a world where there are a lot of players, and the bot will know what most players are doing and where they are thieving, and will just copy them. I did this because there is no real way the bot can actually thieve a guarded area without having a human brain So it just mimics the humans nearby and has the same effect Anyhow, I have posted an update for version 0.25, it features numerous improvements: - Now eats AS SOON as you are attacked (up to 600-1000 millisecond reaction time, 0.6 seconds) while doing chests - Added a note for using simple mode that IT DOES NOT OPEN DOORS, please use the other option Simple mode is for outside npcs only - Now avoids the silk stall near the silk trader in ardougne - Now enables run if the bot can run (when doing stalls) update will be live within a few hours, good luck, and thanks for all the feedback2 points
-
silk theving is too slow normal ppl beating the bot most of the time and when it banks it gos to the wrong spot https://gyazo.com/e73f1ad284535a996e875aaa063696ea also with cake stall in ardy is bugged its running back and forth between both of the stores 10/10 looks like ur botting2 points
-
hello, wondering if you can add food to chests option. it's hard on deadman mode when you have rushers at nature chests2 points
-
1. About your area, go into the client and activate entity hover-on. Move the cursor of your mouse to a tile, you will get 2 coordinates (1831, 1839) (x,y) Do this one more time so you've got the coordinates of 2 tiles (2 corners so you have a square). if your second coordinate would be (0181, 4810) your area would then become --> AREA_TREES = new Area(1831, 1839, 0181, 4810) 2. About dropping the logs; take a look into the API. http://osbot.org/api/org/osbot/rs07/api/Inventory.html If you want it to perform the drop action if your inventory is full, it should be this --> if (inventory.isFull()) not this --> if (!inventory.isFull()) the ! "means" "not". in this case that would be --> if inventory is not full So what you'd have to do --> if (inventory.isFull()) inventory.dropAllExcept("Bronze Axe, Iron axe"); //etc If you just want to drop everything in your inventory --> if (inventory.isFull()) inventory.dropAll();2 points
-
2 points
-
thanks for the feedback guys, the next version has many improvements for pickpocketing and it has a built-in version checker to see if the script is up-to-date or not As for the free script, yes, I have activated it , good luck ! I ran out of forum likes, thank you all for the kind words and support2 points
-
2 points
-
1 point
-
Testing right now bro, Will let post proggy when I can great so far!1 point
-
yea i'd say it needs tweeking abit, ill see if i can get a decent proggy1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
The bot trap is the a very subtle bot trap which jagex does to throw the bot off-balance, it will move the game screen by 1/2 of an angle very slightly, so if you use auto clickers and spam clicks it will make the bot fail. So this bot has support to go around that (by moving the camera when necessary)1 point
-
1 point
-
sir, is it possible to get a trial ranging bot considering of buying it. thanks, lilg.fresh1 point
-
1 point
-
Thanks for the free trial Czar! This is an amazing script I must say, I used it mostly for pickpocketing ardougne knights from like 85-92 thieving and for stealing cakes for healing food. However I noticed when I was using the script for stealing cakes and banking them, that when you run out of run energy, it will not activate run again even when you got 100% run energy. It will only walk around, so I think you should fix that. Otherwise then that, haven't noticed anything else that needs to be fixed really. So yeah, pretty much flawless bot. Might buy this or another one of your bots in the future.1 point
-
1 point
-
1 point
-
Yeah, it's fake. In reality, I think america will announce war with russia when the time comes...1 point
-
1 point
-
I would like to make a suggestion: scenario. 3 Trees. If A and B trees are chopped down, and I am currently cutting C tree and then it gets chopped down, it should move back to the first chopped tree before it respawns, instead of waiting for it to respawn.1 point
-
1 point
-
1 point
-
Great script How come my characters always turn out black? Only problem Just kidding sorta1 point