Leaderboard
Popular Content
Showing content with the highest reputation on 09/08/20 in all areas
-
2 points
-
2 points
-
2 points
-
NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!1 point
-
The only Runecrafting bot you will need Purchase this INSANE bot here You can setup a master account (preferably your main account, can be any account) and a worker account (a throwaway bot account, or any account) will trade the master account and go to bank to get more runes etc. The main account (master) does not need to bot, and can be achieved through the normal RS client without a bot client. Supports: Air runes (1) (normal) & (abyss) Mind runes (2) (normal) & (abyss) Water runes (5) (normal) & (abyss) Earth runes (9) (normal) & (abyss) Mud runes (13) (earth altar) Lava runes (23) (fire altar) Fire runes (14) (normal) & (abyss) Body runes (20) (normal) & (abyss) Cosmic runes (27) (normal) & (abyss) Chaos runes (35) (normal) & (abyss) Astral runes (40) (normal) & (abyss) Nature runes (44) (normal) & (abyss) Law runes (54) (normal) & (abyss) Blood runes (abyss) & (zeah) Auto Arceuus Favour Solver Gets 100% arceuus favour for you Auto GE Restocking Sells runes, buys more supplies automatically Auto-equips chosen armour/robes Use Blood Essences Death Handler gets items from Death's office and repeats (Abyss) Glory mode, ferox mode, house spell/tabs Avoids pkers and hops worlds Uses mouse invokes for quicker runecrafting (stealth) Muling (BETA) will give money to your mules every X hours or profit Creates colossal pouch if you have the needle Results and screenshots1 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
-
** $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
-
Hey Czar, very sorry to be writing this. I didnt see your reply till far too late. (Most people take wayyy longer to reply on heree) Would it be possible to do another 12 hours? I didnt get a chance to try out the fighter at elder chaos (where i intend to use it) Also could i pay in osrs gp? If not, no worrries I will probably be purchasing anyways1 point
-
Yeahh, im afraid they van detect if it's running in a emulator1 point
-
1 point
-
Only thing I can think of is clean up clutter on the device or get a better one. Some other options could be running emulators on the computer so it runs smoother. No idea if there's some kind of detection for this or not but it's an option.1 point
-
1 point
-
1 point
-
1 point
-
Data center proxies are not always the same. You can use them and never get locked or use them and get locked most of the time. And the locks are what you do not want. If you making higher level accounts it doesn't bother you too much to unlock some of the account, but the thing is that you will have to put an email on the account thus it could impact your sales. Regarding country I guess most people prefer USA since USA proxies are cheapest and easiest to get in general so many people use them. If say you create account on France and sell it to someone who always use USA IP he could get insta locked. Also everything depends, if you selling max stakers, or 70/70/70, ready pures or whatever which could be considered more to high-end part it could not bother that much since the person would only need to unlock it one time and start using it. But buying 10 accounts for botting lets say and having them all insta locked due different country ips would definitely be a problem.1 point
-
Data center proxies and fresh accounts generally don't go together. You'll want to have them made through a high quality proxy since data center IPs tend to lead to locks more often than not and can thus can lead to problems for the person buying them. As for hand made tut accounts though I'm not sure what the demand on those would be since I don't think it's possible to tell whether or not you've actually completed tutorial island by hand so you might just be better off trying to mass produce accounts w/ a script.1 point
-
1 point
-
1 point
-
@Czar when fighting Gargoyles in the basement of the slayer tower, it can't seem to navigate to the Canifis bank by walking? I've tried a few times and it seems to not work!1 point
-
1 point
-
125M for Lunar from scratch. Edit: My apologies. I did not know you were looking for price check hence the previous response. But yeah, I'd say 125m for lunars from scratch.1 point
-
Fantastic script as always, thanks for the trail. No reason why i always come back to your scripts when i stop botting for a while.1 point
-
Are there a way to save (or copy) loot list? Sometime I want to pick all the drop but adding one by one is tiring. Ty mate1 point
-
Thanks mate! Your scripts always work so well Is spawn prediction (timer) something that could be added? When you wait for a monster to spawn someone else may steal it from you because they are faster.1 point
-
Mirror mode makes a significant difference. No bot is 100% detectable. Stealth injection: Injects hooks and scripts into the client causing detection that you are using a 3rd party client. (however you have to remember no client is safe, RSBuddy and RuneLite are also 3rd party clients, but jagex said those were fine to use) Can still get banned though with those. It's also about the pattern, and the information being supplied to the client RSBuddy and RuneLite do not inject automation code, it simply mimics features currently in the client, by rearranging menus, providing already known information, to assisting with entity's or objects/npc's Which brings me to Mirror mode, which simply mimics the original OSRS client, so to jagex it looks like you are playing on the original legit client. All that is left to bust you, is searching for patterns, or bots getting stuck etc. They can't determine bot use via Client. Moral of the story, Mirror mode is 100% better if you can control the botting parameters, such as time ran, breaks, hours played, etc. Where as the stealth injection is good for multiple accounts, but expect to banned very quickly, due to jagex being able to detect actual client modification.1 point
-
0 points