Leaderboard
Popular Content
Showing content with the highest reputation on 04/16/20 in Posts
-
β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
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Banks at Ferox enclave - Teleports Salve graveyard (Teleport tab OR Runes) - Teleports Drakan's medallion (Slepe) - Supports multiple locations in the swamp & Slepe - Swaps location is location is already taken - Hop world to avoid players - Use Quick prayer option to block ghoul damage option - GE support to sell Mort myre and restock new supplies 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! 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 1108: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 1108): -script 1108:TaskList1.4515breaks (With breaks) -script 1108:TaskList1.4515breaks.discord1 (With breaks & discord) -script 1108:TaskList1..discord1 (NO breaks & discord)2 points
-
2 points
-
Pretty high, don't do all the quests in a single run. I've had success with it completing all the quests by taking it slow and steady.2 points
-
*ChatGPT Supported via AltChat* Script Factory 2.0 has arrived! Now own Script Factory 2.0 forever as a one-time fee here Branched methods are now supported! Here are some key benefits of Script Factory 2.0's branched statements: - Improved code readability: Complex scripts become much simpler to read and understand. - Enhanced logic flow: Organize your code with a clear structure that makes it easier to follow the sequence of events. - Reduced redundancy: No more need for repetitive checks or excessive if-else statements. - Increased performance: Streamline your scripts for optimal efficiency and faster execution. ---------------------------------------------- Other features included in Script Factory 2.0: 1. Click to Script 2. Fatigue mode 3. Randomized mouse profiles 4. Advanced debugger 5. Ability to increase method numbers by 'X' 6. Method number debugger 7. Autosave 8. Failsafe auto logout 9. Method Number Formatter 10. Observer Mode 11. Stat Tracker Export CLICK HERE TO PAY WITH 07 GOLD! ---------------------------------------------- View Current Scripts In The Script Network: https://pposb.org/SDN/repository.php AltChat Support: Click here to find out more! Supports 95% of OSBot's Methods: Change Log Frequently Asked Questions Will I need to purchase Script Factory 2.0 if I already have Script Factory 1.0? - Just like the release of any new software, you will be required to purchase the new version. However, if you have previously purchased Script Factory 1.0, you will be able to upgrade for a discount! This new version comes packed with features and improvements that will revolutionize the way you create and run scripts! Will I lose access to Script Factory 1.0? - No! You will not lose access to the original Script Factory 1.0 if you already have purchased it; you will just no longer receive any future updates to it. Will Script Factory 1.0 still get updated? - While Script Factory 1.0 has been around since 2019, the new architecture for Script Factory 2.0 is not backwards compatible. Therefore, Script Factory 1.0 will no longer be receiving any future updates, only bug fixes. All new and future development will be strictly on Script Factory 2.0. Can I still use Script Factory Pro Edition? - Script Factory Pro Edition has been removed from the OSBot store. We have added in all Pro Edition features to Script Factory 2.0, so there is no longer a need for Pro Edition. Will my scripts I wrote on Script Factory 1.0 work on Script Factory 2.0? - Yes! All scripts created for Script Factory 1.0 will be able to be used with Script Factory 2.0. However, any scripts created on Script Factory 2.0 that contain branched statements will not be backwards compatible with Script Factory 1.0. Can I still use the Script Network on Script Factory 1.0? - Yes! The script network will still work and function the same. The only difference is now, any scripts uploaded with branched statements will have a new branch icon next to them. Those will be unavailable for download to any Script Factory 1.0 user. Do I have to use branched statements on Script Factory 2.0, or may I continue scripting how I do on Script Factory 1.0? - Branched statements are optional! You are not required to use them in your script, however I will say they make developing scripts much faster and more efficient. If I make a script on Script Factory 2.0 that does not contain any branched statements, can it be ran on Script Factory 1.0 still? - Yes! As long as you don't include any branched statements within your script, any Script Factory 1.0 user may still run it. Interested in making private Script Factory scripts to sell? Make sure you encrypt your work to protect your source! CLI Arguments: java -jar OSBOT_JAR_LOCATION -debug -login OSBOT_USERNAME:OSBOT_PASSWORD -bot RS_ACCOUNT_NAME:RS_ACCOUNT_PASSWORD:RS_ACCOUNT_BANK_PIN -script 1097:SCRIPT_NAME Script ID's: Script Factory 2.0: 1214 *Script Factory 1.0: 1097 *Script Factory Expansion: 1144 *Script Factory Pro Edition: 1163 Script Factory Encryptor: 1164 (anything with a '*' is no longer available for purchase) All scripts manually uploaded to Script Factory's Script Network will be open-sourced to all Script Factory users.1 point
-
Script Development Setup Part 1: Local scripting environment 1. Download & install Java SE Development Kit 8 2. Download & install IntelliJ IDEA 3. Creating the project 3.1. Open IntelliJ IDEA & create a new project 3.2. Make sure the selected JDK is version 8 and click next 3.3. No project template will be required, click next 3.4. Give the project a name (eg: scripts), then click finish 4. Configuring the project 4.1. Press CTRL + ALT + SHIFT + S (or File -> Project Structure...) and go to Modules, open the Dependencies tab and click the + button and select "Library..." and "Java" 4.2. Locate the OSBot jar file and select it, select "Project library" and click next 4.3. Go to Artifacts (on the same window, under Modules) and click the + button, select "JAR" then "Empty" 4.4. Give the artifact some name(eg: scripts_jar), select include in project build, right click "scripts" (or whatever the project name you chose) compile output on the right side and select "Put into Output Root". Output directory should be the OSBot scripts directory: $USER_HOME$\OSBot\Scripts\ 5. Test the settings 5.1. Right side, under Project, expand the directories and right click src to create a new class file 5.2. Give it some name, make sure it's a Class file and click ok 5.3. Write some test code 5.4. Press CTRL + F9 (or Build -> Build Project) 5.5. Open the OSBot client and refresh the script list, the "Example Script" should appear on the list Part 2: SDN scripting environment 1. Request GIT access 2. Create a local repository VCS -> Import into Version Control -> Create Git Repository... and select the project directory (scripts in the example) 3. Adjust project structure to meet SDN script project structure guidelines. In this case I'll create a directory for the script and move the src directory under it. 4. Press CTRL + K (or VCS -> Commit...), add some commit message and select only the required files (java classes, resources), no IDE generated configuration files, then click commit (and if prompted to review warnings, just click commit again on the dialog that appears) 5. Press CTRL + SHIFT + K (or VCS -> Git -> Push...) 6. First time doing this you will have to define the remote branch to push to, so click on "Define remote" 7. You will need to fill in the URL to your GIT repository then click ok The GIT_USERNAME and GIT_REPOSITORY are usually the same, the GIT details will be obtained once your GIT access request is approved That is GIT_USERNAME:GIT_PASSWORD (there is a : in there) 8. Push changes , they will appear on your gitweb repository page Useful Hotkey Summary CTRL + F9: export script jar to the client directory CTRL + K: commit CTRL + SHIFT + K: push CTRL + ALT + S: open IDE settings CTRL + ALT + SHIFT + S: open project settings CTRL + ALT + INSERT: create new file in current directory CTRL + ALT + L: autoformat code CTRL + ALT + ENTER: autocomplete statement at caret position CTRL + F: search CTRL + R: replace CTRL + P: paramter info for method at caret position1 point
-
BUILD [4.0.1] -PolyScout "Resource Bug" Fixed- -Now Possible To Adjust Main Scouting Settings While In Live Sessions- -GUI And Live Paint Tweaks- -Script Performance Optimization Allowing For More Scouts In One Machine- -Graphical Output Now In Development And Will Be Available For Next Update- CLI USAGE Example input: -script 1109:FILENAME.txt; Template : java -jar PATH_TO_OSBOTJAR -login osbotusername:osbotpassword -bot SCOUT_NAME:SCOUT_PASSWORD:SCOUT_PIN(LEAVE 0000 IF NO PIN) -world WORLD -script 1109:FILE_NAME_SAVED.txt; Instructions : 1. File inputted must be a file that contains valid data; comformed with files saved from the GUI 2. File must be in the PolyScout directory found in \OSBot\Data FEATURES => World Hopping => Targeting => Scout Filtering (Levels, Equipment Value, Skull, Ignore List) => Adjustable Output => Discord Supported => Clan Chat Supported => Mobile Scouting => Walk Back If Dead (Customized location can be set) => Spam Bot SETTING UP DISCORD OUTPUT ~Be One Step Ahead~1 point
-
** $14.99 - 24 hour trials available - like and comment on this thread Don't pm me on OSBot or Discord to ask for a trial. Loot anything, anywhere, with this highly customizable script! PvP worlds, waiting on loot piles, drop parties across Gielinor, even popping balloons in the party room! Buy The Script Here Check out these videos on using Fury AIO Looter to make money! [OSRS] Botting To Ban #7: Looting ! Crazy Profit [OSRS] Botting To Ban #8: F2P Looting FAQs: What does x setting on GUI mean? Look in the GUI spoiler below for a detailed explanation of what each option does. What settings should I use? WHATS THE BEST??? Whatever works for you, try new things until you find something thats good. I made it as customizable as possible for a reason There is no "best" settings before you ask me. lol. If I told everyone the ""best"" settings then everyone would do that and it would no longer be the best. Experiment and see what works for you Where should I run the looter? Anywhere there is loot on the ground. Experiment. See whats making money. Known locations would be GE drop parties in highly populated worlds. PVP worlds in active areas (ge, lumbridge, varrock, etc). ZMI. Wintertodt. Skillers that drop their inventory like barbarian village fishers, rimmington mine iron ore droppers etc. It will even work in the party room to pop balloons GUI: CLI: Discord Server: POGRESS REPORTS:1 point
-
NMZ TRAINING SERVICE 70-70-70 to Max Combat ( or any other level needed ) - Must provide any gear to start the service with (DH,Obby,Max gear) - Must have enough points to buy Absorption potions - Can also use Prayer method if requested 70-99 Ranged ( or any other level needed ) - Must provide any gear (Void,Max gear,pure) Also accepting 1 Defence pures Nmz Quest Requirements - Fight Arena - Vampire Slayer - Lost City - Tree Gnome Village - The Grand Tree / Mountain Daughter Other skills Construction - 01-50 60GP/XP - Oak planks 52-99 16GP/XP - Teak planks 52-99 14GP/XP - Mahogany planks 52-99 10GP/XP Crafting - 01-66 40GP/XP - 66-99 battlestaves 20GP/XP - 84-99 Blue D'hide bodies 14GP/XP - 1-99 Molten Glass 60GP/XP Thieving - 1-55 90GP/XP - 55-65 30GP/XP (Blackjack) - 65-99 18GP/XP (Blackjack) Cooking - 1-35 25GP/XP - 35-99 8GP/XP (Wines) Prayer - 1-99 10GP/XP (Chaos Altar) More skills coming soon! DISCORD: LIAMM#3875 ( Always ask for a pm ) Order form: What levels do you need? Would you like to use an MM or go first? Discord Name? Do you agree to my ToS? Terms of Service: If I'm unable to finish an order, you will be refunded for what's left. I'm not responsible for any bans or mutes during my service, all my services are hand done. You will NOT login to the account while the service is being done unless we both agree to it. Payment will be upfront or held by a VMM. All of your valueables that I do not need for the service will have to be taken off of the account. I'm not responsible for ANY loss of wealth on the account. Once the service is done I'd like some feedback left on my profile wether it's positive or negative is up to you to decide. You MUST change your password BEFORE AND AFTER the service is complete.1 point
-
I just wanted to wish everyone a Happy Easter, and if you don't celebrate Easter, I just hope everything is going well for you during this time! We've decided to do another large giveaway similar to our Christmas Giveaway, and once again we would like to thank the guys who keep our site possible, our scripters! We'll be giving away some FREE script auths from our scripters and some VIP 1 month duration giveaways, and this time including a VIP/Sponsor sale! The OSBot rank sale will be live in the next few days! How to win? Simply Like the post and then comment on the post! The winners will be announced next weekend! The sale will be going live @ Midnight Central Time 4/12! Be sure to click below to purchase! //////// //////// Below is a list of the scripts with Script Writer, Script Name, quantity of giveaway, duration, and script thread link. All scripter names and script names link to their respective profiles and threads. We are giving away 10 VIP Packages for a 1 month duration each. These packages are sponsored by yours truly. OSRS Script Factory Project AIO Fisher Project AIO Miner Project AIO Woodcutter Ultimate Firemaker Ultimate Tutorial Island Ultimate AIO Chopper Ultimate Zulrah Helper Ultimate Slayer Excellent Agility Excellent Dragons Legendary Lava Dragons Excellent Vorkath Excellent Combat Helper ezCrabs ezCannon Fruity NMZ Fruity Zulrah Progamerz AIO Cows Progamerz AIO Prayer Khal Blast Furnace Khal Wintertodt Khal Fletcher Khal Motherlode Khal Fisher Khal Woodcutter AIO Safespotter Perfect Miner Perfect Fighter Perfect Magic Perfect Crafter AIO Perfect Blast Furnace1 point
-
1 point
-
1 point
-
If youβre wanting agility you could do barbarians assault. Itβs what Iβve done for 2 accounts so far and going for the third now. You usually end up with 60-70 agility I believe but you donβt get graceful, thatβs the only downside but you do end up getting 99 fishing if you donβt get caught. Agility: these days I find agility near impossible to bot and not get caught, I did manage to get 82 agility on my other account before being 48-hour banned. That was enough for me to not bot that account again. F2P; anything F2P in my opinion is high ban rate from what Iβve seen throughout these forums. Hunter: very high ban rate unless you do birdhouses runecrafting: very high ban rate. Unsure what arceuus library would be like or if a script even exists for that combat: depends on location and length of time botted mining: moderate Iβve managed to get 1-99 mining <6months ago doing MLM and amethyst fletching: same as mining, managed to get 18.6m XP on an account which still hasnβt been banned. Money making: high chance of being banned due to gold farming. these are just my opinions and can be taken with a pinch of salt. Progress however you like, best of luck with your future endeavours1 point
-
1 point
-
1 point
-
It depends. Oftenly it is few hours, sometime few accounts last longer. From my past experience let say I use 5 bots, all on different IP, everything alse is same. After 4 hours after account creation 3 are banned, other ones are fine, I think technically they are already banned, but they have a delayied ban so they still last 1-3 hours. Just one thing to keep in mind1 point
-
If you bot agility you're likely to get banned. Doesn't matter how you go about it in terms of runtime or breaks, you WILL be banned. If you care about the account don't risk it. If you don't care about it do whatever you want, just know that the next time, it will be permanent.1 point
-
With Magic, Iβve got 4 accounts 94 magic... Try βGaryβs Hope Autoclicker on Googleβ go to pest control world 344, Set your autoclicker on 1 sec 20 MS, the reason you go to PC is due to mass players & also you donβt get random events. I hope this helps1 point
-
I Mean it depends on the scripts that you use, obviously some are better than others, some get updated more frequently that others. Personally I just suicided 99 firemaking including a 36 hour run for 9m+ Firemaking XP at Wintertodt.However Iβve just botted agility overnight and the bot broke and now Iβve got a ban. Depends on what youβre doing fella.1 point
-
1 point
-
New Update (v264.0) - Edgeville trapdoor perfected, now bypasses the wall trick - Added 'spec if my health falls below X' mainly for healing weapons such as Toxic blowpipe and Saradomin Godsword - Added 'eat before looting' option, it will clear up inventory space before looting items, can be used in conjunction with 'Eat for space' option - Fixed looting bag depositing - Fixed cow/chicken pen walking, should work a lot better in this update - Fixed lumbridge staircase for .78 - Added 'auto-upgrade items/armour' in the equipment tab - Moved around a few options and added more clarity to the option text - Fixed error with task/goal levelling - Misc improvements to the script and to the setup window - Removed delays for attacking certain types of npcs - Speed changes to attacking npcs Update will automatically go live within 24 hours, fixing most of the issues mentioned in this thread. Will be posting another update for various improvements to the attack code/retaliation/busy mode, as well as an update to the crabs AFK mode. There are still a few things on my todo list for the next update, don't worry I haven't forgotten anything, next update will be arriving tomorrow! Thanks all. @Dragoon602 Hello! The bot will auto-detect food in inventory and eat it if health falls below your choice of % (configured in the setup window). If you want to withdraw food when banking, make sure to enable banking, to add a food item (click the Withdraw Item button), type the food name, then click Continue, it will then be saved as a banking item. Please let me know if I sounded confusing or not, so I can elaborate! I will explain/help in more detail, ask any question(s) please! Here is a quick demo: @Boney Guy 8 Will update in v264.1 ASAP. @Zgerstmyer don't worry about speed, leave the anti-ban to me! I got you guys covered -_-. You just make sure to use sufficient breaks and to bot responsibly, let the bot/client do the rest! Like I said before, quicker = worse, slower = safer/better. Would you want quick xp but get banned tomorrow? Nope. It's better to have slower xp and progress forward! @shepsta Will update! The fight area may have few npcs, or may be in a multi-combat zone? Does it work better if you make your fight box bigger? Please confirm! It may be hitting the backup npc finder (which has less filters on the npc). In any case I already have the update ready, will be available in v264.1.1 point
-
It is currently disabled There's still a long way to go for 5M a day, it only supports 5 patches right now, I'll extend that before the script is released1 point
-
Purchasing the old script right now to help support your work on V2 man. Wish you the best of luck getting all the kinks ironed out!1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
I have been on this community for quite a while now. I have 51 accounts registered to my emails. Over the last week I have had 37/49 accounts unbanned. All had macro majored. From both- investigated and said not guilty or bans have been 3+ years so have given it one more chance...1 point
-
Will be adding both jewellery (ring of duelings etc) and fairy ring support, along with more fossil island content, just needed to re-write a few things in the code to support that. I am assuming this is for castle wars teaks or? In any case they will be available as an option in the setup window. Farming guild and fossil island is being worked on as we speak, so expect an update for that too, thanks to all user feedback above and on discord ^^1 point
-
Ahh okay, is the bell pull required for the script? That makes senses. Edit: Script works after adding bell pull, thanks man!1 point
-
just got banned, took like 8 days of runnin it 10~ hour daily, on an account that used to always be on 12+ hours daily legit thus time wouldnt have been an issue, breaks every 3 hours, manual breaks where i went to like woodcut or something else for 30minutes, on my home ip that never botted in the past, so ip was in order, on my main that has quest cape and is near max, so account is great, while babysitting the bot to make sure it doesnt break and when it does im there to fix it. i was even typing with people during the runs so no way i got reported and it got looked into, meaning, the bot simply got detected and thats how they got me. Thus i can only conclude that the bot isnt safe to use, OR i just simply got unlucky. only a 2 day ban, which is what i expected since its a near maxed main. Cant complain too much, spent 10$ on the bot made 30$ back, for 20$ profit. Overall i wouldnt recommend this bot due to my personal experience, not worth 20$ for a temp ban since i cant bot on this account anymore due to this. if you were to buy ready made barrows accounts they go for like 20$, with a much higher ban rate however and much less profit.1 point
-
1 point
-
1 point
-
Fucking awesome script I'm so happy i bought this. Its done like 5 quests i already. I check on the script and my dudes just talking to folks and solving problems for everyone in Runeland. I hope you keep growing this script because I hate questing but i sure like seeing them done.1 point
-
1 point
-
script runs out of money because it does not collect after each buy at GE please fix that it gets really annoying Regards1 point
-
1 point
-
1 point
-
1 point
-
This script works really well, ty for the free trial, ill be buying it when i get paid. thanks again!1 point
-
1 point
-
1 point