Leaderboard
Popular Content
Showing content with the highest reputation on 07/30/18 in all areas
-
8 points
-
βCzarScripts #1 Bots β Proven the #1 selling, most users, most replies Script Series on the market. Big THANK YOU to all our wonderful users and supporters over the 8 years, we couldn't have done it without you. Czar Bots have always been the Best and the most Feature-rich bots available with the most total sales in OSBot history. Come and find out why everyone is choosing Czar Bots today. β LATEST BOTS β If you want a trial - just post the script name and it will be activated after I hit 'like' on your post Requirements: hit 'like' on this thread3 points
-
ββββββββββββββ 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.3 points
-
I started a new account and needed some agility levels, so I figured I'd record myself making an agility script and post it here. The goal of this is to try and encourage others to learn to script. Apologies for those on tiny monitors, the text will be very difficult to read (I make the font bigger about 2.5 minutes in). Also sorry for pauses and random scene switches, I was trying to figure out how to work the recording software and code and talk at the same time... too many things at once. Watch at max quality (1440p) if you want to be able to read the code. Source code: import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.api.ui.Skill; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; import java.util.Arrays; @ScriptManifest(author = "eliot", info = "", logo = "", version = 1.0, name = "A GOOD SCRIPT") public class Main extends Script { private String[] actions = {"Climb", "Cross", "Balance", "Jump-up", "Jump", "Climb-down"}; private String[] names = {"Rough wall", "Tightrope", "Narrow wall", "Wall", "Gap", "Crate"}; Entity previous; @Override public void onStart() { getExperienceTracker().start(Skill.AGILITY); } @Override public int onLoop() throws InterruptedException { int starting = getExperienceTracker().getGainedXP(Skill.AGILITY); Entity nextObj = getObjects().closest(obj -> Arrays.asList(names).contains(obj.getName()) && Arrays.asList(actions).contains(obj.getActions()[0]) && (getMap().canReach(obj) || obj.getName().equals("Crate")) && !obj.equals(previous)); if (nextObj != null && !myPlayer().isMoving()) { if (nextObj.interact(nextObj.getActions()[0])) { new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return getExperienceTracker().getGainedXP(Skill.AGILITY) > starting; } }.sleep(); } if (getExperienceTracker().getGainedXP(Skill.AGILITY) > starting) { previous = nextObj; } } return 250; } }3 points
-
2 points
-
2 points
-
by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache1 point
-
Brought to you by the #1 most sold script series on the market. Come and see why everyone's choosing Czar Scripts! This is the most advanced Agility bot you will find anywhere. $9.99 SCRIPT INSTRUCTIONS Optimal Setup for the bot: Please set the mouse zoom to far away (to the left, like below) so that more obstacles can be seen in the view, and so the script can be more stable and reliable Also, make sure to have roofs toggled off (either go to settings tab or type ::toggleroof) for optimal results1 point
-
1 point
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all rooftops (Draynor, Al-Kharid, Varrock, Canafis, Falador, Seers, Polivneach, Relekka, Ardougne) - Supports most courses (Gnome stronghold, Shayzien basic, Barbarian stronghold, Ape toll, Varlamore basic, Wilderness (Legacy), Varlamore advanced, Werewolf, Priffddinas) - Supports Agility pyramid - All food + option to choose when to eat - (Super) Energy potions + Stamina potions support - Progressive course/rooftop option - Waterskin support - Option to loot and sell pyramid top - 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 463:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename DISCORDFILE= discordSettings 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 manager you do not need to specify '-script 463'): -script 463:TaskList1.4515breaks (With breaks) -script 463:TaskList1.4515breaks.discord1 (With breaks & discord) -script 463:TaskList1..discord1 (NO breaks & discord, leave 2nd parameter empty) Proggies: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
-
1 point
-
1 point
-
Sounds like you were doing something not quite right. If you were using slot ids, then they were probably wrong (common mistake). Opening/closing the bank repeatedly sounds like a script problem, not OSBot. Visibility can be done by the widget of the slot which is your destination, however you can get the SlotDestination using default Bank methods. The deposit all button can be scanned for using sprite ids. Edit: I like that you were at least trying some solutions to your problem instead of giving up1 point
-
Let me know what version of Debian you are running so I can setup a vm with it and investigate the issue.1 point
-
Hey my dude, Hopefully I can shed some light, the built in Bank within OSBot was open/closing repeatedly without finding the slot requested, the only widget ID I've used is the one for this specific widget I wasn't aware widget ID's changed (I've only been developing for Runescape scripts for a few days.) this.mouse.click(new RectangleDestination(bot, new Rectangle(482, 99, 10, 0))); was specifically to ensure that the slider in the bank is moved to the top most possible point. The drawing out of items singularly was used because it's a personal class I've developed, I was simply putting it here encase anyone had a similar problem to mine then it would help them, either by taking the class as a whole and changing it to their needs or simply taking a specific set of code. Hopefully this has cleared up any questions you had @Alek, I'd like to hear back about the widget ID's if you don't mind ^_^1 point
-
1 point
-
1 point
-
1 point
-
To confirm I am original owner you will need to pm me to get the password changed. If you get the password changed without me, I am not the original owner. Good luck!1 point
-
1 point
-
1 point
-
1 point
-
read before you bot, fishing bots are aids, so heavily smacked with the ban hammer, to combat this, self entry is required for this bot. it'll do the rest, but you cant expect to afk fish. personally, i think its a great idea1 point
-
So i bought this long ago and used it to make so many pure's but this new GUI is kinda hard before i clicked and afk now i cant seem to get it to do vamp slayer without forgetting to take food or using right runes for fire strike if anyone can help me out that would be nice. Let me edit this to say what i think is a good recommendation in case you read this. 1.)Bring back the old presets why do i have to make my own now when it was already there press mithgloves and boom it did it for me. that was my fav thing. 2.) also has to do with preset the default combat gear you used with black wizard hat was amazing 3.) Focus more on the script than the GUI i understand some people hate it but us Gold Farmers need stability over looks 4.) Try to do some of the new bot prevention quest they changed for hunting and anti dragon shield this would make it amazing for bot farmers to use and you would probably go up in sales. Now im not a scripter so i do not know the hardships of it and those four reasons were just my opinion.1 point
-
1 point
-
A couple more ideas I have are a code review series where I go over someone's script and offer advice, etc. Also a "What is antiban?" video I think @Alek would get a kick out of. ?1 point
-
1 point
-
1 point
-
For Skills you should nclude the starting level atleast , and also for quest have you got all the requirements?1 point
-
1. Pictures of the account stats 2. Pictures of the account banns 3. membership left (if there is any) 2 & 3 combined: https://puu.sh/B5xVe/a521cade23.jpg https://puu.sh/B5xWz/bd26a73a63.jpg https://puu.sh/B5xXz/8314422a4d.jpg https://puu.sh/B5xYW/511c37e8ba.jpg 4. Original/previous owners AND Original Email Address OG owner and OG e-mails will be given w/ accounts. 3M minimum bid 5M auto/w SOLD OUT!1 point
-
1 point
-
25$ for months and you can use as many acc as you want, but to use more than 1 acc you will need vip or sponsor v2 work1 point
-
1 point
-
Thank you for the proggy! Some great gains coming in ? Best of luck! Heya, When you purchase the script, it should automatically be added to your collection. Sometimes payments take a little while to process (especially with e-cheque payments which can take up to a week), however if you did not pay with e-cheque and the script still isn't in your collection (check this!), then it might be worth double checking that you've sent the money and then getting in touch with the community administrator @Maldesto who should be able to help you from there. Since payments are handled by OSBot directly rather than via the scripters, i'm afraid I cannot offer you any assistance directly All the best Apa1 point
-
1 point
-
@ Staff so is cyberbullying ok now? I am very offended. I mean seriously, if I dont get to drink some gravy soon, im not gonna make it.1 point
-
1 point
-
Arrays are a smaller data structure, also easier to understand as a beginner.1 point
-
The user has screenshots of bank contents + membership lost + cost of service which is now useless since account is banned.1 point
-
Thanks for the feedback friends. The code certainly isn't perfect, but it's definitely a good starting point and demonstrates the simplicity of some scripts! I've added the source code to the original post. Some things for aspiring script writers to try and add on: Make the bot pick up marks of grace Make the bot eat food if it becomes damaged1 point
-
1 point
-
1 point
-
Done. Update finished, latest version is now v47. Added a dynamic system to use the keyboard to fletch items. Update will automatically go live within 24 hours after the update is reviewed. Thanks guys, gl and happy botting ^^1 point
-
got me a fire cape with 69 range 46 def, script works well. permabanned the next day though1 point
-
1 point
-
1 point