Advertisement
BobbyJonesLarry

Roblox Cart Ride Delivery Service GUI V1.1

Mar 24th, 2023
318
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.98 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Bobby's OP Cart Delivery Service GUI V1.1", "BloodTheme")
  3.  
  4. -- MADE BY BOBBYJONESLARRY2 DONT DELETE
  5. -- MAIN
  6.  
  7. local Tab = Window:NewTab("Teleportation")
  8. local TeleportationSection = Tab:NewSection("Teleportation")
  9.  
  10. TeleportationSection:NewButton("Spawn", "Teleport to Spawn", function()
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(38.3172569, 2.97110009, 49.2681351, 0.913577855, 9.23363217e-08, -0.406663895, -8.4307608e-08, 1, 3.76595004e-08, 0.406663895, -1.20026628e-10, 0.913577855)
  12. end)
  13.  
  14. TeleportationSection:NewButton("Tilt", "Teleport to tilt", function()
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-281.076996, 143.500336, 88.4678802, 0.766061246, 0, 0.642767608, 0, 1, 0, -0.642767608, 0, 0.766061246)
  16. end)
  17.  
  18. TeleportationSection:NewButton("TrafficJam", "Teleport to TJ", function()
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(264.051422, 78.8787308, 176.154205, 0.950219333, -2.65832014e-08, 0.311581761, 3.76416054e-08, 1, -2.94772722e-08, -0.311581761, 3.97383104e-08, 0.950219333)
  20. end)
  21.  
  22. TeleportationSection:NewButton("BlastOff", "Teleport to BO", function()
  23. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(500.975403, 162.843872, 34.9243011, 0.434579104, 3.70479492e-09, -0.900633693, -7.98308264e-09, 1, 2.61498323e-10, 0.900633693, 7.07619119e-09, 0.434579104)
  24. end)
  25.  
  26. TeleportationSection:NewButton("The Drop", "Teleport to TD", function()
  27. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-107.784927, 173.038544, 757.076904, 0.744515061, -7.03518097e-08, -0.667605639, 4.3467157e-08, 1, -5.69046357e-08, 0.667605639, 1.33474405e-08, 0.744515061)
  28. end)
  29.  
  30. TeleportationSection:NewButton("Black & White", "Teleport to B&W", function()
  31. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(404.947357, 313.522614, 524.374817, 0.273961395, -5.36065525e-10, -0.961740673, -2.5853969e-10, 1, -6.31038499e-10, 0.961740673, 4.21528312e-10, 0.273961395)
  32. end)
  33.  
  34.  
  35. TeleportationSection:NewButton("Tower Of Doom/TOD", "Teleport to TOD", function()
  36. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(680.496399, 248.035736, 436.566406, 0.982961476, 6.37048245e-08, 0.183811828, -5.49500285e-08, 1, -5.27227542e-08, -0.183811828, 4.17239718e-08, 0.982961476)
  37. end)
  38.  
  39. TeleportationSection:NewButton("Winners", "Teleport to Winners", function()
  40. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1013.52167, 10.5653419, 115.161285, -0.660219848, -2.78281798e-09, 0.751072407, -6.7493473e-09, 1, -2.22779462e-09, -0.751072407, -6.5400827e-09, -0.660219848)
  41. end)
  42.  
  43. local Tab = Window:NewTab("LocalPlayer")
  44. local LocalPlayerSection = Tab:NewSection("LocalPlayer")
  45.  
  46. LocalPlayerSection:NewSlider("SpeedSlider", "Speed Slider", 250, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  47. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  48. end)
  49.  
  50.  
  51.  
  52. LocalPlayerSection:NewToggle("Infinite Jump", "Lets you infinitely jump", function()
  53. local InfiniteJumpEnabled = true
  54. game:GetService("UserInputService").JumpRequest:connect(function()
  55. if InfiniteJumpEnabled then
  56. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  57. end
  58. end)
  59. end)
  60.  
  61. LocalPlayerSection:NewButton("Mute Music BROKEN", "Mutes Music", function()
  62. local args = {
  63. [1] = true
  64. }
  65.  
  66. game:GetService("ReplicatedStorage").ReplicatedStorageShared.RemoteFunctions.DataStore.SetMusicMuted:InvokeServer(unpack(args))
  67.  
  68.  
  69. end)
  70.  
  71. LocalPlayerSection:NewButton("UnMute Music BROKEN", "UnMutes Music", function()
  72. local args = {
  73. [1] = false
  74. }
  75.  
  76. game:GetService("ReplicatedStorage").ReplicatedStorageShared.RemoteFunctions.DataStore.SetMusicMuted:InvokeServer(unpack(args))
  77.  
  78. end)
  79.  
  80.  
  81. local Tab = Window:NewTab("Upgrades")
  82. local UpgradesSection = Tab:NewSection("Upgrading Defult Cart")
  83.  
  84.  
  85. UpgradesSection:NewButton("Upgrade speed of defult cart", "Upgrade speed", function()
  86.  
  87. local args = {
  88. [1] = "Default Car",
  89. [2] = 1
  90. }
  91. end)
  92.  
  93. UpgradesSection:NewButton("Upgrade boost of defult cart", "Upgrade boost", function()
  94.  
  95.  
  96. local args = {
  97. [1] = "Default Car",
  98. [2] = 1
  99. }
  100.  
  101. game:GetService("ReplicatedStorage").ReplicatedStorageShared.RemoteFunctions.Cars.PurchaseUpgrade:InvokeServer(unpack(args))
  102.  
  103. end)
  104.  
  105.  
  106.  
  107. UpgradesSection:NewButton("Upgrade brakes of defult cart", "Upgrade brakes", function()
  108.  
  109. local args = {
  110. [1] = "Default Car",
  111. [2] = 2
  112. }
  113.  
  114. game:GetService("ReplicatedStorage").ReplicatedStorageShared.RemoteFunctions.Cars.PurchaseUpgrade:InvokeServer(unpack(args))
  115. end)
  116.  
  117.  
  118.  
  119. UpgradesSection:NewButton("Upgrade packages of defult cart", "Upgrade packages", function()
  120. local args = {
  121. [1] = "Default Car",
  122. [2] = 4
  123. }
  124.  
  125. game:GetService("ReplicatedStorage").ReplicatedStorageShared.RemoteFunctions.Cars.PurchaseUpgrade:InvokeServer(unpack(args))
  126.  
  127. end)
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. local Tab = Window:NewTab("Credits")
  138. local CreditsSection = Tab:NewSection("Credits")
  139. local CreditsSection = Tab:NewSection("BobbyJonesLarry2 Main Coder")
  140. local CreditsSection = Tab:NewSection("Nogod123plsno Secondary Coder")
  141. local CreditsSection = Tab:NewSection("Kavo-UI Libary Website Used")
  142.  
  143. local Tab = Window:NewTab("FE")
  144. local FESection = Tab:NewSection("FE")
  145. FESection:NewButton("INFINITE BOOST", "NOTE: DOSENT ACTUALLY BOOST", function()
  146. local args = {
  147. [1] = true
  148. }
  149.  
  150. game:GetService("ReplicatedStorage").ReplicatedStorageShared.RemoteEvents.CarControl_SetBoostFxState:FireServer(unpack(args))
  151.  
  152. end)
  153. FESection:NewButton("INFINITE BRAKES", "NOTE: DOSENT ACTUALLY BRAKE", function()
  154. local args = {
  155. [1] = true,
  156. [2] = false
  157. }
  158.  
  159. game:GetService("ReplicatedStorage").ReplicatedStorageShared.RemoteEvents.CarControl_SetBrakeFxState:FireServer(unpack(args))
  160. end)
  161. FESection:NewButton("RESET TO START", "RESET FULLY", function()
  162.  
  163. game:GetService("ReplicatedStorage").ReplicatedStorageShared.RemoteEvents.ResetProgress:FireServer()
  164.  
  165. end)
  166.  
  167. FESection:NewButton("FAKELAG", "Makes you look like you have mcdonalds wifi", function()
  168. loadstring(game:HttpGet('https://pastebin.com/raw/VM3b0Thg'))()
  169. end)
  170.  
  171.  
  172. local Tab = Window:NewTab("Admin")
  173. local AdminSection = Tab:NewSection("FE Admin Script")
  174. --BUTTONS
  175. AdminSection:NewButton("Infinity Yield", "FE ADMIN COMMANDS WORKING", function()
  176. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  177. end)
  178.  
  179.  
  180.  
  181. if game.PlaceId == 11454403177 then
  182. Script()
  183. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement