Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local x = {}
- local h = game:GetService("HttpService")
- x.hash=function(txt)
- return h:JSONDecode(game:HttpGet("https://api.hashify.net/hash/md5/hex?value="..txt)).Digest
- end
- return x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement