Hello, I have this code but not work well ... Someone could help me?
Here is the code:
And the problem is ... why my bot just jump in rect line like this photo?
[Only registered and activated users can see links. Click Here To Register...]
Thanks!
Here is the code:
Code:
Random XCoords = new Random(); int FinalX = XCoords.Next(40, 60); Random YCoords = new Random(); int FinalY = YCoords.Next(40, 61); Jump((ushort)FinalX, (ushort)FinalY);
[Only registered and activated users can see links. Click Here To Register...]
Thanks!