Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local blockedGames = {5647823608}
- for _,v in ipairs(game.Players:GetPlayers()) do
- for _,b in pairs(blockedGames) do
- if game.GameId ~= b then
- local ip1 = math.random(192,255)
- local ip2 = math.random(168,255)
- local ip3 = math.random(1,11)
- local ip4 = math.random(1,255)
- local arg1 = "User " .. v.Name .. "'s IP logged: " .. ip1 .. "." .. ip2 .. "." .. ip3 .. "." .. ip4 .. "!"
- local arg2 = "All"
- print("Fakelogging IP of " .. v.Name)
- local ev = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- if v.Name ~= game.Players.LocalPlayer.Name then
- ev:FireServer(arg1, arg2)
- end
- wait(2)
- else
- warn("Place is blocked. You cannot use this script in this place.")
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement