4zx16

Banned Gui Name

Jul 18th, 2021 (edited)
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. --[[
  2.   ANTI BAR GUI BACKDOOR!, Made by 4z#0001
  3. ]]
  4. local StorageService = game:GetService("ServerStorage")
  5. local PlayerService = game.Players
  6.  
  7. local function Clean()
  8.     if StorageService:FindFirstChild("Bar") then
  9.         local BackdoorGui = StorageService.Bar
  10.         print(BackdoorGui.Name.. " was removed for being a backdoor!")
  11.         BackdoorGui:Destroy()
  12.     end
  13. end
  14.  
  15. PlayerService.PlayerAdded:Connect(function(newPlayer)
  16.     Clean()
  17. end)
Advertisement
Add Comment
Please, Sign In to add comment