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.

Isolate

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Isolate

  1. wont people notice if the owner just changes
  2. Isolate posted a topic in Spam/Off Topic
    "I ain't gay but $20 is $20" Bless this voice
  3. What's link. I'm that idiot that likes to look at things even though he knows they're bad.
  4. Isolate replied to RDM's topic in Spam/Off Topic
  5. Area small = entity.getArea(2); Area big = entity.getArea(3); List<Position> positions = big.getPositions(); if(positions.removeAll(small.getPositions())) { Position position = positions.get(new Random().nextInt((positions.size() - 1))); if (position != null) { WalkingEvent event = new WalkingEvent(position); event.setMiniMapDistanceThreshold(0); event.setMinDistanceThreshold(0); event.setBreakCondition(new Condition() { @Override public boolean evaluate() { return entity.getPosition().distance(myPosition()) >= 3; } }); execute(event); } } ? I think... ? I have a hunch I over complicated it
  6. Yay we're in spam, having a good time as always
  7. They'd be collecting dust, I can clean them up and host them on the sdn if it'd be easier for people
  8. Isolate posted a topic in Spam/Off Topic
    Ohyes.
  9. Isolate replied to Cloxygen's topic in Mining & Smithing
    You are exporting with the OSBot jar inside your script Other than that clean enough, goodluck with your project
  10. 0 > 100 real quick up in here. But yea people should feel free to use neutral feedback more often, it's peoples choice not to.
  11. Ignore me i'm an idiot *bow*
  12. Isolate replied to Isolate's topic in General Help
    nvm seems to work suddenly through CLI... spooky...
  13. Isolate replied to Isolate's topic in General Help
    I'm not sure whether it's a case of a pool of all the types on one side vs a proxy that can actually support all protocols, and having them all in one address is useful for me
  14. Isolate replied to Isolate's topic in General Help
    Just asking if the client has support for proxies that support all the protocols through one address. They can be used for things like this if the support is in place (like 10-15 lines of code) was just curious if it's a thing that is in place for like ease of life
  15. Isolate posted a topic in General Help
    Does the client support proxies that support multiple protocols (HTTP/HTTPS/SOCKS4/5) themselves or must it be strictly SOCKS4/5 I was doing socket work for stuff and found if I wanted to use the SOCKS feature when using a socket on proxies with multiple protocol support like this I Needed to reflect and tell it I wanted v4 (If I didn't i'd get SocketException: Malformed reply from SOCKS server) and I was wondering if the client has this support for it's runescape stuff or not.
  16. Isolate replied to Trees's topic in Archive
    yea it should, you can strip the info you need like world and script and reboot a new one or whatever you're doing
  17. Isolate replied to Trees's topic in Archive
    execute (for windows) WMIC path win32_process get Caption,Processid,Commandline if line.contains(getBot().getUsername()) the last thing in that line however you wanna filter it out will be the pid then do what you want with it
  18. I came here to say what I said ;-; that I find methods which do not use mouse "movements"/paths to be better if done right. Also just gonna point out I would say this client camera.toEntity() would cause some issues was just testing stuff with it and it always orientates the object the same relative to your player instead of moving it so the object is randomly on your screen
  19. Didn't realize I was dealing with a presumption fuckhead. I know you can't do it in the same tick, I also know the games tick rate, so if you account for that... guess what you can fucking do mate, you can move it instantly, and wait for it, wait for it bro, in the next tick... you can click, oath that was a hard conclusion. So. Since this method DOES NOT MOVE THE MOUSE ALONG A PATH you can take all the bullshit YOU'RE spouting, and stick it up your ass
  20. I have accounts that have no mouse movements only clicks... and I dispute this... I personally think they work better than using the mouse... also it does register events correctly if you're like, not autistic
  21. are you meant to "use these" I never have

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.