Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --NO GHOSTS(Script Version)
- script.Parent=game:FindFirstChildOfClass("ServerScriptService")pls=game:FindFirstChildOfClass("Players")script.Parent=nil
- sgui=game:FindFirstChildOfClass("StarterGui")
- text=" No Ghost/Map Destroying Cubes has been actived!"destroy=false
- function AntiServerCrash(child)
- if child:IsA("ParticleEmitter")then if child.Texture=="http://www.roblox.com/asset/?id=382332426"or child.Texture=="rbxassetid://382332426"then child:Remove()puttext("Someone used Noot Noot Script.")end end
- local gc=child:GetChildren()
- for i=1,#gc do
- AntiServerCrash(gc[i])
- end
- end
- spawn(function()
- while wait()do
- AntiServerCrash(workspace)
- end
- end)
- function run()
- if script:IsA("Script")
- then
- while wait()do
- local c=pls:GetChildren()
- for i=1,#c do
- if c[i].Character then c[i].Character.Parent=workspace end
- end
- for i=1,#c do
- local gc=c[i]:FindFirstChildOfClass("PlayerGui"):GetChildren()
- for i2=1,#gc do
- if gc[i2]:IsA("LocalScript")then gc[i2]:Remove()end
- end
- end
- end
- else
- print("Please run with Script.(run or r)")print("when you are useing http,use hl/link.")
- end
- end
- wait()
- local l=Instance.new("Part")l.ChildAdded:connect(function()run()end)Instance.new("Part",l)l:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement