Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pl = game.Players.LocalPlayer.PlayerGui
- local gui = Instance.new('ScreenGui',pl)
- gui.ResetOnSpawn = false
- local ListF = Instance.new('ScrollingFrame',gui)
- ListF.Size = UDim2.new(0.3,0,0.4,0)
- ListF.Position = UDim2.new(0,0,0.1,0)
- local MinimizeOpenF = Instance.new('Frame',gui)
- MinimizeOpenF.Size = UDim2.new(0.3,0,0.1,0)
- MinimizeOpenF.BackgroundColor3 = Color3.new(0,0.5,1)
- ListF.BackgroundColor3 = Color3.new(0,0.3,1)
- local MinimizeOpenButton = Instance.new('TextButton',MinimizeOpenF)
- MinimizeOpenButton.Position = UDim2.new(0.7,0,0, 0)
- MinimizeOpenButton.Size = UDim2.new(0.3,0,0.5, 0)
- MinimizeOpenButton.Text = "Close"
- MinimizeOpenButton.Font = "SourceSansLight"
- MinimizeOpenButton.TextScaled = true
- MinimizeOpenButton.TextColor3 = Color3.new(1,1,1)
- MinimizeOpenButton.BackgroundColor3 = Color3.new(1,0,0)
- MinimizeOpenButton.BackgroundTransparency = 0.5
- local Version = Instance.new('TextLabel',MinimizeOpenF)
- Version.Position = UDim2.new(0.7,0,0.5, 0)
- Version.Size = UDim2.new(0.3,0,0.5, 0)
- Version.Text = "Version 4.0"
- Version.Font = "SourceSansLight"
- Version.TextScaled = true
- Version.TextColor3 = Color3.new(1,1,1)
- Version.BackgroundColor3 = Color3.new(1,1,0)
- Version.BackgroundTransparency = 0.5
- local TitleText = Instance.new('TextLabel',MinimizeOpenF)
- TitleText.Font = "SourceSansLight"
- TitleText.TextScaled = true
- TitleText.TextColor3 = Color3.new(1,1,1)
- TitleText.Text = "Newbie15's Gui"
- TitleText.Size = UDim2.new(0.6,0,1,0)
- TitleText.Position = UDim2.new(0.05,0,0)
- TitleText.BackgroundTransparency = 1
- local SkBoxButton = Instance.new('TextButton',ListF)
- SkBoxButton.Size = UDim2.new(0.5,0,0.03,0)
- local VisListF = true
- SkBoxButton.Font = "SourceSansLight"
- SkBoxButton.BackgroundColor3 = Color3.new(0,0.5,1)
- SkBoxButton.TextColor3 = Color3.new(1,1,1)
- SkBoxButton.TextScaled = true
- SkBoxButton.Text = "Skybox"
- local SkBoxInput = Instance.new('TextBox',ListF)
- SkBoxInput.Size = UDim2.new(0.45,0,0.03,0)
- SkBoxInput.Position = UDim2.new(0.5,0,0,0)
- SkBoxInput.Font = "SourceSansLight"
- SkBoxInput.BackgroundColor3 = Color3.new(0,0.5,1)
- SkBoxInput.TextColor3 = Color3.new(1,1,1)
- SkBoxInput.TextScaled = true
- SkBoxInput.Text = "Image ID"
- local AngryPepeButton = Instance.new('TextButton',ListF)
- AngryPepeButton.Size = UDim2.new(0.25, 0,0.025, 0)
- local VisListF = true
- AngryPepeButton.Font = "SourceSansLight"
- AngryPepeButton.Position = UDim2.new(0,0,0.03,0)
- AngryPepeButton.BackgroundColor3 = Color3.new(0,0.5,1)
- AngryPepeButton.TextColor3 = Color3.new(1,1,1)
- AngryPepeButton.Text = "Angry Pepe"
- AngryPepeButton.TextScaled = true
- local FidgetSpinnerButton = Instance.new('TextButton',ListF)
- FidgetSpinnerButton.Size = UDim2.new(0.25, 0,0.025, 0)
- local VisListF = true
- FidgetSpinnerButton.Font = "SourceSansLight"
- FidgetSpinnerButton.Position = UDim2.new(0.25,0,0.03,0)
- FidgetSpinnerButton.BackgroundColor3 = Color3.new(0,0.5,1)
- FidgetSpinnerButton.TextColor3 = Color3.new(1,1,1)
- FidgetSpinnerButton.Text = "Fidget Spinner"
- FidgetSpinnerButton.TextScaled = true
- local MatrixSetButton = Instance.new('TextButton',ListF)
- MatrixSetButton.Size = UDim2.new(0.25, 0,0.025, 0)
- local VisListF = true
- MatrixSetButton.Font = "SourceSansLight"
- MatrixSetButton.Position = UDim2.new(0.5,0,0.03,0)
- MatrixSetButton.BackgroundColor3 = Color3.new(0,0.5,1)
- MatrixSetButton.TextColor3 = Color3.new(1,1,1)
- MatrixSetButton.Text = "Matrix"
- MatrixSetButton.TextScaled = true
- local TrollSkButton = Instance.new('TextButton',ListF)
- TrollSkButton.Size = UDim2.new(0.20, 0,0.025, 0)
- TrollSkButton.Font = "SourceSansLight"
- TrollSkButton.Position = UDim2.new(0.75,0,0.03,0)
- TrollSkButton.BackgroundColor3 = Color3.new(0,0.5,1)
- TrollSkButton.TextColor3 = Color3.new(1,1,1)
- TrollSkButton.Text = "Troll"
- TrollSkButton.TextScaled = true
- local MEME2 = Instance.new('TextButton',ListF)
- MEME2.Size = UDim2.new(0.95,0,0.03,0)
- MEME2.Position = UDim2.new(0,0,0.055,0)
- MEME2.Font = "SourceSansLight"
- MEME2.BackgroundColor3 = Color3.new(0,0.5,1)
- MEME2.TextColor3 = Color3.new(1,1,1)
- MEME2.TextScaled = true
- MEME2.Text = "Spawn Giant Duck"
- local UnanchorButton = Instance.new('TextButton',ListF)
- UnanchorButton.Size = UDim2.new(0.95,0,0.03,0)
- UnanchorButton.Position = UDim2.new(0,0,0.085,0)
- UnanchorButton.Font = "SourceSansLight"
- UnanchorButton.BackgroundColor3 = Color3.new(0,0.5,1)
- UnanchorButton.TextColor3 = Color3.new(1,1,1)
- UnanchorButton.TextScaled = true
- UnanchorButton.Text = "Unanchor & Unweld"
- local NatureButton = Instance.new('TextButton',ListF)
- NatureButton.Size = UDim2.new(0.95,0,0.03,0)
- NatureButton.Position = UDim2.new(0,0,0.115,0)
- NatureButton.Font = "SourceSansLight"
- NatureButton.BackgroundColor3 = Color3.new(0,0.5,1)
- NatureButton.TextColor3 = Color3.new(1,1,1)
- NatureButton.TextScaled = true
- NatureButton.Text = "Natureify"
- local RIP = Instance.new('TextButton',ListF)
- RIP.Size = UDim2.new(0.95,0,0.03,0)
- RIP.Position = UDim2.new(0,0,0.145,0)
- RIP.Font = "SourceSansLight"
- RIP.BackgroundColor3 = Color3.new(0.5,0,0.8)
- RIP.TextColor3 = Color3.new(1,1,1)
- RIP.TextScaled = true
- RIP.Text = "TOTAL ANNHILIATION"
- local TPALL = Instance.new('TextButton',ListF)
- TPALL.Size = UDim2.new(0.95,0,0.03,0)
- TPALL.Position = UDim2.new(0,0,0.175,0)
- TPALL.Font = "SourceSansLight"
- TPALL.BackgroundColor3 = Color3.new(0,0.5,1)
- TPALL.TextColor3 = Color3.new(1,1,1)
- TPALL.TextScaled = true
- TPALL.Text = "TP Everyone to you"
- local ChatButton = Instance.new('TextButton',ListF)
- ChatButton.Size = UDim2.new(0.5,0,0.03,0)
- ChatButton.Position = UDim2.new(0,0,0.205,0)
- ChatButton.Font = "SourceSansLight"
- ChatButton.BackgroundColor3 = Color3.new(0,0.5,1)
- ChatButton.TextColor3 = Color3.new(1,1,1)
- ChatButton.TextScaled = true
- ChatButton.Text = "Chat!"
- local ChatInput = Instance.new('TextBox',ListF)
- ChatInput.Size = UDim2.new(0.45,0,0.03,0)
- ChatInput.Position = UDim2.new(0.5,0,0.205,0)
- ChatInput.Font = "SourceSansLight"
- ChatInput.BackgroundColor3 = Color3.new(0,0.5,1)
- ChatInput.TextColor3 = Color3.new(1,1,1)
- ChatInput.TextScaled = true
- ChatInput.Text = "Sample Text"
- local GOD = Instance.new('TextButton',ListF)
- GOD.Size = UDim2.new(0.95,0,0.03,0)
- GOD.Position = UDim2.new(0,0,0.235,0)
- GOD.Font = "SourceSansLight"
- GOD.BackgroundColor3 = Color3.new(0,0.5,1)
- GOD.TextColor3 = Color3.new(1,1,1)
- GOD.TextScaled = true
- GOD.Text = "Invincibilitize"
- local NOOT = Instance.new('TextButton',ListF)
- NOOT.Size = UDim2.new(0.95,0,0.03,0)
- NOOT.Position = UDim2.new(0,0,0.265,0)
- NOOT.Font = "SourceSansLight"
- NOOT.BackgroundColor3 = Color3.new(0,0,0)
- NOOT.TextColor3 = Color3.new(1,1,1)
- NOOT.TextScaled = true
- NOOT.Text = "NOOT NOOT!"
- local MSG1 = Instance.new('TextButton',ListF)
- MSG1.Size = UDim2.new(0.5,0,0.03,0)
- MSG1.Position = UDim2.new(0,0,0.295,0)
- MSG1.Font = "SourceSansLight"
- MSG1.BackgroundColor3 = Color3.new(0,0.5,1)
- MSG1.TextColor3 = Color3.new(1,1,1)
- MSG1.TextScaled = true
- MSG1.Text = "Billboard"
- local MSG12 = Instance.new('TextBox',ListF)
- MSG12.Size = UDim2.new(0.45,0,0.03,0)
- MSG12.Position = UDim2.new(0.5,0,0.295,0)
- MSG12.Font = "SourceSansLight"
- MSG12.BackgroundColor3 = Color3.new(0,0.5,1)
- MSG12.TextColor3 = Color3.new(1,1,1)
- MSG12.TextScaled = true
- MSG12.Text = "Sample Text"
- local BP = Instance.new('TextButton',ListF)
- BP.Size = UDim2.new(0.95,0,0.03,0)
- BP.Position = UDim2.new(0,0,0.325,0)
- BP.Font = "SourceSansLight"
- BP.BackgroundColor3 = Color3.new(0,0.5,1)
- BP.TextColor3 = Color3.new(1,1,1)
- BP.TextScaled = true
- BP.Text = "Baseplate"
- local KO = Instance.new('TextButton',ListF)
- KO.Size = UDim2.new(0.95,0,0.03,0)
- KO.Position = UDim2.new(0,0,0.355,0)
- KO.Font = "SourceSansLight"
- KO.BackgroundColor3 = Color3.new(0,0.5,1)
- KO.TextColor3 = Color3.new(1,1,1)
- KO.TextScaled = true
- KO.Text = "Kill Others"
- local KEK = Instance.new('TextButton',ListF)
- KEK.Size = UDim2.new(0.95,0,0.03,0)
- KEK.Position = UDim2.new(0,0,0.385,0)
- KEK.Font = "SourceSansLight"
- KEK.BackgroundColor3 = Color3.new(0,1,0.5)
- KEK.TextColor3 = Color3.new(1,1,1)
- KEK.TextScaled = true
- KEK.Text = "Spawn KEK"
- local SETVAL = Instance.new('TextButton',ListF)
- SETVAL.Size = UDim2.new(0.316666667,0,0.03,0)
- SETVAL.Position = UDim2.new(0,0,0.415,0)
- SETVAL.Font = "SourceSansLight"
- SETVAL.BackgroundColor3 = Color3.new(0,0.5,1)
- SETVAL.TextColor3 = Color3.new(1,1,1)
- SETVAL.TextScaled = true
- SETVAL.Text = "Set Value"
- local SETVAL2 = Instance.new('TextBox',ListF)
- SETVAL2.Size = UDim2.new(0.316666667,0,0.03,0)
- SETVAL2.Position = UDim2.new(0.316666667,0,0.415,0)
- SETVAL2.Font = "SourceSansLight"
- SETVAL2.BackgroundColor3 = Color3.new(0,0.5,1)
- SETVAL2.TextColor3 = Color3.new(1,1,1)
- SETVAL2.TextScaled = true
- SETVAL2.Text = "Value"
- local SETVAL3 = Instance.new('TextBox',ListF)
- SETVAL3.Size = UDim2.new(0.316666667,0,0.03,0)
- SETVAL3.Position = UDim2.new(0.633333334,0,0.415,0)
- SETVAL3.Font = "SourceSansLight"
- SETVAL3.BackgroundColor3 = Color3.new(0,0.5,1)
- SETVAL3.TextColor3 = Color3.new(1,1,1)
- SETVAL3.TextScaled = true
- SETVAL3.Text = "Number"
- local Newb = Instance.new('TextButton',ListF)
- Newb.Size = UDim2.new(0.95,0,0.03,0)
- Newb.Position = UDim2.new(0,0,0.445,0)
- Newb.Font = "SourceSansLight"
- Newb.BackgroundColor3 = Color3.new(0,0.5,1)
- Newb.TextColor3 = Color3.new(1,1,1)
- Newb.TextScaled = true
- Newb.Text = "Noobify Others"
- local LBL = Instance.new('TextLabel',ListF)
- LBL.Size = UDim2.new(0.95,0,0.03,0)
- LBL.Position = UDim2.new(0,0,0.505,0)
- LBL.Font = "SourceSansLight"
- LBL.BackgroundColor3 = Color3.new(0,0.3,1)
- LBL.TextColor3 = Color3.new(1,1,1)
- LBL.TextScaled = true
- LBL.Text = "Player-Specific Commands"
- local TBP = Instance.new('TextBox',ListF)
- TBP.Size = UDim2.new(0.95,0,0.03,0)
- TBP.Position = UDim2.new(0,0,0.535,0)
- TBP.Font = "SourceSansLight"
- TBP.BackgroundColor3 = Color3.new(0,0.5,1)
- TBP.TextColor3 = Color3.new(1,1,1)
- TBP.TextScaled = true
- TBP.Text = "PlayerName"
- local BTOOL = Instance.new('TextButton',ListF)
- BTOOL.Size = UDim2.new(0.95,0,0.03,0)
- BTOOL.Position = UDim2.new(0,0,0.565,0)
- BTOOL.Font = "SourceSansLight"
- BTOOL.BackgroundColor3 = Color3.new(0,0.5,1)
- BTOOL.TextColor3 = Color3.new(1,1,1)
- BTOOL.TextScaled = true
- BTOOL.Text = "Build Tools"
- local DUCKIFYB = Instance.new('TextButton',ListF)
- DUCKIFYB.Size = UDim2.new(0.95,0,0.03,0)
- DUCKIFYB.Position = UDim2.new(0,0,0.595,0)
- DUCKIFYB.Font = "SourceSansLight"
- DUCKIFYB.BackgroundColor3 = Color3.new(0,0.5,1)
- DUCKIFYB.TextColor3 = Color3.new(1,1,1)
- DUCKIFYB.TextScaled = true
- DUCKIFYB.Text = "Duckify"
- local CLONEB = Instance.new('TextButton',ListF)
- CLONEB.Size = UDim2.new(0.95,0,0.03,0)
- CLONEB.Position = UDim2.new(0,0,0.625,0)
- CLONEB.Font = "SourceSansLight"
- CLONEB.BackgroundColor3 = Color3.new(0,0.5,1)
- CLONEB.TextColor3 = Color3.new(1,1,1)
- CLONEB.TextScaled = true
- CLONEB.Text = "Clone"
- local BTOOLA = Instance.new('TextButton',ListF)
- BTOOLA.Size = UDim2.new(0.95,0,0.03,0)
- BTOOLA.Position = UDim2.new(0,0,0.475,0)
- BTOOLA.Font = "SourceSansLight"
- BTOOLA.BackgroundColor3 = Color3.new(0,0.5,1)
- BTOOLA.TextColor3 = Color3.new(1,1,1)
- BTOOLA.TextScaled = true
- BTOOLA.Text = "Build Tools (All)"
- local Kickbutton = Instance.new('TextButton',ListF)
- Kickbutton.Size = UDim2.new(0.95,0,0.03,0)
- Kickbutton.Position = UDim2.new(0,0,0.655,0)
- Kickbutton.Font = "SourceSansLight"
- Kickbutton.BackgroundColor3 = Color3.new(0,0.5,1)
- Kickbutton.TextColor3 = Color3.new(1,1,1)
- Kickbutton.TextScaled = true
- Kickbutton.Text = "Kick"
- function ClickMinimize()
- if VisListF == false then
- ListF.Visible = true
- VisListF = true
- MinimizeOpenButton.Text = "Close"
- MinimizeOpenButton.BackgroundColor3 = Color3.new(1,0,0)
- else
- ListF.Visible = false
- VisListF = false
- MinimizeOpenButton.Text = "Open"
- MinimizeOpenButton.BackgroundColor3 = Color3.new(0,1,0)
- end
- end
- MinimizeOpenButton.MouseButton1Click:Connect(ClickMinimize)
- function ClickSkybox()
- local Sk = Instance.new('Sky',game.Lighting)
- Sk.SkyboxBk = ("rbxassetid://" .. SkBoxInput.Text)
- Sk.SkyboxDn = ("rbxassetid://" .. SkBoxInput.Text)
- Sk.SkyboxFt = ("rbxassetid://" .. SkBoxInput.Text)
- Sk.SkyboxLf = ("rbxassetid://" .. SkBoxInput.Text)
- Sk.SkyboxRt = ("rbxassetid://" .. SkBoxInput.Text)
- Sk.SkyboxUp = ("rbxassetid://" .. SkBoxInput.Text)
- Sk.CelestialBodiesShown = false
- end
- SkBoxButton.MouseButton1Click:Connect(ClickSkybox)
- function SkyboxSetPepe()
- SkBoxInput.Text = "554625613"
- end
- AngryPepeButton.MouseButton1Click:Connect(SkyboxSetPepe)
- function SkyboxSetFidget()
- SkBoxInput.Text = "845071981"
- end
- FidgetSpinnerButton.MouseButton1Click:Connect(SkyboxSetFidget)
- function SkyboxSetMatrix()
- SkBoxInput.Text = "8384341"
- end
- MatrixSetButton.MouseButton1Click:Connect(SkyboxSetMatrix)
- function SkyboxSetTroll()
- SkBoxInput.Text = "70981589"
- end
- TrollSkButton.MouseButton1Click:Connect(SkyboxSetTroll)
- function Unanchor()
- function FUNCTION(a)
- if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
- a.Anchored = false
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.workspace)
- function FUNCTION(a)
- if (a.className == "ManualWeld") then
- a:Destroy()
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.workspace)
- end
- UnanchorButton.MouseButton1Click:Connect(Unanchor)
- function Natureify()
- function FUNCTION(a)
- if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
- local x = math.random(1,3)
- if x == 1 then
- a.Material = "Slate"
- a.BrickColor = BrickColor.new(365)
- end
- if x == 2 then
- a.Material = "Grass"
- a.BrickColor = BrickColor.new(313)
- end
- if x == 3 then
- a.Material = "Slate"
- a.BrickColor = BrickColor.new(199)
- end
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.workspace)
- end
- NatureButton.MouseButton1Click:Connect(Natureify)
- function NUKE()
- function FUNCTION(a)
- if (a.className == "Player") then
- local billboard = Instance.new('BillboardGui',a.Character.Head)
- billboard.Adornee = billboard.Parent
- billboard.Size = UDim2.new(1,0,1,0)
- local text = Instance.new('TextLabel',billboard)
- text.Size = UDim2.new(1,200,1,200)
- billboard.AlwaysOnTop = true
- text.Text = "TOTAL ANNHILIATION IN ABOUT 5 SECONDS BE PREPARED N00BS"
- text.TextScaled = true
- a.CameraMaxZoomDistance = 999
- a.CameraMinZoomDistance = 998
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.Players)
- wait(5)
- local s = Instance.new('Sound',game.Workspace)
- s.SoundId = "rbxassetid://417452010"
- s:Play()
- function FUNCTION(a)
- if (a.className == "Player") then
- a.Character:MoveTo(Vector3.new(0,0,0))
- wait(0.0001)
- a.Character:Destroy()
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.Players)
- function FUNCTION(a)
- if (a.className == "Player") then
- a:Destroy()
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.workspace)
- local baseplate = Instance.new('Part',game.Workspace)
- baseplate.Size = Vector3.new(1000,0,1000)
- baseplate.Anchored = true
- while true do
- local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999
- local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
- local Sp = Instance.new('ParticleEmitter',p)
- Sp.Texture = "rbxassetid://554625613"
- Sp.Size = NumberSequence.new(999)
- Sp.Rate = 999999
- wait(0.00001)
- end
- end
- RIP.MouseButton1Click:Connect(NUKE)
- function DUCK()
- local p = Instance.new('Part',game.Workspace)
- p.Position = game.Players.LocalPlayer.Character.Head.Position
- local m = Instance.new('SpecialMesh',p)
- m.MeshId = "http://www.roblox.com/asset/?id=9419831"
- m.TextureId = "http://www.roblox.com/asset/?id=9419827"
- m.Scale = Vector3.new(10,10,10)
- p.Size = m.Scale
- local bg = Instance.new('BillboardGui',p)
- bg.Adornee = p
- bg.AlwaysOnTop = true
- bg.Size = UDim2.new(0,200,0,50)
- local t = Instance.new('TextLabel',bg)
- t.BackgroundTransparency = 1
- t.TextColor3 = Color3.new(1,1,0)
- t.Font = "SourceSansBold"
- t.TextScaled = true
- t.Size = UDim2.new(0,200,0,50)
- t.TextStrokeTransparency = 0
- t.TextStrokeColor3 = Color3.new(0,0,0)
- t.Text = "Giant Duck"
- end
- MEME2.MouseButton1Click:Connect(DUCK)
- function TPEveryone()
- function FUNCTION(a)
- if (a.className == "Player") then
- a.Character:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.Players)
- end
- TPALL.MouseButton1Click:Connect(TPEveryone)
- function ChatInput1()
- function FUNCTION(a)
- if (a.className == "Player") then
- game:GetService("Chat"):Chat(a.Character.Head,ChatInput.Text, Enum.ChatColor.Red)
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.Players)
- end
- ChatButton.MouseButton1Click:Connect(ChatInput1)
- function GODMODE()
- game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 9999999999999999999999
- game.Players.LocalPlayer.Character.Humanoid.Health = 9999999999999999999999
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
- local ff = Instance.new('ForceField',game.Players.LocalPlayer.Character)
- end
- GOD.MouseButton1Click:Connect(GODMODE)
- function NOOTNOOT()
- local msg = Instance.new("Message",workspace)
- msg.Text = "Created By SageOfMumsV2 (Pingu) And Xeradius (AzuLX). - Noot Noot Script"
- wait(2)
- msg:Destroy()
- local pingudecal = "http://www.roblox.com/asset/?id=382332426"
- for i,v in pairs(game.Players:GetChildren()) do
- if v:IsA("Player") then
- local nooties = Instance.new("Sound",workspace)
- nooties.SoundId = "http://www.roblox.com/asset/?id=142912516"
- nooties.Volume = 1
- nooties.Looped = true
- nooties:Play()
- end
- end
- wait(12)
- local Sky = Instance.new("Sky",game.Lighting)
- Sky.SkyboxBk = pingudecal
- Sky.SkyboxDn = pingudecal
- Sky.SkyboxFt = pingudecal
- Sky.SkyboxLf = pingudecal
- Sky.SkyboxRt = pingudecal
- Sky.SkyboxUp = pingudecal
- local function modelasd()
- for i,v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- for i,a in pairs(v:GetChildren()) do
- local top = Instance.new("Decal",a)
- top.Face = "Top"
- top.Texture = pingudecal
- local btm = Instance.new("Decal",a)
- btm.Face = "Bottom"
- btm.Texture = pingudecal
- local lft = Instance.new("Decal",a)
- lft.Face = "Left"
- lft.Texture = pingudecal
- local rft = Instance.new("Decal",a)
- rft.Face = "Right"
- rft.Texture = pingudecal
- local frnt = Instance.new("Decal",a)
- frnt.Face = "Front"
- frnt.Texture = pingudecal
- local bk = Instance.new("Decal",a)
- bk.Face = "Back"
- bk.Texture = pingudecal
- local VTest = Instance.new("ParticleEmitter")
- VTest.Parent = a
- VTest.Texture = pingudecal
- VTest.Speed = NumberRange.new(200)
- VTest.Rate = 200
- VTest.Size = NumberSequence.new(10000,10000)
- VTest.Lifetime = NumberRange.new(1000)
- local pepe = coroutine.create(function()
- while wait() do
- local Explosion = Instance.new("Explosion",a)
- Explosion.BlastRadius = 10000
- end
- end)
- coroutine.resume(pepe)
- end
- end
- end
- end
- local function partasd()
- for i,a in pairs(workspace:GetChildren()) do
- local top = Instance.new("Decal",a)
- top.Face = "Top"
- top.Texture = pingudecal
- local btm = Instance.new("Decal",a)
- btm.Face = "Bottom"
- btm.Texture = pingudecal
- local lft = Instance.new("Decal",a)
- lft.Face = "Left"
- lft.Texture = pingudecal
- local rft = Instance.new("Decal",a)
- rft.Face = "Right"
- rft.Texture = pingudecal
- local frnt = Instance.new("Decal",a)
- frnt.Face = "Front"
- frnt.Texture = pingudecal
- local bk = Instance.new("Decal",a)
- bk.Face = "Back"
- bk.Texture = pingudecal
- local VTest = Instance.new("ParticleEmitter")
- VTest.Parent = a
- VTest.Texture = pingudecal
- VTest.Speed = NumberRange.new(200)
- VTest.Rate = 200
- VTest.Lifetime = NumberRange.new(1000)
- VTest.Size = NumberSequence.new(10000,10000)
- local pepe = coroutine.create(function()
- while wait() do
- if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then
- local Explosion = Instance.new("Explosion",a)
- Explosion.BlastRadius = 10000
- end
- end
- end)
- coroutine.resume(pepe)
- end
- end
- partasd()
- modelasd()
- end
- NOOT.MouseButton1Click:Connect(NOOTNOOT)
- function MESSAGE()
- local p = Instance.new('Part',game.Workspace)
- p.Size = Vector3.new(2,2,2)
- p.Locked = true
- local g = Instance.new('SelectionBox',p)
- g.Adornee = p
- g.SurfaceColor3 = Color3.new(1,0,0)
- g.Color3 = Color3.new(math.random(0,255)/255,math.random(0,255)/255,math.random(0,255)/255)
- p.Transparency = 1
- p.CanCollide = false
- p.Position = game.Players.LocalPlayer.Character.Head.Position
- p.Rotation = game.Players.LocalPlayer.Character.Head.Rotation
- p.Anchored = true
- local bg = Instance.new('BillboardGui',p)
- bg.Adornee = p
- bg.AlwaysOnTop = true
- bg.Size = UDim2.new(0,200,0,50)
- local t = Instance.new('TextLabel',bg)
- t.BackgroundTransparency = 1
- t.TextColor3 = Color3.new(math.random(0,255)/255,math.random(0,255)/255,math.random(0,255)/255)
- t.Font = "SourceSansBold"
- t.TextScaled = true
- t.Size = UDim2.new(0,200,0,50)
- t.TextStrokeTransparency = 0
- t.TextStrokeColor3 = Color3.new(0,0,0)
- t.Text = MSG12.Text
- end
- MSG1.MouseButton1Click:Connect(MESSAGE)
- function BASEPL()
- local p = Instance.new('SpawnLocation',game.Workspace)
- p.CanCollide = false
- p.Anchored = true
- p.Size = Vector3.new(2100,2,2100)
- p.BrickColor = BrickColor.new(141)
- p.Locked = true
- p.Position = Vector3.new(0,1000,0)
- p.CanCollide = true
- function FUNCTION(a)
- if (a.className == "Player") then
- a.Character:MoveTo(p.Position)
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.Players)
- end
- BP.MouseButton1Click:Connect(BASEPL)
- function KOthers()
- function FUNCTION(a)
- if (a.className == "Player") and (a.Name ~= game.Players.LocalPlayer.Name) then
- a.Character.Humanoid.Health = 0
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.Players)
- end
- KO.MouseButton1Click:Connect(KOthers)
- function SPAWNKEK()
- local p = Instance.new('Part',game.Workspace)
- p.Position = game.Players.LocalPlayer.Character.Head.Position
- local m = Instance.new('SpecialMesh',p)
- m.MeshId = "rbxassetid://440430691"
- m.TextureId = "rbxassetid://440430699"
- m.Scale = Vector3.new(1,1,1)
- p.Anchored = true
- p.Size = Vector3.new(203.341, 124.882, 189.538)
- local bg = Instance.new('BillboardGui',p)
- bg.Adornee = p
- bg.AlwaysOnTop = true
- bg.Size = UDim2.new(0,200,0,50)
- local t = Instance.new('TextLabel',bg)
- t.BackgroundTransparency = 1
- t.TextColor3 = Color3.new(0,1,0)
- t.Font = "SourceSansBold"
- t.TextScaled = true
- t.Size = UDim2.new(0,200,0,50)
- t.TextStrokeTransparency = 0
- t.TextStrokeColor3 = Color3.new(0,0,0)
- t.Text = "KEK"
- end
- KEK.MouseButton1Click:Connect(SPAWNKEK)
- function SETLEADERSTAT()
- game.Players.LocalPlayer.leaderstats:FindFirstChild(SETVAL2).Value = SETVAL3.tonumber
- end
- SETVAL.MouseButton1Click:Connect(SETLEADERSTAT)
- function N00bify()
- function FUNCTION(a)
- if (a.className == "Player") and (a.Name ~= game.Players.LocalPlayer.Name) then
- a.CharacterAppearanceId = 124702143
- a.Character.Humanoid.Health = 0
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.Players)
- end
- Newb.MouseButton1Click:Connect(N00bify)
- function BTOOLS()
- local ptoban = game.Players:FindFirstChild(TBP.Text)
- local tool = Instance.new('HopperBin',ptoban.Backpack)
- tool.BinType = "Clone"
- local tool = Instance.new('HopperBin',ptoban.Backpack)
- tool.BinType = "Grab"
- tool.TextureId = ""
- tool.Name = "Grab"
- local tool = Instance.new('HopperBin',ptoban.Backpack)
- tool.BinType = "Hammer"
- end
- BTOOL.MouseButton1Click:Connect(BTOOLS)
- function DUCKIFY()
- if TBP.Text ~= "All" then
- local a = game.Players:FindFirstChild(TBP.Text)
- local m = Instance.new('SpecialMesh',a.Character.PrimaryPart)
- m.MeshId = "http://www.roblox.com/asset/?id=9419831"
- m.TextureId = "http://www.roblox.com/asset/?id=9419827"
- m.Scale = Vector3.new(13,13,13)
- if a.Character.PrimaryPart:FindFirstChild("face") ~= nil then
- a.Character.PrimaryPart:FindFirstChild("face"):Destroy()
- end
- end
- end
- DUCKIFYB.MouseButton1Click:Connect(DUCKIFY)
- function CLONEP()
- local a = game.Players:FindFirstChild(TBP.Text)
- a.Character.Archivable = true
- a.Character:Clone().Parent = game.Workspace
- end
- CLONEB.MouseButton1Click:Connect(CLONEP)
- function BTOOLSALL()
- function FUNCTION(a)
- if (a.className == "Player") and (a:FindFirstChild("Backpack") ~= nil) then
- local tool = Instance.new('HopperBin',a.Backpack)
- tool.BinType = "Clone"
- local tool = Instance.new('HopperBin',a.Backpack)
- tool.BinType = "Grab"
- tool.TextureId = ""
- tool.Name = "Grab"
- local tool = Instance.new('HopperBin',a.Backpack)
- tool.BinType = "Hammer"
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.Players)
- end
- BTOOLA.MouseButton1Click:Connect(BTOOLSALL)
- function Kick()
- local p = game.Players:FindFirstChild(TBP.Text)
- p.Character:Destroy()
- end
- Kickbutton.MouseButton1Click:Connect(Kick)
Add Comment
Please, Sign In to add comment