Hello everyone,
I'm busy making an auto alcher, but got stuck with the GameTabs.
SCAR Code:program AutoAlcher;
{.include SRL\srl.scar}
var
i: Integer;
begin
GameTab(7);
i:= 0;
repeat
i:= i + 1;
clickmouse(572,350,true);
wait(1200);
until(i >= 5);
end.
The script needs to click on tab 7 first, before he will start with clickmouse.
How do i fix this?![]()
Thx anyways,
Superwauwie
Edit:
The only problem is that if I run this script. he will move very slow toward tab 7.
But only with my script. Other scripts work perfect. :S
Hope this will the give the needed information to solve the problem.


Reply With Quote











