if radial walkin and ddtm fails would a mousebox failsafe be bannable?
if radial walkin and ddtm fails would a mousebox failsafe be bannable?
MouseBox is not a bannable function if used properly. I use it all the time when I know where the coordinates of something will be (like with fletching). You can do the exact same thing with Mouse that you can with MouseBox too.
Like
SCAR Code:Mouse(50,50,50,50,true);
Is the same as:
SCAR Code:MouseBox(50,50,100,100,1);
You may want to use something like Cazax's BlindClick which will walk regardless of the angle kind of thing. It'd be a better fail safe than the one you are thinking of using.
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
I thought Randx and Randy were both positive and negative?
I always thought it was positive or negative too... but i guess it isn't.
This is what it is:
should be changed toCode:X := x + random(rx); Y := y + random(ry);
Code:X := RandomRange(x - rx, x + rx); Y := RandomRange(y - ry, y + ry);

Def should be negative as well.
There are currently 1 users browsing this thread. (0 members and 1 guests)