altf4foradmin

test

May 8th, 2022 (edited)
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.63 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. wait(3)
  3. local ban = Instance.new('ScreenGui',plr.PlayerGui)
  4. local banT = Instance.new('TextLabel',ban)
  5. Instance.new('UICorner',banT)
  6. ban.Name = 'Banned.'
  7. banT.Name = 'Banned.'
  8. banT.AnchorPoint = Vector2.new(0.5,0.5)
  9. banT.Size = UDim2.new(0.5,0,0.5,0)
  10. banT.Position = UDim2.new(0.5,0,0.5,0)
  11. banT.BackgroundColor3 = Color3.fromRGB(0,0,0)
  12. banT.TextSize = 20
  13. banT.Text = 'Oops! You are banned\nReason: Exploiting, Time: 1 year, Admin note: Exploiting.'
  14. banT.TextColor3 = Color3.fromRGB(255,0,0)
  15. Instance.new('BlurEffect',workspace.CurrentCamera).Size = 100
  16. wait(1)
  17. for i = 1,math.huge do end
Advertisement
Add Comment
Please, Sign In to add comment