Leaderboard
Popular Content
Showing content with the highest reputation on 03/27/17 in all areas
-
So your snippet is just the API method: getMap().canReach() ?... I think most people are already aware of the existence of that method Also you probably want to put the null check before the call to canReach()8 points
-
8 points
-
Thank you everyone for all the support and feedback, this script officially is the most sold magic script on the market! Since 2015 it has been continually updated all the way to 2025! #1 SOLD MAGIC SCRIPT #1 MOST FEATURES MAGIC SCRIPT ESC MODE, HOVER-CLICK, NEAREST ITEM CLICK, FLAWLESS JMod nearby and we still alive. Anti-ban and Optimal script usage Anti-ban: - Don't go botting more than 3 hours at once, take breaks! Otherwise the ban-rate is highly increased! - Bans also depend on where you bot, for the best results: bot in unpopular locations Banking-related spells are the lowest ban-rate (spells which require banking or can be casted near a bank, e.g. superheating, maybe alching, jewelry enchanting etc etc) since you can just go to a full world and blend in with other non-bots (humans), for example: world 2 grand exchange If casting spells on npcs, then unpopular locations reduce the banrate by alot, So make sure not to go to botting hotspots otherwise you may be included in ban waves. - Some good areas used to be (until some got popular): grizzly bear, yanille stun-alching, any overground tiles (upstairs etc) but once the areas are overpopulated, try to go to another location which is similar to the aforementioned locations. This is a very popular thread with many many users so if a new location is mentioned, the location will be populated very quickly so I can only suggest examples of good locations - Don't go botting straight after a game update, it can be a very easy way to get banned. Wait a few hours! If you ever get banned, just backtrack your mistakes and avoid them in the future: you cannot be banned without making botting mistakes. Keep in mind you can be delay-banned from using previous scripts, so don't go using free/crap scripts for 24 hours then switching to a premium script, because the free/crap previous script can still get you banned! For more anti-ban information, see this thread which was created by an official developer: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/4 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.3 points
-
3 points
-
How is that neat if you null check AFTER using the object? GroundItem groundItems = getGroundItems().closest("Bronze arrows", "Feather"); if (groundItems != null && getMap().canReach(groundItems)) { groundItems.interact("Take"); } If you don't want a shitload of NPE's thrown in your face you should null check BEFORE actually using it ;)3 points
-
3 points
-
Adept's Sapphire Enchanter Withdraws and enchants ALL the sapphire jewellery it finds in your bank. NO GUI included! Profit/hr depends on the jewellery enchanted and GE prices. Sapphire rings and necklaces generally yield a good profit (300k - 500k). Enchanting bracelets and amulets typically results in a loss! Visit the links below for updated profit/hr rates: Sapphire necklaces Sapphire rings Other jewellery Features: ~1650 casts/hr Moves mouse to spell position after enchanting (human-like) Basic anti-ban Logs out when it runs out of supplies Requirements: 7 Magic Water staff Cosmic runes Sapphire jewellery Bank nearby Download: Broken. CBA to fix it atm.2 points
-
And I get banned within 3 hours of running.. fml.2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
Java is pass by value, not pass by reference. Consider reading this: http://jonskeet.uk/java/passing.html2 points
-
good solution. makes paying for vip to use mirror mode well worth it thanks for the tip!2 points
-
2 points
-
Literally takes a few seconds to google what runescape pid is but hey, that guy's the retard right?1 point
-
1 point
-
1 point
-
1 point
-
I haven't been banned at all using it, granted I have probably used it <24 hours. I don't know what specific error you have, it's working with all of my accounts. PM me the names and I'll see if I can spot something. Also: Removing the download to add purple portal, white portal is getting crashed.1 point
-
1 point
-
1 point
-
Since there is no evidence of a purchase agreement between Nurvael and SuikaBooty, we have no control over the profits gained from the script, and we have no evidence of any 'hacking' taking place, we're going to be closing this dispute.1 point
-
1 point
-
1 point
-
1 point
-
Sorry for the delay guys, I'm not sure I can handle this entirely because of the complications surrounding the private script being shared multiple times with multiple trees of people sharing the script. I've contacted Mald and Dex - I or another Staff member will have something more to say soon.1 point
-
Fuck thought I turned my vpn on. Can u blur out the town I'm from? Thanks1 point
-
1 point
-
1 point
-
I've used it for enchanting a few hours now, really nice exp and works really good. It fucked up when I was in a world with a lot of people but I guess that is my shitty computer to blame. As far as fast mode and slower mode, I don't see any big difference in Totalt enchanments per hour, cant be more than ~200 per hour? Edit:Just tested out both fast and normal mode, I get ~1600 enchants per hour on both1 point
-
I just tested it this season, and hunter is def not worth it, might go for pyramid course next season, for that 10k each pyramid top1 point
-
This is quite possibly the worst thing I've ever read. Do not breed and definitely do not script.1 point
-
I can do the same amount with 3 member accounts ... Now compare your profit compared to mine when I run 50+ of those ...1 point
-
Hey molly i want a 24 hour trail to test out the black jack bot i would like to purchase this script for that particular part1 point
-
1 point
-
1 point