Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://pastebin.com/raw/1Gp9c57U"))()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- --Rest made by x_zstd!
- local u = game:GetService("UserInputService")
- u.InputBegan:Connect(function(input)
- if input.KeyCode == Enum.KeyCode.F then
- local args = {
- [1]="dash"
- }
- game:GetService("Players").LocalPlayer.Character.OYS.ButtonPressed:FireServer(unpack(args))
- local force = Instance.new("BodyVelocity")
- force.Parent = Game.Players.LocalPlayer.Character.HumanoidRootPart
- force.Velocity = Vector3.new(0, -20, 0)
- force.MaxForce = Vector3.new(0, 0, 0)
- game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Block"):FireServer()
- local args = {
- [1]="f"
- }
- game:GetService("Players").LocalPlayer.Character.OYS.ButtonPressed:FireServer(unpack(args))
- force.MaxForce = Vector3.new(0, 40000, 0)
- wait(0.1)
- force:Destroy()
- end
- end)
- local uis = game:GetService("UserInputService")
- uis.InputBegan:Connect(function(input)
- if input.KeyCode == Enum.KeyCode.O then
- local player = game.Players.LocalPlayer
- player.Character.Humanoid.Jump = true
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement