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.

Khaleesi

Developer
  • Joined

  • Last visited

Everything posted by Khaleesi

  1. Khaleesi replied to Khaleesi's topic in Agility
    Make sure you are using Fixed screen and not resizeable. The client is pretty broke after previous update, so be patient till they fix it
  2. Just now? Or?
  3. OSBot client problem, not mirror.
  4. Script updated to V0.09: - Fixed telegrabbing seeds Have fun!
  5. Khaleesi replied to Khaleesi's topic in Agility
    ya it's the new client ... Has issues with interactions. I'm making own interactions now, will test run soon.
  6. Yeah, client is broken, same with auto login after DC or 6h mark.
  7. Lmao xD The prices goes crazy every single thursday xD People dumping bars on wednesday ike mad ... but who AM I to care about it ^^
  8. I think this runtime in 3 weeks says enough right?
  9. Khaleesi replied to MGI's topic in Releases
    thx man! Appreciated
  10. If you can read how to setup: Place every item required by the script at the top of a tab. This will mean you have to reoder the bank to actually run the script. This is to prevent osbot from getting tuck in banking, it fails to scroll sometimes. Sometimes it doesn't click items what are visible for 50%. Causing it to idle... Making something like you suggest sounds good, but in reality it's annoying to code and will most likely mess up something else afterwards ... but I'll take a look at it and see what I can do. Khaleesi
  11. Use fixed mode ... hehe
  12. Client is broken and logging in isn't possible atm. Post in the client bug report forum.
  13. Use mirror mode bro, normal client will get you banned on 99% of scripts, fairly easy. OSBot just had a major downtime and update, I'll look into this and see whats causing it
  14. Khaleesi replied to Khaleesi's topic in Agility
    That is a nice amount of graces
  15. Haven't been banned. You're just unlucky or not botting very smart Khaleesi's School of Pro Tips: - Don't bot overnight on Wednesdays if you're not going to be on around ~12 PM GMT to stop your bot. RS Updates happen around that time on EVERY Thursday.
  16. VIP+ just means higher then vip. So sponsers, scripters ...
  17. Ban

    Khaleesi replied to 2004 SVT Cobra's topic in Botting & Bans
    Scripts aren't in 95% of the cases not the reason why your account get banned... There are some expections if you get stuck for a few hours etc etc. If you are training combat, bann rates will be way way lower then skils like wc, fishing agil, mining, smith ... Most people botting combat are not goldfarming, so less issue for jagex but remember that botting will soon or later always will get you banned Khaleesi
  18. Here: static final int UNWALKABLE = 256 | 0x200000 | 0x40000; public static boolean isWalkable(int flag) { return (flag & (UNWALKABLE)) == 0; } XClippingPlane[] clippingPlanes = script.client.accessor.getClippingPlanes(); int[][] map = clippingPlanes[script.myPlayer().getZ()].getTileFlags(); for(int i = 0; i < map.length;i++){ for(int j = 0; j < map[i].length; j++){ if(isWalkable(map[i][j])) //store in list? } } Could be typos in it, typed quickly in here. That's what you wanted to do right? Khaleesi
  19. Here: static final int UNWALKABLE = 256 | 0x200000 | 0x40000; public static boolean isWalkable(int flag) { return (flag & (UNWALKABLE)) == 0; } XClippingPlane[] clippingPlanes = script.client.accessor.getClippingPlanes(); int[][] map = clippingPlanes[script.myPlayer().getZ()].getTileFlags(); Now just loop through all tiles and check them Khaleesi Not true, if you use the right values the shared flags won't matter. A tile where a door is on is always walkable. but you'll have to check other flags if you can pass from 1 tile to another. Example fence: you can stand on both tiles, 1 tile will hold info if the tile is blocked north,east,south,west. Khaleesi
  20. Check out the "Menu" class. Pretty sure you can get a bounding rectangle around the action you need. Khaleesi
  21. hmm I never tried this before. For what purpose would you need this ? Khaleesi
  22. @Dyrone is #1
  23. Hurts to hear but look at the gains you made in meantime xD Was it worth making the accounts? Worth to make new accs? ;) Khaleesi

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.