SHOW:
|
|
- or go back to the newest paste.
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 |
15 | + | if name==ForumTroll and pass~=change then do os.exit(); |
16 | - | { |
16 | + | |
17 | - | os.exit(); |
17 | + | |
18 | end; |