Advertisement
x_zstd

Silly simulator bot setup v2

Dec 30th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. ----1
  2. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  3. while true do
  4. wait(0.1)
  5. local character = game.Players.LocalPlayer.Character
  6. if not character then
  7. continue
  8. end
  9. local humanoid = character:FindFirstChildOfClass("Humanoid")
  10. if not humanoid then
  11. continue
  12. end
  13. local rootPart = character:FindFirstChild("HumanoidRootPart")
  14. if not rootPart then
  15. continue
  16. end
  17. local currentPosition = rootPart.Position
  18. if currentPosition.Y <= -70 then
  19. rootPart.CFrame = CFrame.new(Vector3.new(97, -88, 1))
  20. wait(1)
  21. game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.U,false,game)
  22. end
  23. if game.Players.LocalPlayer.Character.Humanoid.PlatformStand == true then
  24. game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.C,false,game)
  25. wait(0.5)
  26. game:GetService("VirtualInputManager"):SendKeyEvent(false,Enum.KeyCode.C,false,game)
  27. end
  28. end
  29.  
  30. ----2
  31. local uis = game:GetService("UserInputService")
  32. uis.InputBegan:Connect(function(input)
  33. local s = false
  34. if input.KeyCode == Enum.KeyCode.K then
  35. local player = game.Players.LocalPlayer
  36. game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.F,false,game)
  37. if s == true then return end
  38. s = true
  39. player.Character.Humanoid.Jump = true
  40. wait(0.8)
  41. end
  42. end)
  43.  
  44. ----3
  45. local ui2s = game:GetService("UserInputService")
  46. local d = false
  47. ui2s.InputBegan:Connect(function(input)
  48. if input.KeyCode == Enum.KeyCode.K then
  49. if d == true then return end
  50. d = true
  51. game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.LeftShift,false,game)
  52. wait(0.11)
  53. game:GetService("VirtualInputManager"):SendKeyEvent(false,Enum.KeyCode.LeftShift,false,game)
  54. wait(0.11)
  55. game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.F,false,game)
  56. wait(0.3)
  57. d = false
  58. end
  59. end)
  60.  
  61. ----4
  62. local ui2s = game:GetService("UserInputService")
  63. local d = false
  64. ui2s.InputBegan:Connect(function(input)
  65. if input.KeyCode == Enum.KeyCode.K then
  66. if d == true then return end
  67. d = true
  68. game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.C,false,game)
  69. game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.G,false,game)
  70. game:GetService("VirtualInputManager"):SendKeyEvent(false,Enum.KeyCode.C,false,game)
  71. wait(5)
  72. d = false
  73. end
  74. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement