//gimme cred if u use in ya scripts thanx //only works in runescape not rs cilents sorry //credits go to neonknight77 for helping me learn to script //intstuctions; //put your username in on line 9 //put your password in on line 15 program logmein; begin writeln('starting logmein...') clickmouse(468, 292, true) wait(200) clickmouse(363, 257, true) wait(1500) sendkeys('username') wait(2000) clickmouse(361, 273, true) wait(1500) sendkeys('password') wait(2000) clickmouse(303, 320, true) wait(5000) clickmouse(481, 337, true) end.