Advertisement
ForumTroll

testing

Feb 4th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  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
  16. {
  17.  os.exit();
  18.  
  19. end;
  20. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement