Vortex_Tech

Untitled

May 3rd, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. --game:GetService("ReplicatedStorage").enzoxzc:Remove()
  3. game:GetService("Chat").ChatScript:Remove()
  4. script.Parent = game.Chat
  5. script.Name = "NoScriptAllowed"
  6. --game.Soundscape.RemoteFolder:Remove()
  7. wait(0.5)
  8. for h, parts in pairs(game.Workspace.Terrain:GetChildren()) do
  9. if parts:IsA("Script") then
  10. parts:Remove()
  11.  
  12. end
  13. end
  14. for k, parts in pairs(game.Workspace:GetChildren()) do
  15. if parts:IsA("Script") then
  16. parts:Remove()
  17. end
  18. end
  19. for i, script in pairs(game:GetService("Players"):GetPlayers()) do
  20. if script:FindFirstChild("Backpack") ~= nil then
  21. script.Backpack:Remove()
  22. end
  23. if script.Character ~= nil then
  24. for j, elem in pairs(script.Character:GetChildren()) do
  25.  
  26. if elem:IsA("Script") or elem:IsA("LocalScript") or elem:IsA("Model") or elem:IsA("Folder") then
  27. if elem.Name ~= "Animate" then
  28. elem:Remove()
  29. end
  30. end
  31. end
  32. end
  33. end
  34. end
Add Comment
Please, Sign In to add comment