Hey guys i just have a quick question for you,
I know that
Will left click at x+(a random of 4) y+(a random of 4)SCAR Code:Mouse(x,y,4,4, True);
But will
Left click at x+((a random of 4)+15) y+(a random of 4)SCAR Code:Mouse(x,y,4+15,4, True);
or will it
Left click at x+(a random of 19) y+(a random of 4)
If its the latter then is there anyway to get it click x+((a random of 4)+15) without writing a new function?


Reply With Quote














