Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/31/18 in all areas

  1. β™”CzarScripts #1 Bots β™” Proven the #1 selling, most users, most replies Script Series on the market. Big THANK YOU to all our wonderful users and supporters over the 8 years, we couldn't have done it without you. Czar Bots have always been the Best and the most Feature-rich bots available with the most total sales in OSBot history. Come and find out why everyone is choosing Czar Bots today. β™” LATEST BOTS β™” If you want a trial - just post the script name and it will be activated after I hit 'like' on your post Requirements: hit 'like' on this thread
    5 points
  2. Not a Java reverser (x86 only) or know much about the game, but what you’re talking about would require a kernel level driver to properly implement. In this case your heuristic antiban would be completely useless, so there would be no point in implementing it.
    3 points
  3. 2 points
  4. EDIT: Originally, my plan was to create a way to record my play style, use machine learning to find underlying patterns, and create a script that uses them, resulting in a human-like performance. However, as pointed out by a couple folks, this is pretty stupid. Mainly because it would require a lot of data, and also because the end result would be a script that may be only useful at doing one task. Instead now I look to do some real research into creating an AI capable of playing and most importantly learning by itself. Ideally, I will get my project to a point where it can run multiple bots which compete with each other to find the best way to bot certain tasks or achieve certain milestones without being banned. For this project, I will need countless accounts that have completed tutorial island. It seems only right to attempt to create an AI capable of solving tut island. At the moment, I'm not entirely sure how this will work. But my approach will be to: setup a bot with the ability to do two things: walk to a square, interact with object/npc have the bot randomly perform actions, and feed the results into a neural network use the RL network to inform further game decisions If I even get this to work, I expect the bot to look pretty much crazy, trying loads of stupid shit to beat tut island. I'm hoping though, after much time spent on tut island, it can begin to see patterns (maybe something like talking to NPCs is a good first step, or the concept of opening a door to go outside). My biggest concern at the moment figuring out to setup a neural network that makes sense for this program deciding on a reward which the bot is aiming to achieve at each step. I think 1. will be solved by much trial and error on my part. And for 2. maybe getting to the next area, or getting a new prompt can be what the bot aims for. Well no way better to getting started than trying to solve the first part of tut island, listening to that guy chat loads and getting outside the starting room.
    2 points
  5. tip Hide your total level and some stats otherwise its pretty easy to lookup your ingame name and report you for account selling
    2 points
  6. Look up how to run Minecraft on YouTube, it's the same process but for OSBot.
    2 points
  7. I agree, it was perfect before the update. now i dont understand a thing. unnecessary update. if its not broke dont fix it (just giving my opinion) not bashing update: been using it for a while and just want to add that it no longer withdraws food from the bank. i have it set up correctly and it just picks till i die.
    2 points
  8. And this sweet drop while testing the script for update v254.0... 52 HOUR RESULT! Hotkey List // F1 = set cannon tile // F2 = hide paint // F3 = Set afk tile // F4 = reset afk tile // F6 = Set safespot tile // F7 = activate tile selector // F8 = Reset tile selector // F9 and F10 used by the client, EDIT: will re-assign as they are no longer used by client // F11 = Set breaks tile // F12 = Reset breaks tile User Interface Banking Tab Demo (handles everything with banking) You can copy inventory (to avoid adding individual items...), you can insert item names which have Auto-Fill (for you lazy folk!) and you can choose whether to block an item and avoid depositing it in bank, ideal for runes and ammo. Looting Tab Demo (From looting to alchemy, noted/stackable items too) You can choose whether to alch an item after looting it simply by enabling a checkbox, with a visual representation. All items are saved upon exiting the bot, for your convenience! Tasking Demo (Not to be confused with sequence mode, this is an individual task for leveling) You can set stop conditions, for example to stop the bot after looting a visage, you can have a leveling streak by changing attack styles and training all combat stats, you can have windows alert bubbles when an event occurs and an expansive layout for misc. options! Prayer Flick Demo (Just example, I made it faster after recording this GIF) There are two settings: Safe mode and efficient mode, this is safe mode: Fight Bounds Demo Allows you to setup the fight bounds easily! Simplified NPC chooser Either choose nearby (local) NPCs or enter an NPC name to find the nearest fight location! Simple interface, just click! Level Task Switch Demo (Switching to attack combat style after getting 5 defence) You can choose how often to keep levels together! e.g. switch styles every 3 levels Cannon Demo (Cannon is still experimental, beta mode!) Choose to kill npcs with a cannon, recharges at a random revolution after around 20-24 hits to make sure the cannon never goes empty too! Results Caged Ogres: How does this bot know where to find NPCs? This bot will find far-away npcs by simply typing the NPC name. All NPCs in the game, including their spawn points have been documented, the bot knows where they are. You can type 'Hill giant' while your account is in Lumbridge, and the bot will find it's way to the edgeville dungeon Hill giants area! Here is a visual representation of the spawn system in action (this is just a visual tool, map mode is not added due to it requiring too much CPU) Fight Area Example (How the bot searches for the npc 'Wolf') Walking System The script has 2 main walking options which have distinctive effects on the script. The walking system is basically a map with points and connections linking each point. It tells the script where to go, and decides the routes to take when walking to fightzones. Walking system 1 This uses a custom walking API written by myself and is constantly being updated as new fightzones are added. Pros: - Updates are instant, no waiting times - More fightzones are supported Cons: - Sometimes if an object is altered, the changes are not instant - Restarting the script too many times requires loading this webwalker each time which adds unnecessary memory (there is no way to make it only load at client startup since I don't control the client) Walking system 2 This is the default OSBot webwalking API - it is relatively new and very stable since the developers have built it, but is currently lacking certain fightzones (e.g. stronghold) and other high level requirement zones. It is perfect for normal walking (no object interactions or stairs, entrances etc) and never fails. Pros: - Stable, works perfect for normal walking - All scripters are giving code to improve the client webwalker - More efficient when restarting the script since it is loaded upon client start Cons: - No stronghold support yet - Some new/rare fightzones not supported yet - If there is a game-breaking update or an unsupported fightzone, it may take some time to add/repair (less than 24 hours usually) So which system should I choose? Whichever one suits your chosen fightzone best! There really shouldn't be any problems - the sole purpose of these options are for backup and emergency purposes, if the script ever messes up there is always the next option to select. Note: If the script ever fails, there will be immediate updates to fix the walking systems! Script Queue/Bot Manager: Script ID is 758, and the parameters will be the profile name that you saved in the fighter setup! Bug Report templates: New feature request - What is the new feature - Basic description of what the script should do - Basic actions for the script: 'Use item on item' etc. For when the script gets stuck on a tile (or continuous loop): - Which exact tile does the script get stuck on? (exact tile, not 'near the draynor village') - Plugin or normal script? - Did you try all 3 walking options? Script has a logic bug (e.g. dies while safespotting) or (cannon mode doesn't pickup arrows) - What is the bug - How did you make the bug happen - (optional) recommendation for the bug, e.g. 'make the script walk back' or something - Tried client restart? - Normal script or a plugin? - Which exact setup options are enabled? Afk mode, cannon mode, etc etc.
    1 point
  9. 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 Quests
    1 point
  10. 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
  11. 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:
    1 point
  12. ────────────── 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.
    1 point
  13. View in store $4.99 for lifetime access Key Features: Supports Bar smelting, Cannonball making and Item smithing Supports all tradeable bars for both smithing and smelting, with support for material-unique items (full list below) Supports the above activities in all locations you would ever want to perform them (full list below) Smart activity-based framework allows you to schedule tasks to be performed in succession (details below) Simple and intuitive start-up interface hosting the activity editor (Optional) Informative, concise, self-generating, recolourable and movable paint tracks useful run-time data (Optional) On-screen movable console logger to notify you exactly what the script is doing at any point in time Smart Gaussian-distribution derived Make-X value generator supporting letter scalar suffixes (Optional) Moves the mouse outside the game screen while idle Utilises the OSBot map web system with obstacle handling for inter-location traversal* (Optional) Ring of forging support for iron smelting ...and many more! *The OSBot web is very reliable however can occasionally (understandably) struggle with longer inter-location distances. As a result, I would highly recommend supervising the script while inter-location transitions take place. Supported Locations: Supported Bars: Bronze [1x tin ore, 1x copper ore] Iron (with & without Rings of forging) [1x iron ore] Silver [1x silver ore] Steel [1x iron ore, 1x coal ore] Gold [1x gold ore] Mithril [1x mithril ore, 4x coal ore] Adamant [1x adamantite ore, 6x coal ore] Runite [1x runite ore, 8x coal ore] Supported Smithing items: All generic material-independant items (e.g platebodies, knives, dart tips, etc...) Material dependant items: Bronze wire (bronze) Iron spit (iron) Oil lantern frame (iron) Studs (steel) Bullseye lantern (steel) Cannonballs (steel) Mith grapple tip (mithril) Activity based framework: The script features a fully-fledged activity system. This system allows you to completely customise each botting session and tailor it to the needs of your account. The system allows for 'activities' to be queued in sequence, whereby when started, the script will proceed to execute and attempt to fulfill each activity in turn. An activity is comprised of two parts - the task and the target. An example of a task may (arbitrarily) be 'Smelting gold bars at Edgeville' and an example of a target may be 'until level 70 Smithing achieved'. Both the task and the target can be fully customised to your needs, then saved and queued to the session activity manager. Task options: Smelting Bars (in a furnace) Making Cannonballs (in a furnace) Forging items (on an anvil) Target options: ... until out of supplies ... until level Ξ» reached ... until Ξ» experience gained ... until Ξ» minutes passed (where Ξ» is some inputted integer value) It is worth noting that by default all tasks are automatically considered complete if insufficient resources to perform the task are present. Setting up: Example paint: Gallery: Credits:
    1 point
  14. Private scripts available if interested. Want the premium version of this script? Check it out here! Includes tons of more features. Features: Can kill 99% of monsters Eat tuna Bank FAQ Progress Reports Have questions? For fast support and latest updates, join the Discord! https://discord.gg/caDA4Qb
    1 point
  15. Click here to go to the SDN page to add the script. Display
    1 point
  16. Molly's Flax Spinner This script spins flax into bow strings at lumbridge, the script easily exceeds 1.1k flax spun per hour. Buy HERE. Requirements: - 10 crafting Features: - Hopping out of bot worlds Setup: Just run the script, no GUI! CLI ID: 861 Proggies:
    1 point
  17. Hello, its geoffrey456 here im coming back to osbot with the service. hope u all waited for this. Im back available. kind regards.
    1 point
  18. I'll provive lvl 3's. I need the following: Quests: Tut island + randomize the char Waterfall quest Tree gnome village Fight Arena The Restless Ghost Ernest the Chicken Priest in Peril Animal magnetism (Needs to be completed after 50 range has been achieved otherwise you will have to get Ava's accumulator) Dwarf Cannon Natural history quiz (Takes less than 10 minutes) Skills: 1-19 crafting 1-35 Woodcutting 9-18 slayer 1-40 magic 1-50 range via cannon (This only takes ~1.5 hour so I'm looking for a price that will lower than regular training at rock/sand crabs) Feel free to PM or add me on skype or discord! Skype: jens4626 Discord: Jens#6857 ToS - I'll be paying for the supplies - You can do any quest you'd like to achieve these stats (like waterfall for 30 att 30 str, etc.) - You will receive a fresh registered account, must be hand done, no botting allowed. - If highly trusted I will go first, otherwise you have to go first or we will use a MM. - If you're willing to go first, you will receive the payment after the service is fully completed. - In case of a ban, I will be fully refunded - including the supplies and bond that were lost with the account.
    1 point
  19. At end of the day, people don't work for $2/hour so don't expect legit people. You can expect a small chance but they're half way round the world with no money to make them trust you. The problem is obvious, you need to trust someone and take a leap of faith.
    1 point
  20. Goodluck with your search fren , tough to find trusted murican plebs
    1 point
  21. im high silver OMEGALUL
    1 point
  22. Dude it's like looking at old necro bumped threads and seeing all the people suspended.
    1 point
  23. This is why we can't have nice things.
    1 point
  24. 6m. skype emigdiodia
    1 point
  25. toEntity(entity); camera.movePitch(random(camera.getPitch() - 1, camera.getPitch()+1)); etc. Theres your antiban that will prevent you from ever getting banned. Edit: Unless of course I'm missing something which isn't antiban related, but it sounds like you're trying to randomize the camera.
    1 point
  26. 8m start now. Skype - live:siilentalk
    1 point
  27. Sure, but if you think underground pass + regicide will be done for 3M then I think you should 'feel' to pay a little more. Good luck regardless.
    1 point
  28. funny thing is i actually enjoyed the info about safely botting splashing the most of this post xD
    1 point
  29. 1 point
  30. fire making with couple bank locations other than the g.e
    1 point
  31. 1 point
  32. instead of using a mouse recorder/clicker and having your entire pc occupied you could just use @liverare 's macro recorder and avoid all the hassle with setting up virtual machines etc. cheers
    1 point
  33. If you scrolled up a few posts he said patience.... what makes you think he will tell you an ETA when he hasn't told anyone else. are you Special? Come on! Let the guy do his thing , and release when he is happy and able .
    1 point
  34. Awesome! Thank you for all the info. Can't wait to switch over!
    1 point
  35. What stopped you from abusing this and reproducing it on way more accounts?
    1 point
  36. 1) From looking over the scripts I really liked the look of most of them and it seemed they are higher quality coding and updated fairly often, I was wondering if anyone had any issues with scripts not being updated or anything I should look out for? Look atleast 3 pages back of their posts to see how they maintain their script. 2) Looking at the client I didn't see a way to full screen, is this possible? It will be possible soon for plugins 3) I also didn't see any proxy settings, I'm sure there are but I might of missed it. Check the proxy tab when you first launch the client jar 4) Would I have any issues running my client from more than 1 IP? You can only assign 1 proxy per client. With VIP+ you can have unlimited clients. 5) With the mirror mode would I still be able to use my KB/Mouse or does it take control of them? Yes you can use your mouse to do other things while the bot is running. 6) I forgot what other questions I had, any info I should know about the client or scripts before switching over? N/A 7) Kinda a weird question but say I was to get vip and upgrade to sponsor would I be able to keep the purple name? ? Yes
    1 point
  37. how many hours a day did you run them?
    1 point
  38. nice bro. grats on 200m xp I botted 14m xp via blackjack like 2 years ago but this is way better. Im surprised you didn't get banned after people reported you on twitter lmao
    1 point
  39. Thanks for sharing. This should give others basic ideas to change up their botting to last longer
    1 point
  40. yea thats what im thinking.... but im 64 cb now ill be 66 cb with it. it just opens me up to like lvl 70-71 pkers and there stats are op af, i guess i can just skip them and trash ppl my lvl yea i googled the combat calc and max hit calc thats where i got my info from. im just not sure if i wanna start fighting lvl 70s yet. Im a pretty good pker but the lvl 70 rushers can ko me
    1 point
  41. Awesome post man cheers for sharing this with us!
    1 point
  42. 1 point
  43. https://osbot.org/forum/topic/142584-how-to-bot-200m-thieving/
    1 point
  44. Botting combat stats has become so insanely easy. Get your accounts ready to certain stats and from there just babysit sometime and let this thing do wonders. Multiple 99's achieved using this, including pures and maxed zerker. def worth the money . Thanks @Fruity
    1 point
  45. May I grab a trial for this!? thanks in advance. ?
    1 point
Γ—
Γ—
  • Create New...