Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/20/17 in all areas

  1. Advertisements now show up for the freeloaders valued non-VIP members once again. Additionally I took another crack at the input issue and it seems to be working for me. Unfortunately this is a forced stable build with not a whole lot of testing, but it should be at least better than .127. If you have any continued issues please let me know. Changelog: -Patched advertisements (fixed by Zach) -Changed hotkeys to PostProcessing --Hotkeys are now numkey "7" and "9" when numlock is OFF -Attempted patch at input bugs -Updated web data
    12 points
  2. @okewtfishier you're not very smart.
    9 points
  3. https://github.com/ZappyScript/OSBot-Chat-ToS-Filter The filter won't work if you have punctuation right after a swear, I ceebs adding it because I can't think of a quick way to do it and its only a joke extension. I also made it default to dark theme first aswell.
    5 points
  4. ────────────── 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.
    3 points
  5. 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.
    3 points
  6. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Multiple modes: Varrock - Walk to sawmill and bank Varrock - Walk sawmill / Varrock teleport (tablet) Varrock - Walk sawmill / Varrock telkeport (spell) Woodcutting guild - Banks for logs Woodcutting guild - Chop logs Castle wars - Balloon method / Ring of dueling Castle wars - Ring of elements / Ring of dueling POH butler mode Castle Wars - House teleport (Tab OR Spell) / Ring of dueling POH butler mode Camelot PVP - House teleport (Tab OR Spell) / Camelot teleport (Tab or Spell) - Potion support - Normal butler / Demon butler - 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 - 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 844'): -script 844:TaskList1.4515breaks (With breaks) -script 844:TaskList1.4515breaks.discord1 (With breaks & discord) -script 844:TaskList1..discord1 (NO breaks & discord)
    2 points
  7. Every RSN is equally rare, simple math.
    2 points
  8. just get a RSN like IliliiLiiiLiiilll and they cant ban you because they cant write ::ban + your RSN correctly LOL
    2 points
  9. @Aaron @Sysm @zuzel111 These people I'll advice best in it.
    2 points
  10. Ask from this guy, he asked for price checks last week. @Koont
    2 points
  11. dont know that well like, yes trust, semi-yes. if we traded, he would go first
    2 points
  12. 2 points
  13. I recommend no one trade with this user. He has been banned for evading.
    2 points
  14. thanks guys appreciate it
    2 points
  15. private List<String> getOthersEquipment(Player p) { List<String> equipmentList = new LinkedList<String>(); if(p != null) { int[] equipment = p.getDefinition().getAppearance(); for (int i = 0; i < equipment.length; i++) { if (equipment[i] - 512 > 0) equipmentList.add(ItemDefinition.forId(equipment[i] - 512).getName()); } } return equipmentList; } Note: int[] equipment = p.getDefinition().getAppearance(); Index Order: [0] = helmet [1] = cape [2] = necklace [3] = weapon [4] = chest [5] = shield [7] = legs [9] = gloves [10] = boots - Can only grab visible items (no ring or ammo, etc.) - Each value from getAppearance() needs to have 512 subtracted from it in order to get the item id Or if you want it so you can grab specific pieces: private HashMap<EquipmentSlot, String> getOthersEquipment(Player p) { HashMap<EquipmentSlot, String> equipmentList = new HashMap<EquipmentSlot, String>(); if (p != null) { int[] equipment = p.getDefinition().getAppearance(); for (int i = 0; i < equipment.length; i++) { if(equipment[i] - 512 > 0){ switch(i){ case 0: equipmentList.put(EquipmentSlot.HAT, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 1: equipmentList.put(EquipmentSlot.CAPE, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 2: equipmentList.put(EquipmentSlot.AMULET, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 3: equipmentList.put(EquipmentSlot.WEAPON, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 4: equipmentList.put(EquipmentSlot.CHEST, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 5: equipmentList.put(EquipmentSlot.SHIELD, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 7: equipmentList.put(EquipmentSlot.LEGS, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 9: equipmentList.put(EquipmentSlot.HANDS, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 10: equipmentList.put(EquipmentSlot.FEET, ItemDefinition.forId(equipment[i] - 512).getName()); break; } } } } return equipmentList; }
    2 points
  16. Dashboard Concept I began taking UI/UX Design seriously as this is my career path that I will be taking. I still need to learn how to animate as well to present good prototypes. Live Prototype: https://xd.adobe.com/view/edb93f4a-44f4-424f-abfc-28568f08d66d/ EDIT:
    1 point
  17. Hey Not really sure what to do in this situation, essentially my recently written Rune Sudoku script relies very heavily on colour data and unfortunately the mirror mode text covers the upper left part of the Sudoku grid. This wouldn't be a problem if the colour picker didn't read the text, however it does so it means the script is unusable in mirror! Running the following script: import java.awt.Color; import java.awt.Graphics2D; import java.awt.Rectangle; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Apaec", info = "", name = "Mirror text overlay test", version = 1.00, logo = "") public class Main extends Script { private Rectangle MIRROR_TEXT = new Rectangle(10, 20, 250, 75); // Determines the number of pixels in a given rectangle which have a specified colour private int countPixelsOfColourInRect(Rectangle rect, Color col) { int amount = 0; for (int x = (int) Math.round(rect.getX()); x < rect.getX() + rect.getWidth(); x++) for (int y = (int) Math.round(rect.getY()); y < rect.getY() + rect.getHeight(); y++) if (getColorPicker().colorAt(x, y).equals(col)) amount++; return amount; } @Override public int onLoop() throws InterruptedException { return 1000; } @Override public void onPaint(Graphics2D g) { g.setColor(Color.CYAN); g.draw(MIRROR_TEXT); g.drawString("" + countPixelsOfColourInRect(MIRROR_TEXT, new Color(0, 255, 0)), 20, 110); } } Gives this: As you can see, within the drawn rectangle, 1974 pixels were discovered with the exact RGB colour of (0,255,0), corresponding to the debug text Would it be possible to either remove, or adjust the layering of this text such that it is not picked up by the colour picker, just like a normal paint wouldn't be? Cheers! Apa
    1 point
  18. I hope you will get suspended so you wont have such good deals on service requests after 1min from the post :I
    1 point
  19. I was adding it via getBot().addMouseListener(mouseListener); directly. I changed it to how you do it and it now works until I open the logger, then everything goes to hell.
    1 point
  20. Are scripter 1s who only get the rank for free VIP considered free loaders
    1 point
  21. This is just astonishing
    1 point
  22. check out the date for the first ban ;) lmao
    1 point
  23. You'd be surprised. I had mine done on a 75 range account for 6m.
    1 point
  24. I'm glad to hear blackjacking works well, which blackjack tile? Some of them work better than others because of the user setup. Hmm the # means the amount of food to withdraw, set it to 20 or something and let me know if it works for you. I will also test it just to make sure ^^ As for blackjacking, luckily I coded an action event system for my fighter script which is easily convertable to the thieving script for things like eating, pickpocketing and the exact timing for both (no mouse spasms). So little code left for the blackjacking to go out of beta and actually become a real feature. Disclaimer: do not purchase the script solely for blackjacking because it is experimental and I must say there is no way to tell if it can ever be perfected. Just a heads up, I can't have users buying the script just for blackjack since it is still experimental. Update: the 'keep items' for stalls is for dropping only, so if you select dropping it will keep the chosen items. I have yet to add banking support for that keep-item system, it will be included in the latest upcoming version. Activated trials gl guys
    1 point
  25. The longer u wait the worse tbh, told from experience. You just need to get over with it and just ask her out and see how will that go
    1 point
  26. Wow, Jagadish Harihara coming in with the tech support.
    1 point
  27. @MaldestoIsANig @maldestotest
    1 point
  28. has not been a problem for the past 2 years over 1k levels gained couple 99s i pity the fool who doesn't
    1 point
  29. Hey @Czar do you know why sometimes the GUI will disappear? The script is still running but the GUI is completely gone. Also even though I have input disabled, I'm still able to click around the screen.
    1 point
  30. My apologies if I came off as aggressive I was unaware that it was in beta. Was just offering feedback/suggestions that I thought would be good for the script :3... As I've been doing with couple of yours scripts ^^
    1 point
  31. ran it overnight while i was out: i guess i am a lucky son of a bitch
    1 point
  32. Never bot tutorial despite what people say about their script, and are the accounts f2p or p2p? If f2p and you're only training one skill, it kinda raises flags
    1 point
Γ—
Γ—
  • Create New...