Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Leaderboard

  1. Czar

    Global Moderator
    16
    Points
    23250
    Posts
  2. Maldesto

    Administrator
    12
    Points
    19214
    Posts
  3. Adapt

    Trade With Caution
    8
    Points
    441
    Posts
  4. Final

    Trade With Caution
    8
    Points
    464
    Posts

Popular Content

Showing content with the highest reputation on 07/24/16 in all areas

  1. You're essentially giving $0.25 for at least $1.50's worth of work.
  2. ๐Ÿ‘‘CzarScripts #1 Bots ๐Ÿ‘‘ ๐Ÿ‘‘ LATEST BOTS ๐Ÿ‘‘ If you want a trial - just post below with the script name, you can choose multiple too. ๐Ÿ‘‘ Requirements ๐Ÿ‘‘ Hit 'like' ๐Ÿ‘ on this thread
  3. Brought to you by the #1 most sold script series on the market. Come and see why everyone's choosing Czar Scripts! This is the most advanced Agility bot you will find anywhere. BUY NOW $9.99 NEW! Added Both Wyrm Courses! SCRIPT INSTRUCTIONS Optimal Setup for the bot: Please set the mouse zoom to far away (to the left, like below) so that more obstacles can be seen in the view, and so the script can be more stable and reliable Also, make sure to have roofs toggled off (either go to settings tab or type ::toggleroof) for optimal results
  4. You've pretty much thrown a ton of buzz words/jargon into a question... You can do it however you like, it doesn't really matter within a script, as long as you aren't trying to call GC.
  5. User has been placed in TWC
  6. 3 points
    Might as well send me one too, I'm over here outdated with the s6
  7. Have two daughters I planned on spending $200 bucks today or so for back to school shopping by myself my wife ended up tagging along and ended up spending over $500. Ladies are shoppaholics ended up getting bunk beds and everything since when is that back to school shopping lol ended up being a pretty good day though my daughters were very happy and grateful for everything they received.
  8. We've spoken in PM and resolved this last night at roughly 4:40PM EST, just waiting for him to post/PM Mald to confirm I have given him 100m.
  9. this reminds me of my i love maldesto posts
  10. public class MyScript { Area area; public Area setArea(Area area) { this.area = area; } } public class Gui { MyScript script = new MyScript(); Area area1 = new Area(0,0,1000,1000); Area area2 = new Area(1001,1001,2000,2000); public void someButtonAction(){ Area area; if(user selects area1){ area = area1; }else{ area=area2 } script.setArea(area); } } tl;dr: Make an instance of your script in the GUI. use a setter
  11. 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.
  12. 2 points
    Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all rooftops (Draynor, Al-Kharid, Varrock, Canafis, Falador, Seers, Polivneach, Relekka, Ardougne) - Supports most courses (Gnome stronghold, Shayzien basic, Barbarian stronghold, Ape toll, Varlamore basic, Wilderness (Legacy), Varlamore advanced, Werewolf, Priffddinas) - Supports Agility pyramid - All food + option to choose when to eat - (Super) Energy potions + Stamina potions support - Progressive course/rooftop option - Waterskin support - Option to loot and sell pyramid top - 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 463:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename DISCORDFILE= discordSettings 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 manager you do not need to specify '-script 463'): -script 463:TaskList1.4515breaks (With breaks) -script 463:TaskList1.4515breaks.discord1 (With breaks & discord) -script 463:TaskList1..discord1 (NO breaks & discord, leave 2nd parameter empty) Proggies:
  13. prebuilt pc's are dogshit build your own
  14. 2 points
    not worth 700 return it
  15. You value your time too high, yet you worked/work live chat...
  16. It's the search engine crawler, it indexes the content on OSBot for it to show up when you search on Google, for the SEO.
  17. 2 points
    close oops
  18. 2 points
    it's worthless... it's not even the rappers name lmfao.
  19. Thanks ye it is lmaooooooooooo wew feels good, and that post count though 0,0 bully Luckily Maldesto gave me another chance
  20. With the goal of reusing as much code as possible without writing duplicate code, try to come up with the answer on your own
  21. 2 points
    1738 gp. This is a legitimate offer btw.
  22. If I were to have used the criticism I had in mind, I'd have been banned by now.
  23. 1 point
    Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system
  24. I am no longer powerleveling as Niantic started banning by shifting IPs. Sorry. I do not want your personal accounts banned. Testemonials The Account Shop Section These are not legit Pokemon GO accounts! Accounts are only sold once. Some may already have a nickname chosen twice (You get one free change) Some may already have chosen their team I check my stock daily, To guarantee you receive a full working account. All accounts are available for email change & password change, to fully secure it once you get it. Prices on accounts: PO:GO accounts are done for. ToS: Accounts are working when sold, I ask my customers to verify this. They are triple-checked by myself as well. All responsibilities for the account are transferred to buyer when purchased. I will help to the best of my abilities if any issues arise. Purchase at your own risk, These are not legit accounts. No Refunds. As always, contact me on my skype; Shadezz23 or directly here on the site to buy it. Autobuy will be set-up later on. Note: You can also pay the equivalent in OSRSGP. To do this, simply PM me.
  25. Buying an obby pure. Necessities: -60 str -Low hp -No blackmarks -Never botted -no authenticator -needs to be registered to me before your receive the money Will pay in rs3/07
  26. Tried it super laggy. Unplayable
  27. Decent prebuilt except you're most likely getting a shitty motherboard with it.
  28. 1 point
    Probs 25M excluding the bank
  29. 1 point
    $700 for a phone is too much no matter what the fuck it can do. I can't see myself ever spending more than 400-500 on a brand new phone, and that's my absolute maximum. I'd rather spend less.
  30. Could I have a trial, looking forward to buy this & motherlode mine end of the month
  31. Not sure how the script is for everyone else but I no longer get to select the walking option when selecting the script so the bot does not know what to do when inventory is full and just stands still.
  32. Thanks for the trial, worked perfectly.
  33. Hey Czar! Very good script so far I'm impressed! Would you possibly be able to add an option to save your previous settings? Also the client laggs while i'm adding loot/switching the setup tabs.
  34. Your question is confusing but if I am understanding it correctly, you don't need to put your whole attack code twice. Do something like if (GUI.AttackAreaSelectedByPlayer.contains(myPlayer) { //Attack code } else { //WalkToArea } this will separate your two areas and you will only need the code once.
  35. dont think you'd need any of that... think you'd just need something like note: wrote this in like 2min dont take it word for word private enum State { KILLING, WAITING }; private State getState() { if(combat.isFighting()) { return State.KILLING; } return State.WAITING; } private int onLoop() { switch(getState()) { case WAITING: NPC n = npcs.closest("Chicken"); if(n != null) { n.interact("Attack"); } break; case ATTACKING: break; } return 100; } Spoonfeeding's no fun though
  36. Atleast ya didnt date a girl that never even said thank you for shit. GG 2k.. bitch used meee
  37. 1 point
    Water. Beer gets you fugly.
  38. Try the script again, update v120 is now live (the update with the 'Guthans mode' button), it is located in the first tab ("Main"), good luck F2 to hide paint button will also be re-activated in v121 asap
  39. 1 point
    Just use autoclickers in your house in Building Mode or something
  40. buy a good private snakeskin body maker, its what i was doing the skins are like 9gp ea but u need 15 and u have a limit of i think 15k/day they sell for around 500-600ea and alch for 740 or somthing
  41. Yes, you were hacked by @ikk, I suggest you change your password and your registration email if you haven't done that already.
  42. A quick example of a ConditionalSleep class. The API one is great and I suggest you use that one, this is more for learning purposes. package org.bjornkrols.conditional; import org.bjornkrols.imported.MilliTimer; /** * @author Bjorn Krols (Botre) * @version 0.1 * @since March 16, 2015 */ public abstract class ConditionalSleep { /** * The time in milliseconds to sleep for per loop. */ private final int sleep; /** * The maximum (exclusive) time of sleep, in milliseconds, after which the sleep loop will be broken. */ private final int timeout; /** * @param sleep The time in milliseconds to sleep for per loop. * @param timeout The maximum (exclusive) time of sleep in milliseconds after which the sleep loop will be broken. */ public ConditionalSleep(final int sleep, final int timeout) { this.sleep = sleep; this.timeout = timeout; } /** * @return Whether to continue to sleep. */ public abstract boolean condition(); /** * Sleeps until the condition returns false or the timeout is reached. */ public void sleep() { MilliTimer timer = new MilliTimer(); while (condition() && timer.getElapsedMilliSeconds() < timeout) { try { Thread.sleep(sleep); } catch (InterruptedException e) { e.printStackTrace(); } } } } Implementation example: // Wait while moving or making fire. new ConditionalSleep(300, 5000) { @Override public boolean condition() { return script.myPlayer().isMoving() || script.myPlayer().getAnimation() == FIREMAKING_ANIMATION; } }.sleep();
  43. nvm sorry, for other noobs like me: !myPlayer().isUnderAttack()

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.