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.

HunterRS

Members
  • Joined

  • Last visited

Everything posted by HunterRS

  1. Not true, depending on how the client is implemented there can be many client side protections to help detect the use of 3rd party software that are protocol based. There is a lot going on behind the scene that you might not be aware of. If this interests you WoW did something like that to detect a packet based bot a long time ago, look it up.
  2. thursday, client is broken, wait for update.
  3. You are using a centos based docker and running the client on it. I do not think this is what he is looking for as it adds some overhead. EDIT: To clear up, I believe the Java docker has a stripped down Unix base more suitable for minimal Java use
  4. Haven't tried this but might want to look into forking and then running the client. Also out of curiosity, why do you want to run it inside a docker? Edit: As for the X server, I agree with your conclusion. Maybe something devs should look into as there is no reason X11 should be active when no interface is used.
  5. I meant just with that, I have the following on my sandcrabs script and it works everytime. (Credit not to me, don't remember where I got it it was a long time ago) private static boolean walkExact(Script script, Position position) { WalkingEvent event = new WalkingEvent(position); event.setMinDistanceThreshold(0); return script.execute(event).hasFinished(); } Sorry for no codeblock, don't know how to do it on mobile. EDIT: To be clear, I call that function over and over again until the player reached the position.
  6. Have you tried a WalkingEvent with event.setMinDistanceThreshold(0)?
  7. That moment when you are new to botting so you download a bunch of RATs and osbot then blame the only one that works because it is the last one you used.
  8. HunterRS replied to Dark798's topic in Goals
    Good luck!

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.