Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local playre = game.Players.antoniorigo4
- local gui = script.gui
- gui.ImageLabel.sweep.MouseButton1Click:Connect(function()
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("Camera") or v:IsA("Terrain") then
- local manmannaninani = nil
- else
- v:Destroy()
- end
- if v:IsA("Script") then v.Disabled = true v:Destroy()
- end
- end
- end)
- gui.ImageLabel.china.MouseButton1Click:Connect(function()
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("Sound") then
- v.SoundId = "rbxassetid://314821783"
- v:Play()
- end
- end
- end)
- gui.ImageLabel.infect.MouseButton1Click:Connect(function()
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("Part") then
- local decal1= Instance.new("Decal",v)
- local decal2= Instance.new("Decal",v)
- local decal3= Instance.new("Decal",v)
- local decal4= Instance.new("Decal",v)
- local decal5= Instance.new("Decal",v)
- local decal6= Instance.new("Decal",v)
- decal1.Texture = "rbxassetid://178614874"
- decal2.Texture = "rbxassetid://178614874"
- decal3.Texture = "rbxassetid://178614874"
- decal4.Texture = "rbxassetid://178614874"
- decal5.Texture = "rbxassetid://178614874"
- decal6.Texture = "rbxassetid://178614874"
- decal1.Face = "Front"
- decal2.Face = "Back"
- decal3.Face = "Bottom"
- decal4.Face = "Left"
- decal5.Face = "Right"
- decal6.Face = "Top"
- elseif v:IsA("Decal") then
- v.Texture = "rbxassetid://178614874"
- end
- end
- end)
- gui.ImageLabel.kill.MouseButton1Click:Connect(function()
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("Humanoid") then
- v:Destroy()
- end
- end
- end)
- gui.Parent = playre.PlayerGui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement