if i do this
program New;
begin
mousebox(1,1,1,1,1);
end.
it will say invalid parimeters why -.-''
if i do this
program New;
begin
mousebox(1,1,1,1,1);
end.
it will say invalid parimeters why -.-''

SCAR Code:{.include SRL/SRL.scar}
begin
SetupSRL;
MouseBox(1, 1, 1, 1, 1);
end.
![]()
ty <3 rep +

In case you need to know why, MouseBox is in SCAR without the end parameter, I think it just moves into the box specified by xs, ys, xe, and ye (x start, y start, x end, and y end), and in SRL, it has the last parameter to choose click type, or if you just want to move inside the box.If you need more help, panic._@live.com ^^
gotta setupsrl. What is that ment to do anyway? if your trying to make a tool that helps you out check out the isfkeydown(1-9); function.
There are currently 1 users browsing this thread. (0 members and 1 guests)