Skip 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. Juggles

    $100.00 Donor
    13
    Points
    9601
    Posts
  2. Alek

    Ex-Staff
    13
    Points
    7878
    Posts
  3. Czar

    Global Moderator
    12
    Points
    23648
    Posts
  4. Abuse

    Members
    11
    Points
    548
    Posts

Popular Content

Showing content with the highest reputation on 03/07/17 in all areas

  1. Patched an issue with out of memory exceptions on some machines. Also touched various other things which shouldn't matter too much. Download: https://osbot.org/devbuilds/osbot 2.4.117.jar
  2. This post is mostly intented for scripters I suppose. So anways I just started scripting again after a long break, and thought of the following while making my script: If Jagex can monitor mouse movements, what would be the easiest way to detect bots? For instance take magic; high alching. Thinking about making a script like that I'm sure I would have used sleep(random(min, max)) between mouse clicks until now. Let's take sleep(random(500, 700)) and see what Jagex would see if they're monitoring the time between the clicks for let's say 10k alchs, by using this snippet: int[] numbers = new int[750]; for (int i = 0; i < 10000; i++) { numbers[MethodProvider.random(500, 700) - 1]++; } int i = 0; for (int n : numbers) { if (i++ < 450) { continue; } System.out.println("" + i + ", " + n + ""); } Entering the output in a scatter plot produces the following data visualisation: I'm sure that you would realize that no human could ever hit so perfectly random between 500 and 700, but never go below or past those respectively. So I started digging into this and found out there is a common method which is used for this sort of thing, called standard deviation. It turns out that OSBot already has this in their API at MethodProvider#gRandom, so you can already use this. I had already made my own snippet for it though: public static void main(String[] args) { int[] numbers = new int[750]; for (int i = 0; i < 10000; i++) { numbers[rand(500, 700) - 1]++; } int i = 0; for (int n : numbers) { if (i++ < 450) { continue; } System.out.println("" + i + ", " + n + ""); } } public static int rand(int min, int max) { return rand(min, max, (max - min) / 8); } public static int rand(int min, int max, int deviation) { Random r = new Random(); int avg = min + ((max - min) / 2); int rand; do { double val = r.nextGaussian() * deviation + avg; rand = (int) Math.round(val); } while (rand < min || rand > max); return rand; } Now, running the output data through the same scatter plot produces the following image: Which doesn't drop off to zero without ever hitting one past it. It is important to note that when using this, you might want to make your intervals wider...it is kinda unlikely that you'd be as accurate as the above plot. For example 300, 900 produces this, which is what I think would be a lot more human like: Anyways, you do not always need to use this but I strongly recommend it for scripts that use repetitive clicking and such, because it seems very easy to detect botters from Jagex's side if you use regular sleeps in some cases. Thought I'd share since I had never seen sleep used with such a random distribution before and it may prevent some bans Goodluck & hf :p
  3. 👑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
  4. if (shouldIDrinkPotion()) { drinkPotion(); } final WebWalkEvent webWalkEvent = new WebWalkEvent(destination); webWalkEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return shouldIDrinkPotion(); } }); execute(webWalkEvent);
  5. 4 points
    Unless the full video unedited is shown I don't see how we can prove it either way. I'm not gonna ban you on here. I would do the same exact thing as you. If I confirmed a trade with someone 5 times and the 6th time I forgot or just assumed we were on the level of trust. I would just go ahead with the trade. Also a site with 10 people on and a bunch of mods with no reputation. Not going to fly around here.
  6. 4 points
    your shutdown button in the task bar is triggering me.
  7. Only idiots would pay more for a hand done account. Hand done or botted, same shit at the end after a week of not botting
  8. gz you discovered what most bots have had implemented since 2010
  9. 100% organic hand done kosher non-gmo fresh USA HAND CRAFTED botted accounts
  10. 2 points
    There's not really any evidence that suggests that @Eendtraded over the money to someone else nor is there any evidence from @Eend that suggests otherwise, so it's basically word against word which means I'm going to have to archive this dispute.
  11. 2 points
    edit did not see those boat shoes that you linked is 99% of your school planning to walk on water? just buy some tommy hilfiger sneakers or hugo boss they are not even that expensive
  12. just find out what the xp/hr is and youll roughly know lazy bastard
  13. Disregard that, I spoke to the staff and we agreed on allowing you to do this but you must include and let all of your buyers know that you have the potential to recover their account anytime in the future if the ban is lifted/ if the service is successful. This should be made aware to all those who purchase this. Thanks
  14. 2 points
    getBank().getSlot("My item"); Is what you're looking for
  15. I think he means that while walking, stop to drink the potion and resume You can do this with a break condition for a WebWalkEvent. Set the breakcondition for when you want it to drink
  16. I know you're referring to me. I can provide screenshots or proof of the accounts being hand-done leveled. Its the buyers choice to buy or not to buy an account. Never had an user with any problems regarding being banned on an account I sold em, I can't count on two hands the amount of accounts. Let's put your opinion aside and dont buy accounts you seem sketchy, problem solved.
  17. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Task/progressive based setup - Supports cleaning all herbs - Supports making all Unf potions - Supports almost every potion (Attack, antipoison, strength, serum 207, restore, energy, defence, agility, combat, prayer, super atk, superantipoison, fishig, super energy, super strength, weapon poison, super restore, super defence, antidote+, antifire, ranging, magic, zamorak brew, antidote++, bastion, battlemage, saradomin brew, ancient brew) - Creation of super combat potions - Upgrade potions (Stamina, Extended antifire, Extended super antifire, compost, antivenom, divine super attack, divine super strength, divine super defence, divine ran ging, divine magic, divine bastion, divine battlemage, divine super combat) - Tar combining - Item crushing (Unicorn horn, chocolate bar, kebbit teeth, birds' nest, desert goat horn, blue dragon scale, lava scale, superior dragon bones) - Amulet of chemistry support 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 598: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 manager you do not need to specify '-script 598'): -script 598:TaskList1.4515breaks (With breaks) -script 598:TaskList1.4515breaks.discord1 (With breaks & discord) -script 598:TaskList1..discord1 (NO breaks & discord)
  18. Started a new gold farming operation with my friend @BlitzRoyale Our goal is 1b+/month Total Profit: 361.7m My role: lead developer, knowledge, experience, Server setup His role: managing clients, managing accounts, best method, small development, pro GFX'er Start Date: 2/17/17 2/17 We started 2/17 and are up already with big hopes for this weekend. This week was spent fixing any bugs or errors in the script. Script is now 99% automated with just one thing left. With osbot back up, we fired up a lot more bots. Hoping to make some big money this weekend. - Juggles 2/24 Farm is starting to looking great. Going to be removing webWalker from it all to lower the resources it uses. -Juggles 2/26 Ok, so we have successfully finished up our first full week/weekend with the farm we are running. The week has been tough due to server DCs, bug fixes in the farm, and just getting things up and running 100%. We stopped the farm a couple hours earlier due to a small issue from the server DC's, but we are more than happy with the first weeks results. We are looking into a solution to help combat all the issues we had from the shit servers. We ended the week with a grand total of 361.7M profits. Most of this came from the weekend, but we did make a small amount leading up to the weekend. During the week we were working on fixing bugs mostly and only running a couple accounts until we had mostly everything worked out. Things are nearly 100% as far as the script goes thanks to Juggles. It is very close to being 100% automated. -Blitz Already looking into farm #2. Made 8m in one night running 1 account. Will be expanding this week to multiple accounts to test out ban rates and profits. -Juggles 2/28 No botting today, client was down. Bought a sexy sig though -Juggles 3/2 Bought $100 donor -Juggles Going to be posting weekly updates of this
  19. 1 point
    Hey everyone im rx7xr and I'm willing to do skilling (powerleveling), dragon defender, and void. I will be active on forums and check daily.
  20. this is mine! puts the mood in the right direction! saw rocky live about a year ago, he was absolutely amazing as a performer, brought Twelvyy , Na$t & Ant to Australia
  21. 1 point
    Hey guys! He's my friend IRL and i've known him for a while and he's new to the Botting and Black market scene! I vouch for this guy. He's looking for work also.
  22. 1 point
    Back like a month ago sold him a voider for i think 29m in total , he payed me 25m with the promise of paying me the 4m like a week after or somthing. Then he got the acount banned and tried to dispute me After the dispute i gave him another 2 weeks to pay me back, but it has been like 1 month now. tbh i cant care less about the 4m its more about the fact he tried to frame me and then not pay me when proven wrong
  23. There are about 15 different distributions that produce interesting results if this is what you are looking for, but everyone's been using this for at least 10 years. OSBot is probably only using 1 of them but you can also look into Exponential, Gamma, Beta, Student, Chi Squared, Fisher, Normal and Standard distributions. Jagex does not perform any analysis of mouse data even if they collect it (since ~2013, they apparently did before) because it's too easy to counter. Machine learning will always produce 100% human like results which not even google can detect with the best programmers in the world, however machine learning is something which is quite out of reach for pretty much everyone who writes code for runescape bots.
  24. Makes sense, thanks!
  25. Its very good haven't been ban running it for a week now if u bot smart u wont get banned most likely
  26. 1.25 hour 25-52 (mahogany table) 1.5 hour 52-74 (mahogany table) 5 hour 74-85 (oak dungeon door) ~3 hour 74-85 (mahogany table) 11.5 hour agility 58-70 3.5 hour 44-70 prayer (dragon bones lazy) 1.5 hour 44-70 prayer (fast mode osbuddy) just a guess, construction i just did though so thats pretty accurate, might be different with using keys to make stuff and no butler interaction now
  27. i know u aint requesting a service but, ill do it for free as long as you supply and leave ur bank to me + lmk ur bank details 26 - 33 should take 30 mins or so and if you are doing oak larders when you hit 33, it's like 100k/hr xp if you play efficiently that is
  28. You could just not have perms. I was confused, then again ur prob banned lol
  29. I wouldnt know im banned from the discord hehe xd
  30. 1 point
    Nah. Better for me that more people are getting locked. Makes farming more profitable
  31. Can i get trial?
  32. you were only running 2 bots on the past few months?
  33. deadass B i just punch myself in the dick and become angry asf ????
  34. you still doin updates on your gdk? a trial would be gr8
  35. Legend says Mod Weath wakes up every night at 3:21 am and randomly bans some bots
  36. I can sell you a private fisher
  37. s hift dropping support?`?
  38. Will be implementing some new features and anti-ban techniques very soon, stay tuned guys

Account

Navigation

Search

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.