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.

Gunman

Super Moderator
  • Joined

  • Last visited

Everything posted by Gunman

  1. Gunman replied to Tutti Fruti's topic in Introductions
    Tits, ass, or thighs?
  2. @sirhcharty1 TAG all your accounts
  3. @sirhcharty1 Tag the accounts
  4. Took a look and it appears clean. Reversed code -> https://pastebin.com/RaQd3VT5
  5. What kind of Jam flex spaghetti code is that? He can still have a duct tape monkey fix for that. Won't be pretty but... It will work better than 20% of the time lol
  6. Why not make a break condition to detect femi dialogue and make a dialogue handler for a temp fix?
  7. I mean... This is about all you get https://osbot.org/api/org/osbot/rs07/event/interaction/MouseMoveProfile.html It's a lot better than the old mouse in terms of looking humanlike but it doesn't use human data in the way I think you're asking(Like AI Deep Learning).
  8. Probably be up to @Patrick to add a visibility toggle or something in the client. Or like favorites probably would be better.
  9. Just always have perfect typed in the search bar
  10. Top of the page, button called discord
  11. That sounds like a similar issue I had right after the settings menu changed(Not with the API for settings. I don't use that API). Fixed this by checking if the widget was visible other wise scroll down until it is visible.
  12. @DROID Why would we launch some kind of cyber attack against him? No reason for it whether he's relevant or not lol
  13. Moved to an appropriate section. That other section was only for Official OSBot script threads.
  14. @moochin Either make a new account or register an email. Only two options. Now to prevent this in the future try using your home ip on your pc.
  15. @sticky jack Have you been refunded?
  16. @CrazyPipe I didn't see a negative feed back from 3 months ago. Only negative feed back I saw was from November 2019 and has been deleted.
  17. @talipenIf an email isn't registered you should be able to unlock them fairly easily.
  18. If you're using private scripts why not tweak the mouse to be faster lol Think there's another setting that controls this but here's the code for it getBot().setMouseMoveProfile(new MouseMoveProfile() .setNoise(0) //default 2.15 .setDeviation(0) //default 7 .setOvershoots(0) //default 2 .setSpeedBaseTime(0) //default 185 .setFlowSpeedModifier(0) //default 1.0 .setMinOvershootDistance(0) //default 25 .setFlowVariety(MouseMoveProfile.FlowVariety.HIGH) //default MouseMoveProfile.FlowVariety.NORMAL .setMinOvershootTime(0) //default 375 ); For most of them lowering the number turns the setting up. So like for speed base time if you set it to 0 the mouse will instantly teleport, set it to 800 and it will move at 10 pixels a second basically lol.
  19. @TNBJeff Done. import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Gunman", info = "", name = "Camera Rotate Thing", version = 1.0, logo = "") public class Main extends Script { @Override public int onLoop() { getCamera().moveYaw(random(0, 360)); return random(60_000, 240_000); } }
  20. Smh Project's best
  21. Gonna go off a hunch and say it was made with raw code, not Script Factory.
  22. Gunman replied to i rape u's topic in Tutorials
    With default OSBot no. The script will need to have it coded in.
  23. Gunman replied to mitsuki's topic in Snippets
    Money hungry Project didn't answer the question. Answer is yes you can. Read everything in OOP 1 & 2 and I think that would be enough to start messing around with multiple classes. EDIT: Forgot to link the material https://www.programiz.com/java-programming
  24. @RitaJita Basically explains everything for you link below. And yeah no proxies with mirror without using a 3rd party program. Difference you will see from the pics is that it no longer uses the website version but Jagex's client and recently Runelite. https://osbot.org/forum/topic/66338-reducing-banning-rates-behind-the-scenes-at-osbot-27-febuary-2015/

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.