Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/17/23 in all areas

  1. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Account builder mode to level your firemaking to level 50 or even higher. - Equips pyromancer gear option - Chopping and burning logs (base Option) - Relights brazier - Fletch option - Fix brazier option - Make potion and heal pyromancer when down option - Tons of food supported - Brazier swicthing when pyromancer is down - Advanced game settings to skip games, smart caluclate points, afk at certain points, ... - Bank or Open crates - Dragon axe special attack - Fletch at brazier option - Chop in safespot option - Worldhopping - 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 909: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 909): -script 909:TaskList1.4515breaks (With breaks) -script 909:TaskList1.4515breaks.discord1 (With breaks & discord) -script 909:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  2. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    1 point
  3. 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
  4. Price: ONLY $8.99 LIFETIME PURCHASE (Click to Purchase) Only have RSGP? Buy an OSBot voucher HERE. COMMENT ON THE THREAD FOR A 1 TIME 24 HOUR TRIAL NOW SUPPORTS AERIAL FISHING! Feature Highlights Selectable Locations / Fish Selectable Drop Methods and Banks Script Speed Customization Other Features DEADMAN MODE SUPPORT: - Will run to closest bank if player is under attack Command-Line Interface (CLI) osFisher currently supports CLI! There is currently 1 parameter required, which is the name of your properties file Example: This will load config.properties from your OSBot/Data/osFisher folder, the properties file can be named whatever you like, in case you would like multiple setups for different bots Feel free to post here / pm me if you are having problems with this feature! Progress Reports Please submit any if you get the chance! PLEASE REPORT ANY BUGS USING THE TEMPLATE BELOW SO THEY CAN BE FIXED ASAP Minnow Support Start script on west side of the expansion platform (left if facing north)
    1 point
  5. Unlucky and use stealth mode
    1 point
  6. Using stealth + new mouse going strong All these accs have some random stats and quests tho There was a mini wave today though some people have been banned doing too many hours maybe
    1 point
  7. Seems to be flowing much better. Thanks for the quick update.
    1 point
  8. Got the Trial a bout an hour ago will do an updated review after the 24 hours is complete but as it stands this bot does better then me at this mini-game im debating just buying all your scripts at this point excellent flawless work its crazy too see how far you scripters have come this is such a great bot idk if you can do suicide 24 hour runs but it has so many options! Great work!
    1 point
  9. Edit: Sorry, though there were trials available.
    1 point
  10. looks crazy g cant wait to try it out, can i get a trial please?
    1 point
  11. You might as well just tweet at Jagex's anti-cheat team admitting you're botting, since that's basically what you're doing with mirror mode. Why wouldn't you use stealth?
    1 point
  12. Let me guess. Mirror mode & no breaks?
    1 point
  13. Literally cannot stop buying your scripts, could I get a trial please for this?
    1 point
  14. mirror mode sucks compared to stealth atm
    1 point
  15. 1 point
  16. Would love to try a 2 day trial
    1 point
  17. hey khal can i please get a trial on this script
    1 point
  18. I've literally been botting everyday with mirror and never copped a ban. Yes mirror has bad performance but it works for me. And I don't mind supporting OSbot with VIP. I wouldn't write it off, especially if your IP is clean.
    1 point
  19. 1 point
  20. Can I get a trial Plz
    1 point
  21. I planned to add this to my plankmaker script, but havn't gotten to it yet
    1 point
  22. I would like a trial on this
    1 point
  23. You are do not trade on sythe for scamming and recovering accounts.
    1 point
  24. Easiest way to put it: The development for mirror mode is extremely limited/non-existant. The development for injection is ever-going and is being supported with new updates weekly, if not more per week. Mirror mode is still good, but in the recent weeks has been easily detected by Jagex. I know the development team has been shifting focus to a lot of new and cool features that are going to keep OSBot ahead of the rest. Excited to see what the future holds.
    1 point
  25. How do I get those ice gloves? Anything on OSbot available to get that easily? or do I just have to do that manually?
    1 point
  26. Any update on Scullisceps :)? About to pickup your miner and this
    1 point
  27. It means they're not confirming the email. You know when you get an email saying to confirm the email when you sign up? They don't do that. Other wise they just use fake emails that are mostly likely and usually don't even exist. Manually, buy them, or get an account creator
    1 point
  28. First of all, learn how to quote correctly. Secondly , Theres no "salty over cash amount" I'll happily sit and watch you sink 2k into instantly failure. Then I can laugh and say "I told you so". What's flipping gold & being part of a bug abuse community got to do with it lmao. Feel like you added unnesscary fluff to your comment to try and make you seem you're a somebody. I was making a constructive comment but you couldn't take the feedback. Don't bother asking for help next time then because clearly you're too good for help and know everything. You might be able to make scripts, doesn't mean you're going to be sucessful either, but keep boosting your ego with that comment too. Stay mad.
    1 point
  29. 1 point
  30. Can I have a free trial please?
    1 point
  31. the alching is the only issue i've seen. i'm 91 agility on a hcim.
    1 point
  32. Just looking to get my feet wet in the community as I am new to OSBot. Offering free questing service until I can get my name out there a bit. Quests Needed: Discord:
    0 points
×
×
  • Create New...