Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --LIST
- local Chars = {"A", "a", "S", "s", "D", "d", "F", "f", "G", "g", "H", "h"}
- LM=12
- --FUNC
- function add()
- if math.random(0, 1) == 1 then
- return Chars[math.random(1, LM)]
- else
- return math.random(0, 9)
- end
- end
- --MAKE CODE
- Code=add()
- Code=Code .. add()
- Code=Code .. add()
- Code=Code .. add()
- Code=Code .. add()
- Code=Code .. add()
- Code=Code .. add()
- Code=Code .. add()
- Code=Code .. add()
- Code=Code .. add()
- --OUTPUT
- print("Token: " .. Code)
Advertisement
Add Comment
Please, Sign In to add comment