Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Made By iForgePlays
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local Frame_3 = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.133148402, 0, 0.230769232, 0)
- Frame.Size = UDim2.new(0, 227, 0, 152)
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.new(1, 0, 0)
- Frame_2.BorderColor3 = Color3.new(1, 0, 0)
- Frame_2.Position = UDim2.new(0.00104221143, 0, 0.000763520598, 0)
- Frame_2.Size = UDim2.new(0, 227, 0, 36)
- Frame_3.Parent = Frame
- Frame_3.BackgroundColor3 = Color3.new(0.85098, 0, 0)
- Frame_3.BorderColor3 = Color3.new(0.85098, 0, 0)
- Frame_3.Position = UDim2.new(0.00104220212, 0, 0.114999309, 0)
- Frame_3.Size = UDim2.new(0, 227, 0, 13)
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(0, 1, 0)
- TextButton.BorderColor3 = Color3.new(0, 1, 0)
- TextButton.Position = UDim2.new(0.133200794, 0, 0.311004788, 0)
- TextButton.Size = UDim2.new(0, 103, 0, 29)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Run"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 30
- TextButton_2.Parent = ScreenGui
- TextButton_2.BackgroundColor3 = Color3.new(1, 0, 0)
- TextButton_2.BorderColor3 = Color3.new(1, 0, 0)
- TextButton_2.Position = UDim2.new(0.305004925, 0, 0.311004788, 0)
- TextButton_2.Size = UDim2.new(0, 103, 0, 29)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Walk"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 30
- TextButton_3.Parent = ScreenGui
- TextButton_3.BackgroundColor3 = Color3.new(1, 0, 0)
- TextButton_3.BorderColor3 = Color3.new(1, 0, 0)
- TextButton_3.Position = UDim2.new(0.305004925, 0, 0.392344505, 0)
- TextButton_3.Size = UDim2.new(0, 103, 0, 29)
- TextButton_3.Font = Enum.Font.Bodoni
- TextButton_3.Text = "PowerJumpOff"
- TextButton_3.TextColor3 = Color3.new(0, 0, 0)
- TextButton_3.TextSize = 18
- TextButton_4.Parent = ScreenGui
- TextButton_4.BackgroundColor3 = Color3.new(0.333333, 1, 0)
- TextButton_4.BorderColor3 = Color3.new(0, 1, 0)
- TextButton_4.Position = UDim2.new(0.133200794, 0, 0.392344505, 0)
- TextButton_4.Size = UDim2.new(0, 103, 0, 29)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "PowerJump"
- TextButton_4.TextColor3 = Color3.new(0, 0, 0)
- TextButton_4.TextSize = 20
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BorderColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(0.151462927, 0, 0.459635794, 0)
- TextLabel.Size = UDim2.new(0, 201, 0, 25)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "MADE BY iForgePlays"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- -- Scripts:
- function SCRIPT_UXWP68_FAKESCRIPT() -- TextButton.LocalScript
- getfenv().script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 32
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_UXWP68_FAKESCRIPT))
- function SCRIPT_QUAC68_FAKESCRIPT() -- TextButton_2.LocalScript
- getfenv().script = Instance.new('LocalScript', TextButton_2)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_QUAC68_FAKESCRIPT))
- function SCRIPT_JXUA70_FAKESCRIPT() -- TextButton_3.LocalScript
- getfenv().script = Instance.new('LocalScript', TextButton_3)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_JXUA70_FAKESCRIPT))
- function SCRIPT_BXLE86_FAKESCRIPT() -- TextButton_4.LocalScript
- getfenv().script = Instance.new('LocalScript', TextButton_4)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_BXLE86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement