Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by me
- -- sexy sprint script lol
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- Frame.Position = UDim2.new(0.393767715, 0, 0.222462207, 0)
- Frame.Size = UDim2.new(0, 100, 0, 225)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Size = UDim2.new(0, 100, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Made by rupuli69#0196"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- TextButton.Position = UDim2.new(0, 0, 0.319999993, 0)
- TextButton.Size = UDim2.new(0, 100, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Sprint"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextButton_2.Position = UDim2.new(0, 0, 0.688888907, 0)
- TextButton_2.Size = UDim2.new(0, 100, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Walk"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14.000
- TextButton_2.TextWrapped = true
- -- Scripts:
- local function ATVVI_fake_script() -- TextButton.Script
- local script = Instance.new('Script', TextButton)
- function Click(Mouse)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 21
- end
- script.Parent.MouseButton1Down:connect(Click)
- end
- coroutine.wrap(ATVVI_fake_script)()
- local function EZAYGB_fake_script() -- TextButton_2.Script
- local script = Instance.new('Script', TextButton_2)
- function Click(Mouse)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- script.Parent.MouseButton1Down:connect(Click)
- end
- coroutine.wrap(EZAYGB_fake_script)()
- local function ILTBY_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- script.Parent.Selectable = true
- script.Parent.Active = true
- script.Parent.Draggable = true
- end
- coroutine.wrap(ILTBY_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement