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.

Psvxe

Members
  • Joined

  • Last visited

Everything posted by Psvxe

  1. Doubt LeBron get the main problem now. If he doesn't refund it he will only harm his own service and make less profit overall. To be honest, you have no idea how to run a business.
  2. Psvxe replied to Fruity's topic in Spam/Off Topic
    Your eyes have to adjust.
  3. Psvxe replied to Psvxe's topic in Spam/Off Topic
    Uh yeah. But getting myself some bread. Will do for tonight. Thanks anyway
  4. Don't you have such website like www.bitonic.nl in your country?
  5. Psvxe replied to Psvxe's topic in Spam/Off Topic
    Well, my bro took the money with him by accident to Apedoorn (another city). Now I'm left at home. Probem I figured out is that the last batch of bank transfers is aready done so bank is too late. That's why paypal will only work. Since I can't buy something in the supermarket with Paypal I'm stuck with ordering. EDIT: can be closed. Got money on my diff bank account. 3 euro's but that would be enough
  6. Psvxe replied to Psvxe's topic in Spam/Off Topic
    Worth a try (a)
  7. Psvxe posted a topic in Spam/Off Topic
    EDIT: Figured the problem out.
  8. Could be his VIP just expired.
  9. Assuming you didn't use mirror right? Hopinh your mule doesn't get banned
  10. Well hello, my happy co-botters. Thought I should give a small introduction on my late night alone while watching Magic Mike. I'm Psvxe, perhaps a few will know me as Yannick or I P0wnd U I. (Ex-admin from the RSPS Soulsplit) I just turned 19 years old and I'm from The Netherlands. I'd Waterpolo but had to quit because of a few shoulder injuries. I've been into Runescape since I was 7 and been into botting since I am 11. My biggest achievement in Runescape is that within 12 years I still don't have a single 99 skill. I'm proud of that. This week my first account got banned too. #win Me and my girlfriend being weird.
  11. So, from now on I wont see pre-set paths anymore, anywhere?
  12. Don't change your ip that often.. lol
  13. Woodcutting seems fine for me. got 1-60 wc in one day. (Using mirror)
  14. Sometimes I got the same problem. I just re-open the mirror client and check if it's fixed. Then I open a script twice and everything working fine
  15. No idea, could be. But what I've they monitor the behavior of that?
  16. It really isn't. If you need help just hit me up trough pm I'm trying to make a webwalker. Actually, I got most of the data. Even thinking of releasing that. Perhaps something far more advanced could be created for public to use. So we don't get banned because we use 10 different kinds of walking. Anyways, https://www.youtube.com/watch?v=KUAwauxufCM Few small flaws but it corrects itself. Loads and walks trough 2 regions.
  17. I'll upload a video.
  18. So, is there a webwalker out for public? And I don't see how you can travel from lumbridge to ardougne without the use of a pre-set path and the use of the current local walker. But if you could explain, it would be nice.
  19. Going to add a few add-ons. Found a few things what could make the walking even smoother.
  20. Can't be that hard.. Priest in Peril can be done as a skiller. where you've to kill multipile lvl 30's. What about using saradomin brews?
  21. Haha I'm dutch too ;p
  22. Since I'm getting pretty tired of people making pre-set paths I'd port overflow's pathfinder to OSBot. When you have to walk a large distance you could use this code down here instead of using pre-set paths. import nl.psvxe.scripts.pathfinder.core.util.Structure; import nl.psvxe.scripts.pathfinder.core.wrapper.TilePath; import nl.psvxe.scripts.pathfinder.impl.Pathfinder; private Position[] currentPath; path = pf.findPath(Structure.TILE.getHash(ctx.myPosition().getX(), ctx.myPosition().getY(), ctx.myPosition().getZ()),Structure.TILE.getHash(x, y, z), 500, false); if(path == null){ ctx.localWalker.walk(new Position(ctx.myPosition().getX()+3, ctx.myPosition().getY()+2,0)); return; } currentPath = new Position[path.size()]; for (int i = 0; i < path.size(); i++) { currentPath[i] = getTile(path.get(i).getHash()); } ctx.localWalker.walkPath(currentPath); private Position getTile(int hash) { return new Position(Structure.TILE.getX(hash), Structure.TILE.getY(hash), Structure.TILE.getZ(hash)); } Sometimes it can get stuck if get into a new region. To fix this you've to add Dynamicsleep and return if it isn't moving. if(ctx.localWalker.walkPath(currentPath)){ new DynamicSleep(int0, int1){ @Override public boolean breakCondition() { return !ctx.myPlayer().isMoving(); } }.sleep(); }Download the jar and import it into your libary: https://www.dropbox.com/s/lskdq1s4hiykyec/Pathfinder.jar?dl=0 Thanks overflow for the code! https://github.com/Overflow-p****bot/Pathfinder Thanks Erke for helping me out with a few things To make the paths more randomized you could add this within the code too: http://osbot.org/forum/topic/71632-getrandomizedpathposition-int-getlocalpathposition-position/
  23. Psvxe replied to Framble's topic in Runescape
    Dafuq did you bot? lol
  24. Haha, I get you. :') Native language?
  25. You should use medium temperature water instead of cold.

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.