It works, but one problem is that I have to click on the runescape window, before the script starts. And I only give you 1 second to click the runescape window. I need a way to fix it plz.
Code:program AutoLogin; {.include SRL/SRL.scar} const username=''; //username here password=''; //password here procedure ClickExistingUser; begin movemouse(449+random(50),277+random(10)); wait(200+random(200)); clickmouse(449+random(10),277+random(10),true); end; procedure ClickLogin; begin movemouse(274+random(50),318+random(10)); wait(200+random(200)); clickmouse(274+random(50),318+random(10),true); end; begin wait (1000) ClickExistingUser; wait(500+random(100)); TypeSend(username); wait(500+random(100)); TypeSend(password); ClickLogin; end.


Reply With Quote
l





