Leaderboard
Popular Content
Showing content with the highest reputation on 12/21/16 in Posts
-
Thanks for your feedback, the next dev update will have the feature implemented.15 points
-
I quickly threw together a new feature called "nointerface", which absolutely removes all interfaces and only gives you command line. This feature is targeted at very serious bot farmers who can completely rely on their scripts without any human intervention. What it looks like: You will not get any interface whatsoever, which should help a bit with screen clutter and improve slightly on resource usage. This feature would be available for VIP/Sponsor only as free members are limited to 2 bot instances. If this vote generally passes, I'll improve on this feature a bit by exploring some more opportunities to save resources.11 points
-
Since there was an overwhelming positive outcome on the vote thread, I decided to finish up the interfaceless mode of OSBot. How it looks: Also you will notice that when you are in nointerface mode, it will only load the script pool which you are using. This makes bot farming with local scripts really awesome because OSBot will not download any remote scripts. The one difference to be aware of when you are in nointerface mode, calling "stop()" will exit the OSBot process (namely because you cannot start a new script after you have stopped the one you loaded). The updated parameters: For now this feature is available to everyone, including non-VIP members. I do plan on restricting this feature to VIP+ only on the Stable Build! Download: http://osbot.org/devbuilds/osbot%202.4.106.jar Happy Botting!6 points
-
Am updating these as I script the quests. Wasn't sure whether to put this here or in snippets so move it if it's in the wrong place pls. Tutorial Island Sheep Shearer Cook's Assistant Romeo and Juliet6 points
-
Stealth Builder Can also be purchased with OSRS gold using vouchers from here Features Automatically buys house if you don't have one Buys all required items from GE Restocks from GE when out of supplies Automatically switches items for best XP rates Builds all required rooms Hires and changes servants as it gains levels Builds beds and bell-pull for servants XP rates similar to human players Uses keyboard to select dialogue/construction interface options Instructions Set the desired level on the GUI and select one of the 2 modes available. The only difference between them is the fast mode will switch to Mahogany tables at 52, which is faster but more expensive. The script is designed to automate all tasks from fresh level 3 accounts, so it's recommended that you don't have a complex house layout with multiple floors. It's best to start the script at Grand Exchange, or in house if you already have the required supplies. Make sure you have enough money on the account for supplies. The script fetches supplies from the bank, does not use money pouch, therefore if manually setting up the bot inside the house, you should have a regular Saw (not crystal), regular Hammer, Coins and Teleport to house tabs CLI Features Script ID is 924. The script supports CLI startup with the following syntax: -script 924:parameter=value where at least the mode and target_level parameters must be specificed eg. -script 924:mode=normal;target_level=99;on_limit_break=true;take_breaks=true;min_break_frequency=50;max_break_frequency=100;min_break=20;max_break=150; List of parameters: mode=[true|false] target_level=[number] on_limit_stop=[true|false] on_limit_break=[true|false] take_breaks=[true|false] min_break=[number] max_break=[number] min_break_frequency=[number] max_break_frequency=[number] afk_sessions=[true|false] min_afk_frequency=[number] max_afk_frequency=[number] min_afk_duration=[number] max_afk_duration=[number] hop_worlds=[true|false] min_hop_frequency=[number] max_hop_frequency=[number] Bug Report Template 1. Stealth Injection or Mirror Mode: 2. Logger contents (press "Settings" on top right corner of the client, then "Toggle Logger", copy & paste on pastebin) : 3. Description:5 points
-
5 points
-
5 points
-
NEW! Added Gemstone Crab! 81 Hours at Cows Brutal Black Dragon support Sulphur Nagua support Blue Dragon 99 ranged 99 Ranged at Gemstone Crab 81 Range F2p Safespotting Hill Giants 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.2 points
-
Multiple Potion Support! Prayer ✓ Restore ✓ Overloads ✓ Absorptions ✓ Ability to set custom random higher/lower boundaries Ranging ✓ Super and Normal Magic ✓ Super and Normal Imbued Heart ✓ Super Attack, Strength & Defence Potions ✓ Special attack support ✓ Custom Dream Settings ✓ Ability to chose whether you want the character to re-enter a dream when it dies Ability to chose what position the player stands in Ability to set dream type Normal Hard Customisable - normal Customisable - hard Ability to chose a dream preset MTD Tree Gnome village Lost City Vampire Slayer Fight Arena Mountain Daughter Guthans Tree Gnome Village Lost City Vampire Slayer What Lies Below Haunted Mine Demon Tree Gnome Village Lost City Vampire Slayer Fight Arena The Grand Tree Custom The ability to set your own bosses in-game and the script will not change anything. Enable or Disable Power-Ups Zapper Recurrent Damage Power Surge Requires a Special weapon to be set within the GUI Magic Support ✓ Select any ‘Normal Spellbook’ combat spell to train with Rune pouch support Barrows Repairing! ✓ Uses 'Lumbridge Home Teleport' to get to lumbridge, requires standard spell book. Uses the Minigames teleport to travel back to Nightmare Zone Recharging rechargeable! ✓ Blowpipe Tome of Fire Purchase Your Daily Herb Boxes! Option to only purchase when you have over 'x' Points Option to either Bank or Open the Herb Boxes Rock Cake & Locator Orb Support ✓ Ability to set chose if you want to pre-dream rock cake outside the dream Ability to chose at what HP value you start to rock cake Custom Idle Activities ✓ Random Camera Movements Random Tab Changes Random Mouse Clicks Ability to have mouse exit the screen whilst idle Custom Prayer settings ✓ Enable/Disable ‘Boost Prayers’ Defence: Thick Skin Rock Skin Steel Skin Strength: Burst of Strength Superhuman Strength Ultimate Strength Attack Clarity of Thought Improved Reflexes Incredible Reflexes Ranged: Sharp Eye Hawk Eye Eagle Eye Rigour Magic Mystic Will Mystic Lore Mystic Might Augury Others Piety Chivalry Enable/Disable Protect Prayers Protect From Melee Protect From Magic Protect From Missiles Informative Script UI ✓ Colour coded skills painted XP Gained Current XP/Hr Percentage till level Time till level Status display Customisable Stop/Break Handler ✓ Ability to stop the script at the following benchmarks: Stop randomly between 'x' and 'x' minutes of runtime. Stop randomly between 'x' and 'x' dreams completed. End dream by idling Enable/disable logout on exit. Ability to use a custom made break handler. Break random every 'x' and 'x' dreams completed. CLI Support ✓ -script "698:profile=Test hours_limit=10 dreams_limit=5" profile = saved profile name, if you've been using CLI to run the script, this will need to be updated to suit. hours_limit = Complete after 'x' run hours. dreams_limit = Complete after 'x' dreams completed Misc. Options ✓ Hop worlds between dreams Leave dreams at maximum points Ability to save/load multiple custom presets This is not a thread for asking for trials, as a whole, i don't offer trials for my script. Instead if encourage you to ask all the questions you have before purchasing any of my (or anyones) script to be sure the script does exactly what you would like it too. Please note, 1 purchase of FruityNMZ is a lifetime auth for as many accounts as you can run On OSBot, we do not limit the amount of instances you can run with a single script! If you'd like to purchase FruityZulrah using OSRS GP, SEND ME A PM and i can give you my current $$:GP Rates! Discord Community: https://discord.gg/WzXRk2bWTV Trial bot has been implemented (100 post count required if you're not VIP/Sponsor!) @fruityscripts on Discord!2 points
-
by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache2 points
-
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 screenshots2 points
-
2 points
-
2 points
-
It's finished right now, just polishing it up.2 points
-
I think this will help you a lot, http://osbot.org/forum/topic/111003-basic-walking-webwalking-tutorial-a-simple-concept/ https://explv.github.io/ Goodluck bro keep at it Also to find mouse.click(x,y) go to your debugger settings and click 'Mouse Position' will give you the exact place the mouse is sitting. Edit: Heres some groundItem example GroundItem item = getGroundItems().closest("Iron ore"); if (item != null) { item.interact("Take"); sleep(random(2100, 2500)); }2 points
-
No worries, i do plan on adding it, how soon im not sure, seems to be getting more stable and such now so might have some spare time soon ^^ Sures, will add in a moment I wont stop you! :xboge:2 points
-
That seems to be correct Try to store a seperate boolean "tradeRequested" and set it to true in the onMessage function, and back to false when you complete a trade / fail to trade x amount of times. It's bad practice to have blocking methods in the onMessage handler2 points
-
I don't get it man, your scripts are literally a dream come true. And you can pretty much do full automation with anything you want since you have the ge part figured out. well done, that's all I got to say well done.2 points
-
Willing to pay a good amount for a some what decent graphics designer to make a thread layout for me that should take no longer than 15 minutes, I need this done asap. My Skype = Mootrucks.Rs2 points
-
December 20 2016: Launcher created We got the makings of the launcher created, The launcher itself will be ran in the background, it is more like a service than anything. It will communicate with the DB and the DB will tell it what accounts to run, when to run them, what script to run, what parameters etc etc. With this launcher in the back ground it makes it easier to start and stop the OSBot processes, thust making it able to have features like : Scheduling - Start and stop bots at a specific time Multi-Scripting - Can run multiple scripts per account, for example I can run khal's tut island script, then switch to a powermining script once completed Ban Detection - As soon as a bot gets banned, a new bot which has already been trained will log in and start in it's place Other features will be added in once we can think of them, if anyone has any suggestions feel free to message me.2 points
-
Ban Test December 20 2016: Training completed As I said in the last update, this is the process I am going to do to train all of my accounts. Monday morning checked No accounts were banned at 7:46Am EST So now I will do a new process. Account with 7QP, will train combat full to lvl 22 CB lvl, using a 10 minute break every 45 minutes *At random Account with CB lvl 17, will do further training for 2 hours total, breaking ever 30 minutes for 5 hours *At random Account with just tutorial island will train for a total of 2 hours, using 20 minute break every 1 hour *At random Account with tutorial island done by mirror mode, will train for a total of 2 hours using 20 minute break ever 1 hour *at random, in mirror mode(OS offical client) All bots were done individually and not at the same time, all bots completed around 7PM EST As on midnight, there has not been a single ban. I am going to let the bots rest until tomorrow and then begin farming them on Wednesday. My process for farming will be as followed: Account with 7QP, will farm a total of 4 hours, every 45 minutes the account will break for 5 minutes at random Account with CB lvl 17 will farm a total of 8 hours, every 1 hour the account will break for 15 minutes, at random Account with just tutorial island will farm a total of 4 hours, every 1 hour the account will break for 15 minutes, at random Account with tutorial island done by mirror mode, will farm for a total of 8 hours , every 2 hours the bot will break for 40 minutes *at random, in mirror mode(OS offical client) Farm Progress December 20 2016: Late night creations All throughout today I have been working on ban testing, and luckily none have been banned yet. Following the ban testing I started to create more account 50 to be exact I ran them all through tutorial islands at different times, different locations, etc etc. We finally added in a feature which trained account and hopped directly into farming, so as of right now after tutorial island the bot is 100% My plane to further bot testing will be this... 60 bots were created, broken down into 5 groups. 10 bots per group One of these groups will be kept to interchangeably alternate. 10 bots will be running every 4 hours in "shift work" so 10 bots will be running at all times 24/7 Example: group 1 will bot from 7AM - 11AM, Group 2 will bot 11AM-3PM, Group 3 will bot 3PM-7PM, Group 4 will bot 7PM-11PM, Ground 5 will bot 11PM-3AM from 3AM-7AM there will be no bots running, this is time for me where Jagex comes in for the ban and in my opinion where most of the bans happen. I will try this method and flip flop each group of bot's schedule to see if this helps the longevity of the bots.2 points
-
Want to buy with OSGP? Contact me on Discord! Features: - Recently added: Strength pumping - Supports every Bar available - Potion support (Optional) - Restocking coffer (Optional) - Coal bag support - Use a bucket too cool bars (If no ice gloves available) - Ice/gold gaunlets swap when making gold bars for the extra Experience - A clean and easy interface to start and track the script. - Custom webwalking using A* pathfinding algorithm - Randomized pathing system, humanlike paths, no repetitive clicking. - Script will never idle, start script and let it run forever! Antiban / Anti-pattern: - Randomized clicking positions - Random actions to break the pattern - Pathing is andom and close to human behaviour - Random/dynamic sleep times for humanlike interactions How to use CLI parameters: - Example Usage: -script 630:SAVEFILE.BREAKFILE 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: -script 630:SteelCoalBag.4515breaks Frequently asked questions (FAQ): Q: Where can we find this script? A: This can be found at the store here Q: How and where do I start this script? A: Simply start the script at Blastfurnace Q: Why does the script pays the Foreman A: If your smithing level is below 60, you have to pay 2500gp every 10min Will also pay the foreman after every restart Proggies: Blast Furnace Guide:1 point
-
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
-
Zulrah is a level 725 solo boss. The only way to get out of Zulrah's shrine is through victory, death or teleportation. People love killing this boss as it holds up to a potential 1.5m - 2m gold PER HOUR. Disclaimer: All these accounts are HAND DONE. Current stock: 5 account[s] in stock https://shop.runescapeservices.com/product/zulrah-account-osrs/ 85+ Range 85+ Mage 70+ Defence 60+ Prayer Ava's Mage Arena 2 Price = $53 Custom / Pre-built account: Your Discord: Comments: Payment options: Terms of Service: You will provide everything needed for the service (custom builds, unless agreed upon otherwise). You will add my Discord and confirm via my thread, after this you can PM me if you need further confirmation of your order. You will pay upfront for your work. I remain the right to decline any order. If I am unable to complete a service, you will be refunded for what is left. By posting an order you automatically agree to my ToS. Global OSBot ToS apply.1 point
-
I decided to post my goals for the begging of 2017 Goal #1: Database Hopefully by the end of the end I will have a database created that will make my bot 100% automated, manage stats, show reports of how long bots last, what time they got banned, the action that they were doing etc etc. Goal #2: Complete automation Along with said database comes complete automation, Database will pull all new accounts from account creater, and then start my script to begin training/farming Goal #3: 4th server build As of right now I am building my 3rd server, by the end of the month I would like to have my 4th server so I can divide things evenly Example: 1st server for account creation + tutorial island 2nd server for training 3rd server for farming 4th server for mules Goal #4: Complete ban testing The past few weeks I have tried to implement every situation as possible to see which method is really the best for account longevity. Update: After testing for 2 weeks I have found my desired way to start a new account to limit bans. Goal #5: Run 200 bots constantly Right now my peak is 100 bots at a time, with the database mentioned above I can train many bots at a time and keep in a "stash" and whenever a active bot gets banned it will pull a account out of the stash, so hopefully 200 bots will be able to run 24/7 Update: Thanks to Alek's method of nointerface I can now successfully run 300 accounts at one time. Goal #6: 1B made I have only just began "mass farming," I currently run 90 bots, 30 at a time that shift every 8 hours, so far ive profited a net gain of about 54m, after buying scripts, accounts, servers, pc parts, etc. Progress: December 15 2016: Script Semi-Complete Purchased Khal's tutorial island script w/ CLI mode, once tutorial island is completed client closes and opens up and begins to power train, Once said level is hit, client reopens using farming script and begins, every 10 bots opened 1 mule script is started. December 17 2016: Account Creation Account creator bought, Set up on server #1 constantly running in background, every 3 minutes VPN changes ip and location on server. December 18 2016: Tutorial Island Had roughly 200 bots made last night, let DB run tutorial island run on all bots doing 20 bots every 1 then swapping Ips. Woke up this morning with all accounts completed no bans. Currently training said 200 accounts up to desired levels (takes 2 hours roughly) then will begin to suicide farm December 19 2016: Test run Throughout the day, I had said 200 bots run through testing spread out evenly 162 out of 200 bots made it through without ban I let the 162 bots run with no breaks what so ever for 4 hours (18:00 - 0:00 EST) Each bot on average made 105k GP/Hour which = 420k GP per bot which = Roughly 68m After checking this run at 0:35 EST on the 19th no bots have been banned, Will make a new batch of accounts over night and run them through tutorial island, and will report statistic in the morning since it will be Monday. December 19 2016: Monday Morning Monday morning...Oh the worst day for mass botters.. 6AM EST Monday morning, Jagex mods have had their way and tried to fuck in so many different angles. At first I was having issues connecting to OS via OSBOT Changed ip a few times and was able to connect. Out of 162 bots running over night A whopping 81 bots made it A additional 98m was made I have decided to continue running the 81 bots until they burnt out No new bots have been made (I tend to avoid creating on Mondays due to previous experience) Later in the after noon I will log onto my 4 accounts I have completed on Friday to test "Ban testing" results, will post update later. December 20 2016: Late night creations All throughout today I have been working on ban testing, and luckily none have been banned yet. Following the ban testing I started to create more account 50 to be exact I ran them all through tutorial islands at different times, different locations, etc etc. We finally added in a feature which trained account and hopped directly into farming, so as of right now after tutorial island the bot is 100% My plane to further bot testing will be this... 60 bots were created, broken down into 5 groups. 10 bots per group One of these groups will be kept to interchangeably alternate. 10 bots will be running every 4 hours in "shift work" so 10 bots will be running at all times 24/7 Example: group 1 will bot from 7AM - 11AM, Group 2 will bot 11AM-3PM, Group 3 will bot 3PM-7PM, Group 4 will bot 7PM-11PM, Ground 5 will bot 11PM-3AM from 3AM-7AM there will be no bots running, this is time for me where Jagex comes in for the ban and in my opinion where most of the bans happen. I will try this method and flip flop each group of bot's schedule to see if this helps the longevity of the bots. December 20 2016: Launcher created We got the makings of the launcher created, The launcher itself will be ran in the background, it is more like a service than anything. It will communicate with the DB and the DB will tell it what accounts to run, when to run them, what script to run, what parameters etc etc. With this launcher in the back ground it makes it easier to start and stop the OSBot processes, thust making it able to have features like : Scheduling - Start and stop bots at a specific time Multi-Scripting - Can run multiple scripts per account, for example I can run khal's tut island script, then switch to a powermining script once completed Ban Detection - As soon as a bot gets banned, a new bot which has already been trained will log in and start in it's place Statistic Capturing - We will know why accounts got banned to further improve methods, what level they got banned @, the status when they got banned, and how long they were running Other features will be added in once we can think of them, if anyone has any suggestions feel free to message me. December 21 2016: Launcher's Make over Did a bit of a touch up on the GUI of the launcher, this will be able to identify how each server is running without having to move too many thing around. As far as botting goes, I have botted 24 hours since last update and no bans of right now on 200 accounts, reaching 320m GP by the time everything sells Right now we are further updated the Database and launcher and we expect everything to be 100% done before Christmas December 22 2016: NoInterface released With the release of 2.4.106 comes the ability to run nointerface. So first thing I did was start up my main scripts in nointerface Before hand low resource low cpu, I was able to run: 80 per server (3) 20 for main computer and 10 on laptops (2) Totaling 200 even. Now with nointerface I am able to run: 100 per server (3) 30 on main computer 15 on laptops(2) Totaling 360 bots. Most likely I will run 300 even workers to to make sure things aren't being pushed to the max. December 28 2016: Database updates Due to the holidays, there hasn't been much work done to the database, but just intensive testing. As of right now we are able to: -Launch multiple bots at any time -Kill processes (end bots) -Communicate bot to bot, and bot to database (useful for mule to bot communication) -Setup premade script cycles (New bot created -> Runs TuT Island -> Power levels -> farms) -Multi-script usage (Able to run multiple script for the same bot at a given time, ie. Can run a tut script, end, Run a woodcutting script, end, run gold farming script) December 29 2016: Script Update -Farming script has had some updates -Now fully automatic, making roughly 90k per hour depending on level and population. -Mules now automatically trades to tier 2 mule every day at x:xx time. -Current processing is tutorial island script > QP script > Power Training script > Farming -Able to run this process with multiple scripts flawlessly Goal #1: Database : Goal Completed! My #1 goal has been completed. I now have a fully functioning database, it is not fully 100% automated yet, but as far as data importing it is working 100% The launcher communicated to the DB, and will automatically relay information, import new accounts, and switch to different groups once the accounts meet the requirements. We are very close to full automation. January 5th: Live action First VM is set up Currently testing this with the launcher Bots are loaded in from the database, you fill out what type of accounts you want and how many of each account Currently we have: Clay miner, Iron miner for both Rimmington and Falador location Power mining for both Rimmington and Falador location Mules will automatically log in, for testing we have 1 mule every 5 bots, we will typically run 1 mule every 10 bots. January 12th: DB and Launcher 100% complete Now able to create, upload, and use all accounts 100% automatically. Accounts get created -> DB stores accounts as needing tutorial island completed -> User selects to run tutorial island bots -> Once completed bot needs to be power mined ->Once completed the bots are seperated as iron or clay miners -> Able to farm bots now by selecting how many to keep up and launch, the launcher will make sure X amount of bots are ALWAYS running even after bans. January 18th: Big Update So A LOT of progress has been made since the last update. - A GUI of the database has been created using Apex (Pictures down below) - "For Sale" option now added to launcher. This will be used for separating accounts I bot with vs accounts I am selling - Individual Ban checking has been implemented. This is good to use to confirm if the mass amount of accounts that are being sold are banned or not - Tutorial island script rewrote, We have rewritten our tutorial island script to fix bugs + lower bans hopefully. - With the new tutorial island script, account preparation now takes 1.5 hours (Tutorial island, Getting CB lvl, Going to GE to buy picks, Power mining) Pictures: -Apex GUI - Account information -Ban Checking Live Demonstrations Live Demo: Pulling accounts from Database Live Demo: Launching accounts1 point
-
Molly's Orber This script is designed to make earth orbs and air orbs for over 350k gp/ph with the added benefit of getting over 30k mage exp per hour! Buy HERE Requirements: - 66 mage for air orbs, 60 for earth orbs. - 40+ hp recommended(especially at low def) Features: - Supports using mounted glory in house(requires house teleport tablets) - Supports eating any food at bank, when under a set hp - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge) - Emergency teleporting when under a set hp - Stamina potion usage, the bot will use one dose prior to each run - World hopping in response to being pked to prevent pkers from farming. -Ability to bring one food with you in case you drop below the emergency teleport hp, script will still tele if you drop below it and have already eaten your food. -Enabling run when near black demons to prevent some damage. -Re-equipping armor in inventory on death. Setup: Start at Edge bank, have all supplies next to each other in your bank, preferably in the front tab at the top. You must have the item "Staff of air" for air orbs or "Staff of earth" for earth orbs. Have a fair amount of cosmic runes and unpowered orbs, glories, as well as some food to eat as the bot walks past black demons and will take some damage. FOR EARTH ORBS YOU MUST HAVE ANTIDOTE++. If you are using house mounted glory option set render doors open to "On" under your house options in Runescape. CLI setup: Proggies:1 point
-
1 point
-
Thanks for posting this. Clearly he didn't "owe" anyone as he's obviously just scammed everyone. Hopefully karma hits him back1 point
-
1 point
-
1 point
-
GroundItem g = ...; mouse.click(new MainScreenTileDestination(getBot(), g.getPosition()))1 point
-
1 point
-
8. If the Service is requested to be done legit, any T.O.S related to bans/mutes become obsolete (Unless evidence can be provided of prior botting) Since there are always different scenarios and we can't cover everything, incase a user is found to abuse their T.O.S to scam people or evade liability a staff member has the right to take action regardless of what the T.O.S states. The point of having a T.O.S. is to protect yourself from getting scammed, not to give you the right to scam others and get away with it.1 point
-
Hi, Try these steps: Right click on Local Folders at the top of the folder tree and then New Folder and name it. It will appear in alpha order after the Drafts folder. If it useless try this app https://www.openfiletool.com/dbxopen.html It permits repairing suspect folders in Outlook Express format and attempts to retrieve emails, attachments, contacts and other items from affected DBX files. Best Regards1 point
-
Personally i got to 60 combat stats then i went straight to nmz, at 60 stats it was 45k an hour for me1 point
-
I knooow, was so stoked when I found there was a much easier way. No worries my friend.1 point
-
Order Form: Required Skill(s) & Starting Level(s): 67 Fishing Target Level(s): 76 Fishing Would you like; Premium Hand Done Powerleveling or fast botting service: Hand Done only Would you like to use a trusted middleman from OSBOT with your order(They will hold payment until service is complete): Nah Im fine Have you read ToS below and do you agree: Ye Additional info/questions:1 point
-
1 point
-
the thing is I train at the spot where u buy the Dwarf Cannon Set, that area training on dwarves; my first issue was that it kept going up and down the ladder that was located there, now when i woke up this morning, using walking method 1; i fond my character going up and down the falador for god knows how long lmao mind you i started off at that dwarf area; the thing is there are a bunch of dwarfs underground too so idk if the script goes there just to fight those dwarf but idk why it would as there are plenty upstrairs1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
70 prayer + 69 cooking + ok QP + starter melee stats + slayer = 15m-20m ?1 point