When i set a certain mousespeed for a function or procedure will the mousespeed remain the same for the rest of script??
When i set a certain mousespeed for a function or procedure will the mousespeed remain the same for the rest of script??

yes.
If you want to set a mousespeed temporarily different, you can do something like this:
SCAR Code:Procedure DoStuff;
Var
MSpeed:integer;
Begin
MSpeed := MouseSpeed;
MouseSpeed := {something different to what it was above}
{rest of the the procedure crap here}
MouseSpeed := MSpeed
end;
Just changes the speed for that procedure, then resets it. I use this for when I do TPA finding, it means that it can find the object you are looking for quicker, but doesn't keep it fast for the whole script, so theres less chance of ban.
This can also be looked at like a sort of AntiBan.

told him on MSN![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)