Advertisement
ForumTroll

Untitled

Feb 4th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. name = ForumTroll;
  2. change = watr;
  3. local user = tpt.input("ForumTroll", "Type ForumTroll ");
  4.  
  5. if user ~= "ForumTroll" then do name = false;
  6. end;
  7. end;
  8.  
  9. if user == "ForumTroll" then do name = true;
  10. end;
  11. end;
  12.  
  13. local pass = tpt.input("watr","Type watr ");
  14.  
  15. if name==ForumTroll and pass~=change then do os.exit();
  16.  
  17. end;
  18. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement