Okey so this is my first script and im not sure if what i have done is correct =/.
I have started by attempting a Log In script this is what I have so far.
I went to test it, the debug box says:HTML Code:program LogIn; {.include srl/srl.scar} Procedure ClickOnExistingUserButton; Begin Mouse(626, -33887329,1,1,true) Wait(1000+Random(2000)) WriteLn('Clicked Existing User Button') end; Procedure TypeInUserandPass; begin TypeSend('UsernameHere') // Username here! wait(100+Random(200)) TypeSend('PasswordHere') // Password here! end; Procedure CompleteLogin; Begin end; begin end.
But the script does nothing :S.Successfully compiled (3240 ms)
Successfully executed
Is there a problem with the script or is it my laptop?


Reply With Quote









