Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- GUI and Script made by Ziegel#8171
- -- Instances:
- local GUI = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local Oben = Instance.new("Frame")
- local Unten = Instance.new("Frame")
- local TextOben = Instance.new("TextLabel")
- local TextUnten = Instance.new("TextLabel")
- local Stop = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Start = Instance.new("TextButton")
- --Properties:
- GUI.Name = "GUI"
- GUI.Parent = game.CoreGui
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = GUI
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
- OpenFrame.BorderSizePixel = 0
- OpenFrame.Position = UDim2.new(0, 0, 0.57768923, 0)
- OpenFrame.Size = UDim2.new(0, 128, 0, 29)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.0390625, 0, 0.103448279, 0)
- Open.Size = UDim2.new(0, 118, 0, 22)
- Open.Font = Enum.Font.Cartoon
- Open.Text = "OPEN"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextSize = 30
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenFrame.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = GUI
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Main.BackgroundTransparency = 0.20000000298023
- Main.BorderColor3 = Color3.new(0, 0, 0)
- Main.Position = UDim2.new(0.417910516, 0, 0.3047809, 0)
- Main.Size = UDim2.new(0, 131, 0, 195)
- Main.Draggable = true
- Oben.Name = "Oben"
- Oben.Parent = Main
- Oben.BackgroundColor3 = Color3.new(0, 0.454902, 0.454902)
- Oben.BorderColor3 = Color3.new(0, 0, 0)
- Oben.Position = UDim2.new(-0.0839694664, 0, 0, 0)
- Oben.Size = UDim2.new(0, 152, 0, 34)
- Unten.Name = "Unten"
- Unten.Parent = Main
- Unten.BackgroundColor3 = Color3.new(0, 0.454902, 0.454902)
- Unten.BorderColor3 = Color3.new(0, 0, 0)
- Unten.Position = UDim2.new(-0.0839694664, 0, 0.85128206, 0)
- Unten.Size = UDim2.new(0, 152, 0, 34)
- TextOben.Name = "TextOben"
- TextOben.Parent = Main
- TextOben.BackgroundColor3 = Color3.new(1, 1, 1)
- TextOben.BackgroundTransparency = 1
- TextOben.BorderSizePixel = 0
- TextOben.Position = UDim2.new(0, 0, 0.0256410241, 0)
- TextOben.Size = UDim2.new(0, 137, 0, 23)
- TextOben.Font = Enum.Font.SciFi
- TextOben.Text = "Blox Cash"
- TextOben.TextColor3 = Color3.new(0, 0, 0)
- TextOben.TextSize = 30
- TextUnten.Name = "TextUnten"
- TextUnten.Parent = Main
- TextUnten.BackgroundColor3 = Color3.new(1, 1, 1)
- TextUnten.BackgroundTransparency = 1
- TextUnten.BorderSizePixel = 0
- TextUnten.Position = UDim2.new(-0.0229007639, 0, 0.876923084, 0)
- TextUnten.Size = UDim2.new(0, 137, 0, 23)
- TextUnten.Font = Enum.Font.SciFi
- TextUnten.Text = "Credits Ziegel#8171"
- TextUnten.TextColor3 = Color3.new(0, 0, 0)
- TextUnten.TextSize = 19
- Stop.Name = "Stop"
- Stop.Parent = Main
- Stop.BackgroundColor3 = Color3.new(0, 0, 0)
- Stop.BackgroundTransparency = 1
- Stop.BorderSizePixel = 0
- Stop.Position = UDim2.new(0.0992366374, 0, 0.43589747, 0)
- Stop.Size = UDim2.new(0, 103, 0, 43)
- Stop.Font = Enum.Font.Cartoon
- Stop.Text = "Stop"
- Stop.TextColor3 = Color3.new(0, 0, 0)
- Stop.TextSize = 35
- Stop.MouseButton1Down:connect(function()
- G_e = false
- while G_e do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-93, 60, 144)
- end
- end)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(0, 0, 0)
- Close.BackgroundTransparency = 1
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.366412222, 0, 0.717948735, 0)
- Close.Size = UDim2.new(0, 35, 0, 22)
- 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)
- Start.Name = "Start"
- Start.Parent = Main
- Start.BackgroundColor3 = Color3.new(0, 0, 0)
- Start.BackgroundTransparency = 1
- Start.BorderSizePixel = 0
- Start.Position = UDim2.new(0.0992366374, 0, 0.215384662, 0)
- Start.Size = UDim2.new(0, 103, 0, 43)
- Start.Font = Enum.Font.Cartoon
- Start.Text = "Start"
- Start.TextColor3 = Color3.new(0, 0, 0)
- Start.TextSize = 35
- Start.MouseButton1Down:connect(function()
- G_e = true
- while G_e do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-93, 60, 144)
- end
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment