Advertisement
Asphyixii

Bloxburg Ban Yourself Script

Dec 17th, 2020
2,309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. game:GetService("Lighting").Blur.Enabled = true
  2. local notif = game:GetService("Players").LocalPlayer.PlayerGui.MainGUI.Scripts.GUIHandler.MessageBox:Clone()
  3. notif.Title.Text = "Account Ban (1042)"
  4. notif.Parent = game.Players.LocalPlayer.PlayerGui.MainGUI
  5. notif.ScrollFrame.Content.Text = "Your account was BANNED because it used cheats, scripts, bots and/or exploits."
  6. notif.Visible = true
  7. notif.Title.TextColor3 = Color3.new(1,0,0)
  8. notif.Ok.ImageColor3 = Color3.new(1,0,0)
  9. wait(5)
  10. 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!")
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement