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.

Token

Script Officer
  • Joined

  • Last visited

Everything posted by Token

  1. You were talking about mouse movements. Moving the mouse out of the runescape window is a mouse movement. There is no other way to interpret it at code level. Delaying interactions means delaying mouse movements. Everything you mentioned can only be interpreted as mouse movement behaviour. EDIT: Just so you know, everything you mentioned and much more has been researched intensively on another botting site and their ban rates are no way different from ours. I cannot say which bot it is but all their scripts are required to implement lots of things similar to those but A LOT more. Yet there has been no difference, but they still do it.
  2. While this does sound nice I'm 100% sure it's not going to change anything. I can bot 100+ hours without a break and still not receiving bans. If jagex doesn't even look at your login time when searching for bots then they for sure won't bother looking at your mouse movements...
  3. That should freeze your client because it has no sleeps so the new thread will attempt to use the whole CPU execution cap.
  4. 3 min proggy 5/7
  5. Looks good, you might want to consider using a proper thread instead of the paint thread though. As far as I know the paint thread is executed like 60 times a second, so that's literally every ~16 ms which is not really necessary. If you want to go with the optimisations to the maximum then you can detect the changes every tick instead since we have the possibilities to do so with the current API which would be about 40 times more efficient CPU wise.
  6. I would request a porn room, but that won't happen either.
  7. Token replied to Acerd's topic in Spam/Off Topic
    Most offensive scripter.
  8. Do you happen to be selling wow game time too?
  9. objects.getAll().stream().filter(obj -> obj.getPosition() == myPosition()).count() > 0 Returns true if there is an object under your player. Replace objects with groundItems if what you want to check is considered a "ground item".
  10. I wish I knew anything about chompy bird hunting. Never done that (even legit). But from reading your code I can tell you are trying to use an inventory item on a game object which is generally done by interacting with the inventory item using the "Use" action and then interacting with the game object using the appropriate action (it's generally "Use" for that too, item name that appears after is not part of the action). The part which is checking for a chatbox message might generate bugs when the player doesn't have the game chat on or is hidden, you should be able to do that by checking if there is an object with the required name at the player position before attempting to drop it. Also using object and npc names instead of ids would simplify your code a lot. Good look with the script m8
  11. Script doesn't work with black salamander :tears: It starts fighting, leaves after like 10 seconds and restarts
  12. I'm botting somewhere close to snape grass. And the snape grass was just an example. May aswell be a mind rune spawn. These vermins will hog it like there is no tomorrow.
  13. I feel like I need to express my anger when it comes to this select group of persons called "ironmen". I hate them. There is nothing more that I hate on runescape than these pests. I cannot comprehend why whenever I test my scripts which are still in development there has to be one of those who happens to be collecting snape grass somewhere at 2 hours from the closest bank where no one ever goes except for them. They know they are inferior to me because they cannot trade so they choose to report all the bots I happen to be testing my scripts on, because if they cannot trade a person means that person is obviously a bot. As if that wasn't enough, they hop through all worlds to make sure they collect all the snape grass and if they bothered hopping, they will also bother reporting my bots on EVERY world. I HATE THESE VERMINS.
  14. Well... I guess you got an error in the second part of the code. But anyway in order to construct an Area you need the southwest corner and northeast corner x and y coordinates. I don't really understand why you need to use matrices when you need 2 positions. The most logical thing to do is get the furnace Position (as a 3D vector meaning x, y and z) and then you can construct an Area relative to that Position (if you really want an Area). public static Position furnacePosition = new Position(a, b, c); // you get a, b, c ingame public static Area getFurnaceArea() { x = furnacePosition.getX(); y = furnacePosition.getY(); // define a set of rules to create a custom rectangular area // I assume in this case that the furnace is on the eastern wall of a room // which I believe it is so in Port Phasmantys Area furnaceArea = new Area(x - 6, y - 2, x, y + 2); // so this Area is supposed to be 6x4 (6 squares in front of furnace including the furnace // and 2 on each side) return furnaceArea; } You don't need int arrays.
  15. Does anyone know where they are? Eclipse suggests they would be in org.osbot.rs07.utility which is not in the docs at all...
  16. If you mean a script that sets up 2 accounts to splash on each other so they cannot be pked while hunting black chins at the same time between casts then the answer is absolutely no.
  17. Well I voted for anal anyway because I always wanted to get fucked in the ass. I guess it's some sort of lifetime goal for me. PS: If we are on topic, could someone unban me from the chatbox as I've been unjustifiably banned for pornography. EDIT: But the ban was justified.
  18. Me no question understand. Is it about anal or vaginal sex? If that's the case then anal all the way!
  19. Burning shade remains you probably didn't even think of that when you did it, but jagex did
  20. Yes it might not be in the Banks enum. I believe there are quite a few banks missing from that enum. You can always define your own banks though as those are just areas like any other.
  21. What exacly are you looking to see in the API? A static class called "Port Phasmantys"? If that's the case then Varrock isn't part of the API either
  22. I really enjoyed these days because I had more time to focus on my work without all the shitbox fights so I didn't bother appealing it but I guess I will give it a try sometime
  23. Yeh... let's just fuck all programming guidelines and go wild. Dude. Just do whatever the fuck you want. It is your program. Not my business. Stop quoting me every 10 minutes.
  24. And I was hoping he could unban me whenever I posted porn in the shitbox. Now my dreams are gone. :tears:
  25. Token replied to Cop's topic in Botting & Bans
    Go farm on another game... Runescape has the most advanced bot detection system. You won't believe that until you try it though

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.