program Harleydavidsonsportster2AutoLogger;
const
Name='';//this is were you set up your name
Pass=''; // your password
begin
MoveMouseSmooth(46,672);
Wait(100);
HoldMouse(26,752,true);
Wait(1000);
movemousesmooth(48,349);
wait(1000);
movemousesmooth(37,349);
wait(1000);
movemouse(37,349);
wait(1000);
ReleaseMouse(48,349,true);
wait(1000);
clickMouse(48,349,true);
wait(4000);
ClickMouse(137,104,true);
Sendkeys('http://www.runescape.com');
wait(4000);
Clickmouse(794,95,true);
wait(4000);
clickmouse(764,433,true);
wait(3000);
clickmouse(684,418,true);
wait(3000);
Clickmouse(729,345,true);
wait(15000);
clickmouse(596,460,true);
wait(5000);
clickmouse(484,443,true);
wait(5000);
SendKeys(pass);
wait(2000);
clickmouse(483,424,true);
wait(2000);
sendkeys(Name);
wait(2000);
clickmouse(435,493,true);
wait(3000);
clickmouse(533,502,true);
end.