Keep Alive Script

MrObvious

Senior Member
I looked through all the forums for a "keep alive" script. After that last update by toons get kicked to character select pretty quickly after going afk. Is there basic keep alive script out there?
 

Hendrix

Well-Known Member
Code:
function main ()
{
    while 1
    {
        press space
        wait 27000
    }
}
Assuming spacebar is jump, you will jump every 45 minutes until you end the script
 

MrObvious

Senior Member
Good to know it is that simple. And actually, the log to character select is not so bad. It saves food/drink and you can log back in quickly enough.
 
Top Bottom