-- Farewell Infortality. -- Version: 2.82 -- Script made by Ziegel#8171 -- Instances: local ScreenGui = Instance.new("ScreenGui") local OpenFrame = Instance.new("Frame") local Open = Instance.new("TextButton") local Main = Instance.new("Frame") local Oben = Instance.new("Frame") local TextOben = Instance.new("TextLabel") local Unten = Instance.new("Frame") local TextUnten = Instance.new("TextLabel") local Start = Instance.new("TextButton") local Close = Instance.new("TextButton") local Stop = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui OpenFrame.Name = "OpenFrame" OpenFrame.Parent = ScreenGui OpenFrame.Active = true OpenFrame.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235) OpenFrame.BorderSizePixel = 0 OpenFrame.Position = UDim2.new(0, 0, 0.607569695, 0) OpenFrame.Size = UDim2.new(0, 107, 0, 25) Open.Name = "Open" Open.Parent = OpenFrame Open.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059) Open.BorderSizePixel = 0 Open.Position = UDim2.new(-0.00970876217, 0, 0.120000005, 0) Open.Size = UDim2.new(0, 104, 0, 18) Open.Font = Enum.Font.Cartoon Open.Text = "Open" Open.TextColor3 = Color3.new(0, 0, 0) Open.TextSize = 25 Open.MouseButton1Down:connect(function() Main.Visible = true OpenFrame.Visible = false end) Main.Name = "Main" Main.Parent = ScreenGui Main.Active = true Main.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216) Main.BackgroundTransparency = 0.20000000298023 Main.BorderColor3 = Color3.new(0, 0, 0) Main.Position = UDim2.new(0.400497526, 0, 0.292828679, 0) Main.Size = UDim2.new(0, 160, 0, 207) Main.Draggable = true Oben.Name = "Oben" Oben.Parent = Main Oben.BackgroundColor3 = Color3.new(0.513726, 0, 0) Oben.BorderColor3 = Color3.new(0, 0, 0) Oben.Position = UDim2.new(-0.075000003, 0, -0.0724637657, 0) Oben.Size = UDim2.new(0, 183, 0, 29) TextOben.Name = "TextOben" TextOben.Parent = Oben TextOben.BackgroundColor3 = Color3.new(1, 1, 1) TextOben.BackgroundTransparency = 1 TextOben.BorderSizePixel = 0 TextOben.Size = UDim2.new(0, 183, 0, 29) TextOben.Font = Enum.Font.SciFi TextOben.Text = "Bomb Win" TextOben.TextColor3 = Color3.new(0, 0, 0) TextOben.TextSize = 25 Unten.Name = "Unten" Unten.Parent = Main Unten.BackgroundColor3 = Color3.new(0.513726, 0, 0) Unten.BorderColor3 = Color3.new(0, 0, 0) Unten.Position = UDim2.new(-0.075000003, 0, 0.913043499, 0) Unten.Size = UDim2.new(0, 183, 0, 30) TextUnten.Name = "TextUnten" TextUnten.Parent = Unten TextUnten.BackgroundColor3 = Color3.new(1, 1, 1) TextUnten.BackgroundTransparency = 0.99000000953674 TextUnten.BorderSizePixel = 0 TextUnten.Size = UDim2.new(0, 183, 0, 30) TextUnten.Font = Enum.Font.SciFi TextUnten.Text = "Credits : Ziegel#8171" TextUnten.TextColor3 = Color3.new(0, 0, 0) TextUnten.TextSize = 22 Start.Name = "Start" Start.Parent = Main Start.BackgroundColor3 = Color3.new(1, 1, 1) Start.BackgroundTransparency = 1 Start.BorderSizePixel = 0 Start.Position = UDim2.new(0.0250000004, 0, 0.12077295, 0) Start.Size = UDim2.new(0, 151, 0, 51) Start.Font = Enum.Font.Cartoon Start.Text = "Start" Start.TextColor3 = Color3.new(0, 0, 0) Start.TextSize = 30 Start.MouseButton1Down:connect(function() local VirtualUser=game:service'VirtualUser' game:service'Players'.LocalPlayer.Idled:connect(function() VirtualUser:CaptureController() VirtualUser:ClickButton2(Vector2.new()) end) end) Start.MouseButton1Down:connect(function() for X = -2500, 2500, 512 do for Z = -2500, 2500, 512 do local P = Instance.new("Part") P.Anchored = true P.Locked = true P.Size = Vector3.new(512,3,512) P.CFrame = CFrame.new(X,0,Z) P.BrickColor = BrickColor.Green() P.Parent = game.Workspace end end end) Start.MouseButton1Down:connect(function() while true do game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(60, 4, 167) wait(1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116, 4, 121) wait(1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5, 4, 101) wait(1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(48, 4, 42) wait(1) end end) Close.Name = "Close" Close.Parent = Main Close.BackgroundColor3 = Color3.new(1, 1, 1) Close.BackgroundTransparency = 1 Close.BorderSizePixel = 0 Close.Position = UDim2.new(0.0250000004, 0, 0.642512083, 0) Close.Size = UDim2.new(0, 151, 0, 46) Close.Font = Enum.Font.SciFi Close.Text = "Close" Close.TextColor3 = Color3.new(0, 0, 0) Close.TextSize = 20 Close.MouseButton1Down:connect(function() OpenFrame.Visible = true Main.Visible = false end) Stop.Name = "Stop" Stop.Parent = Main Stop.BackgroundColor3 = Color3.new(1, 1, 1) Stop.BackgroundTransparency = 1 Stop.BorderSizePixel = 0 Stop.Position = UDim2.new(0.0250000004, 0, 0.36714977, 0) Stop.Size = UDim2.new(0, 151, 0, 57) Stop.Font = Enum.Font.Cartoon Stop.Text = "Stop" Stop.TextColor3 = Color3.new(0, 0, 0) Stop.TextSize = 30 Stop.MouseButton1Down:connect(function() local player = game.Players.LocalPlayer.Name game.workspace[player]:BreakJoints() end) -- Scripts: function SCRIPT_NHRS87_FAKESCRIPT() -- Oben.LocalScript local script = Instance.new('LocalScript') script.Parent = Oben function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end counter = 0 while wait(0.1) do script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 end end coroutine.resume(coroutine.create(SCRIPT_NHRS87_FAKESCRIPT)) function SCRIPT_UBNV68_FAKESCRIPT() -- Unten.LocalScript local script = Instance.new('LocalScript') script.Parent = Unten function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end counter = 0 while wait(0.1) do script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 end end coroutine.resume(coroutine.create(SCRIPT_UBNV68_FAKESCRIPT))