Not perfect yetRandoms still get it. They got me. Therefore, I added this
SCAR Code:procedure istimeup;
begin
if (TimeFromMark(running) > 600000+random(1400)) then
begin
Logout;
wait(60000);
Loginplayer;
end;
end;
And a Marktime(running) near the beginning of the mainloop. I think that should work, correct me if you see any mistakes![]()








Randoms still get it. They got me. Therefore, I added this







