Hey guys, I want to add an custom made anti-ban sequence into my script using random mouse movements, is this possible?
I tried
and it saysCode:MoveMouse(randomrange(100,456));
[Error] (31:36): Invalid number of parameters at line 30
Compiling failed.
for that code...
So I tried
and it came up with:Code:MoveMouse(randomrange(100, 456);
[Error] (31:36): comma (',') expected at line 30
Compiling failed.
So where the F should the , be haha





Reply With Quote
