Looks pretty good, but I think you've copied and edited some parts of other people. You should credit them considering you used parts.
Also for the antiban
Simba Code:
MMouse(MMX1, MMY1, MMX2, MMY2);
That will move the mouse to the co-ords of MMX1 and MMY1 which is like 500, 5
But with a randomness of MMX1 for x which is like 500 and MMY2 for y which is like 5.
So it will move to a completely weird position.
I think you wanted to move it within a box?
Simba Code:
Mousebox(MMX1, MMY1, MMX2, MMY2, 2);
Moves the mouse to a random spot within the box around the minimap co-ords.