Advertisement
VirusGuy99

shitty ip wl example

Nov 19th, 2020
663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.90 KB | None | 0 0
  1. local namelocal = tostring(game:HttpGet("https://api64.ipify.org/", true))
  2. local namelocal2 = "74.215.12.161" .. "92.9.63.84" .. namelocal .. "201.218.15.190" .. "32.68.187.107" .. "40.125.37.131" --these are random ips
  3. local namelocal3 = syn.crypt.custom.hash(
  4.     "sha512",
  5.     namelocal2)
  6. local namelocal4 = syn.crypt.custom.hash(
  7.     "sha384",
  8.     namelocal3)
  9. local namelocal5 = syn.crypt.custom.hash(
  10.     "sha3-512",
  11.     namelocal4)
  12.     local namelocal6 =
  13.     syn_crypt_b64_encode(namelocal5)
  14.     local namelocal7 =
  15.     syn.crypt.custom.hash(
  16.     "sha3-384",
  17.     namelocal6)
  18. if namelocal8 == "correct hash" or "correct hash" or "correct hash" --i recommend these being on a server-sided database,just saying that this isnt secure at all.
  19. then print("whitelisted") else --instead of print whitelisted put your script
  20.     print("no")
  21. end
  22.  
  23. --must obfuscate for people to not see keys obviously.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement