Leaderboard
Popular Content
Showing content with the highest reputation on 03/21/19 in Posts
-
so useful for you? This is how i first seen him, was looking up arguments against feminism. He shut her down to the point to where she started agreeing with him. I laughed but im pretty sure he does a lot for free2 points
-
2 points
-
@HeyImJamie @Czar Got it working! Now paint shows how many shrimps and how many anchovies I caught private int shrimpCount; private int anchoviesCount; public void onMessage(Message m) { if (m.getMessage().contains("You catch some shrimps.")) { shrimpCount++; } else if (m.getMessage().contains("You catch some anchovies.")) { anchoviesCount++; } } Thank you so much! This is fun2 points
-
Well first you gotta determine how would the script know when you woodcutted? One way would be to read in-game messages e.g. 'you chopped the tree and got some logs' or w/e it is, then add on to a simple int, e.g. treesChopped++; So you would implement something like // declare this outside of a method private int treesChopped; // add this if you don't already have it, on your main script class public void onMessage(Message m) { if (m.getMessage().contains("got some logs")) { treesChopped++; } } Of course it is basic (no null-checks, doesn't check if messages are from a player or the game) and isn't the correct message (I forget the exact message) so you gotta edit the message and it should be fine. But the idea is there.2 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.1 point
-
────────────── 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
-
Want to purchase? Click here! For trials please join the discord and request one using our discord bot! Easy To Use GUI By enabling the custom area you can actually chop any tree anywhere in RuneScape with full banking support! You can automatically sell your logs to the grand exchange and wake up in the morning to Gold instead of Logs! Just follow these easy to use instructions! Grand Exchange Support Instructions: Please follow these instructions for the GE support. Depending on your area you will be required to have specific items in either your bank or your equipment , the list follows: To go to the Grand Exchange for all areas EXCEPT Varrock West, Varrock East, Draynor, Lubridge and Falador, you will be required to have Varrock Tele Tabs in your bank to travel to the Grand Exchange. However if you are chopping in these areas and have a Varrock Teleport Tab you will still use it to get to the Grand Exchange. The requirements for Traveling back follows: Draynor: If you have a glory in your equipment you will use the glory, if not, you will walk back to Draynor. Falador: If you have a Falador Teleport Tab in your bank, you will use the teleport tab, if not, you will walk back to Falador. Seers/Catherby: You will be required to have a Camelot Teleport Tab in your bank to travel back to Seers or Catherby Castle Wars: You will be required to have a Ring of Dueling on your equipment to travel back to Castle Wars. Barbarian Outpost: You will be required to have a Games Necklace on your equipment to travel back to Barbarian Outpost. Woodcutting Guild: You will be required to have a Skills Necklace on your equipment to travel back to the Woodcutting Guild. NOTE: The Grand Exchange will not be supported if you are using the customized areas. Powerchop Instructions: If you would like to use the powerchopping feature with shiftdropping please ensure that you have these settings enabled. The bot will not check/change these settings for you. If you enable powerchopping without shiftdropping or without changing the in game settings it will not shift drop for you. Progressive Axe Instructions: If you use the progressive axe feature you MUST have the required axe for the levels in the bank or it will not work! If you use the progressive axe feature and you reach level 41 and you do not have a rune axe in your bank the bot WILL STOP! This is not just for level 41. This is for ALL LEVELS that an axe must be upgraded. If you use the progressive axe feature it will ignore the selected axe in the drop-down box This feature DOES NOT work with bronze axes. Only use Iron or better. Progressive Mode: If you have progressive mode selected the bot will run this order: Woodcutting level 1-15 Chopping Normal Logs at Varrock West Woodcutting level 15-30 Chopping Oaks at Varrock West Woodcutting level 30+ Chopping Willows at Draynor. The bot will automatically walk to Draynor with no user interactions! WARNING: If your combat level is under 15 the mage in Draynor can attack you! I suggest only using this feature if your combat level is 15 or above. Progressive mode will not have the GE Support but it will include the Stop Level feature. Many Preset Locations Supported: Normal Trees: Varrock West Lumbridge Oak Trees: Varrock West Varrock East Castle Wars Seers Falador Willow Trees: Draynor Seers Barbarian Assault Maple Trees: Seers Woodcutting Guild Teak Trees: Castle Wars Yew Trees: Grand Exchange/Varrock Palace Edgeville Catherby Seers Woodcutting Guild Magic Trees: Seers Woodcutting Guild I am open to include more areas if they are requested. Just let me know and I will work on including them! Bug reports: What is the bug? How did the bug happen? What does the OSBOT logger say? Injection or Mirrored? PROGGIES:1 point
-
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 Quests1 point
-
This was the first script I created for OSBot, I have seen many people make / try to make this script, so I figured why not open source mine so that people could learn from it, or use it Source: https://github.com/Explv/Tutorial-Island Jar File: https://github.com/Explv/Tutorial-Island/releases1 point
-
Hello all, Been a member of osbot for many years and only really posted to get services done. Want to interact with more people on the site. Want to put myself out there and start doing services myself eventually. Graduated in comp sci last December and currently looking for a job but until then, I have plenty of time for rs ?1 point
-
Bot clients bothered to solve them back when 2007 since came back, however after randoms were made optional (only to support players who want to complete them for gems etc.) clients got rid of solving them since it got rid of a lot of code that needed to be maintained.1 point
-
miningArea has only 2 tiles? Following condition probably won't run - my guess is that player is not in mining area. else if(miningArea.contains(myPosition())){ Just make mining area bigger. Also make sure that copperRocks id's are correct. Then it should run ?1 point
-
Also following line private RS2Object copperRocks = getObjects().closest(7484,7453); Should be in your mining() method. private void mining() throws InterruptedException { RS2Object copperRocks = getObjects().closest(7484,7453); if(copperRocks != null && !myPlayer().isAnimating() && !myPlayer().isMoving()){ log("Interacting with copperRocks"); copperRocks.interact("Mine"); log("Sleeping a bit before 'going afk'"); sleep(random(1000,1400)); log("Moving mouse outside of screen,'going afk'"); getMouse().moveOutsideScreen(); } } ^^ now it will try to find copperRocks obj always when you run mining() method, not only at start of the script.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
I haven't scripted for a while, but I believe it's GAME. You don't need to do getChatbox().getMessages() either.1 point
-
Did order a script yesterday. Had a great service very helpful dude, script works flawless as well . Keep it up definitely would recommend to other people.1 point
-
@kramnik I personally stick with Intel and Nvidia, but this rig will be good for playing recent games as well as running a small bot farm. Around 15 - 20 bots if it's not bogged with other bullshit. You may want to go with DDR4 RAM clocked with a higher speed rating 3000-3200mhz. Will help tremendously. SSD vs HD doesn't make a difference at all when it comes to running bots. (you're not loading saved materials from the HD, ect.) It's based on processing speeds/power and memory. SSD DOES make a huge difference in actual games or software installed on your computer. SSD is all I use at this point.1 point
-
Yeah seems to work now when i size the client exactly as the RS screen only is. Otherwise it does not work. Odd bug but thanks for the tip bro! Solved!1 point
-
1 point
-
Rune pouch is not supported unfortunately, it will be added very soon As for mind talisman, it is highly recommended to use a tiara instead of a talisman. I will check out talismans again, update coming up. Ourania teleport - you need to disable magic spell filtering by right clicking the magic tab, it will work. As for airs, any reason it stopped, did you check the console log for any errors? Perhaps out of rune essence? Same with lavas. Mirror mode? As for moonclan teleport, try disabling spell filters, aside from that I will check out astrals and provide an update accordingly ASAP. Also please screenshot exact script settings so I can debug the script with the same settings. Will be doing a few more test runs and add another update shortly, thanks guys EDIT: Found a few areas to improve on/repair, will be posting update shortly.1 point
-
1 point
-
Google & run 'jarfixer' to se your .jar files to open with Java as they should.1 point
-
I want the perfect settings used for maxed accounts. I would be willing to pay. I feel like a lot of the bots do not give you thorough settings. Causing many bans for me. I want to actually max a account.1 point
-
I would look into putting in an Application for one of the established service providers so that way you can potentially get the work you're looking for faster. Providers that are hiring atm (Sorry If I forgot you.) @Dbuffed AIO Services @Master00j AIO Services @Russian Guy AIO Services @Hope AIO Services @Tony AIO Services1 point
-
Does not drop tunas when fishing for swordfish.. i have the box xhexked to drop other fish. pls look in to it thx!1 point
-
1 point
-
Very interested! Do you also have a Zulrah script? Either way, if I could get a trial of some sorts before I purchase I'd like if you accept 07 gold. Thank you1 point
-
Been trying to use this for exp while I'm afk. I've been trying to test the script out over severl different use cases. - The script struggles to do lavas. It will just get caught inside my bank after several banks. - ZMI alter with teleport doesn't work because the script doesn't click on the right spell. - I tried running airs on a throw away account when going to bed. It stopped doing airs after an hour and logged out. I'll try to document each time it fails. From here on out.1 point
-
It has not been resolved. I am unable to post anything as my account that i was using at blue dragons is now banned. i suspect it was due to the errors caused, and therefore malfunctioning looping, and caused my osbot and osrs launcher to freeze up and allowed jagex to detect. It is frozen again on an alternative account at lumbridge chickens melee, looting feathers, only my loot, wait for npc to die, f2p, on mac. Attached is what i believe to be the error file you are asking for on my alt at lumbridge chickens. @Czar anything else i can provide, please ask! hs_err_pid2004.log1 point
-
account doesn't want to do anything after an inv or 2... mouse hovers over inv spot #27 barb fishing..1 point
-
Hello, the bot does not seem to craft lava runes properly. Constantly banks the rune pouch which has runes for NPC contact and Magic Imbue. ...1 point
-
ive been botting 1 acc for 1 month reached 1100 total 50 rc 90 farming 85 agility 85 hunter,hand nothing done,idk man,depends on luck tho.1 point
-
1 point
-
For some reason the Mind rune normal runecrafting option keeps trying to bank my mind talisman. Even after I change it to the talisman option. Any ideas?1 point
-
1 point
-
Despite my last bug related comment, you deserve a big compliment for this script. It is running flawlessly and remains pretty much undetected. Good job!1 point