Ok, So I'm doing this command...
Mouse(229, 104, 1, 1,true)
It works but the mouse is moving EXTREMELY slow.
And it only just now started doing it. What's with that?
Ok, So I'm doing this command...
Mouse(229, 104, 1, 1,true)
It works but the mouse is moving EXTREMELY slow.
And it only just now started doing it. What's with that?
Have you called SetupSRL?
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
<TViYH> i had a dream about you again awkwardsaw
Malachi 2:3
Why is it moving slow?Code:program Swaggin; {.include srl/srl.scar} function GenerateRandomWord : String; begin case RandomRange(1, 10) of 1: Result := 'youtube'; 2: Result := 'villavu srl'; 3: Result := 'facebook'; 4: Result := 'how big is the earth?'; 5: Result := 'google maps'; 6: Result := 'new planet found'; 7: Result := 'over population'; 8: Result := 'global warming'; 9: Result := 'homework help'; 10: Result := 'how to code html?'; end; end; begin Mouse(229, 104, 1, 1,true) //change to coordinates of search bar GenerateRandomWord; Mouse(397, 267,1,1,true) //Change to coordinates of Search Button end.
Make "SetupSRL" the first procedure called!
SCAR Code:begin
SetupSRL; // or MouseSpeed := 13;
Mouse({...});
GenerateRandomWord;
Mouse({...});
end.
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
There are currently 1 users browsing this thread. (0 members and 1 guests)