Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by TheSovietRat(pls give credit
- -- Works in any game!
- print("Speedhax Being Loaded by TheSovietRat")
- game.Workspace.PLAYERNAME.Humanoid.WalkSpeed = 200
- --This is jumppower, if you dont want it, seperate these scripts
- game.Workspace.PLAYERNAME.Humanoid.JumpPower = 100
- print("Speedhax Loaded")
- warn("Respawn to reset your values")
- -- TheSovietRat
- -- Instances:
- local Haxxer = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- Haxxer.Name = "Haxxer"
- Haxxer.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Haxxer.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = Haxxer
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0, 0, 0.555110216, 0)
- Frame.Size = UDim2.new(0, 100, 0, 100)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 100, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Respawn to reset Values (Check Developer Console)"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = TextLabel
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 0.30000001192093
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0, 0, -0.350000024, 0)
- TextLabel_2.Size = UDim2.new(0, 100, 0, 17)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "drag me"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 0, 0)
- TextButton.Position = UDim2.new(0, 0, 0.5, 0)
- TextButton.Size = UDim2.new(0, 100, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 42
- -- Scripts:
- function SCRIPT_CXZL89_FAKESCRIPT() -- TextButton.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.PlayerGui.Haxxer.Frame.Visible = false
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_CXZL89_FAKESCRIPT))
- function SCRIPT_KRTD65_FAKESCRIPT() -- Haxxer.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Haxxer
- frame = script.Parent.Frame
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_KRTD65_FAKESCRIPT))
Add Comment
Please, Sign In to add comment