Cart Ride GUI - Pastebin.com (2024)

  1. -- Made by TheXploiter

  2. local ScreenGui = Instance.new("ScreenGui")

  3. local Frame = Instance.new("Frame")

  4. local up = Instance.new("TextButton")

  5. local down = Instance.new("TextButton")

  6. local fling = Instance.new("TextButton")

  7. local esp = Instance.new("TextButton")

  8. local title = Instance.new("TextLabel")

  9. local credits = Instance.new("TextLabel")

  10. local upstatus = Instance.new("TextLabel")

  11. local downstatus = Instance.new("TextLabel")

  12. local close = Instance.new("TextButton")

  13. --Properties:

  14. ScreenGui.Parent = game.CoreGui

  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  16. Frame.Parent = ScreenGui

  17. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  18. Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)

  19. Frame.BorderSizePixel = 3

  20. Frame.Position = UDim2.new(0.692924857, 0, 0.292014301, 0)

  21. Frame.Size = UDim2.new(0, 316, 0, 228)

  22. Frame.Active = true

  23. Frame.Draggable = true

  24. up.Name = "up"

  25. up.Parent = Frame

  26. up.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  27. up.BorderColor3 = Color3.fromRGB(255, 0, 0)

  28. up.BorderSizePixel = 3

  29. up.Position = UDim2.new(0.132911384, 0, 0.289473683, 0)

  30. up.Size = UDim2.new(0, 102, 0, 37)

  31. up.Font = Enum.Font.SourceSans

  32. up.Text = "Spam Up"

  33. up.TextColor3 = Color3.fromRGB(255, 255, 255)

  34. up.TextSize = 20.000

  35. down.Name = "down"

  36. down.Parent = Frame

  37. down.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  38. down.BorderColor3 = Color3.fromRGB(255, 0, 0)

  39. down.BorderSizePixel = 3

  40. down.Position = UDim2.new(0.538409233, 0, 0.289473683, 0)

  41. down.Size = UDim2.new(0, 102, 0, 37)

  42. down.Font = Enum.Font.SourceSans

  43. down.Text = "Spam Down"

  44. down.TextColor3 = Color3.fromRGB(255, 255, 255)

  45. down.TextSize = 20.000

  46. fling.Name = "fling"

  47. fling.Parent = Frame

  48. fling.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  49. fling.BorderColor3 = Color3.fromRGB(255, 0, 0)

  50. fling.BorderSizePixel = 3

  51. fling.Position = UDim2.new(0.132911384, 0, 0.540236533, 0)

  52. fling.Size = UDim2.new(0, 102, 0, 37)

  53. fling.Font = Enum.Font.SourceSans

  54. fling.Text = "Fling"

  55. fling.TextColor3 = Color3.fromRGB(255, 255, 255)

  56. fling.TextSize = 20.000

  57. esp.Name = "esp"

  58. esp.Parent = Frame

  59. esp.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  60. esp.BorderColor3 = Color3.fromRGB(255, 0, 0)

  61. esp.BorderSizePixel = 3

  62. esp.Position = UDim2.new(0.538409233, 0, 0.540236533, 0)

  63. esp.Size = UDim2.new(0, 102, 0, 37)

  64. esp.Font = Enum.Font.SourceSans

  65. esp.Text = "ESP"

  66. esp.TextColor3 = Color3.fromRGB(255, 255, 255)

  67. esp.TextSize = 20.000

  68. title.Name = "title"

  69. title.Parent = Frame

  70. title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  71. title.BorderColor3 = Color3.fromRGB(255, 0, 0)

  72. title.BorderSizePixel = 3

  73. title.Size = UDim2.new(0, 316, 0, 36)

  74. title.Font = Enum.Font.SourceSans

  75. title.Text = "Cart Ride GUI"

  76. title.TextColor3 = Color3.fromRGB(255, 255, 255)

  77. title.TextSize = 20.000

  78. credits.Name = "credits"

  79. credits.Parent = Frame

  80. credits.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  81. credits.BorderColor3 = Color3.fromRGB(255, 0, 0)

  82. credits.BorderSizePixel = 3

  83. credits.Position = UDim2.new(0, 0, 0.842105269, 0)

  84. credits.Size = UDim2.new(0, 316, 0, 36)

  85. credits.Font = Enum.Font.SourceSans

  86. credits.Text = "Made by TheXploiter"

  87. credits.TextColor3 = Color3.fromRGB(255, 255, 255)

  88. credits.TextSize = 20.000

  89. upstatus.Name = "upstatus"

  90. upstatus.Parent = Frame

  91. upstatus.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  92. upstatus.BackgroundTransparency = 1.000

  93. upstatus.BorderColor3 = Color3.fromRGB(255, 0, 0)

  94. upstatus.BorderSizePixel = 3

  95. upstatus.Position = UDim2.new(0.132911399, 0, 0.157894731, 0)

  96. upstatus.Size = UDim2.new(0, 102, 0, 30)

  97. upstatus.Font = Enum.Font.SourceSans

  98. upstatus.Text = "Disabled"

  99. upstatus.TextColor3 = Color3.fromRGB(255, 255, 255)

  100. upstatus.TextSize = 20.000

  101. downstatus.Name = "downstatus"

  102. downstatus.Parent = Frame

  103. downstatus.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  104. downstatus.BackgroundTransparency = 1.000

  105. downstatus.BorderColor3 = Color3.fromRGB(255, 0, 0)

  106. downstatus.BorderSizePixel = 3

  107. downstatus.Position = UDim2.new(0.537974715, 0, 0.157894731, 0)

  108. downstatus.Size = UDim2.new(0, 102, 0, 30)

  109. downstatus.Font = Enum.Font.SourceSans

  110. downstatus.Text = "Disabled"

  111. downstatus.TextColor3 = Color3.fromRGB(255, 255, 255)

  112. downstatus.TextSize = 20.000

  113. close.Name = "close"

  114. close.Parent = Frame

  115. close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  116. close.BorderColor3 = Color3.fromRGB(255, 0, 0)

  117. close.BorderSizePixel = 3

  118. close.Position = UDim2.new(0.886510551, 0, 0, 0)

  119. close.Size = UDim2.new(0, 35, 0, 35)

  120. close.Font = Enum.Font.SourceSans

  121. close.Text = "X"

  122. close.TextColor3 = Color3.fromRGB(255, 255, 255)

  123. close.TextSize = 20.000

  124. -- Scripts:

  125. local function XVLYXD_fake_script() -- up.LocalScript

  126. local script = Instance.new('LocalScript', up)

  127. up = false

  128. script.Parent.MouseButton1Down:Connect(function()

  129. up = not up

  130. end)

  131. while wait() do

  132. if up then

  133. for i,v in pairs(game.Workspace:GetDescendants()) do

  134. if v.Name == "Up" then

  135. fireclickdetector(v.Click)

  136. end

  137. end

  138. script.Parent.Parent.upstatus.Text = "Enabled"

  139. else

  140. script.Parent.Parent.upstatus.Text = "Disabled"

  141. end

  142. end

  143. end

  144. coroutine.wrap(XVLYXD_fake_script)()

  145. local function IRGUQTS_fake_script() -- down.LocalScript

  146. local script = Instance.new('LocalScript', down)

  147. down = false

  148. script.Parent.MouseButton1Down:Connect(function()

  149. down = not down

  150. end)

  151. while wait() do

  152. if down then

  153. for i,v in pairs(game.Workspace:GetDescendants()) do

  154. if v.Name == "Down" then

  155. fireclickdetector(v.Click)

  156. end

  157. end

  158. script.Parent.Parent.downstatus.Text = "Enabled"

  159. else

  160. script.Parent.Parent.downstatus.Text = "Disabled"

  161. end

  162. end

  163. end

  164. coroutine.wrap(IRGUQTS_fake_script)()

  165. local function TGPJ_fake_script() -- fling.LocalScript

  166. local script = Instance.new('LocalScript', fling)

  167. script.Parent.MouseButton1Down:Connect(function()

  168. local ultimateFling = Instance.new("ScreenGui")

  169. local drag = Instance.new("Frame")

  170. local UICorner = Instance.new("UICorner")

  171. local windowNameFrame = Instance.new("Frame")

  172. local UICorner_2 = Instance.new("UICorner")

  173. local windowNameLabel = Instance.new("TextLabel")

  174. local closeButton = Instance.new("TextButton")

  175. local mainFrame = Instance.new("Frame")

  176. local UICorner_3 = Instance.new("UICorner")

  177. local buttonsFrame = Instance.new("Frame")

  178. local toggleButton = Instance.new("TextButton")

  179. local UICorner_4 = Instance.new("UICorner")

  180. local rotSpeedLabel = Instance.new("TextLabel")

  181. local UICorner_5 = Instance.new("UICorner")

  182. local rotSpeedTextbox = Instance.new("TextBox")

  183. local flySpeedLabel = Instance.new("TextLabel")

  184. local UICorner_6 = Instance.new("UICorner")

  185. local flySpeedTextbox = Instance.new("TextBox")

  186. local UICorner_7 = Instance.new("UICorner")

  187. local notificationsFrame = Instance.new("Frame")

  188. local UIListLayout = Instance.new("UIListLayout")

  189. local notificationTemplate = Instance.new("TextLabel")

  190. local teleportersFrame = Instance.new("Frame")

  191. local teleportingLabel = Instance.new("TextLabel")

  192. local UICorner_8 = Instance.new("UICorner")

  193. local tpingTextbox = Instance.new("TextBox")

  194. ultimateFling.Name = "ultimateFling"

  195. ultimateFling.Parent = game:GetService("CoreGui")

  196. ultimateFling.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  197. ultimateFling.ResetOnSpawn = false

  198. drag.Name = "drag"

  199. drag.Parent = ultimateFling

  200. drag.Active = true

  201. drag.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  202. drag.BackgroundTransparency = 1.000

  203. drag.Draggable = true

  204. drag.Position = UDim2.new(0.5, -150, 0.5, -67)

  205. drag.Selectable = true

  206. drag.Size = UDim2.new(0, 300, 0, 135)

  207. UICorner.Parent = drag

  208. windowNameFrame.Name = "windowNameFrame"

  209. windowNameFrame.Parent = drag

  210. windowNameFrame.BackgroundColor3 = Color3.fromRGB(64, 64, 64)

  211. windowNameFrame.Size = UDim2.new(1, 0, 0, 30)

  212. UICorner_2.Parent = windowNameFrame

  213. windowNameLabel.Name = "windowNameLabel"

  214. windowNameLabel.Parent = windowNameFrame

  215. windowNameLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  216. windowNameLabel.BackgroundTransparency = 1.000

  217. windowNameLabel.BorderSizePixel = 0

  218. windowNameLabel.Size = UDim2.new(1, 0, 0, 20)

  219. windowNameLabel.Font = Enum.Font.SourceSans

  220. windowNameLabel.Text = "Ultimate Fling"

  221. windowNameLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  222. windowNameLabel.TextSize = 20.000

  223. closeButton.Name = "closeButton"

  224. closeButton.Parent = windowNameLabel

  225. closeButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  226. closeButton.BackgroundTransparency = 1.000

  227. closeButton.BorderSizePixel = 0

  228. closeButton.Position = UDim2.new(1, -20, 0, 0)

  229. closeButton.Size = UDim2.new(0, 20, 0, 20)

  230. closeButton.Font = Enum.Font.SourceSans

  231. closeButton.Text = "X"

  232. closeButton.TextColor3 = Color3.fromRGB(255, 0, 0)

  233. closeButton.TextSize = 20.000

  234. mainFrame.Name = "mainFrame"

  235. mainFrame.Parent = drag

  236. mainFrame.BackgroundColor3 = Color3.fromRGB(32, 32, 32)

  237. mainFrame.Position = UDim2.new(0, 0, 0, 20)

  238. mainFrame.Size = UDim2.new(1, 0, 1, -20)

  239. UICorner_3.Parent = mainFrame

  240. buttonsFrame.Name = "buttonsFrame"

  241. buttonsFrame.Parent = mainFrame

  242. buttonsFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  243. buttonsFrame.BackgroundTransparency = 0.500

  244. buttonsFrame.Size = UDim2.new(0, 110, 1, 0)

  245. toggleButton.Name = "toggleButton"

  246. toggleButton.Parent = buttonsFrame

  247. toggleButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  248. toggleButton.BackgroundTransparency = 0.800

  249. toggleButton.BorderSizePixel = 0

  250. toggleButton.Position = UDim2.new(0, 5, 0, 5)

  251. toggleButton.Size = UDim2.new(0, 100, 0, 25)

  252. toggleButton.Font = Enum.Font.SourceSans

  253. toggleButton.Text = "Start fling"

  254. toggleButton.TextColor3 = Color3.fromRGB(255, 255, 255)

  255. toggleButton.TextSize = 20.000

  256. UICorner_4.Parent = toggleButton

  257. rotSpeedLabel.Name = "rotSpeedLabel"

  258. rotSpeedLabel.Parent = buttonsFrame

  259. rotSpeedLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  260. rotSpeedLabel.BackgroundTransparency = 0.800

  261. rotSpeedLabel.Position = UDim2.new(0, 5, 0, 35)

  262. rotSpeedLabel.Size = UDim2.new(0, 100, 0, 35)

  263. rotSpeedLabel.Font = Enum.Font.SourceSans

  264. rotSpeedLabel.Text = "RotSpeed"

  265. rotSpeedLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  266. rotSpeedLabel.TextSize = 14.000

  267. rotSpeedLabel.TextYAlignment = Enum.TextYAlignment.Top

  268. UICorner_5.Parent = rotSpeedLabel

  269. rotSpeedTextbox.Name = "rotSpeedTextbox"

  270. rotSpeedTextbox.Parent = rotSpeedLabel

  271. rotSpeedTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  272. rotSpeedTextbox.BackgroundTransparency = 1.000

  273. rotSpeedTextbox.Position = UDim2.new(0, 0, 0, 13)

  274. rotSpeedTextbox.Size = UDim2.new(1, 0, 1, -13)

  275. rotSpeedTextbox.ClearTextOnFocus = false

  276. rotSpeedTextbox.Font = Enum.Font.SourceSans

  277. rotSpeedTextbox.Text = "10000"

  278. rotSpeedTextbox.TextColor3 = Color3.fromRGB(0, 255, 0)

  279. rotSpeedTextbox.TextSize = 16.000

  280. flySpeedLabel.Name = "flySpeedLabel"

  281. flySpeedLabel.Parent = buttonsFrame

  282. flySpeedLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  283. flySpeedLabel.BackgroundTransparency = 0.800

  284. flySpeedLabel.Position = UDim2.new(0, 5, 0, 75)

  285. flySpeedLabel.Size = UDim2.new(0, 100, 0, 35)

  286. flySpeedLabel.Font = Enum.Font.SourceSans

  287. flySpeedLabel.Text = "FlySpeed"

  288. flySpeedLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  289. flySpeedLabel.TextSize = 14.000

  290. flySpeedLabel.TextYAlignment = Enum.TextYAlignment.Top

  291. UICorner_6.Parent = flySpeedLabel

  292. flySpeedTextbox.Name = "flySpeedTextbox"

  293. flySpeedTextbox.Parent = flySpeedLabel

  294. flySpeedTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  295. flySpeedTextbox.BackgroundTransparency = 1.000

  296. flySpeedTextbox.Position = UDim2.new(0, 0, 0, 13)

  297. flySpeedTextbox.Size = UDim2.new(1, 0, 1, -13)

  298. flySpeedTextbox.ClearTextOnFocus = false

  299. flySpeedTextbox.Font = Enum.Font.SourceSans

  300. flySpeedTextbox.Text = "1"

  301. flySpeedTextbox.TextColor3 = Color3.fromRGB(0, 255, 0)

  302. flySpeedTextbox.TextSize = 16.000

  303. UICorner_7.Parent = buttonsFrame

  304. notificationsFrame.Name = "notificationsFrame"

  305. notificationsFrame.Parent = mainFrame

  306. notificationsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  307. notificationsFrame.BackgroundTransparency = 1.000

  308. notificationsFrame.ClipsDescendants = true

  309. notificationsFrame.Position = UDim2.new(0, 110, 0, 45)

  310. notificationsFrame.Size = UDim2.new(1, -110, 1, -45)

  311. UIListLayout.Parent = notificationsFrame

  312. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder

  313. UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Bottom

  314. notificationTemplate.Name = "notificationTemplate"

  315. notificationTemplate.Parent = notificationsFrame

  316. notificationTemplate.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  317. notificationTemplate.BackgroundTransparency = 1.000

  318. notificationTemplate.ClipsDescendants = true

  319. notificationTemplate.Size = UDim2.new(1, 0, 0, 20)

  320. notificationTemplate.Visible = false

  321. notificationTemplate.Font = Enum.Font.SourceSans

  322. notificationTemplate.Text = ""

  323. notificationTemplate.TextColor3 = Color3.fromRGB(255, 255, 255)

  324. notificationTemplate.TextSize = 19.000

  325. notificationTemplate.TextWrapped = true

  326. teleportersFrame.Name = "teleportersFrame"

  327. teleportersFrame.Parent = mainFrame

  328. teleportersFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  329. teleportersFrame.BackgroundTransparency = 1.000

  330. teleportersFrame.ClipsDescendants = true

  331. teleportersFrame.Position = UDim2.new(0, 110, 0, 0)

  332. teleportersFrame.Size = UDim2.new(1, -110, 0, 45)

  333. teleportingLabel.Name = "teleportingLabel"

  334. teleportingLabel.Parent = teleportersFrame

  335. teleportingLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  336. teleportingLabel.BackgroundTransparency = 0.800

  337. teleportingLabel.Position = UDim2.new(0, 5, 0, 5)

  338. teleportingLabel.Size = UDim2.new(1, -10, 1, -10)

  339. teleportingLabel.Font = Enum.Font.SourceSans

  340. teleportingLabel.Text = "tping to players delay (0 = disable)"

  341. teleportingLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  342. teleportingLabel.TextSize = 14.000

  343. teleportingLabel.TextYAlignment = Enum.TextYAlignment.Top

  344. UICorner_8.Parent = teleportingLabel

  345. tpingTextbox.Name = "tpingTextbox"

  346. tpingTextbox.Parent = teleportingLabel

  347. tpingTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  348. tpingTextbox.BackgroundTransparency = 1.000

  349. tpingTextbox.Position = UDim2.new(0, 0, 0, 13)

  350. tpingTextbox.Size = UDim2.new(1, 0, 1, -13)

  351. tpingTextbox.ClearTextOnFocus = false

  352. tpingTextbox.Font = Enum.Font.SourceSans

  353. tpingTextbox.Text = "0"

  354. tpingTextbox.TextColor3 = Color3.fromRGB(0, 255, 0)

  355. tpingTextbox.TextSize = 16.000

  356. local function align(Part0, Part1)

  357. Part0.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)

  358. local att1 = Instance.new("Attachment")

  359. att1.Orientation = Vector3.new(0, 0, 0)

  360. att1.Position = Vector3.new(0, 0, 0)

  361. att1.Archivable = true

  362. local att0 = att1:Clone()

  363. local ap = Instance.new("AlignPosition", att0)

  364. ap.ApplyAtCenterOfMass = true

  365. ap.MaxForce = 9e9

  366. ap.MaxVelocity = 9e9

  367. ap.ReactionForceEnabled = false

  368. ap.Responsiveness = 200

  369. ap.RigidityEnabled = false

  370. ap.Attachment1 = att1

  371. ap.Attachment0 = att0

  372. att1.Parent = Part1

  373. att0.Parent = Part0

  374. end

  375. local rs = game:GetService("RunService")

  376. local function notify(msg)

  377. spawn(function()

  378. local label = notificationTemplate:Clone()

  379. label.Text = msg

  380. label.Parent = notificationsFrame

  381. label.Size = UDim2.new(1, 0, 0, 0)

  382. label.Visible = true

  383. local siz = 0

  384. while rs.Stepped:Wait() and label and label.Parent and (siz < 20) do

  385. siz += 1

  386. label.Size = UDim2.new(1, 0, 0, siz)

  387. end

  388. if label and label.Parent then

  389. wait(15)

  390. while rs.Stepped:Wait() and label and label.Parent and (label.TextTransparency < 1) do

  391. label.TextTransparency += 0.1

  392. end

  393. if label and label.Parent then

  394. label:Destroy()

  395. end

  396. end

  397. end)

  398. end

  399. local plrs = game:GetService("Players")

  400. local lp = plrs.LocalPlayer

  401. local mouse = lp:GetMouse()

  402. local ws = game:GetService("Workspace")

  403. local c = nil

  404. local function resReq()

  405. local nm = Instance.new("Model")

  406. local nh = Instance.new("Humanoid", nm)

  407. nh.Health = 100

  408. lp.Character = nm

  409. nh.Health = 0

  410. nh:Destroy()

  411. nm:Destroy()

  412. end

  413. local parts = {}

  414. ws.DescendantRemoving:Connect(function(des)

  415. if table.find(parts, des) then

  416. local desn = des.Name

  417. wait()

  418. if c and c.Parent then

  419. notify("lost part: " .. desn)

  420. end

  421. end

  422. end)

  423. toggleButton.MouseButton1Click:Connect(function()

  424. if c and c.Parent then

  425. resReq()

  426. lp.Character = c

  427. notify("attempting to respawn...")

  428. else

  429. notify("Loading...")

  430. c = lp.Character

  431. if not (c and c.Parent) then

  432. notify("error: character not found")

  433. return nil

  434. end

  435. local hum = c:FindFirstChildOfClass("Humanoid")

  436. if not (hum and hum.Parent) then

  437. notify("error: humanoid not found")

  438. return nil

  439. end

  440. if hum.Health == 0 then

  441. notify("error: humanoid health 0")

  442. return nil

  443. end

  444. resReq()

  445. lp.Character = c

  446. wait(5.1)

  447. if not (c and c.Parent) then

  448. notify("error: character removed")

  449. return nil

  450. end

  451. if not (hum and hum.Parent) then

  452. notify("error: humanoid removed")

  453. return nil

  454. end

  455. if hum.Health == 0 then

  456. notify("error: humanoid died")

  457. return nil

  458. end

  459. c:BreakJoints()

  460. hum.Health = 0

  461. wait()

  462. if not (c and c.Parent) then

  463. notify("error: character removed")

  464. return nil

  465. end

  466. parts = {}

  467. for i, v in pairs(c:GetDescendants()) do

  468. if v and v.Parent and v:IsA("BasePart") then

  469. if v.CanCollide then

  470. table.insert(parts, v)

  471. else

  472. v.Velocity = Vector3.new(0, -1000, 0)

  473. end

  474. end

  475. end

  476. local hrp = Instance.new("Part", c)

  477. hrp.Name = "hrp"

  478. hrp.Anchored = true

  479. hrp.Transparency = 1

  480. pcall(function()

  481. hrp.CFrame = parts[1].CFrame

  482. end)

  483. ws.CurrentCamera.CameraSubject = hrp

  484. for i, v in pairs(parts) do

  485. if v and v.Parent then

  486. align(v, hrp)

  487. end

  488. end

  489. spawn(function()

  490. local currentp = nil

  491. spawn(function()

  492. while rs.Stepped:Wait() and c and c.Parent and hrp and hrp.Parent do

  493. if currentp and currentp.Parent then

  494. local c1 = currentp.Character

  495. if c1 and c1.Parent then

  496. local hed1 = c1:FindFirstChild("Head") or c1:FindFirstChild("Torso") or c1:FindFirstChild("HumanoidRootPart") or c1:FindFirstChildWhichIsA("BasePart")

  497. if hed1 then

  498. hrp.CFrame = hed1.CFrame

  499. end

  500. end

  501. end

  502. end

  503. end)

  504. while rs.Heartbeat:Wait() and c and c.Parent and hrp and hrp.Parent do

  505. local delay = tonumber(tpingTextbox.Text)

  506. if (not delay) or (delay < 0) then

  507. delay = 0

  508. end

  509. if delay == 0 then

  510. currentp = false

  511. else

  512. wait(delay)

  513. delay = tonumber(tpingTextbox.Text)

  514. if (not delay) or (delay < 0) then

  515. delay = 0

  516. end

  517. if c and c.Parent and hrp and hrp.Parent and (delay ~= 0) then

  518. local getp = plrs:GetPlayers()

  519. local i1 = false

  520. for i, v in pairs(getp) do

  521. if (v == currentp) and (v ~= lp) then

  522. i1 = i

  523. end

  524. end

  525. if (not i1) then

  526. i1 = 1

  527. end

  528. local function nextp()

  529. if i1 == #getp then

  530. i1 = 1

  531. else

  532. i1 += 1

  533. end

  534. currentp = getp[i1]

  535. end

  536. local c1 = nil

  537. while wait() and not (c1 and c1.Parent) do

  538. nextp()

  539. if currentp == lp then

  540. nextp()

  541. end

  542. c1 = currentp.Character

  543. end

  544. end

  545. end

  546. end

  547. end)

  548. spawn(function()

  549. while c and c.Parent and rs.Heartbeat:Wait() do

  550. for i, v in pairs(parts) do

  551. if v and v.Parent then

  552. v.Velocity = Vector3.new(0, -25.05, 0)

  553. local s = tonumber(rotSpeedTextbox.Text)

  554. v.RotVelocity = Vector3.new(s, s, s)

  555. end

  556. end

  557. end

  558. end)

  559. spawn(function()

  560. while rs.Stepped:Wait() and c and c.Parent do

  561. for i, v in pairs(parts) do

  562. if v and v.Parent then

  563. v.CanCollide = false

  564. end

  565. end

  566. end

  567. end)

  568. spawn(function()

  569. local ctrlf = {

  570. ["w"] = false,

  571. ["a"] = false,

  572. ["s"] = false,

  573. ["d"] = false

  574. }

  575. mouse.KeyDown:Connect(function(key)

  576. key = key:lower()

  577. if ctrlf[key] ~= nil then

  578. ctrlf[key] = true

  579. end

  580. end)

  581. mouse.KeyUp:Connect(function(key)

  582. key = key:lower()

  583. if ctrlf[key] ~= nil then

  584. ctrlf[key] = false

  585. end

  586. end)

  587. while rs.RenderStepped:Wait() and c and c.Parent do

  588. if hrp and hrp.Parent then

  589. local flyspeed = tonumber(flySpeedTextbox.Text)

  590. local fb = ((ctrlf["w"] and flyspeed) or 0) + ((ctrlf["s"] and -flyspeed) or 0)

  591. local lr = ((ctrlf["a"] and -flyspeed) or 0) + ((ctrlf["d"] and flyspeed) or 0)

  592. local camcf = ws.CurrentCamera.CFrame

  593. local caX, caY, caZ, ca1, ca2, ca3, ca4, ca5, ca6, ca7, ca8, ca9 = camcf:GetComponents()

  594. local flycf = hrp.CFrame

  595. flycf = CFrame.new(flycf.X, flycf.Y, flycf.Z, ca1, ca2, ca3, ca4, ca5, ca6, ca7, ca8, ca9)

  596. flycf += camcf.lookVector * fb

  597. flycf += camcf.rightVector * lr

  598. hrp.CFrame = flycf

  599. end

  600. end

  601. local c1 = lp.Character

  602. if c1 and c1.Parent then

  603. notify("respawned")

  604. end

  605. if toggleButton and toggleButton.Parent then

  606. toggleButton.Text = "Start fling"

  607. end

  608. end)

  609. if toggleButton and toggleButton.Parent then

  610. toggleButton.Text = "Respawn"

  611. end

  612. notify("done")

  613. end

  614. end)

  615. closeButton.MouseButton1Click:Connect(function()

  616. if c and c.Parent then

  617. resReq()

  618. end

  619. ultimateFling:Destroy()

  620. end)

  621. end)

  622. end

  623. coroutine.wrap(TGPJ_fake_script)()

  624. local function NVFJKN_fake_script() -- esp.LocalScript

  625. local script = Instance.new('LocalScript', esp)

  626. script.Parent.MouseButton1Down:Connect(function()

  627. loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua',true))()

  628. end)

  629. end

  630. coroutine.wrap(NVFJKN_fake_script)()

  631. local function YUALJD_fake_script() -- close.LocalScript

  632. local script = Instance.new('LocalScript', close)

  633. script.Parent.MouseButton1Down:Connect(function()

  634. script.Parent.Parent.Parent:Destroy()

  635. end)

  636. end

  637. coroutine.wrap(YUALJD_fake_script)()

Cart Ride GUI - Pastebin.com (2024)

References

Top Articles
Latest Posts
Article information

Author: Carlyn Walter

Last Updated:

Views: 6010

Rating: 5 / 5 (70 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Carlyn Walter

Birthday: 1996-01-03

Address: Suite 452 40815 Denyse Extensions, Sengermouth, OR 42374

Phone: +8501809515404

Job: Manufacturing Technician

Hobby: Table tennis, Archery, Vacation, Metal detecting, Yo-yoing, Crocheting, Creative writing

Introduction: My name is Carlyn Walter, I am a lively, glamorous, healthy, clean, powerful, calm, combative person who loves writing and wants to share my knowledge and understanding with you.