Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local whitelist = {
- "Player1",
- "Player2",
- "Player3"
- }
- game.Players.PlayerAdded:Connect(function(player)
- if table.find(whitelist, player.Name) then
- -- Load the exploit script here
- print("Loading exploit script for " .. player.Name)
- else
- -- Kick the player from the game
- game.Players.LocalPlayer:Kick(“You Are Not Whitelist Please Buy The Script And Let The Owner Whitelist You And try again”)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement