Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("Lighting").Blur.Enabled = true
- local notif = game:GetService("Players").LocalPlayer.PlayerGui.MainGUI.Scripts.GUIHandler.MessageBox:Clone()
- notif.Title.Text = "Account Ban (1042)"
- notif.Parent = game.Players.LocalPlayer.PlayerGui.MainGUI
- notif.ScrollFrame.Content.Text = "Your account was BANNED because it used cheats, scripts, bots and/or exploits."
- notif.Visible = true
- notif.Title.TextColor3 = Color3.new(1,0,0)
- notif.Ok.ImageColor3 = Color3.new(1,0,0)
- wait(5)
- game.Players.LocalPlayer:Kick("You were kicked from this game: Account Ban (1042)\nYour account was BANNED because it used cheats, scripts, bots and/or exploits. \nThe ban is PERMANENT and can't be appealed!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement