Advertisement
Guest User

cart ride around nothing script modify

a guest
Jan 1st, 2023
5,854
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 1 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("cart ride around nothing -- Made by TOP G#0040 modify by azpzakking#8838", "Ocean")
  3.  
  4. -- Player's Settings
  5. local Player = Window:NewTab("Player")
  6. local PlayerSection = Player:NewSection("Players Settings")
  7.  
  8. PlayerSection:NewSlider("WalkSpeed", "Set Players WalkSpeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  9. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  10. end)
  11.  
  12. PlayerSection:NewButton("Reset WalkSpeed", "Resets WalkSpeed", function()
  13. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  14. end)
  15.  
  16. PlayerSection:NewToggle("Infinity Jump", "Jump Infinity, Pressing Space", function(state)
  17. if state then
  18. _G.infinjump = true
  19. local Player = game:GetService("Players").LocalPlayer
  20. local Mouse = Player:GetMouse()
  21. Mouse.KeyDown:connect(function(k)
  22. if _G.infinjump then
  23. if k:byte() == 32 then
  24. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  25. Humanoid:ChangeState("Jumping")
  26. wait(0.1)
  27. Humanoid:ChangeState("Seated")
  28. end
  29. end
  30. end)
  31. local Player = game:GetService("Players").LocalPlayer
  32. local Mouse = Player:GetMouse()
  33. else
  34. if _G.infinjump == true then
  35. _G.infinjump = false
  36. else
  37. _G.infinjump = true
  38. end
  39. end
  40. end)
  41.  
  42. PlayerSection:NewButton("Click Teleport", "Click Anyware Then Teleport", function()
  43. mouse = game.Players.LocalPlayer:GetMouse()
  44. tool = Instance.new("Tool")
  45. tool.RequiresHandle = false
  46. tool.Name = "ClickTP"
  47. tool.Activated:connect(function()
  48. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  49. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  50. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  51. end)
  52. tool.Parent = game.Players.LocalPlayer.Backpack
  53. end)
  54.  
  55. PlayerSection:NewTextBox("Goto", "Teleports To A Player", function(PlayerTeleportName)
  56. local playerone = game.Players.LocalPlayer.Character
  57. local playertwo = game.Workspace:FindFirstChild(PlayerTeleportName)
  58. playerone.HumanoidRootPart.CFrame = playertwo.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
  59. end)
  60.  
  61. PlayerSection:NewButton("Fly", "A simple fly command, press 'E' to toggle.", function()
  62. loadstring(game:HttpGet("https://raw.githubusercontent.com/TR011F4C3/PANDA/main/scripts/fly.lua", true))()
  63. end)
  64.  
  65. -- Teleport Settings
  66.  
  67. local Teleport = Window:NewTab("Teleport")
  68. local TeleportSection = Teleport:NewSection("Teleports")
  69.  
  70. TeleportSection:NewButton("Spawn", "Teleports To Spawn!", function()
  71. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1, 3.11, 38, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  72. end)
  73.  
  74. TeleportSection:NewButton("Secret Badge", "Teleports To Secret Badge!", function()
  75. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(234.500259, 2.28650475, 296.495483, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  76. end)
  77.  
  78. TeleportSection:NewButton("Cart Spawn Button", "Teleports To Cart Spawn Button!", function()
  79. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-33, 3.11, 21.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  80. end)
  81.  
  82. TeleportSection:NewButton("Auto Win", "Auto wins the game", function()
  83. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-430.898926, 165.25, 101.645676, 1, 1.51719295e-08, -1.24212969e-14, -1.51719295e-08, 1, -1.14675147e-09, 1.24038988e-14, 1.14675147e-09, 1)
  84. wait(4.1)
  85. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-430.898529, 163.273926, 131.145554, 1, -2.85942061e-08, 2.0407586e-07, 2.85942079e-08, 1, -1.07927356e-08, -2.0407586e-07, 1.07927409e-08, 1)
  86. wait(10)
  87. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  88. wait(33)
  89. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  90. wait(2)
  91. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-500.748535, -21.78265, -302.303406, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  92. wait(0.1)
  93. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  94. wait(1.3)
  95. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  96. wait(0.6)
  97. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-470.360138, -21.1945782, -302.303101, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  98. wait(10)
  99. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  100. wait(35)
  101. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  102. wait(0.5)
  103. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-421.770264, -44.2260475, -297.081909, 0.999515891, 6.59387993e-08, 0.0311128739, -6.60972859e-08, 1, 4.06536627e-09, -0.0311128739, -6.11987483e-09, 0.999515891)
  104. end)
  105.  
  106. TeleportSection:NewButton("Tp to suffering team", "Tp to suffering team", function()
  107. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-416.844727, 163.402969, 171.087555, 0.0174489655, 5.45878223e-08, 0.99984777, -4.55684486e-08, 1, -5.38008926e-08, -0.99984777, -4.46227411e-08, 0.0174489655)
  108. end)
  109.  
  110. -- Cart Settings
  111.  
  112. local CartSettings = Window:NewTab("Cart Settings")
  113. local CartSettingsSection = CartSettings:NewSection("Soon...")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement