I do have a runescape members and non members log in.
It does high detail everytime.
Will only do main page, detail select, and world select.
Will no log in in to actually runescape, onnly get you to the login page.
It is set to my computer screen placement, and might not be right for your computer.
Sorry if it's not, it is just a simple clicker sort of.
non members:
Members:Code://RuneScape NON-MEMBERS VERSION!!!!!!!!!!!!!!!!!! //Everything set don't touch unless you want to midify program Login; procedure MainPage; begin MoveMouse(746,292) Wait(1500+random(267)) ClickMouse(746,292,true) end; procedure DetailSelect;//High detail only!!! begin MoveMouse(346,285) Wait(1500+random(267)) ClickMouse(346,285,true) end; procedure WorldSelect; begin MoveMouse(445,207) Wait(1500+random(267)) ClickMouse(445,207,true) end; begin MainPage Wait(2500+random(274)) DetailSelect Wait(2500+random(265)) WorldSelect end.
Code:// RUNESCAPE MEMBERS VERSION!!!!!!!! //Everything set don't touch unless you want to midify program Login; procedure MainPage; begin MoveMouse(746,292) Wait(1500+random(267)) ClickMouse(746,292,true) end; procedure DetailSelect;//High detail only!!! begin MoveMouse(346,285) Wait(1500+random(267)) ClickMouse(346,285,true) end; procedure WorldSelect; begin MoveMouse(706,358) Wait(1500+random(267)) ClickMouse(706,358,true) end; begin MainPage Wait(2500+random(274)) DetailSelect Wait(2500+random(265)) WorldSelect end.


Reply With Quote






