Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local hampsterGUIv11 = Instance.new("ScreenGui")
- local ImageLabel = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextButton_5 = Instance.new("TextButton")
- --Properties:
- hampsterGUIv11.Name = "hampster GUI v1.1"
- hampsterGUIv11.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- hampsterGUIv11.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ImageLabel.Parent = hampsterGUIv11
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.Position = UDim2.new(0, 0, 0.611987412, 0)
- ImageLabel.Size = UDim2.new(0, 304, 0, 246)
- ImageLabel.Image = "rbxassetid://152534186"
- TextLabel.Parent = hampsterGUIv11
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(0, 0, 0.611987352, 0)
- TextLabel.Size = UDim2.new(0, 304, 0, 37)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "hampster GUI V1.1"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TextButton.Parent = hampsterGUIv11
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0, 0, 0.889589906, 0)
- TextButton.Size = UDim2.new(0, 85, 0, 41)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "KOOL AID"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton_2.Parent = hampsterGUIv11
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.Position = UDim2.new(0.102428719, 0, 0.889589906, 0)
- TextButton_2.Size = UDim2.new(0, 85, 0, 41)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "DUCK"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- TextButton_3.Parent = hampsterGUIv11
- TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_3.Position = UDim2.new(0.231256604, 0, 0.77287066, 0)
- TextButton_3.Size = UDim2.new(0, 85, 0, 41)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "insane"
- TextButton_3.TextColor3 = Color3.new(0, 0, 0)
- TextButton_3.TextSize = 14
- TextButton_4.Parent = hampsterGUIv11
- TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_4.Position = UDim2.new(0.231256604, 0, 0.889589906, 0)
- TextButton_4.Size = UDim2.new(0, 85, 0, 41)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "stick menu"
- TextButton_4.TextColor3 = Color3.new(0, 0, 0)
- TextButton_4.TextSize = 14
- TextButton_5.Parent = hampsterGUIv11
- TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_5.Position = UDim2.new(0, 0, 0.77287066, 0)
- TextButton_5.Size = UDim2.new(0, 85, 0, 41)
- TextButton_5.Font = Enum.Font.SourceSans
- TextButton_5.Text = "pingu"
- TextButton_5.TextColor3 = Color3.new(0, 0, 0)
- TextButton_5.TextSize = 14
- -- Scripts:
- function SCRIPT_NZWD90_FAKESCRIPT() -- TextButton.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- function onClick()
- me = game.Players.LocalPlayer
- local s = Instance.new("Sound")
- s.Name = "Kool Aid 1"
- s.SoundId = "http://www.roblox.com/asset/?id=718581626"
- s.Volume = 2
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- s:play()
- function giant(p, size)
- local pchar = p.Character
- if pchar then
- local function scale(chr,scl)
- for _,v in pairs(pchar:GetChildren()) do
- if v:IsA("Hat") then
- v:Clone()
- v.Parent = game.Lighting
- end
- end
- local Head = chr['Head']
- local Torso = chr['Torso']
- local LA = chr['Left Arm']
- local RA = chr['Right Arm']
- local LL = chr['Left Leg']
- local RL = chr['Right Leg']
- local HRP = chr['HumanoidRootPart']
- shirt = chr:findFirstChild("Shirt")
- if shirt ~= nil then
- shirt:Destroy()
- end
- print("Shirt removed")
- pants = chr:findFirstChild("Pants")
- if pants ~= nil then
- pants:Destroy()
- end
- print("Pants removed")
- tshirt = chr:findFirstChild("Shirt Graphic")
- if tshirt ~= nil then
- tshirt:Destroy()
- end
- print("T-Shirt destroyed")
- p = game.Players.LocalPlayer
- p.Character.Humanoid.MaxHealth = math.huge
- wait(0.1)
- local char = game.Players.LocalPlayer.Character
- local tshirt = char:FindFirstChild("Shirt Graphic")
- if not tshirt then
- tshirt = Instance.new("ShirtGraphic",char)
- end
- tshirt.Graphic = "rbxassetid://512041013"
- Head.formFactor = 1
- Torso.formFactor = 1
- LA.formFactor = 1
- RA.formFactor = 1
- LL.formFactor = 1
- RL.formFactor = 1
- HRP.formFactor = 1
- Head.Size = Vector3.new(scl * 2, scl, scl)
- Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
- LA.Size = Vector3.new(scl, scl * 2, scl)
- RA.Size = Vector3.new(scl, scl * 2, scl)
- LL.Size = Vector3.new(scl, scl * 2, scl)
- RL.Size = Vector3.new(scl, scl * 2, scl)
- HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
- ---
- Head.Transparency = 1
- Torso.BrickColor = BrickColor.new("Bright red")
- LA.BrickColor = BrickColor.new("Bright red")
- RA.BrickColor = BrickColor.new("Bright red")
- RL.BrickColor = BrickColor.new("Bright red")
- LL.BrickColor = BrickColor.new("Bright red")
- Head.face:Remove()
- local Motor1 = Instance.new('Motor6D', Torso)
- Motor1.Part0 = Torso
- Motor1.Part1 = Head
- Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
- Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
- Motor1.Name = "Neck"
- local Motor2 = Instance.new('Motor6D', Torso)
- Motor2.Part0 = Torso
- Motor2.Part1 = LA
- Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
- Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
- Motor2.Name = "Left Shoulder"
- local Motor3 = Instance.new('Motor6D', Torso)
- Motor3.Part0 = Torso
- Motor3.Part1 = RA
- Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
- Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
- Motor3.Name = "Right Shoulder"
- local Motor4 = Instance.new('Motor6D', Torso)
- Motor4.Part0 = Torso
- Motor4.Part1 = LL
- Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
- Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
- Motor4.Name = "Left Hip"
- local Motor5 = Instance.new('Motor6D', Torso)
- Motor5.Part0 = Torso
- Motor5.Part1 = RL
- Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
- Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
- Motor5.Name = "Right Hip"
- local Motor6 = Instance.new('Motor6D', HRP)
- Motor6.Part0 = HRP
- Motor6.Part1 = Torso
- Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
- Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
- end
- scale(pchar, size)
- pchar.Humanoid.WalkSpeed = 15 * size
- for _,v in pairs(game.Lighting:GetChildren()) do
- if v:IsA("Hat") then
- v.Parent = pchar
- end
- end
- end
- end
- local plr = game.Players.LocalPlayer
- giant(plr, 1)
- for i, v in pairs(plr.Character:GetChildren()) do
- if v:IsA("BasePart") then
- v.Touched:connect(function(p)
- if p.Size.X<30 then
- p.Anchored = false
- p:BreakJoints()
- end
- end)
- end
- end
- local csize = 1
- local sgui = Instance.new("ScreenGui", game.CoreGui)
- local base = Instance.new("Frame", sgui)
- base.BackgroundTransparency = 1
- base.Size = UDim2.new(0, 110, 0, 200)
- base.Position = UDim2.new(1, -120, 1, -180)
- local indicator = Instance.new("TextLabel", base)
- indicator.Size = UDim2.new(1, 0, 0, 25)
- indicator.TextColor3 = Color3.new(1, 1, 1)
- indicator.BackgroundTransparency = 0
- indicator.FontSize = Enum.FontSize.Size18
- indicator.Font = Enum.Font.SourceSans
- indicator.Text = "Current Size: 1"
- local PlusOne = Instance.new("TextButton", base)
- PlusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
- PlusOne.Position = UDim2.new(0, 0, 0, 40)
- PlusOne.Size = UDim2.new(1, 0, 0.5, -50)
- PlusOne.BorderSizePixel = 2
- PlusOne.Font = Enum.Font.SourceSansBold
- PlusOne.FontSize = Enum.FontSize.Size24
- PlusOne.Text = "+1 Size"
- local MinusOne = Instance.new("TextButton", base)
- MinusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
- MinusOne.Position = UDim2.new(0, 0, 0.5, 10)
- MinusOne.Size = UDim2.new(1, 0, 0.5, -50)
- MinusOne.Text = "-1 Size"
- MinusOne.BorderSizePixel = 2
- MinusOne.Font = Enum.Font.SourceSansBold
- MinusOne.FontSize = Enum.FontSize.Size24
- PlusOne.MouseButton1Down:connect(function()
- csize = csize + 1
- giant(plr, csize)
- indicator.Text = "Current Size: "..tostring(csize)
- end)
- MinusOne.MouseButton1Down:connect(function()
- csize = csize - 1
- giant(plr, csize)
- indicator.Text = "Current Size: "..tostring(csize)
- end)
- local char = game.Players.LocalPlayer.Character
- --char.Humanoid.Died:connect(function()
- --s:remove()
- --end)
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end
- coroutine.resume(coroutine.create(SCRIPT_NZWD90_FAKESCRIPT))
- function SCRIPT_JQNJ75_FAKESCRIPT() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_2
- function onClick()
- me = game.Players.LocalPlayer
- local pchar = game.Players.LocalPlayer.Character
- local duck = Instance.new("SpecialMesh", pchar.Torso)
- duck.MeshType = "FileMesh"
- duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
- duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
- duck.Scale = Vector3.new(5, 5, 5)
- pchar.Head.Transparency = 1
- pchar["Left Arm"].Transparency = 1
- pchar["Right Arm"].Transparency = 1
- pchar["Left Leg"].Transparency = 1
- pchar["Right Leg"].Transparency = 1
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end
- coroutine.resume(coroutine.create(SCRIPT_JQNJ75_FAKESCRIPT))
- function SCRIPT_GCLU73_FAKESCRIPT() -- TextButton_3.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_3
- function onClick()
- me = game.Players.LocalPlayer
- local Victim='xVortex_ray'
- local A=Instance.new'Animation'
- A.AnimationId='rbxassetid://33796059'
- local P=game:GetService'Players'.LocalPlayer
- local C=P.Character or P.CharacterAdded:Wait()
- local H=C:WaitForChild'Humanoid':LoadAnimation(A)
- H:Play()
- H:AdjustSpeed(1000000)
- while wait(0.1) do
- C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
- end
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end
- coroutine.resume(coroutine.create(SCRIPT_GCLU73_FAKESCRIPT))
- function SCRIPT_IIZC83_FAKESCRIPT() -- TextButton_4.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_4
- function onClick()
- me = game.Players.LocalPlayer
- --Fe Gui Script
- local version = 'V.1'
- local MENU = Instance.new("ScreenGui")
- local Topbar = Instance.new("Frame")
- local exit = Instance.new("TextButton")
- local menu = Instance.new("Frame")
- local kill = Instance.new("TextButton")
- local killall = Instance.new("TextButton")
- local loopkill = Instance.new("TextButton")
- local god = Instance.new("TextButton")
- local victim = Instance.new("TextBox")
- local goto = Instance.new("TextButton")
- local float = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- MENU.Name = "MENU"
- MENU.Parent = game.CoreGui
- Topbar.Name = "Topbar"
- Topbar.Parent = MENU
- Topbar.Active = true
- Topbar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- Topbar.BorderSizePixel = 0
- Topbar.Draggable = true
- Topbar.Position = UDim2.new(0.5, -100, 0.5, -13)
- Topbar.Selectable = true
- Topbar.Size = UDim2.new(0, 200, 0, 27)
- exit.Name = "exit"
- exit.Parent = Topbar
- exit.BackgroundColor3 = Color3.new(1, 1, 1)
- exit.BackgroundTransparency = 1
- exit.Position = UDim2.new(0, 163, 0, 0)
- exit.Size = UDim2.new(0, 37, 0, 27)
- exit.Font = Enum.Font.Arial
- exit.FontSize = Enum.FontSize.Size18
- exit.Text = "X"
- exit.TextColor3 = Color3.new(1, 1, 1)
- exit.TextSize = 18
- menu.Name = "menu"
- menu.Parent = Topbar
- menu.BackgroundColor3 = Color3.new(1, 1, 1)
- menu.BorderSizePixel = 0
- menu.Position = UDim2.new(0, 0, 0, 27)
- menu.Size = UDim2.new(0, 200, 0, 232)
- kill.Name = "kill"
- kill.Parent = menu
- kill.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- kill.BorderSizePixel = 0
- kill.Position = UDim2.new(0, 14, 0, 45)
- kill.Size = UDim2.new(0, 80, 0, 50)
- kill.Font = Enum.Font.Arial
- kill.FontSize = Enum.FontSize.Size18
- kill.Text = "Kill"
- kill.TextColor3 = Color3.new(1, 1, 1)
- kill.TextSize = 18
- killall.Name = "killall"
- killall.Parent = menu
- killall.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- killall.BorderSizePixel = 0
- killall.Position = UDim2.new(0, 107, 0, 45)
- killall.Size = UDim2.new(0, 80, 0, 50)
- killall.Font = Enum.Font.Arial
- killall.FontSize = Enum.FontSize.Size18
- killall.Text = "Kill All"
- killall.TextColor3 = Color3.new(1, 1, 1)
- killall.TextSize = 18
- loopkill.Name = "loopkill"
- loopkill.Parent = menu
- loopkill.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- loopkill.BorderSizePixel = 0
- loopkill.Position = UDim2.new(0, 14, 0, 110)
- loopkill.Size = UDim2.new(0, 80, 0, 50)
- loopkill.Font = Enum.Font.Arial
- loopkill.FontSize = Enum.FontSize.Size18
- loopkill.Text = "Loop Kill"
- loopkill.TextColor3 = Color3.new(1, 1, 1)
- loopkill.TextSize = 18
- god.Name = "god"
- god.Parent = menu
- god.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- god.BorderSizePixel = 0
- god.Position = UDim2.new(0, 107, 0, 110)
- god.Size = UDim2.new(0, 80, 0, 50)
- god.Font = Enum.Font.Arial
- god.FontSize = Enum.FontSize.Size18
- god.Text = "God"
- god.TextColor3 = Color3.new(1, 1, 1)
- god.TextSize = 18
- god.TextWrapped = true
- victim.Name = "victim"
- victim.Parent = menu
- victim.BackgroundColor3 = Color3.new(1, 1, 1)
- victim.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
- victim.BorderSizePixel = 2
- victim.Position = UDim2.new(0, 16, 0, 10)
- victim.Size = UDim2.new(0, 170, 0, 25)
- victim.Font = Enum.Font.Arial
- victim.FontSize = Enum.FontSize.Size14
- victim.Text = "Player Name"
- victim.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- victim.TextSize = 14
- goto.Name = "goto"
- goto.Parent = menu
- goto.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- goto.BorderSizePixel = 0
- goto.Position = UDim2.new(0, 14, 0, 172)
- goto.Size = UDim2.new(0, 80, 0, 50)
- goto.Font = Enum.Font.Arial
- goto.FontSize = Enum.FontSize.Size18
- goto.Text = "Goto"
- goto.TextColor3 = Color3.new(1, 1, 1)
- goto.TextSize = 18
- float.Name = "float"
- float.Parent = menu
- float.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- float.BorderSizePixel = 0
- float.Position = UDim2.new(0, 107, 0, 172)
- float.Size = UDim2.new(0, 80, 0, 50)
- float.Font = Enum.Font.Arial
- float.FontSize = Enum.FontSize.Size18
- float.Text = "Floating Torso"
- float.TextColor3 = Color3.new(1, 1, 1)
- float.TextSize = 18
- float.TextWrapped = true
- TextLabel.Parent = Topbar
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 43, 0, 0)
- TextLabel.Size = UDim2.new(0, 115, 0, 27)
- TextLabel.Font = Enum.Font.Arial
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Stick v1"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 18
- goto.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(victim.Text).Character.HumanoidRootPart.Position)
- end)
- kill.MouseButton1Click:connect(function()
- local target = game.Players:FindFirstChild(victim.Text)
- target:Move(Vector3.new(math.huge,math.huge,math.huge))
- end)
- killall.MouseButton1Click:connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- v:Move(Vector3.new(math.huge,math.huge,math.huge))
- end
- end)
- loopkill.MouseButton1Click:connect(function()
- while true do
- local target = game.Players:FindFirstChild(victim.Text)
- target:Move(Vector3.new(math.huge,math.huge,math.huge))
- wait()
- end
- end)
- god.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.Name = 1
- local l = game.Players.LocalPlayer.Character["1"]:Clone()
- l.Parent = game.Players.LocalPlayer.Character
- l.Name = "Humanoid"
- wait(0.1)
- game.Players.LocalPlayer.Character["1"]:Destroy()
- game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
- game.Players.LocalPlayer.Character.Animate.Disabled = true
- wait(0.1)
- game.Players.LocalPlayer.Character.Animate.Disabled = false
- game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
- end)
- float.MouseButton1Click:connect(function()
- local Weld1 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld1.Part0 = game.Players.LocalPlayer.Character.Head
- Weld1.Part1 = game.Players.LocalPlayer.Character.Torso
- local Weld2 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld2.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
- Weld2.Part1 = game.Players.LocalPlayer.Character.Torso
- local Weld3 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld3.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
- Weld3.Part1 = game.Players.LocalPlayer.Character.Torso
- local Weld4 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld4.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
- Weld4.Part1 = game.Players.LocalPlayer.Character.Torso
- local Weld5 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld5.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
- Weld5.Part1 = game.Players.LocalPlayer.Character.Torso
- end)
- exit.MouseButton1Click:connect(function()
- MENU:remove()
- warn("Goodbye, "..game.Players.LocalPlayer.Name)
- warn("Stick "..version.." was Closed")
- end)
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end
- coroutine.resume(coroutine.create(SCRIPT_IIZC83_FAKESCRIPT))
- function SCRIPT_HZZK85_FAKESCRIPT() -- TextButton_5.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_5
- function onClick()
- me = game.Players.LocalPlayer
- --loadstring(game:GetObjects("rbxassetid://382365669")[1].Source)()
- local msg = Instance.new("Message",workspace)
- msg.Text = "Created By SageOfMumsV2 (Pingu) And Xeradius (AzuLX). - Noot Noot Script"
- wait(2)
- msg:Destroy()
- pingudecal = "http://www.roblox.com/asset/?id=382332426"
- local didpingu = false
- local ScreenGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
- ScreenGui.Name = "nooties"
- local asd = Instance.new("TextButton",ScreenGui)
- asd.BackgroundColor3 = Color3.new(0,0,0)
- asd.BorderColor3 = Color3.new(0,0,0)
- asd.Name = "nooties"
- asd.Position = UDim2.new(1,-150,1,-90)
- asd.Size = UDim2.new(0,150,0,45)
- asd.Font = "SourceSansBold"
- asd.FontSize = "Size32"
- asd.Text = "Noot Noot!"
- asd.TextColor3 = Color3.new(255,255,255)
- asd.MouseButton1Down:connect(function()
- if didpingu == false then
- didpingu = true
- 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()
- else
- warn("Already Ran! Did not execute the script!")
- end
- end)
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end
- coroutine.resume(coroutine.create(SCRIPT_HZZK85_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement