Damian666 4 Posted March 14, 2021 Hello, I'm a bit of a noob and can't find much on the subject. Are there any tutorials, guides or tricks to reduce the chances of your script being detected? So far all I have used are breaks and changing between in-game actions, I've heard that mouse and camera movements can help. Any tips will be appreciated, thanks in advance.
flipjazz 13 Posted March 14, 2021 There's some resources in the Snippets section. I've been using Zen's antiban as a reference: I also think there are general principles you should follow -- like when moving somewhere, try to move to an Area with area.getRandomTile() instead of using hardcoded tiles.
Damian666 4 Author Posted March 15, 2021 12 hours ago, flipjazz said: There's some resources in the Snippets section. I've been using Zen's antiban as a reference: I also think there are general principles you should follow -- like when moving somewhere, try to move to an Area with area.getRandomTile() instead of using hardcoded tiles. thx for the link!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.