BlindMistake Posted July 17, 2018 Share Posted July 17, 2018 Obviously I can't really prove that it wasn't a ban that was already coming and coincided with the change, but yesterday after replacing webWalk() with walkPath() in my personal script my account was banned within two hours. I'm honestly not too surprised. I was watching the bot when I started it yesterday to make sure the change didn't break anything and noticed that it would walk to tiles that were within like two tiles of the character before continuing on to the next tile in the path. That behavior seems like it would be a dead giveaway that it's a bot since people don't normally do that. For reference, the account was a four-week old level 3 that had previously been using only this script. I'm planning on writing my own path walking method now, so I'll probably post an update later about how it worked out. Also, can someone explain to me what exactly webWalk does that makes it so fucking RAM intensive? It eats RAM like goddamn candy. Quote Link to comment Share on other sites More sharing options...
Alek Posted July 18, 2018 Share Posted July 18, 2018 Write your own web walker and walk path method then. 3 Quote Link to comment Share on other sites More sharing options...
BlindMistake Posted July 18, 2018 Author Share Posted July 18, 2018 1 hour ago, Alek said: Write your own web walker and walk path method then. Pretty much have to bruh. Your web walker works fucking perfectly, but consumes too much RAM for my cheap 1GB VPS. Plus I don't need anything that complicated for the script anyway. walkPath moves too suspiciously (I think). For the record, I'm just trying to point out that it moves odd using walkPath. I think OSBot is awesome, don't be so angry. Quote Link to comment Share on other sites More sharing options...
Pegasus Posted July 18, 2018 Share Posted July 18, 2018 28 minutes ago, BlindMistake said: Pretty much have to bruh. Your web walker works fucking perfectly, but consumes too much RAM for my cheap 1GB VPS. Plus I don't need anything that complicated for the script anyway. walkPath moves too suspiciously (I think). For the record, I'm just trying to point out that it moves odd using walkPath. I think OSBot is awesome, don't be so angry. I guess you can hardcode more than one position lists and then randomly use it with webpath(). Quote Link to comment Share on other sites More sharing options...