Advertisement
Bukz

Client lock concept for MaRs...

Jun 28th, 2011
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. clientLockPass = password // Change "password" to the password you desire.
  2. tmpCP = ""
  3.  
  4. newmenu "Client Locked"
  5. menuitemtextinput "Password: " [] [if (strcmp $arg1 $clientLockPass) [tmpCP = $arg1; add2alias mapstartonce [closemenu "Client Locked"]; tdm ac_complex]]
  6.  
  7. spamClientLock = [
  8.   if (! (strcmp $clientLockPass $tmpCP)) [
  9.     showmenu "Client Locked"
  10.   ]
  11.   sleep 0 spamClientLock
  12. ]
  13.  
  14. add2alias mapstartonce spamClientLock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement