Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local FrameObject = 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 TextButton_5 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- FrameObject.Name = "FrameObject"
- FrameObject.Parent = ScreenGui
- FrameObject.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- FrameObject.Position = UDim2.new(0.304421782, 0, 0.294392496, 0)
- FrameObject.Size = UDim2.new(0, 568, 0, 295)
- TextButton.Parent = FrameObject
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0.0316662341, 0, 0.102365479, 0)
- TextButton.Size = UDim2.new(0, 152, 0, 21)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Normal (16)"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton_2.Parent = FrameObject
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.Position = UDim2.new(0.0316662341, 0, 0.485416353, 0)
- TextButton_2.Size = UDim2.new(0, 152, 0, 21)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "500"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- TextButton_3.Parent = FrameObject
- TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_3.Position = UDim2.new(0.0316662341, 0, 0.383721411, 0)
- TextButton_3.Size = UDim2.new(0, 152, 0, 21)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "200"
- TextButton_3.TextColor3 = Color3.new(0, 0, 0)
- TextButton_3.TextSize = 14
- TextButton_4.Parent = FrameObject
- TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_4.Position = UDim2.new(0.0316662341, 0, 0.28880614, 0)
- TextButton_4.Size = UDim2.new(0, 152, 0, 21)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "100"
- TextButton_4.TextColor3 = Color3.new(0, 0, 0)
- TextButton_4.TextSize = 14
- TextButton_5.Parent = FrameObject
- TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_5.Position = UDim2.new(0.0316662341, 0, 0.193890899, 0)
- TextButton_5.Size = UDim2.new(0, 152, 0, 21)
- TextButton_5.Font = Enum.Font.SourceSans
- TextButton_5.Text = "50"
- TextButton_5.TextColor3 = Color3.new(0, 0, 0)
- TextButton_5.TextSize = 14
- TextLabel.Parent = FrameObject
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(0.0316662304, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 151, 0, 24)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Walkspeed"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TextLabel_2.Parent = FrameObject
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.Position = UDim2.new(0.730633795, 0, 0.922033906, 0)
- TextLabel_2.Size = UDim2.new(0, 153, 0, 23)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Toggle = m made by AbstractPoo"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- -- Scripts:
- local function WYZN_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- local button = script.Parent
- local function onButtonActivated()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- button.Activated:Connect(onButtonActivated)
- end
- coroutine.wrap(WYZN_fake_script)()
- local function EXGW_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- local button = script.Parent
- local function onButtonActivated()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 500
- end
- button.Activated:Connect(onButtonActivated)
- end
- coroutine.wrap(EXGW_fake_script)()
- local function FPVDV_fake_script() -- TextButton_3.LocalScript
- local script = Instance.new('LocalScript', TextButton_3)
- local button = script.Parent
- local function onButtonActivated()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 200
- end
- button.Activated:Connect(onButtonActivated)
- end
- coroutine.wrap(FPVDV_fake_script)()
- local function JHXCFE_fake_script() -- TextButton_4.LocalScript
- local script = Instance.new('LocalScript', TextButton_4)
- local button = script.Parent
- local function onButtonActivated()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
- end
- button.Activated:Connect(onButtonActivated)
- end
- coroutine.wrap(JHXCFE_fake_script)()
- local function DQUWPP_fake_script() -- TextButton_5.LocalScript
- local script = Instance.new('LocalScript', TextButton_5)
- local button = script.Parent
- local function onButtonActivated()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 50
- end
- button.Activated:Connect(onButtonActivated)
- end
- coroutine.wrap(DQUWPP_fake_script)()
- local function WMIYPT_fake_script() -- ScreenGui.LocalScript
- local script = Instance.new('LocalScript', ScreenGui)
- frame = script.Parent.FrameObject
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.wrap(WMIYPT_fake_script)()
- local function MBOMCFN_fake_script() -- ScreenGui.LocalScript
- local script = Instance.new('LocalScript', ScreenGui)
- --[[local FrameObject = script.Parent.FrameObject
- local Open = false
- local PositionClosed = UDim2.new(0.304, 0,-1.294, 0)
- local PositionOpened = UDim2.new(0.304, 0,0.294, 0)
- local UserInputService = game:GetService("UserInputService")
- UserInputService.InputBegan:connect(function(keyCode)
- if keyCode.keyCode == Enum.KeyCode.k then
- if Open then
- FrameObject:TweenPosition(PositionClosed)
- Open = false
- else
- Open = true
- FrameObject:TweenPosition(PositionOpened)
- end
- end
- end)]]
- local FrameObject = script.Parent.FrameObject
- local visible = true
- local PositionClosed = UDim2.new{0.304, 0,-1.294, 0}
- local PostionOpen = UDim2.new{0.304, 0,0.294, 0}
- local UserInputService = game:GetService("UserInputService")
- UserInputService.InputBegan:connect(function(keyCode)
- if keyCode.keyCode == Enum.KeyCode.M and visible == true then
- FrameObject.Visible = false
- visible = false
- else if keyCode.keyCode == Enum.KeyCode.M and visible == false then
- FrameObject.Visible = true
- visible = true
- end
- end
- end)
- end
- coroutine.wrap(MBOMCFN_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment