Jump to content

Psvxe

Members
  • Posts

    235
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Psvxe

  1. Your eyes have to adjust.
  2. Uh yeah. But getting myself some bread. Will do for tonight. Thanks anyway
  3. Don't you have such website like www.bitonic.nl in your country?
  4. 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
  5. EDIT: Figured the problem out.
  6. Assuming you didn't use mirror right? Hopinh your mule doesn't get banned
  7. 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.
  8. So, from now on I wont see pre-set paths anymore, anywhere?
  9. Don't change your ip that often.. lol
  10. Woodcutting seems fine for me. got 1-60 wc in one day. (Using mirror)
  11. 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
  12. No idea, could be. But what I've they monitor the behavior of that?
  13. 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.
  14. 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.
  15. Going to add a few add-ons. Found a few things what could make the walking even smoother.
  16. 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?
  17. Haha I'm dutch too ;p
  18. 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/
  19. Dafuq did you bot? lol
  20. Haha, I get you. :') Native language?
  21. You should use medium temperature water instead of cold.
  22. Depends, I just bot 8-10 hours a day.
×
×
  • Create New...