Advertisement
antoniorigo4

luigi

Sep 4th, 2020
1,847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.70 KB | None | 0 0
  1. local playre = game.Players.antoniorigo4
  2.     local gui = script.gui
  3.     gui.ImageLabel.sweep.MouseButton1Click:Connect(function()
  4.         for i,v in pairs(workspace:GetDescendants()) do
  5.             if v:IsA("Camera") or v:IsA("Terrain") then
  6.                 local manmannaninani = nil
  7.             else
  8.                 v:Destroy()
  9.                 end
  10.             if v:IsA("Script") then v.Disabled = true v:Destroy()
  11.             end
  12.         end
  13.        
  14.     end)
  15.     gui.ImageLabel.china.MouseButton1Click:Connect(function()
  16.         for i,v in pairs(workspace:GetDescendants()) do
  17.             if v:IsA("Sound") then
  18.                 v.SoundId = "rbxassetid://314821783"
  19.                 v:Play()
  20.             end
  21.         end
  22.     end)   
  23.     gui.ImageLabel.infect.MouseButton1Click:Connect(function()
  24.         for i,v in pairs(workspace:GetDescendants()) do
  25.             if v:IsA("Part") then
  26.                 local decal1= Instance.new("Decal",v)
  27.                 local decal2= Instance.new("Decal",v)
  28.                 local decal3= Instance.new("Decal",v)
  29.                 local decal4= Instance.new("Decal",v)
  30.                 local decal5= Instance.new("Decal",v)
  31.                 local decal6= Instance.new("Decal",v)
  32.                 decal1.Texture = "rbxassetid://178614874"
  33.                 decal2.Texture = "rbxassetid://178614874"
  34.                 decal3.Texture = "rbxassetid://178614874"
  35.                 decal4.Texture = "rbxassetid://178614874"
  36.                 decal5.Texture = "rbxassetid://178614874"
  37.                 decal6.Texture = "rbxassetid://178614874"
  38.                 decal1.Face = "Front"
  39.                 decal2.Face = "Back"
  40.                 decal3.Face = "Bottom"
  41.                 decal4.Face = "Left"
  42.                 decal5.Face = "Right"
  43.                 decal6.Face = "Top"
  44.             elseif v:IsA("Decal") then
  45.                 v.Texture = "rbxassetid://178614874"
  46.             end
  47.         end
  48.     end)
  49.     gui.ImageLabel.kill.MouseButton1Click:Connect(function()
  50.         for i,v in pairs(workspace:GetDescendants()) do
  51.             if v:IsA("Humanoid") then
  52.                 v:Destroy()
  53.             end
  54.       end
  55.     end)
  56.     gui.Parent = playre.PlayerGui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement