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

Popular Content

Showing content with the highest reputation on 01/25/16 in all areas

  1. 6 points
    works great thanks! can you add farming support with next patch please? thanks
  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. First of all, why can't I post in the suggestions section..? Can this be moved there please. I find proxy control a real lackluster: - Selecting right proxy and then selecting right account is pain in the arse. I can guarantee you that people who use a lot of proxies eventually end up selecting wrong account for the proxy. - At least show the selected proxy IP somewhere or maybe let us link character to a proxy so it chooses it automatically. - I shutdown my PC for the night for savings in electricity bill and as an anti-ban... -> Starting 10 accounts accounts with right proxies every morning is just stupid amount of work! Also, I have to go to options and check "Low CPU Mode" everytime manually (Please make a client remember this option!)
  4. Context: Assnerd pushed a script to the sdn without having a src folder...
  5. I'll investigate this thoroughly
  6. 3 points
    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:
  7. 3 points
    Dont ask me LMFAO! If id know i would post such idiotic post... I just compiled and tryed using but it gives mad error.
  8. I think we should have 10 scripter ranks, each one requiring a different level of skill, with only true masters like Assnerd being able to attain rank 10
  9. 3 points
    Here's an example: List<Position> path = Arrays.asList( new Position(3135, 3511, 0), new Position(3133, 3505, 0), new Position(3130, 3500, 0), new Position(3129, 3496, 0) ); getWalking().walkPath(path);
  10. You can get finest proxies right here; https://quantumpro.xyz/
  11. public class Timer { private long period; private long start; public Timer(long period) { this.period = period; this.start = System.currentTimeMillis(); } public long getElapsed() { return System.currentTimeMillis() - this.start; } public long getRemaining() { return this.period - this.getElapsed(); } public boolean isRunning() { return this.getElapsed() <= this.period; } public void setPeriod(long period) { this.period = period; } public void reset() { this.start = System.currentTimeMillis(); } public static String format(long milliSeconds) { long secs = milliSeconds / 1000L; return String.format("%02d:%02d:%02d", secs / 3600L, secs % 3600L / 60L, secs % 60L); } } //method public boolean isSmithing() { boolean isSmith = false; Timer timer = new Timer(1800); while (timer.isRunning() && !isSmith) { isSmith = myPlayer().getAnimation() != -1 ? true : isSmith; } return isSmith; }
  12. Did you remember to call him Chocolate Daddy? And say things like gosh you're so big! I doubt I could take it all. :Noah: Please don't tell me you forgot?
  13. Hey , I've been using photoshop for signatures for a while and decided to share some of my work with you. I mostly do signatures Here are some of my more recent works , taken from my deviantArt. All of these are 100% mine and I will link my deviantArt if anyone wishes so Comments and criticism accepted 11.12.2016
  14. 2 points
    Thanks! Can you split it into 88 classes though? I'm trying to make my code more OO.
  15. It was better when it was a simple "SDN Scripter" and the best rank "OSD" official script dev Though it really is just basic understanding of java and the Osbot api. Scripter 3 is for demi gods that contribute with projects and their flawless sdn scripts. But to say one doesn't deserve a rank is just aweful. Why does the rank matter? The only thing that should count is how well your scripts are made and what your users feedback you in.
  16. Run the script ONLY on your botted account (not your mule) and enter the items you wanna trade over. Then just log into your main on a fresh internet browser and your bot will interact with you while you accept the trade on your main acc. Here is a video of me doing it: http://tinypic.com/player.php?v=2hs2lid&s=8#.VqZdO1MrJ24
  17. 2 points
    Scripter II to mods: add my vet back
  18. Recording your trades is always the best option, even if you don't intend to use it for this purpose.
  19. It really depends on the situation, but often for huge trawling lists of things with very different names, writing them out individually is easier to follow. However in methods where it's often better to have things slightly more compact, for example int x,y; would probably be considered better than int x; int y;. But it's really preference haha! I feel i'm somewhat making a mountain out of a molehill but whatever ;) @senty nice script, im proud of your re-re-release
  20. It's like calling the cops and saying " help, a police man trying to arrest me".
  21. I am proud to announce my official relaunch! CMHScripts is officially back! Current scripts: CMHMiner CMHRockCrabs CMHStronghold ASK FOR A TRIAL NOW! (24 hour trials) Must have post count > 20 or have a rank. Simply post with the script that you wish to get a trial for. YOU MAY NOT ASK FOR MULTIPLE TRIALS ON THE SAME SCRIPT. Doing so will result in loss of access to any CMHScripts product. DO NOT PM ME. POST HERE, AND WAIT FOR ME TO PROCESS IT.
  22. Although it took us almost two years to finally release web walking, this update marks a point where our technology exceeds that of our old school botting competitors. Thanks to @MGI, we made the necessary adjustments to fine tune many facets of our web walker and went on a linking rampage. If there is a will, there is a way. Spirit trees, Sailing, quests, inventory items, obstacles, and dungeons; it has only just begun. This changes everything and really sets us apart from our competitors. As a scripter myself, I began re-writing my kCutter script to exclusively use web walking. @MGI surprised me when I started the script at the top of Lumbridge castle and my character walked to Catherby docks, took a boat to Karamja, took another boat to Port Khazard, and then began chopping yews outside of Yanille. Before scripts such as Slayer were daunting, now it's become a very real and manageable possibility for many scripters. Enough pep-talk, here's the nitty gritty: @MGI updates: -Improved quests api -All the links for webwalking including Spirit trees, sailing, quests, and much more -NodeRouteFinder performance & behavior updates -Various improvements and stability re-works; 1,500 lines of code (edit: more like 15000 actually) @Alek updates: -Smoothed camera and walking in WebWalkEvent -Patched Bank enableMode -Updated spell books -Patched WalkingEvent setMinDistanceThreshold() We still have a lot we're changing and adding, stay tuned for jewelry teleports, magic teleports, more quests, and more means of getting to where you need to go. API Docs have been updated -The OSBot Staff
  23. my 1 week 1000 clues progress!!! estimated 40m+ 1 week 1000 clues!!!!
  24. 1 point
    He's silly, heres the rest of the code: } private int onLoop(){ NPC kbd = npc.closest("blue dragon"); if (kbd != null && kbd.isVisible) kbd.interact("attack") return 100; } }
  25. 1 point
    Can i please get a trial
  26. Lost City, The Fremennik Trials, Shilo Village and lunar diplomacy. skype: eythurnis
  27. definitely wanna use this ty
  28. Yeah that's what I did in the end. However, at some point, when banking, it got stuck because it crossed over the plank... http://screencast.com/t/OxtcTBjA62 It went inside the boat and didn't know what to do.
  29. getAmount() returns an integer, meaning you can check if the value equals the amount you want or is higher than the amount you want with basic operators: if(inventory.getItem(item).getAmount() >= 3) { //if inventory contains 3 or more of item, returns true //code to execute when true }
  30. 1 point
    Can I get a free trial please ?
  31. Gem rocks are only for screen mode, did you try it in screen mode?
  32. Version 1.0 has been released! Fixes include being able to handle flower traps!
  33. 1 point
    So I just got 1/60/1 with 49 hp at 32 combat and I just have a couple questions on what I should be doing here for my obby. What's the main weapons I should be training with to get my strength up? and what are the max possible stats I should get in range/mage/hp? What the main weapons and set up I should be wearing/using in pvp? What are the main general quests I should complete? Is 55 slayer needed? and/or are any untradeables needed? Halo.? I'm a person that likes to complete everything and have a nice ass perfect account. let me know what your thoughts are and opinions on this..
  34. 1 point
    Nice Q's @TheRealJok3y, I've been hearing gmaulers are pretty fun to PvP on and had some similar questions. Not to hijack, but what do you guys recommend as far as Range training? When to level it, to what level, at what increments should it be trained?
  35. Could I get a trial please czar?

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.