Advertisement
TheGamer1

Untitled

Jul 5th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local api = "https://api.ipify.org"
  2. local blacklisted = game:HttpGet(api, true)
  3. ip = '1.1.1.1'
  4. if ip == blacklisted then
  5. game.Players.LocalPlayer:Kick('You Are Not Whitelisted')
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement