Leaderboard
Popular Content
Showing content with the highest reputation on 10/24/17 in all areas
-
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: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 headache2 points
-
2 points
-
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. BUY NOW $9.99 NEW! Added Both Wyrm Courses! 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
-
NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png1 point
-
Preventing RS Botting Bans V3 Written by Alek 1. Introduction This guide is Version 3 of my original guide released 4 years ago. I decided to focus more on commonly asked questions and general misconceptions about botting. Many of the topics are very technical and there are brilliant engineers who both bust bots and create them. The majority of botters who come here have little to no programming experience, or very little knowledge in subject areas such as reverse engineering. Itβs very difficult to fully explain all key concepts, however hopefully this material will give you a base reference to draw your own conclusions. 2. How to not get banned The secret formula to botting is keeping a very, very, low profile. This game has been around for 15+ years, that is a TON of data to play with. Generally speaking: -Donβt bot more than 4 hours per day -Donβt bot more than 10 hours per week -Diversify your tasks -Donβt use a VPN/VPS/proxy -Donβt bot more than one account -Do quests -Donβt RWT/goldfarm -Donβt bot in hot spots, use places like Zeah Youβre going to have a ton of people say, βoh I suicided for 11 years straight, never logged out, I make $500k/yearβ, etc. They simply donβt. Either they havenβt botted long enough or their claims are baseless. If you want to keep your account relatively safe then donβt bot longer than the times I recommended above. Time played is a key factor into profiling a bot, itβs been even talked about on official livestreams during live bot busting events. 3. Misconceptions The biggest misconception is that the company doesnβt have any automatic detection systems. Although the detection vectors improve over the years, there are official statements claiming that all bans are manually reviewed before being issued. THIS DOES NOT MEAN ACCOUNTS ARE NOT AUTOMATICALLY FLAGGED. Common situation: Suicide bot on the weekend without getting banned, account gets a ban on the following Monday or Tuesday. This is because your account was probably flagged over the weekend, then eventually reviewed for the final determination on the following business days. Another misconception is that if you βsurvived the weekendβ, then you are safe. This is certainly not true, most anticheat will "flag and monitor". This means that you were in fact detected but the anticheat is watching your actions very closely to grab more information about what you are doing. Information from these monitoring sessions are used to quickly detect and ban in the future. For Runescape, one example is the use of bot worlds. Another non-Runescape example is Valve-AntiCheat profiling numerous hacks over the course of months and then issue behemoth ban waves all at once for games like Counter-Strike. 4. Antiban/Antipattern Scripters who include antiban/antipattern methods in their scripts are either naive, new scripters, or are trying to earn more sales by making false promises. Competitor clients further this perpetuation by forcing script writers to implement these methods. Itβs a gimmick and overall youβre going to get banned whether you use these "special methods" or not. Some of these βspecialβ (aka worthless) methods are: -Moving your mouse randomly -Checking your exp -Examining random objects -Moving your camera angle randomly -Implementing βfatigueβ systems -Diversifying the way you interact with objects One of the special methods Iβd like to talk about which was not listed above was randomizing sleep time between actions. This is especially special because there are numerous flaws with it. 1. Your computer doesnβt perfectly execute actions in the same time every time 2. Your script doesnβt perfectly loop in the same time every time 3. Your ping fluctuates causing a delay between the client and server 4. If the top three all remained constant, you could find the upper and lower bounds of the mean and use statistics to recreate the sleep time. Anti-pattern is a bit different, but a lot of scripters have been wrongly claiming their script having βantipatternβ when theyβre really using the same βspecial methodsβ. Examples of antipattern: - Talking to other players (Cleverbot) - Mixing up tasks (perhaps after accumulating X gold, go to the Grand Exchange and sell) The goal of anti-pattern is to reduce the chances of being manually reported by other players for botting. Although βantipatternβ is more desirable than βantibanβ, there is still no definitive proof of the impact it has in the total picture. 5. Client detection 5A. Iβm going to keep this relatively brief because this is probably the most technical aspect of this guide. There is an overarching debate over Injection vs Reflection and itβs pretty silly. Both are detectable because both have different ways you can detect it. In the non-Java hacking world, this would be equivalent to something like ReadProcessMemory versus LoadLibrary. To better put it, reading memory from outside the process versus inside. There are ways to hide it, ways to find it, ways to hide against the ways to find it, and ways to find the ways how to hide it against from finding it. As you can see, itβs really cat and mouse and it boils down to implementation. 5B. Additionally, you can be detected for macroing without even using a client. You can banned for using Gary's Hood or AutoHotKey. Both of these use some sort of Windows API function like SendInput, from protected mode. This is how color-bots also get detected without injecting/reflecting the client. 5C. Mirror Mode adds some protection to users where the normal OSBot client can be detected. Think of mirror-mode as a safety catch rather than a comprehensive antiban measure; and yes mirror mode has genuinely protected users at least on one confirmed occasion. In summary, you will still get banned because mirror-mode only protects you from one aspect of botting and there are potentially hundreds of detection vectors. 6. Conclusion and final remarks Having good botting habits like I outlined in section two, and having a good script which is reliable and not prone to getting baited (locked behind doors, etc), is your safest bet. There are people who do βstudiesβ and βresearchβ but ultimately their results are inconclusive, non-definitive, and certainly only proves a correlation and not causation. There are too many variables to isolate to make any data worthwhile; ip address, computer, scripts, clients, botting locations, skills, account time, bot time, quests, RWT, java exceptions, client detection, the list goes on and on. Too many variables to isolate, too much that we cannot prove. The bottom-line is that the only people who know specifics about the anticheat system are the anticheat developers.1 point
-
Now open source: https://github.com/Explv/Explvs-AIO Download on GitHub: https://github.com/Explv/Explvs-AIO/releases/latest Explv's AIO From Tutorial Island to your dream account. Script ID: 890 CLI Usage: java -jar "OSBot 2.5.31.jar" -login osbot_user:osbot_passwd -bot osrs_user:osrs_passwd:pin -script "\"Explv's AIO v3.2\":example.config" Advanced task system featuring 7 different task types Level task: Perform an activity until a level in a skill is reached Resource task: Perform an activity until a quantity of an item has been obtained Timed task: Perform an activity for a number of minutes Quest task: Complete a quest Grand Exchange task: Buy or sell items at the Grand Exchange Break task: Pause the script for an amount of time Loop task: Repeat selected previous tasks any number of times Tutorial Island Support The script completes Tutorial Island if your player starts there, with fully randomized customer character creation GUI Preview Supported Activites Agility Cooking Crafting Firemaking Fishing Fletching Herblore Mining Ranged Runecrafting Smithing Thieving Woodcutting Quests1 point
-
DAY 80/120 Main Goals Create 12 maxed accounts to farm corpreal beast farm corp beast with 12 maxed accounts (will use a mate, 6 accounts each) All Sigi's Drops (Acrane, Spectral & Elysian) Make 10,000$ from corp beast only Mini Goals Create 12 accounts & finish island Get 60 60 60 melle stats Get 90 90 90 melle stats Get 43 prayer Get 90 mage Get all NMZ quest stats (listed below) Complete all NMZ quests (listed below) Kill a corporeal beast Progress Rewards Total progress table Timescale FAQ Supporters If you like this thread click the like button below1 point
-
I'm looking for a supplier for some fresh accounts, my supplier is offline right now and I need some accounts. Private message me if you have some for sale, thanks1 point
-
Update has been pushed. Cosmic shortcuts are flawless ^^ As for lavas I tested with earth talismans without magic imbue, small pouch and medium pouch, dueling ring mode, it works flawlessly. If anybody has any suggestions/errors/bugs for lavas please tell me which settings you used and how it happened so I can apply a fix for it ASAP ^^ Update will automatically go live within 24 hours v85.1 point
-
1 point
-
1 point
-
I dont think they reset your bank no(Not sure tho). Get a new ip & new acc and use this https://osbot.org/forum/topic/129927-projects-randomdat-remover-tool/1 point
-
1 point
-
1 point
-
1 point
-
Well, seeing as @Aromafab agreed that if the account got banned he would provide a full refund, he has 24 hours to refund you. I've requested him to respond here and placed him in Trade With Caution as well.1 point
-
This script is awesome! I just achieved 83 strength on my pure (did 60-83 with this script). Botting for like 3-4 days a week, 4-6 hours a day with breaks. Every 2 hours a break for 20 mins. Thanks1 point
-
Anything which @HeyImJamie creates is most likely going to raise your ban rates by 129.5%, if you was to use @Tom's OSFisher, that rise would be significantly decreased to 59%. Of course, the lowest ban rates can be accredited to using Final's scripts, which have fully fledged AI and OSBCL 11, with human mouse precision.1 point
-
1 point
-
I think I did the same as you in different steps, but I honestly have no idea - not a big computer guy So the problem for me was that whenever i wanted to open the osbot.jar it would unarchive the jar. Which results in emptying the .jar instead of running it. Solution: 1) open finder and go to 'go' and then 'go to folder...' at the the bottom and paste; /System/Library/CoreServices/Jar Launcher.app 2) open finder, go to machintosh HD - system - library - CoreServices - Jar Launcher.app Once you've found the Jar Launcher.app, you can use it to open the osbot.jar. After doing it once, your mac will continue to open the file with Jar Launcher.1 point
-
Activated all trials gl guys For pickpocketing you can easily change the delay to avoid spam clicking, there's an input box in the setup window For ardy chests I will make some changes to the delays and actions asap. Blackjacking is not supported officially although there is an option for it in the script, please do not buy the script for blackjacking, it is experimental and it's a bonus feature, it works if you babysit the bot ^^1 point
-
Just purchased this script hoping to get from 86-94 mage asap! Anyone ever have issues with stun-alching?1 point
-
1 point
-
1 point
-
Whats up man, my script is having some issues. It keeps sending me right by the knight and wont attack anything or move. I've tried to reset it a few times and still the same out. Please PM me as I just purchased last night1 point
-
Hi friends, this is a TWC give away like this thread to be entered for a chance to win the trade with caution rank!1 point
-
Great script, love to see new scripters coming the community1 point
-
1 point
-
1 point
-
If you would like to share your solution, it could help people in the future who are experiencing the same problem!1 point
-
no __ Can you change the way it eats cakes instead of eating one slice of cake then switching to the next cake, Check if already a 2/3 or slice of cake and eat that looks pretty obvious1 point
-
While waiting for ardy chest to respawn, after stealing the first time it alchs a tick too fast, animation ends and xp drop appears before you can alch, instead of checking for animation could you add a special case where you can only start the alching if the chest has turned back into its "closed, empty" state?1 point
-
All increasing the price would do is increase the gp scammed?1 point
-
or just have staff members vote if the acc should be allowed to be sold etc.,1 point
-
you won't get banned on your main if you haven't botted on it, so calm down and stop being a pussy1 point
-
just to make sure, you are looking for username login? not like emaillikethis@mail.com and username ingame emaillikethis?1 point