Advertisement
x_zstd

Silly simulator bot setup

Jul 11th, 2024
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.24 KB | None | 0 0
  1. loadstring(game:HttpGet("https://pastebin.com/raw/1Gp9c57U"))()
  2. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  3. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  4.  
  5. --Rest made by x_zstd!
  6. local u = game:GetService("UserInputService")
  7. u.InputBegan:Connect(function(input)
  8. if input.KeyCode == Enum.KeyCode.F then
  9. local args = {
  10. [1]="dash"
  11.  }
  12.  game:GetService("Players").LocalPlayer.Character.OYS.ButtonPressed:FireServer(unpack(args))
  13.  local force = Instance.new("BodyVelocity")
  14.  force.Parent = Game.Players.LocalPlayer.Character.HumanoidRootPart
  15.  force.Velocity = Vector3.new(0, -20, 0)
  16.  force.MaxForce = Vector3.new(0, 0, 0)
  17.  game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Block"):FireServer()
  18.  local args = {
  19. [1]="f"
  20.  }
  21. game:GetService("Players").LocalPlayer.Character.OYS.ButtonPressed:FireServer(unpack(args))
  22. force.MaxForce = Vector3.new(0, 40000, 0)
  23. wait(0.1)
  24. force:Destroy()
  25. end
  26. end)
  27. local uis = game:GetService("UserInputService")
  28. uis.InputBegan:Connect(function(input)
  29. if input.KeyCode == Enum.KeyCode.O then
  30.  local player = game.Players.LocalPlayer
  31. player.Character.Humanoid.Jump = true
  32. end
  33. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement