Leaderboard
Popular Content
Showing content with the highest reputation on 06/28/17 in Posts
-
6 points
-
First of all it is a F2P money making method.. Second of all this is used for people who intend on mass farming aka like 100 accounts. Thirdly, in mass farming you bot 24/7 bc you can easily replace the accounts...... Now lets do some basic math. 100 accounts X 25k/hour x 24 hours is roughly 100m a day. Even if you only ran 20 accounts, it would take you 2 weeks to make back the cost.... Not much at all honestly for an automated farm. Seriously farmers pay over $1k-2k for automated farms with auto replacement and Tut island included There is barely a start up cost for this and accounts can easily be replaced with auto replacement which is INCLUDED in this. I've ran a mass farm of 100+ f2p bots so I would know how it works. Jeeze people are so fcking stupid on here4 points
-
4 points
-
Also it is worth noting that you can download local scripts and 'decompile' them. A jar file is essentially compiled java code (java byte-code), and 'decompiling' a jar file will attempt to revert this byte-code to the initial source code. Since compiling is not a perfectly reversible process, some decompilers do provide minor inaccuracies to the initial source code, such as wrapping objects in one-item object arrays and such, but the jist of the code should be evident. Java decompilers can be found online, you should be able to find a free online one with no problems. Decompilers running JDCore or similar are a good bet. Things to note: A lot of the local scripts are poorly written. Careful what you learn from! As I mentioned above, the source code might not match the original, but it will be close. Don't use that 'task/node' framework that people say you should use unless you have a good reason to..! I only say this because the local script section is full of these kinds of structures and they bring nothing new to the table above simple if/else statements in your onLoop. Let me know if you have any questions! -Apa4 points
-
I don't see how any of that was relevant to OP's original question, and his question was already answered correctly 3 days ago.3 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.2 points
-
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.2 points
-
2 points
-
2 points
-
Hey, welcome I too have a passion for being lazy and choose botting over manual clicking Take a look at the local section here: https://osbot.org/forum/forum/288-downloadablelocal-scripts/ plenty of code for you to look at2 points
-
It's not supposed to safespot, it uses melee in the default presets and completes other quests for melee stats so it can do it on fresh lvl 3's Are you using low cpu mode/mirror mode/anything else other than the default settings? Authed Because there are other programming & management concerns that have to be dealt with on the script2 points
-
Not to talk trash about socks5proxies.net or proxyfish but they're both selling VERY overpriced, not to mention they sell proxies that has been used by other botters = flagged proxies. I wish I could tell you the provider i'm using but I can not. What I can tell you though, is that it's a big company that has nothing to do with runescape. Good luck2 points
-
2 points
-
2 points
-
efficient & flawless Link: Script now live: Here Features Bypasses Jagex's camera movement bot trap. new! Uses ESC key to close the interface new! Uses the higher xp method (aligns the camera to the target so it closes the menu when it pops up) NEVER gets in combat, 'tower' method of getting out of combat isn't even there (deliberately). Logs out when no money left Equips bronze arrows when necessary Displays 'goal' information, e.g. (at 77 range it will also show details for 80 range, time left, xp left, etc) Automatically equips higher level gear such as d'hide chaps and vambs Runs away just in case of emergency! ................................................................................................................................ With the bots on OSBot, Czar promises to deliver yet another incredible piece to the CzarBot empire. This means you will get to run the script with no worries about bans and xp waste. LEGENDARY HALL OF FAME 100 hour progress report Configuring the bot and the result: Set the npc attack option to 'Hidden' if you want to avoid deaths forever! For extra XP FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make it public, it was privately shared with some friends and has been working flawlessly. Instructions There are no instructions. We do the all the work for you. CzarScriptingβ’ Tips If you are low level, you can use a ranging potion at level 33 ranged to get in the ranging guild. Try and have as high ranged bonus as possible. Gallery ANOTHER 1M TICKETS GAINED !!1 point
-
Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4.99 for lifetime access Features: All spawns - Supports every multi-crab spawn point both along the south coast of Zeah and Crab Claw Isle All combat styles - Supports Ranged, Magic and Melee combat training. The script will not bank runes of any type Saving GUI - Intuitive, re-sizeable and fully tool tipped GUI (Graphical User Interface) allowing you to tailor the script session to your needs, with configuration saving / loading Human replication - Designed with human simulation in mind - multiple options to replicate human behaviour available in the GUI Setup customiser - Inventory customiser allows you to visually see your trip setup CLI support - The script can be started from the command line All potions - Supports all relevant potion types (including divine potions!), multiple potion types simultaneously and varying potion ratios Healing in a range - Dual slider allows you to specify a range within which to consume food. Exact eat percentages are calculated using a Gaussian distributed generator at run time Healing to full at the bank - When banking, the script will eat up to full hit points to extend trip times Safe breaking - Working alongside the OSBot break manager, the script will walk to safe place approximately two minutes before a break starts to ensure a successful log out Anti-crash - Smart crash detection supports multiple anti-crash modes (chosen in the GUI): Hop worlds if crashed - the script will walk to a safe place and hop worlds until it finds a free one, at which point it will resume training Force attack if crashed - the script will fight back and manually fight pre-spawned sand crabs until the crasher leaves Stop if crashed - the script will walk to a safe place and stop Ammo and Clue looting - Clue scroll and Ammo looting system based on a Gaussian-randomised timing scheme All ammo - Supports all OSRS ammo types and qualities Spec activation - Special attack support for the current weapon to maximise your exp per hour Auto-retaliate toggling - The script will toggle auto-retaliate on if you forget Move mouse outside screen - Option to move the mouse outside the screen while idle, simulating an AFK player switching tabs Refresh delay - Option to add a Gaussian-randomised delay before refreshing the chosen session location, simulating an AFK player's reaction delay Visual Paint and Logger - Optional movable self-generating Paint and Timeout Scrolling Logger show all the information you would need to know about the script and your progress Progress bars - Automatically generated exp progress bars track the combat skills that you are using Web walking - Utilises the OSBot Web alongside a custom local path network to navigate the area. This means the script can be started from anywhere! Safe banking - Custom banking system ensures the script will safely stop if you run out of any configured items Safe stopping - Safely and automatically stops when out of supplies, ammo or runes Dropping - Drops useless/accidentally looted items to prevent inventory and bank clutter All food - Supports pretty much every OSRS food known to man. Seriously - there's too many to list! ... and many more - if you haven't already, trial it! Things to consider before trying/buying: Mirror mode - currently there appear to be some inconsistencies with behaviour between Mirror mode and Stealth Injection meaning the script can behave or stop unexpectedly while running on Mirror. I would urge users to use the script with Stealth Injection to ensure a flawless experience! Since Stealth Injection is widely considered equally 'safe' to mirror mode and comes with a host of other benefits such as lower resource usage, this hopefully shouldn't be a problem. Using breaks - the script supports breaks and will walk to a safe place ready to log out approximately two minutes before a configured break starts. However, upon logging back in, your spot may no longer be open. If you configure the crash mode to be either 'Hop if crashed' (default) or 'Stop if crashed', this will not prove to be a problem. However if using 'Force attack if crashed', the script will attempt to take back the spot by crashing the occupying player and manually attacking spawned sand crabs. Be aware that players have a tendency to report anti-social behaviour such as this! Avoiding bans - while I have done my utmost to make the script move and behave naturally, bans do occasionally happen, albeit rarely. To minimise your chances of receiving a ban, I would strongly suggest reviewing this thread written by the lead content developer of OSBot. If you take on board the advice given in that thread and run sensible botting periods with generous breaks, you should be fine. That being said, please keep in mind that botting is against the Oldschool Runescape game rules, thus your account will never be completely safe and you use this software at your own risk. Setting the script up - I have done my best to make the GUI (Graphical User Interface) as intuitive as possible by making all options as self explanatory as I could, however if you are not sure as to what a particular setting does, you can hover over it for more information. If that doesn't help, just ask on this thread! Web-walking - alongside a network of paths, the script moves around with the OSBot web-walking system, using it when in unknown territory. While it has proven very reliable, there are naturally some areas for which the web-walker may struggle. As a result, prior to starting the script, I would highly recommend manually navigating your player close to the sand crabs bank, however in practice, anywhere on Zeah should be fine. Script trials: I believe that trying a script before buying is paramount. After trying the script, hopefully you will be convinced to get a copy for yourself, but if not you will have gained some precious combat experience! If you're interested in a trial, please follow the instructions on my trials thread which can be found here. Gallery: Start up GUI (Graphical User Interface): Paint (optional, movable and self-generating): User screenshots: Recent Testimonials: Starting from CLI: This script can be started from the command line interface. There is a single parameter, which can take two (and only two) values: 'gui' or 'nogui'. 'gui' will start the script and show the gui, 'nogui' will skip the GUI setup and start the script using your save file as the configuration. To start from CLI with 'nogui', the script requires a valid GUI save file to be present - if you haven't already, start the script manually and configure the GUI to suit your needs. Then hit 'Save configuration' and in future starting from CLI will use these configured settings. The script ID is 886. Example CLI startup: java -jar "osbot 2.4.137.jar" -login apaec:password -bot apaec@example.com:password:1234 -debug 5005 -script 886:nogui1 point
-
APA Unicow Killer $4.99 $3.99 ______________________________ Demo Video: Requirements: Tower of life quest (req. 10 Construction - takes 5 minutes!) 30+ combat stats Cowhides in the bank (13 per trip) 1 Unicorn horn in the bank Features: Quick, easy and attractive GUI Subtle, clean yet informative paint Live price grabber and accurate real-time profit tracker Smart looting system with built in (& customisable!) loot prioritisation Flawless Path walking Supports banking at two locations (Ardougne and Fishing Trawler) Navigates tower quickly and efficiently, will not get stuck Smart looting system ensures maximum profits can be achieved Knows exactly what is in the shrine, will never add the wrong ingredients Client-integrated AntiBan (optional) Supports food for lower levels Supports a range of foods (can add more on request - just ask!) Run energy handler Auto retaliate tracker Smart banking system ensures script never leaves until fully equipped Paint debugging system to display current path Unicow system means script will only attack your Unicow Supports looting and re-equipping ammo (will stop if you run out!) Supports special attack on current weapon Will stop if you are close to death and have food support disabled Example GUI: Screenshots: Credits: @Bobrocket for the php & mysql help @Botre for the inspiration @liverare for the automated authing system1 point
-
1 point
-
1 point
-
1 point
-
oooh shit i just might buy this shit today i just got paid nice one czar! still loving the perfect fisher anyway can i have a trial id like to see the ban rate for this script before i buy if you dont mind. thanks !1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Waddup. I just did a mith gloves speed run in less than 4 hours. So I know these quests like the back of my hand. Lemme know if you still need this.1 point
-
1 point
-
1 point
-
1 point
-
Make sure to give it a shot with version 6.0. I was able to make it detect it a little faster1 point
-
1 point
-
1 point
-
Ok first, as per this screenshot: You hit 106.5k xp, at level 58. And then, as per this screenshot: You hit 184.3k xp, at level 61. Now, thats all good however, according to this screenshot, you hit 58 @ 7:03. And then 3 hours later, you say you fucked up and went to your boys and what not. According to the first 2 screenshots, it'd take you a little over 3 hours to get from 106k xp to 184k xp @ ~ 26k xp/hr. So, care to explain how you managed to finish, go to your boys, and comeback in exactly 3 hours? @0squester2?1 point
-
That Message Was Sent Hours Ago At The Opening Of The Thread For You To Refund The 40m I Paid For Your Shit Verfied Services. Where is the verification in ruining accounts. You are an absolute bonafide retard you do not need 3-4days or 3-4minutes TO GIVE ME MY 40m You MM'D A Trade Yesterday for 92-99 Range GAINED 0 RANGE XP AND LEVELED MY DEFENCE Fuck Are You Still Holding Onto to my money for. Log onto your mule and trade me the 40m I gave you back. Then figure out amongst all of your slaves the rest of my refund.1 point
-
just to be clear you guys understand I already paid sysm the 40m for 92-99 range and no xp was gained there. so he is just giving me back the 40m I gave him. Then out of his own pocket giving me 40m for getting me 2defence. if that is the case and final decision would like it to be documented that I dont find that fair would pay 100m to roll myself back to 1def. All in all the verdict is 40m compensation for him ruining my near max pure and I am sitting here wondering if any majority of us here are working adults like me. If so you should be able to understand $40 is half a night at the bar contrasted with 6-8months building this account, okay. I have no sympathy for him crying over 40m 415 fb? why do you have a 25m pool guy? I would gladly accept 6-8months of his time then he can tell me how much he will pay me to get it back.1 point
-
You have to take some responsibility as the service owner for ruining his account.1 point
-
25m is a laughable amount, literally nothing. What is up with this good guy card you keep playing. So you guys are the good guys and I am the bad guy. When I paid you for 92-99 range I did not sign up for my hard trained account to be power leveled to 2 defence. You do not get any points for not lieing about the fact you trained it to 2 defence the fact you even mention that you could have lied is unnecessary. It is your fault you ruined my account if you want to give me another account then it has to be the exact same stats and the refund is just common sense I dont know why you are holding on to my money having done 0 work just casually ruining my account. You sunk nearly 350m of cost for me paying for services for that account cannoning it bonds. Obviously it would take resources to replicate it. I am not going to help pay for you to build me a new account because I didnt help you train 1-2defence on an account i paid 92-99 range for. And now you are offering me either 25m when I have already PAID YOU 40M!. or you are offering to give me MY 40M Back? makes no sense.1 point
-
Well with the scripts I see on SDN these days I think I'm better off with a mouse recorder lel. They let anyone get scripter 1 these days it seems.1 point
-
I would like a trial too Edit: Not needed anymore, decided to buy it. Edit2: The clicks don't really look human when walking (it clicks too often and sometimes closer to your position than the last click). When running it looks fine, though.1 point
-
1 point
-
1 point
-
1 point
-
Guthans mode just needs a few more improvements until it actually works flawlessly, I just couldn't test it because of high reqs (expensive + levels), so I had to unit test a different armor and change the name after. I hope you have started the script with your current gear (non-guthans) and -then- enabled guthans mode? So the script knows which gear to revert to after healing. I will post a quick set-up guide for guthans no worries ^^ There is no need to be rude, I already said I am working on guthans I just need some time to get it right because it is difficult to code something that you can't actually test, so it will take a few updates to get it flawless, hopefully you guys understand ^^ As for move mouse outside screen - fixed, for plugins too As for prayer flick - it should be working as confirmed above by another user, although I will test again to make sure ^^ The timing is delicate so you may have to restart the script a few times to get the absolute perfect timing. Here's the latest update: New Update (v197.3) - Guthans mode improvements: fighting now added, healing trigger fixed, healing boundary fixed - Potion boost input level - you can now choose when to consume potions (how many level differences) - Fixed move mouse outside screen - Fight boundary walking is now randomized - BBD Plugin: script will now avoid deaths from other dragons by attacking the current dragon faster and getting in position faster - Teleport tabs added to GDK plugin anti-pk - Another attempt at OSX profile loading, again I can't test this because I don't have mac I will keep trying until I get it right ^^ update will automatically go live within 24 hours, this was a pretty easy update to code. If the script keeps going to bank, (plugins) make sure to set food in the inventory loadout so the script knows it's safe and will not die, otherwise the script will just keep going to the bank.1 point