Everything posted by Psvxe
-
Scamming allowed because of TOS?
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.
- Anyone Else?
-
Can be closed.
Uh yeah. But getting myself some bread. Will do for tonight. Thanks anyway
-
Buying $50USD+ worth of BTC
Don't you have such website like www.bitonic.nl in your country?
-
Can be closed.
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
- Can be closed.
- Can be closed.
-
2/3 accounts banned here's what happened.
Could be his VIP just expired.
-
2/3 accounts banned here's what happened.
Assuming you didn't use mirror right? Hopinh your mule doesn't get banned
-
Better late than never.
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.
-
Pathfinding without the use of pre-set paths
So, from now on I wont see pre-set paths anymore, anywhere?
-
Attention gold farmers
Don't change your ip that often.. lol
-
Attention gold farmers
Woodcutting seems fine for me. got 1-60 wc in one day. (Using mirror)
-
An error has occurred while loading hooks
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
-
Pathfinding without the use of pre-set paths
No idea, could be. But what I've they monitor the behavior of that?
-
Pathfinding without the use of pre-set paths
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.
-
Pathfinding without the use of pre-set paths
I'll upload a video.
-
Pathfinding without the use of pre-set paths
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.
-
Pathfinding without the use of pre-set paths
Going to add a few add-ons. Found a few things what could make the walking even smoother.
-
40 Def Pure Recruitment Drive
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?
-
Jagex trolled me :(
Haha I'm dutch too ;p
-
Pathfinding without the use of pre-set paths
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/
- Turn off your bots!
-
Jagex trolled me :(
Haha, I get you. :') Native language?
-
Jagex trolled me :(
You should use medium temperature water instead of cold.