
Originally Posted by
nhawkesn
Tryin it now. it seems to click rather quick though. hope the waits are setup correctly?
bit concerned it seems to click the exact same 2 spots on the target very rapidly and unhuman like, clicks extremely fast on competition. never makes human like mistakes...
seems very detectable?
I agree.. it's bouncing back and forth between the two exact same spots when it spam clicks and it is clicking very fast
as long as the waits are good for the fast clicking I have no problem with that.. but it is clicking two points and only those two
edit:
go down to line 334 for me.. so should be around there
you'll see
Simba Code:
MMouse(TP.x, TP.y - 25, 1, 1);
change to something like
Simba Code:
MMouse(TP.x, TP.y - 25, 5, 5);
makes it much more random
also I added a line under it:
Simba Code:
MMouse(TP.x, TP.y - 25, 5, 5);
wait(25+random(100));
seems very good like that

(with my changes)