Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/10/18 in Posts

  1. Release notes (2.7): Fixed mouse scrolling (That should enable lots of broken features such as world hopping and banking to work properly) Fixes for certain crashes/freezing Support for RuneLite Other miscellaneous bug fixes. More updates to follow soon
    5 points
  2. pest control is utter cancer under 100 combat. this script saved me so much personal time on void. great script!
    2 points
  3. 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
  4. ────────────── 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
  5. CURRENT RECORD: 201 HOURS RUNTIME NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:
    1 point
  6. import org.osbot.rs07.api.ui.RS2Widget; import org.osbot.rs07.event.Event; import org.osbot.rs07.input.mouse.RectangleDestination; import org.osbot.rs07.listener.LoginResponseCodeListener; import org.osbot.rs07.utility.ConditionalSleep; import java.awt.*; import java.util.HashMap; import java.util.Map; import java.util.concurrent.TimeUnit; public final class LoginEvent extends Event implements LoginResponseCodeListener { public enum LoginEventResult { UNEXPECTED_SERVER_ERROR(1, "Unexpected server error"), LOG_IN(2, "Log in"), INVALID_CREDENTIALS(3, "Invalid username or password"), BANNED(4, "Username is banned"), ACCOUNT_ALREADY_LOGGED_IN(5, "Account is already logged in try again in 60 seconds"), RUNESCAPE_UPDATED(6, "Runescape has been updated! Please reload this page."), WORLD_IS_FULL(7, "This world is full. Please use a different world."), LOGIN_SERVER_OFFLINE(8, "Unable to connect. login server offline."), TOO_MANY_CONNECTIONS_FROM_ADDRESS(9, "Login limit exceeded. Too many connections from you address."), BAD_SESSION_ID(10, "Unable to connect. Bad session id."), PASSWORD_CHANGE_REQUIRED(11, "We suspect someone knows your password. Press 'change your password' on the front page."), MEMBERS_ACCOUNT_REQUIRED(12, "You need a members account to login to this world. Please subscribe, or use a different world."), TRY_DIFFERENT_WORLD(13, "Could not complete login. Please try using a different world."), TRY_AGAIN(14, "The server is being updated. Please wait 1 minute and try again."), SERVER_UPDATE(15, "The server is being updated. Please wait 1 minute and try again."), TOO_MANY_INCORRECT_LOGINS(16, "Too many incorrect longs from your address. Please wait 5 minutes before trying again."), STANDING_IN_MEMBERS_ONLY_AREA(17, "You are standing in a members-only area. To play on this world move to a free area first."), ACCOUNT_LOCKED(18, "Account locked as we suspect it has been stolen. Press 'recover a locked account' on front page."), CLOSED_BETA(19, "This world is running a closed beta. sorry invited players only. please use a different world."), INVALID_LOGIN_SERVER(20, "Invalid loginserver requested please try using a different world."), PROFILE_WILL_BE_TRANSFERRED(21, "You have only just left another world. your profile will be transferred in 4seconds."), MALFORMED_LOGIN_PACKET(22, "Malformed login packet. Please try again"), NO_REPLY_FROM_LOGIN_SERVER(23, "No reply from loginserver. Please wait 1 minute and try again."), ERROR_LOADING_PROFILE(24, "Error loading your profile. please contact customer support."), UNEXPECTED_LOGIN_SERVER_RESPONSE(25, "Unexepected loginserver response"), COMPUTER_ADDRESS_BANNED(26, "This computers address has been blocked as it was used to break our rules."), SERVICE_UNAVAILABLE(27, "Service unavailable."); int code; String message; LoginEventResult(int code, String message) { this.code = code; this.message = message; } } private static final Map<Integer, LoginEventResult> responseCodeLoginResultMap = new HashMap<>(); static { for (LoginEventResult result : LoginEventResult.values()) { responseCodeLoginResultMap.put(result.code, result); } } private static final Rectangle TRY_AGAIN_BUTTON = new Rectangle(318, 262, 130, 26); private static final Rectangle LOGIN_BUTTON = new Rectangle(240, 310, 120, 20); private static final Rectangle EXISTING_USER_BUTTON = new Rectangle(400, 280, 120, 20); private static final Rectangle CANCEL_LOGIN_BUTTON = new Rectangle(398, 308, 126, 27); private static final Rectangle CANCEL_WORLD_SELECTOR_BUTTON = new Rectangle(712, 8, 42, 8); private final String username, password; private int maxRetries = 5; private LoginEventResult loginEventResult; private int retryNumber = 0; public LoginEvent(final String username, final String password) { this.username = username; this.password = password; setAsync(); } public LoginEvent(final String username, final String password, final int maxRetries) { this(username, password); this.maxRetries = maxRetries; } @Override public final int execute() throws InterruptedException { if (loginEventResult != null) { handleLoginResponse(); } if (retryNumber >= maxRetries) { setFailed(); } if (hasFailed()) { return 0; } if (!getBot().isLoaded()) { return 1000; } else if (getClient().isLoggedIn() && getLobbyButton() == null) { setFinished(); return 0; } if (getLobbyButton() != null) { clickLobbyButton(); } else if (isOnWorldSelectorScreen()) { cancelWorldSelection(); } else if (!isPasswordEmpty()) { clickButton(CANCEL_LOGIN_BUTTON); } else { login(); } return random(100, 150); } public LoginEventResult getLoginEventResult() { return loginEventResult; } private void handleLoginResponse() throws InterruptedException { switch (loginEventResult) { case BANNED: case PASSWORD_CHANGE_REQUIRED: case ACCOUNT_LOCKED: case COMPUTER_ADDRESS_BANNED: case UNEXPECTED_SERVER_ERROR: case INVALID_CREDENTIALS: case RUNESCAPE_UPDATED: case LOGIN_SERVER_OFFLINE: case TOO_MANY_CONNECTIONS_FROM_ADDRESS: case BAD_SESSION_ID: case UNEXPECTED_LOGIN_SERVER_RESPONSE: case SERVICE_UNAVAILABLE: case TOO_MANY_INCORRECT_LOGINS: case ERROR_LOADING_PROFILE: setFailed(); break; case ACCOUNT_ALREADY_LOGGED_IN: case TRY_AGAIN: case SERVER_UPDATE: case NO_REPLY_FROM_LOGIN_SERVER: case MALFORMED_LOGIN_PACKET: sleep(random((int)TimeUnit.MINUTES.toMillis(1), (int)TimeUnit.MINUTES.toMillis(2))); retryNumber++; break; case PROFILE_WILL_BE_TRANSFERRED: sleep(random((int)TimeUnit.SECONDS.toMillis(5),(int)TimeUnit.SECONDS.toMillis(10))); retryNumber++; break; case WORLD_IS_FULL: case TRY_DIFFERENT_WORLD: case CLOSED_BETA: case INVALID_LOGIN_SERVER: case MEMBERS_ACCOUNT_REQUIRED: case STANDING_IN_MEMBERS_ONLY_AREA: // Should hop to a different world here setFailed(); break; } } private boolean isOnWorldSelectorScreen() { return getColorPicker().isColorAt(50, 50, Color.BLACK); } private void cancelWorldSelection() { if (clickButton(CANCEL_WORLD_SELECTOR_BUTTON)) { new ConditionalSleep(3000) { @Override public boolean condition() throws InterruptedException { return !isOnWorldSelectorScreen(); } }.sleep(); } } private boolean isPasswordEmpty() { return !getColorPicker().isColorAt(350, 260, Color.WHITE); } private void login() { switch (getClient().getLoginUIState()) { case 0: clickButton(EXISTING_USER_BUTTON); break; case 1: clickButton(LOGIN_BUTTON); break; case 2: enterUserDetails(); break; case 3: clickButton(TRY_AGAIN_BUTTON); break; } } private void enterUserDetails() { if (!getKeyboard().typeString(username)) { return; } if (!getKeyboard().typeString(password)) { return; } new ConditionalSleep(30_000) { @Override public boolean condition() throws InterruptedException { return getLobbyButton() != null || getClient().isLoggedIn() || getClient().getLoginUIState() == 3 || loginEventResult == LoginEventResult.BANNED || loginEventResult == LoginEventResult.ACCOUNT_LOCKED; } }.sleep(); } private void clickLobbyButton() { if (getLobbyButton() != null && getLobbyButton().interact()) { new ConditionalSleep(10_000) { @Override public boolean condition() throws InterruptedException { return getLobbyButton() == null; } }.sleep(); } } private RS2Widget getLobbyButton() { try { return getWidgets().getWidgetContainingText("CLICK HERE TO PLAY"); } catch (NullPointerException e) { return null; } } private boolean clickButton(final Rectangle rectangle) { return getMouse().click(new RectangleDestination(getBot(), rectangle)); } @Override public final void onResponseCode(final int responseCode) { if (!responseCodeLoginResultMap.containsKey(responseCode)) { log("Got unknown login response code " + responseCode); setFailed(); return; } this.loginEventResult = responseCodeLoginResultMap.get(responseCode); log(String.format("Got login response: %d '%s'", responseCode, loginEventResult.message)); } } Usage example: import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Explv", name = "Login Test", version = 0.1, logo = "", info = "") public class TestScript extends Script { private LoginEvent loginEvent; @Override public void onStart() { if (getClient().isLoggedIn()) { getLogoutTab().logOut(); } loginToAccount("username", "password"); } @Override public int onLoop() throws InterruptedException { if (loginEvent != null ) { if (loginEvent.isQueued() || loginEvent.isWorking()) { log("LoginEvent is running, script is idle"); return 2000; } if (loginEvent.hasFailed()) { stop(); } getBot().removeLoginListener(loginEvent); loginEvent = null; } log("Script is doing scripty things"); return 2000; } private void loginToAccount(String username, String password) { loginEvent = new LoginEvent(username, password); getBot().addLoginListener(loginEvent); execute(loginEvent); } } OSBot must be run with random events disabled, for example: java -jar "OSBot 2.5.59.jar" -allow norandoms
    1 point
  7. Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:
    1 point
  8. Dear community, Dear Alek, As some of you may have noticed by now, Alek, our long time beloved developer, has been forced to resign his duties as he will take on a job offer as an engineer at a defense company. We are happy for Alek he was given this opportunity and want to take time to thank him in full for his service to OSBot and we are sad to see him leave. Alek came to OSBot as a script writer, writing unbreakable scripts with the passion of a young lion, eager to learn more. We, as a team, became friends with you, Alek, and you step by step became an undismissable cornerstone of OSBot. Starting out managing the SDN, stepping up your game to manage the scripters and become a developer for the bot core modules, you literally knew every part of OSBot like no other. Your endless energy to converse and communicate with community, albeit being a little explosive from time to time, you pulled one hell of a job. I can't really put to words what you mean for OSBot and this won't change in the future. I have to laugh when I think back to all the endless discussion and fights we had, all because you always wanted the very best for OSBot. Having someone who stands for his opinion is invaluable for a business to keep going forward. The greatest storyies are perhaps about how you and Maldesto were always water and fire. You loved each other and at the same time you could disagree so strongly, that sparks flew everywhere. You always ended up finding a resolution. Another great story is how in Zach you found a great friend and dear mentor, from a spirtitual and emotional level to technical programming levels. It was endearing to see you guys work together, as a group of friends, with OSBot as a common goal. I have seen you grow as a person and as a developer. A remarkable evolution, one that has brought you this job offer that will take you to the next level in life. Alek, you knew the community, the people and understood the larger picture. You knew the bot and put yourlove, time and effort in OSBot, through good and bad times. After all you have been through in real life and the way you have fought to come up on top as a winner, I can say nothing else than that I am really proud of you for achieving what you did. Alek, you are without a doubt the greatest guy and you will be missed sincerely. Although I know your new job forces you to resign your duties, I am sure we have not seen the end you. OSBot will always be here for you to thank you for your contributions and we hope to see you around for a long time in the future. May your new adventures be loving and fruitful, we will miss you. The community and we are greatful for everything you mean and meant for OSBot. Please stay around lurking and trolling on the forums, that's something you can't take away from us! I could ramble on, but really, it boils down to that we love you and feel happiness and sadness at the same time to see you leave. *sheds a tear of joy* Be safe Alek, We will always be here for you. Moving forward. It is going to a tough job to replace Alek, if not impossible. However life goes on and so does OSBot continue to exist. For that we have had a week of internal conversations to discuss how to handle the situation and make sure that OSBot can continue forward. We have compiled a list of actions we will undertake, to assure the community that the future of OSBot is secured and that we'll take our responsibility as a team to replace Alek as good as we can: 1.) New developer. We are in talks with several bot developers and will have a couple of interviews to hire a new bot developer. It is important for us that this person is close to the community or if not, has the ability to build a relationship with the community. Once we have found a developer who we deem to be a match, we will come forward with an announcement. 2.) Bugtracker. MGI and I will take one day of our busy schedules to work on bug fixes and updates. This shall usually be Thursday, as this is also the day that RuneScape often updates their client. For this we will open a bug tracker, which will be read only for the community, but it should give the community and us guidance on what bugs currently exist and are being worked on. Progress will be shared through this bugtracker and we will take reported bugs from the forums to be displayed on the tracker. We hope that with the addition of a new developer, we can optimize the translation of bugs to an understandable bug report format that contains specific instructions on how bugs can be replicated. Our aim is to get all existing bugs as soon as possible. Web Walker, Mirror, Trade API and new features regarding recent RuneScape updates are the main focus, along with stabilizing the updater the break less often (some of the identifiers are 5 years old, it's crazy they didn't break before). Any questions regarding Alek's leave or any responsibilities Alek had in his domain can be forwarded to me through PM for the time being. Once we have a new developer on board, responsibilities will flow back at a sustainable pace towards the new developer where we see fit. I hope this has answered your concerns and informed you enough, if not, please drop me a DM. Yours sincerely, Maxi and the OSBot team
    1 point
  9. omg right on thank you so much!d0zza!
    1 point
  10. when 12thbuck stole account: https://gyazo.com/a1a15f1661f13929efe65dc0e3b723bf discord convo with chris mming: https://gyazo.com/3ad9005fe7d0bac80eb58f6d67f0ef61 https://gyazo.com/ad7607e77fd3c2fd82c3a7c587f5239b https://gyazo.com/f0dca1f57d4fb94c2a071aeb7995e45f https://gyazo.com/dd40543d776bd8215b4f87b385578617 proof linking discord name to 12buck: https://gyazo.com/56a247935745e9ca286fa468678f7029 https://gyazo.com/0209101464e4243dfe97db23c5f9d5bb
    1 point
  11. he scammed around 3b with his both acc.
    1 point
  12. Flawless at the moment. Thank you, best script I've purchased so far.
    1 point
  13. https://gyazo.com/cdf17270ba136f91dd28630dc659288f They are using butler in house to make planks
    1 point
  14. Will be Doing this Order. Talking on Skype.
    1 point
  15. obviously you are not ready
    1 point
  16. thanks ive contacted @Pink Clay and am in the process ! thanks !
    1 point
  17. this is absolute extreme example and does not even make sense. If there is a surgeon or doctor at mid-high end hospital - he is 100% ready for his job to be done perfect no matter what school he finished. with job like this, ppl doing it are 110% ready and prepared for it no matter of school - or else he would not get position. if you want to be a medic and finish med school, you have to be top guy to finish and to be able to be surgeon..no other way around it. job like this requires 100% perfection. Lead director of hospital -- "well, John looks like a nice guy....he failed his exams 2 times when he was doing surgeon on a frog but i reaaaly like him..idk, i say let hire him!" shit does not work like that.
    1 point
  18. Another vouch just purchased another proxy and was sold within 2 minutes of request. Fast and efficient. Thank you
    1 point
  19. I dont do infernal's @Pink Clay is pretty much the only person to go for infernal services
    1 point
  20. i love this script! i hate nmz so this is perfect for getting all those imbues and herb boxes for my pures!
    1 point
  21. excellent agility script! got 2 pets on 2 of my newest accounts!
    1 point
  22. perfect for getting that pesky cooking stat up. its so boring to do by hand, i use this on all my new pure accounts
    1 point
  23. No, I don't. First step of getting a script on SDN is getting your GIT account for OSBOT. Then through GIT you submit your script. If I'm releasing open source scripts and scripts where anybody could have the .jar file then it doesn't seem very productive for osbot to be releasing these scripts on SDN because anybody could already have the script.
    1 point
  24. and im telling him what my price would be?
    1 point
  25. We are having some threading issues with GUIs on the latest client versions, I'm trying to find a suitable temporary fix that won't break it in other cases until it's solved at the client level I'll add lots of new items when I get a new item cache dump, still working on that though Well it depends a lot on your botting style, but if you have any questions let me know Not currently handling trials Does the GUI disappear? Click on the right side of each quest to set the gear preset for that specific quest
    1 point
  26. I had a trial for the Blastfurnace script but the script didn't work at all, can I have a trial again just to try it out I really want to buy this script but I don't know if it works well.
    1 point
  27. Yes, constants as in the same object. Java uses whats called a String constant pool where all string literals are stored. When creating the second literal, the pool is checked, and a reference to the previously added literal is returned
    1 point
  28. They do not ban for no reason, I am pretty confident you botted tutorial island.
    1 point
  29. I posted irl pet before I read this properly ?
    1 point
  30. BUMP UP FOR 1 PRAYER ORDERS, CHEAPEST U CAN FIND JUST MESSAGE ME THANKS
    1 point
  31. Issue has been fixed and the update has been pushed. Should go live within 24 hours.
    1 point
  32. Hi first of all nice script it runs smooth but it has some flaws. - The bot isn't able to pay the forge man, when it right click pay it gets stuck in a look trying to pay 2,500 and never stops. - After opening the back to deposit the smelted bars or grabbing new ores it opens the bank then closes the bank and then re-opens it and finally takes the new ores. So if you under 60+ smithing the scripts isn't usable since it will try to pay for the furnace (or when the coin depot is running low) for ever. I used mirror mode and stealth injection to test.
    1 point
  33. It's a good solution, just be clear on how you write it so you don't get confused later (variable naming). time variables have to be global. private boolean idleFor(int millis){ if(myPlayer().isAnimating() || myPlayer.isMoving()) { timeSinceAction = System.currentTimeMillis(); } else { timeSinceIdle = System.currentTimeMillis(); } return timeSinceAction + millis < timeSinceIdle; }
    1 point
  34. this script is insane moneymaker, even despite blast furnace being a high banrate area edit: thanks everybody for kind comments
    1 point
Γ—
Γ—
  • Create New...