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.

Woody

Members
  • Joined

  • Last visited

Everything posted by Woody

  1. The API should not differ that much from the other's API, at least what I know. Post your questions here. The community will surely answer them!
  2. Woody replied to Bravo2's topic in Spam/Off Topic
    Show us your calves. It's the most important muscle
  3. What if you wear a pair of heavy working boots that do not conduct electricity that easily? Good idea though
  4. I'm not sure it detects different resistance since it's a powerful saw, like you said. Perhaps there's a system for detecting blood, flesh or similar, on the blade. It's just a guess.
  5. Woody replied to Orange's topic in Spam/Off Topic
    6/10
  6. Woody replied to Varc's topic in Spam/Off Topic
    20
  7. Woody replied to Alek's topic in Spam/Off Topic
    Today i met my girlfriend at mcdonalds and touched tips with her dad. This was not a normal father, he was sick. He told his daughter, that unfortunately he was dying of boredom due to flaccid balls. What would her mother say if she knew that her tongue was brown? I
  8. Woody replied to 1 ticks's topic in Spam/Off Topic
    I do not care. If they want an army, they can have it. But Lithuania is a member of the shitty organisation NATO, so they probably have to have an army.
  9. Woody replied to Magyar's topic in Spam/Off Topic
    you eat lofas for breakfast
  10. Woody replied to 1 ticks's topic in Spam/Off Topic
    Russia can do it even if Lithuania have an army
  11. Alright
  12. Lol, shame on me... So with map[x][y] I can find the flag's tile?
  13. This is what I have ArrayList<Integer> walkableTiles = new ArrayList<Integer>(); @Override public int onLoop() throws InterruptedException { XClippingPlane[] planes = map.getRegion().getClippingPlanes(); int[][] map = planes[myPlayer().getZ()].getTileFlags(); for(int x = 0; x < map.length; x++) { for(int y = 0; y < map[x].length; y++) { if(isWalkable(map[x][y])) { walkableTiles.add(map[x][y]); } } } return 5000; } public void onExit() { try { BufferedWriter writer = new BufferedWriter ( new FileWriter(".\\positions.txt")); for(int i = 0; i < walkableTiles.size(); i++) { writer.write(""+walkableTiles.get(i)); writer.newLine(); } } catch (IOException e) { e.printStackTrace(); } } When I look at the text file, there are mostly zeros and some other values that doesn't look like tile positions... I've tested some other methods and experimented with it, but I get the same all the time. What's wrong?
  14. Oh yea.. Now I get it. Thank you!
  15. I might be dumb, but what do you mean with "just loop through all tiles and check them"
  16. I see your point. As for the painting, how do you paint nodes and print the world map, like this:
  17. For now I just need walkable tiles on plane 0 (surface). So planes will contain both x and y value? If I was to use getRegion().getTiles(), would it return non walkable tiles aswell? Well, as for trying this for the first time, missing some tiles will not be a big issue.
  18. I want to map the walkable tiles in the current region and save them in a list, to use them as nodes for web walking. Anyone got an idea?
  19. Woody replied to Blair's topic in Botting & Bans
    48 hour ban here aswell... It looks like I got caught by a mod in game
  20. Your skills: 80 ranged, 70 def, 60 prayer, 87 hp Payment method: rsgp Added me yet: yes
  21. Could this help you?
  22. Is it worth using Stream API in this method? This method is not so much timeconsuming and it goes pretty fast. But there are maybe some other pros with Stream API which I am not aware of. Other than that, I really appreciate your help!
  23. Woody replied to Epsilon's topic in Spam/Off Topic
    im your dad
  24. Woody replied to Woody's topic in Spam/Off Topic
    she want dem cakes

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.