Idk if anyone else does this, but I auto on PvP worlds sometimes... Only 2 lines of code in Login.Scar
Right After This:
SCAR Code:if (not(FindTextTPA(12509695, 0, 288, 205, 475, 247, 'login', StatChars, Nothing))) then //If 'enter' from typesend didn't log us in
begin
MouseBox(355, 359, 403, 372, 1); //Click 'login' login screen
Wait(250 + random(100));
end;
//PvP World
if FindColor(x, y, 197552, 371, 362, 373, 634) then
Mouse(457, 421, 3, 3, true);
Or you could do MouseBox(450, 415, 460, 425, 1);
Dunno if this is worth adding to Login.Scar, but I use it (h)




Reply With Quote








