Advertisement
Guest User

Roblox Cart ride troll gui

a guest
Nov 8th, 2022
1,537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. --Thank you for watching and please consider subscribing!
  2.  
  3. local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
  4.  
  5. local UI = Material.Load({
  6. Title = "Into Albert",
  7. Style = 1,
  8. SizeX = 300,
  9. SizeY = 300,
  10. Theme = "Dark",
  11. ColorOverrides = {
  12. MainFrame = Color3.fromRGB(2, 2, 2)
  13. }
  14.  
  15. })
  16.  
  17.  
  18. local Page = UI.New({
  19. Title = "Into Albert"
  20. })
  21.  
  22. Page.Button({
  23. Text = "SlowAllCarts",
  24. Callback = function()
  25. _G.Loopname = true
  26. while _G.Loopname do
  27. wait(0.1)
  28. for i,v in pairs(game.Workspace.Carts:GetDescendants()) do
  29. if v:FindFirstChild("Down") then
  30. fireclickdetector(v.Down.Click)
  31.  
  32. end
  33. end
  34. end
  35. end
  36.  
  37.  
  38.  
  39. })
  40.  
  41. Page.Button({
  42. Text = "FastAllCarts",
  43. Callback = function()
  44. _G.Loopname = true
  45. while _G.Loopname do
  46. wait(0.1)
  47. for i,v in pairs(game.Workspace.Carts:GetDescendants()) do
  48. if v:FindFirstChild("Up") then
  49. fireclickdetector(v.Up.Click)
  50.  
  51. end
  52. end
  53. end
  54. end
  55. })
  56.  
  57. Page.Button({
  58. Text = "On/Off Troll",
  59. Callback = function()
  60. _G.Loopname = true
  61. while _G.Loopname do
  62. wait(0.1)
  63. for i,v in pairs(game.Workspace.Carts:GetDescendants()) do
  64. if v:FindFirstChild("On") then
  65. fireclickdetector(v.On.Click)
  66.  
  67. end
  68. end
  69. end
  70. end
  71. })
  72.  
  73. Page.Button({
  74. Text = "Stop All",
  75. Callback = function()
  76. _G.Loopname = false
  77. while _G.Loopname do
  78. wait(0.1)
  79. for i,v in pairs(game.Workspace.Carts:GetDescendants()) do
  80. if v:FindFirstChild("On") then
  81. fireclickdetector(v.On.Click)
  82. for i,v in pairs(game.Workspace.Carts:GetDescendants()) do
  83. if v:FindFirstChild("Up") then
  84. fireclickdetector(v.Up.Click)
  85. for i,v in pairs(game.Workspace.Carts:GetDescendants()) do
  86. if v:FindFirstChild("Up") then
  87. fireclickdetector(v.Up.Click)
  88. end
  89. end
  90. end
  91. end
  92. end
  93. end
  94. end
  95. end
  96. })
  97.  
  98. Page.Button({
  99. Text = "RegenAllCarts",
  100. Callback = function()
  101. _G.Loopname = true
  102. while _G.Loopname do
  103. wait(0.1)
  104. fireclickdetector(game:GetService("Workspace").Carts["8Regen"].Click)
  105. fireclickdetector(game:GetService("Workspace").Carts["4Regen"].Click)
  106. fireclickdetector(game:GetService("Workspace").Carts["2Regen"].Click)
  107. fireclickdetector(game:GetService("Workspace").Carts["1Regen"].Click)
  108.  
  109. end
  110. end
  111. })
  112. Page.Button({
  113. Text = "Winner",
  114. Callback = function()
  115. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-465, 780, -443)
  116. wait (1.5)
  117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(64, 5, -80)
  118. end
  119. })
  120.  
  121.  
  122.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement