Advertisement
Amokah

nopity

Jun 7th, 2019
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Players = game:GetService("Players")
  2. Players.DescendantAdded:Connect(function(ok)
  3. if ok.Name == "RequireGUI" then
  4. local GUI = ok
  5. GUI:Destroy()
  6. end
  7. end)
  8.  
  9. for i,plr in pairs(Players:GetChildren())do
  10. plr:LoadCharacter()
  11. end
  12.  
  13. while wait()do
  14. sss = game:GetService('ServerScriptService')
  15. for i,v in pairs(sss:GetDescendants())do
  16. if v.Name == "SystemBypass"then
  17. v:Destroy()
  18. end
  19. end
  20.  
  21. for i,v in pairs(Players:GetDescendants())do
  22. if v.Name == "RequireGUI" then
  23. v:Destroy()
  24. end
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement