anyone have a timer functon so i can make script logout and log back in?
anyone have a timer functon so i can make script logout and log back in?
http://www.youtube.com/user/YoHoJoSRL
Good scripting guides on youtube
Formerly known as (djcheater)
i think he means like it times how long to stay logged in and the how long to sleep.
@djcheater - just look in some scripts that sleep, and try out some of them.
soooo
SCAR Code:procedure DoIt;
const
TimeToRun := 120000;
TimeToSleep := 60000;
begin
DoThis;
repeat
repeat
DoThat;
until TimeToRun >= TimeRunning;
Logout;
Wait(TimeToSleep);
until ...blah blah...
end.
...something like that
There are currently 1 users browsing this thread. (0 members and 1 guests)