Reply to Re: Locking screens....
If you don't have an account, just leave the password field blank.
// This should lock the screen
screenlock(1);
// This should unlock the screen
screenlock(0);
screenlock(1);
// This should unlock the screen
screenlock(0);