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

Popular Content

Showing content with the highest reputation on 06/20/15 in all areas

  1. As always, please update your mirrorclient.jar mirrorclient.zip Release notes: Reduced memory usage Greatly reduced CPU usage Completely remade low CPU mode to reduce it even more Improved characters/objects/ground items detection speed Many other 'under the hood' changes Due to huge amount of internal changes, this build is EXPERIMENTAL. As always, please report all bugs you encounter. Edit (v1.061): The bug with "Error while loading hooks" has been fixed The bug with screen flashing blue has been fixed
  2. if he is paying 30m why would u offer to do for 25?
  3. Wow that's very nice, changing my sig now ;)
  4. it's coming soon guys ! GUI is ready, just a final test and then release ;D
  5. yesssssssgergiojeriogjeriogjeriogjeriogjerg fianlly!!! faster detection speed
  6. /** * Created by Bjorn on 20/06/2015. */ public abstract class InventoryMonitor extends Thread { private final BotreScript script; /** * Previous and current copies of the inventory instance. */ private final Map<String, Integer> previous, current; public InventoryMonitor(final BotreScript script) { this.script = script; previous = new TreeMap<>(); current = new TreeMap<>(); } @Override public void run() { // Run thread while script is running. while (script.isRunning()) { Inventory inventory; if (script.isOnline() && (inventory = script.getInventory()) != null) { // Clear previous cache. previous.clear(); // Copy mappings of the current cache to the previous cache. previous.putAll(current); // Clear current cache. current.clear(); // Rebuild current cache. for (Item item : inventory.getItems()) { if (item != null ) { String name = item.getName(); if (name != null && !current.containsKey(name)) current.put(name, (int) inventory.getAmount(name)); } } } try { // Call onLoop and sleep for its return value. Thread.sleep(onLoop()); } catch (InterruptedException e) { e.printStackTrace(); } } } public abstract int onLoop(); public int getDifference(String name) { if (current.containsKey(name)) return current.get(name) - (previous.containsKey(name) ? previous.get(name) : 0); else if (previous.containsKey(name)) return 0 - previous.get(name); else return 0; } }
  7. 2 points
    Dear OSBot community, As some of you may have noticed, the SOTW events haven't been a success lately even though a lot of people have PM'd me to ask when I was going to host another SOTW event. The thing is, when I do host it eventually I always end up struggling to get even 2 or 3 participants, so I figured that this is not how to go about it. I have discussed some of the issues with a few people and came to the conclusion that hosting a SOTM event might be a better idea, this means that people will have approximately 1 month to submit their entries, so that's one issue fixed but a few more to go. I will also be looking into better rewards and possibly a donation system to give people more incentive to participate. And finally I will be looking into the issues with the themes because that is partly responsible for the sheer amount of participants as well. So I need more input and ideas from the community for each of those subjects: rewards, donation system, theme suggestions or even other ideas to make the competition more interesting. Feel free to post them below! (Please don't bother posting if it's not a serious suggestion)
  8. Good How? Thanks ;)
  9. Requested by @Orange since this was free, I didn't completely follow what he requested. sorry for that my man No idea how to make a transparent background, sorry
  10. I think he used microsoft word
  11. This release probably won't be put on the stable track because there aren't many noticeable changes from an end-user perspective. If this version runs smoothly, I'll be able to move on to cleaning up Camera Events. Download link: Click here You may also use the control panel on the right hand side of the forum index. Changelog: -Removed ArbitraryTaskGroup -Removed Bank container caching -Added MouseDestination getBot() -MouseDestination evaluate() utilizes super bot, empty constructors --Updated 13 destination types -Removed OSBot 1 MouseDestination constructor -MouseMoveEvent converts destinations to PointDestinations --Evaluations are based on PointDestination evaluate() ---Distance from mouse to destination is less than 3 -InteractionEvent converts all destinations to point destinations --Original destinations retained, silently writes to internal destination -Deprecated Map distance(Entity) -Deprecated Map distance(GroundItem) -Deprecated all Map walking methods -Deprecated Map isMultiCombatArea() -The OSBot Staff
  12. looks good, apply for designer what program did you use???
  13. Fixed some critical bugs, including "Error while loading hooks". Please redownload
  14. i have a mate called james. he owes me like 30 quid the wetwipe.
  15. Please go back to Iran
  16. Too bad the 53 inch tv & 30 ping didn't improve your skill
  17. 2 points
    It's not the first time he's done this unfortunately
  18. Get that 2 post u nub
  19. 2 points
    He just really likes scripts....
  20. COAL BAG CAN ALSO BE ADDED AT AN EXTRA COST! THREAD LAYOUT COURTESY OF @Reason MY ONE AND ONLY SKYPE IS LEGEND.FAN Need fresh accounts with tutorial island done? F2P quests too? Look no further: Resolved's Fresh Account Creation and Questing Service CURRENT WORKERS [member=Wouldcutar] (http://osbot.org/forum/user/164935-wouldcutar/) @dratsum401 @kitten
  21. i just want be a T-Rex go around eating people
  22. that first 1 is so nice
  23. "An error has occurred while loading hooks"
  24. @Decode offers great layouts for like 5 mil. Pretty cheap and looks great.
  25. Best of luck! We need more people like you to enhance market security
  26. You joined like less then 24 hours ago, that must suck balls man.
  27. Alright here is some proggies some bots got ban on my vps but my comp ones still working good hopefully they survive the night Sorry I couldn't make the picture more condense.
  28. Yeah I do have a basic understanding of Java I'm just looking for an introduction to scripting/the osbot api and what's available to me.
  29. use bump button please
  30. Two proggies of this evening
  31. This is a beautiful account man. I have a 70-96-70 account going for 99 strength atm but that slay helm fire cape bgloves is beautifulllll. GL with sales
  32. 1 point
    Don't let your dreams be dreams dude... DO IT
  33. http://osbot.org/forum/topic/75694-os-main-3-letter-name-username-log-in/#entry837518 I was interested in bidding on it.
  34. Foudn the issue, it is actually osbot walking method not wanting to break out it's loop. Implemented own walking methods now, will push update tomorrow together with some more features. EDIT: Script udpated to V0.02: - Fixed walking bug in edgeville - Added some improvements Update tomorrow: - Butler support - More ways to bank! Khaleesi
  35. Quoted from: http://osbot.org/forum/topic/66338-reducing-banning-rates-behind-the-scenes-at-osbot-27-febuary-2015/ Mac is supported now

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.