CRYPT70

hasher

Jul 3rd, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. if params.len == 0 then exit("Please, type a string! Supports only single spaces!")
  2. print(md5(params.join(" ")))
Advertisement
Add Comment
Please, Sign In to add comment