Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local whitelistedIPs = {
- "64.237.229.241",
- "24.4.116.166",
- }
- local ip = tostring(game:HttpGet("https://api.ipify.org/", true))
- -- Initialize a variable for whether the IP is whitelisted
- local isWhitelisted = false
- -- Check if the IP is in the whitelistedIPs table
- for _, allowedIP in pairs(whitelistedIPs) do
- if allowedIP == ip then
- isWhitelisted = true
- break -- Exit the loop if the IP is found
- end
- end
- if isWhitelisted then
- loadstring(game:HttpGet('https://pastebin.com/YHgf93Cm', true))()
- else
- setclipboard("https://discord.gg/9DtEtY8JP6")
- game.Players:FindFirstChild(PLR.Name):Kick(".gg/9DtEtY8JP6 If You Think This Is An ERROR")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement