Leaderboard
Popular Content
Showing content with the highest reputation on 04/29/17 in all areas
-
9 points
-
I decided to procrastinate a little bit an work on a CSGO map. I haven't opened Hammer in about 4 years, but I posted below some screenshots of what I have so far. The map is going to be a 1v1 or 2v2 type of map based in the woods with a cabin in the center. Currently there are no woods and the outside needs to be a little darker, but the cabin is probably 90% complete. Inside 1: Inside 2 (upstairs loft): This is what the physical cabin looks like, just remember that the outside is not complete. Expect a heavily wooded area with rough terrain. Also it will probably be around sunset. I'll probably be done in about a week or two, I have to stop procrastinating my studies though.7 points
-
6 points
-
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:3 points
-
As some of you have already seen, a new chatbox has taken the place of the old IPB one. This was not something that was decided on by the staff, but rather IPB themselves. On April 30, 2017 IPB is closing their chatbox servers and removing all the fancy features with it. A new chatbox, which is still under development, has been put in its place. There will be updates coming out to it, but in the mean time please keep all opinions and flaming to yourself. There was a lot of time and effort into getting a new chatbox up and running for everyone, so please be mindful. Thank you, OSBot Staff3 points
-
way more than this, but you have 0 feedback and have no reason to sell it so recover = nobody buys3 points
-
3 points
-
Just to let you guys know, occasionally I will be reloading the chat for new features. So if you get disconnected, that's probably what happened. Refresh the page and you'll be good to go. I'll eventually get around to automatic reconnects, but I don't want to do it until more of the bugs are ironed out.3 points
-
Anymore bashing or memes about the new chatbox will result in hefty warning points. If you don't want to use the chatbox... then don't, but no one wants to hear you bitch.3 points
-
@Master00j will have to refund 18.2m and a bond, no more no less. A neutral feedback can be left for the time the service took. This decision is final.3 points
-
import org.osbot.rs07.api.filter.Filter; import org.osbot.rs07.api.ui.RS2Widget; import org.osbot.rs07.api.ui.Tab; import org.osbot.rs07.event.Event; public final class ToggleShiftDropEvent extends Event { @Override public final int execute() throws InterruptedException { if (Tab.SETTINGS.isDisabled(getBot())) { setFailed(); } else if (getTabs().getOpen() != Tab.SETTINGS) { getTabs().open(Tab.SETTINGS); } else if(getShiftDropWidget() == null || !getShiftDropWidget().isVisible()) { getGameSettingsWidget().interact(); } else { boolean enabled = getSettings().isShiftDropActive(); if (getShiftDropWidget().interact()) { Sleep.sleepUntil(() -> getSettings().isShiftDropActive() != enabled, 3000); setFinished(); } } return random(100, 200); } private RS2Widget getShiftDropWidget() { return getWidgets().singleFilter(getWidgets().getAll(), new WidgetActionFilter("Toggle shift click to drop")); } private RS2Widget getGameSettingsWidget() { return getWidgets().singleFilter(getWidgets().getAll(), new WidgetActionFilter("Controls")); } } class WidgetActionFilter implements Filter<RS2Widget> { private final String action; WidgetActionFilter(final String action) { this.action = action; } @Override public boolean match(RS2Widget rs2Widget) { if (rs2Widget == null) { return false; } if (rs2Widget.getInteractActions() == null) { return false; } for (String action : rs2Widget.getInteractActions()) { if (this.action.equals(action)) { return true; } } return false; } }2 points
-
Selling OSRS gold. Current rate: Skrill: $0.85/m BTC: $0.95/m To buy gold, contact livechat at http://www.gold-bless.com skype (only if livechat doesn't respond): maz_woj Payment methods:2 points
-
Hmm extreme is the other expired magic script, maybe you didn't buy this script at all? very bad choice indeed since the script got abandoned by their scripter I will give you 1 week trial to make gp and make enough to buy the script (~7m rsgp)2 points
-
Very enjoyable watch, thanks for sharing (: Hey, cheers for letting me know! When I was entering the data I used the names from the wiki, however I suppose sweetcorn was an inconsistency. I will fix&test it for you now (: Cheers -Apa2 points
-
It seems quite a few people are experiencing the same issue. Any advice coming from the support, would be greatly appreciated. In any case this is a few days lost from all of our VIP memberships.2 points
-
New Update (v192) - Scrapped the auto ammo detector for GDK and added an ammo input box so you can manually set the ammo and the script will not confuse it - Added support for the dungeon expansion after thursday's update (many dungeon maps were changed) - Added fail-safe for magic spells and autocasting - Added an update to goal leveling (evenly) - Added 'npcs killed' statistic for paint - Added fightzone saving to profile upon script termination (once you stop the script it will save) - Added an extra info popup when attempting to start the script without a plugin (e.g. trying to fight rock crabs without the plugin will show a warning before starting script, instead of just stopping script automatically) Features which are currently being worked on for the upcoming versions: - Expansion to NMZ plugin - Dynamic signatures (highscores for the script) is nearing release, still need to code some more statistics (e.g. items looted, profit gained, xp gained etc) and it's done - Finishing off GDK plugin adding all the final details and features and taking it out of beta and onto full-release - Elder chaos druid plugin - Tile selection interface to neatly organize all custom tiles set (break tile, logout tile, safespot tile, dmm escape tile) etc - Action queue for prioritizing all script actions (alching, pray flicking, drinking potions, eating, reloading cannon) etc - Start on slayer plugin (finally) - Full rock/sand crab crash detection (accurately detect when a player is crashing your tile) instead of simply detecting if another player is in combat near your tile.. thanks guys, update will go live within 24 hours gl everyone. please keep the suggestions/bug reports/ideas coming2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
Anyone find a fix for this yet? I dont know how to play runescape without bots2 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/1 point
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports banking at 99% of the locations - Task based setup (1-99) - Supports every fish (Shrimps, sardine, herring, anchovies, mackerel, trout, cod, pike,salmon, tuna, lobster, bass, Leaping trout/salmon/sturgeon, swordfish, monkfish, shark, dark crab, angler fish, sacred eel, infernal eel) - Supports almost every bank location (New ones can be requested) (Lumbridge swamp, Al-Kharid Sea, Draynor, Lumbrdige river, barbarian village, shilo village, Catherby, corsair cove, fishing guild, piscatoris, port piscarilius, karamja, jatizso, seers, gnome stronghold, Lands' end, Zul andra, Mor Ul rek) - Fish & bank (Preset) - Fish & bank (Custom) supports almost every location - Fish & Drop (Custom) supports every fishing spot - Barbarian fishing (Select leaping fish at fish & drop) - Cook fish when fire is nearby (Fish & Drop Only) - Minnows support - Karambwans + Karambwanji support - Aerial fishing support - Drift net fishing support - Humanlike idles - Dragon harpoon special - Barehand fishing option - Fishing barrel support - Spirit flakes support - Drop clue bottles support - 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 571: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 571): -script 571:TaskList1.4515breaks (With breaks) -script 571:TaskList1.4515breaks.discord1 (With breaks & discord) -script 571:TaskList1..discord1 (NO breaks & discord) Proggies:1 point
-
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:1 point
-
Eagle Scripts' Pyramid Plunder Released Discontinued http://i.imgur.com/jldFYA1.png Click here to purchase with RSGP! What is Eagle Plunder? Eagle Plunder is a script that flawlessly plays the Pyramid Plunder Minigame for you. It has various options to run the game to your likings! What does Eagle Plunder Support? - All Rooms Supported - Progressive Mode - Remembers The Mummy's Last Known Room [For Faster XP/H] - Does The last 2 Available Rooms For Your Current Level [For Faster XP/H] - Will Leave Instantly Once The Last Room Has Been Finished If the Time Isn't Up [For Faster XP/H] - Will resupply and continue if player died - All Food Support Discord https://discord.gg/xhsxa6g Why should I use this script? Because it has Progressive Mode! Interested in gaining Thieving levels? Then this is the script for you! Because It's an AIO Pyramid Plunder Script! Because this script gets you 99 Thieving in no-time! How to Setup: - You'll need to have Getrude's Cat Completed + Icthlarin's Little Helper started - You'll need aprox 30+ Hitpoints - You'll need food, stamina potions, Antidote++, Nardah Teleports and Ring of Duelings. - This script now uses clan wars as banking location, as of V2.0 Proggies: http://i.imgur.com/YgHr8E3.jpg Extra Info: Please pm me your own progress reports and I will add them in here. If you like my script please leave feedback at the store & Like this thread. you'll make me happy with those!1 point
-
Molly's Brine Rat Killer This script kills brine rats for their stackable loot and brine sabres! 50k+ xp/ph in the combat skill of your choice and 170k+ gp/ph are easily possible with this script, not to mention the area is very low traffic. This script is not designed to bank, it is meant to camp at the rats using Bones to peaches tabs. Buy HERE Requirements: - 47 slayer - Fremennik Trials and Olaf's Quest - Recommended 60+ combat stats Features: - Use of Super combat, combat, strength, attack, defense potions as well as ranging potions. Simply enter when to repot in the gui and the script will detect your potions. - Bones to peaches support(highly recommended) - Uses any food - Hops out of bot worlds Setup: Start the script at the brine rats: How to get there. Fill out the GUI and go! Using bones to peaches is highly recommended as the script will not bank, it is designed to camp the rats using bones to peaches. The script will automatically detect if you have tabs or not. If you run out of tabs and food the script will end and log you out. Proggies:1 point
-
HI all, I was just wondering if there is a known bug with the Mirror mode. This is what I do: 1. start up the osrs client 2. start up osbot client (2.4.121) 3. choose mirror mode and launch 4. click "Add bot", choose default account and start after that it gets stuck on the screen where it should be loading the required files. (See picture) Every few seconds the background of the client seems to be flickering same as when it was loading something, but still no text under the logo. Debugger output:: [DEBUG][04/28 12:33:54 PM]: OSBot is now ready! [INFO][04/28 12:33:55 PM]: Loaded 2 RS accounts! [INFO][04/28 12:33:56 PM]: Welcome to OSBot 2.4.121! [INFO][04/28 12:34:09 PM]: Updated injection hooks for client revision : 140! [DEBUG][Bot #1][04/28 12:34:09 PM]: Initializing mirror client bot... [ERROR][04/28 12:34:09 PM]: Uncaught exception! java.lang.NoClassDefFoundError: dh at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.getDeclaredMethod(Unknown Source) at java.awt.Component.isCoalesceEventsOverriden(Unknown Source) at java.awt.Component.access$500(Unknown Source) at java.awt.Component$3.run(Unknown Source) at java.awt.Component$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Component.checkCoalescing(Unknown Source) at java.awt.Component.<init>(Unknown Source) at java.awt.Container.<init>(Unknown Source) at java.awt.Panel.<init>(Unknown Source) at java.awt.Panel.<init>(Unknown Source) at java.applet.Applet.<init>(Unknown Source) at client.emu.EmuClient.<init>(Unknown Source) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at org.osbot.rs07.Bot.initialize(li:463) at org.osbot.oD.run(zab:11) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: dh at java.lang.ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at org.osbot.LA.loadClass(pab:75) ... 25 more Any advice would be appreciated. Best regards, Korn1 point
-
Czar I asked for a trial but never seem to received it or so - or maybe I did, but I can't seem to locate it when I open the folder of scripts. Can you check up on it, if it's not too much to ask? Would really, really like to try this out!1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
definitely keen to buy this script once its got rogues den added :P could i get a trial pls ?1 point
-
1 point
-
Your "perfect" fighter script just logs me out whenever I try to run it, whats that about?1 point
-
hey Czar please could I have Perfect Thieving 24 hour trial? THanks :}1 point
-
Buy 10$ (or whatever price for script is) from resellers OR for paypal. And buy it on Store -> https://osbot.org/mvc/sdn2/scripts/ It's for accounts with defence that does not need food because crabs don't hit them.1 point
-
1 point
-
1 point
-
Loving the script, works flawless. I do have a suggestion, maybe add in profiles that can be edited, removed etc. so you dont have to set-up each time? not sure if its much work.1 point
-
Simple snippet to abort all offers if they have status x. private boolean toAbortOffers() { return !getWidgets().containingActions(465,"Abort offer").isEmpty(); } private void abortOffers() throws InterruptedException { if (toAbortOffers()) { ArrayList<RS2Widget> toAbort = (ArrayList<RS2Widget>) getWidgets().containingActions(465,"Abort offer"); for (int i = 0; i < toAbort.size(); i++) { toAbort.get(i).interact("Abort offer"); int finalI = i; new ConditionalSleep(10000) { @Override public boolean condition() { return Arrays.asList(toAbort.get(finalI).getInteractOptions()).contains("Abort offer"); } }.sleep(); } sleep(random(800,1200)); getGrandExchange().collect(); } } If you see any improvements I could make, don't hesitate to comment. https://gyazo.com/bf50191011b0d8fd69b67ae4ea55da531 point