View Full Version : Script compiling but mouse doesnt move
The scripts (any flaxpickers) compiled well. Compass found and scar change to the rs window. But then, the mouse doesnt move... Can anyone help me?
This problem is with all the srl scripts.
sorry for my english
WT-Fakawi
08-19-2007, 11:07 AM
The scripts (any flaxpickers) compiled well. Compass found and scar change to the rs window. But then, the mouse doesnt move... Can anyone help me?
This problem is with all the srl scripts.
sorry for my english
Set MouseSpeed to 20 - 40;
MouseSpeed := 20;
n3ss3s
08-19-2007, 11:13 AM
Yes, scroll to the bottom of the script where you find begin, (the main loop)
After the SetupSRL put "mousespeed := 20;"
ya but is a variable...
Procedure SetMouseSpeedEvery(Seconds: Integer; Speed, Rand: Integer); //By: Cheesehunk
Begin
If ((TimeFromMark(MouseSpeedMark) / 1000) = Seconds) Then
Begin
MarkTime(MouseSpeedMark);
Case Random(2) Of
0: MouseSpeed := Speed + Random(Rand);
1: MouseSpeed := Speed - Random(Rand);
End
End
End;
can i do this?
Procedure SetMouseSpeedEvery(Seconds: Integer; Speed, Rand: Integer); //By: Cheesehunk
Begin
If ((TimeFromMark(MouseSpeedMark) / 1000) = Seconds) Then
Begin
MarkTime(MouseSpeedMark);
Case Random(2) Of
0: MouseSpeed :=20
1: MouseSpeed :=20
End
End
End;
edit: where i need set the mousespeed??
WT-Fakawi
08-19-2007, 12:04 PM
ya but is a variable...
Procedure SetMouseSpeedEvery(Seconds: Integer; Speed, Rand: Integer); //By: Cheesehunk
Begin
If ((TimeFromMark(MouseSpeedMark) / 1000) = Seconds) Then
Begin
MarkTime(MouseSpeedMark);
Case Random(2) Of
0: MouseSpeed := Speed + Random(Rand);
1: MouseSpeed := Speed - Random(Rand);
End
End
End;
can i do this?
Procedure SetMouseSpeedEvery(Seconds: Integer; Speed, Rand: Integer); //By: Cheesehunk
Begin
If ((TimeFromMark(MouseSpeedMark) / 1000) = Seconds) Then
Begin
MarkTime(MouseSpeedMark);
Case Random(2) Of
0: MouseSpeed :=20
1: MouseSpeed :=20
End
End
End;
edit: where i need set the mousespeed??
No, in SRL.scar. Set in SetupSrl mousespeed to 20 or 30.
procedure SetupSRL;
begin
if(not(PluginsExist(['BoxPlugin.dll','CerterPlugin.dll','FreddyPlugin.d ll','QuizPlugin.dll'])))then
TerminateScript;
MarkTime ( ST );
LoraxFTW := False;
RoadColor := 0;
WaterColor := 0;
BankColor := 0;
Banks := 0;
kLastChoice := -1;
DisguiseScar(MaskName);
LoadSRLBitMaps;
TheFile := RewriteFile(AppPath + 'ChatLog.txt', False);
LoadSRLConfig;
SetMouseMode(false);
FindClient:=True;
loadcosinearrays;
if LampSkill = '' then LampSkill := 'Mining';
SymbolAccuracy:= 0.8;
InitFreddyPlugin(GetClientWindowHandle);
SetUpSRLReport;
MarkTime ( HoverMark );
Writeln ('SRL Compiled in '+ IntToStr ( HoverMark - ST ) + 'msec.');
MarkTime(LogOutMark);
MarkTime(RandomChatMark);
MarkTime(RandomClickMark);
MarkTime(RotateMark);
MarkTime(KillScriptMark);
MarkTime(LeaveScreenMark);
MarkTime(PickUpMouseMark);
MarkTime(HoverMark);
MarkTime(BoredMark);
MarkTime(MouseSpeedMark);
MarkTime(RCTimeMark);
MarkTime(ST);
end;
ok setupSrl in srl.scar
but i cant see mousespeed :=
...
WT-Fakawi
08-19-2007, 04:30 PM
procedure SetupSRL;
begin
if(not(PluginsExist(['BoxPlugin.dll','CerterPlugin.dll','FreddyPlugin.d ll','QuizPlugin.dll'])))then
TerminateScript;
MarkTime ( ST );
LoraxFTW := False;
RoadColor := 0;
WaterColor := 0;
BankColor := 0;
Banks := 0;
kLastChoice := -1;
DisguiseScar(MaskName);
LoadSRLBitMaps;
TheFile := RewriteFile(AppPath + 'ChatLog.txt', False);
LoadSRLConfig;
SetMouseMode(false);
FindClient:=True;
loadcosinearrays;
if LampSkill = '' then LampSkill := 'Mining';
SymbolAccuracy:= 0.8;
InitFreddyPlugin(GetClientWindowHandle);
SetUpSRLReport;
MarkTime ( HoverMark );
Writeln ('SRL Compiled in '+ IntToStr ( HoverMark - ST ) + 'msec.');
MarkTime(LogOutMark);
MarkTime(RandomChatMark);
MarkTime(RandomClickMark);
MarkTime(RotateMark);
MarkTime(KillScriptMark);
MarkTime(LeaveScreenMark);
MarkTime(PickUpMouseMark);
MarkTime(HoverMark);
MarkTime(BoredMark);
MarkTime(MouseSpeedMark);
MarkTime(RCTimeMark);
MarkTime(ST);
end;
ok setupSrl in srl.scar
but i cant see mousespeed :=
...
Sigh....this is not SRL4 BETA, but 3.81 grrr.
Yes, i use srl 3.81 and divi. but this scripts are tested with them...
and i did try that ( srl4 with divi) but then is the problem: unknow identifier
n3ss3s
08-19-2007, 05:20 PM
GOD DAMIT!
Use SRL 4 with SCAR Divi 3.11 as IN THE REALEASE HAS BEEN TOLD.
There shouldnt be any problems then. Make sure you extract SRL 4 properly.
And, theres no use for SRL 3.81 scripts so just get SRL 4 and Divi 3.11
His post count didn't give it away Fakai ? ;)
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.