The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
FE Cart Ride GUI script pastebin roblox
By FE Cart Ride GUI on 2024-09-22 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --Made by AlperSocial
  2. local Mercury = loadstring(game:HttpGet("https://raw.githubusercontent.com/deeeity/mercury-lib/master/src.lua"))()
  3.  
  4. local GUI = Mercury:Create{
  5.     Name = "Cart GUI",
  6.     Size = UDim2.fromOffset(600, 400),
  7.     Theme = Mercury.Themes.Dark,
  8.     Link = "https://alpersocial.xyz/cartgui"
  9. }
  10.  
  11. local Tab = GUI:Tab{
  12.         Name = "Main",
  13.         Icon = "rbxassetid://8950630642"
  14. }
  15.  
  16. local Tab2 = GUI:Tab{
  17.         Name = "Rdite",
  18.         Icon = "rbxassetid://7824017871"
  19. }
  20.  
  21. local Tab3 = GUI:Tab{
  22.         Name = "Extra",
  23.         Icon = "rbxassetid://52756151"
  24. }
  25.  
  26. GUI:Notification{
  27.         Title = "Alert from AlperSocial",
  28.         Text = "btw credit me when showcasing this GUI.",
  29.         Duration = 10,
  30.         Callback = function() end
  31. }
  32.  
  33. Tab:Button{
  34.         Name = "Spam Up On Carts",
  35.         Description = nil,
  36.         Callback = function()
  37.     for i, v in pairs(workspace:GetDescendants()) do
  38.         if v.Parent.Name == "Up" and v.ClassName == "ClickDetector" then
  39.             spawn(function()
  40.                  while true do
  41.                       wait()
  42.                       if v then
  43.                          fireclickdetector(v)
  44.                      else
  45.                         break;
  46.                     end
  47.                 end
  48.             end)
  49.         elseif v.Parent.Name == "On" and v.ClassName == "ClickDetector" then
  50.             if v.Parent.BrickColor ~= BrickColor.new("Dark green") then
  51.                 fireclickdetector(v)
  52.             end
  53.             v.Parent:GetPropertyChangedSignal("BrickColor"):Connect(function()
  54.                 if v.Parent.BrickColor ~= BrickColor.new("Dark green") then
  55.                     fireclickdetector(v)
  56.                 end
  57.             end)
  58.         end
  59.      end
  60.      
  61.      workspace.DescendantAdded:Connect(function(descendant)
  62.          if descendant.Parent.Name == "Up" and descendant.ClassName == "ClickDetector" then
  63.             spawn(function()
  64.                    while true do
  65.                    wait()
  66.                     if descendant then
  67.                         fireclickdetector(descendant)
  68.                      else
  69.                          break;
  70.                     end
  71.                 end
  72.              end)
  73.         elseif descendant.Parent.Name == "On" and descendant.ClassName == "ClickDetector" then
  74.             if descendant.Parent.BrickColor ~= BrickColor.new("Dark green") then
  75.                 fireclickdetector(descendant)
  76.             end
  77.             descendant.Parent:GetPropertyChangedSignal("BrickColor"):Connect(function()
  78.                 if descendant.Parent.BrickColor ~= BrickColor.new("Dark green") then
  79.                     fireclickdetector(descendant)
  80.                 end
  81.             end)
  82.         end
  83.      end)
  84.     end,
  85. }
  86.  
  87. Tab:Button{
  88.         Name = "Spam Down On Carts",
  89.         Description = nil,
  90.         Callback = function()
  91.     for i, v in pairs(workspace:GetDescendants()) do
  92.         if v.Parent.Name == "Down" and v.ClassName == "ClickDetector" then
  93.             spawn(function()
  94.                  while true do
  95.                       wait()
  96.                       if v then
  97.                          fireclickdetector(v)
  98.                      else
  99.                         break;
  100.                     end
  101.                 end
  102.             end)
  103.         elseif v.Parent.Name == "On" and v.ClassName == "ClickDetector" then
  104.             if v.Parent.BrickColor ~= BrickColor.new("Dark green") then
  105.                 fireclickdetector(v)
  106.             end
  107.             v.Parent:GetPropertyChangedSignal("BrickColor"):Connect(function()
  108.                 if v.Parent.BrickColor ~= BrickColor.new("Dark green") then
  109.                     fireclickdetector(v)
  110.                 end
  111.             end)
  112.         end
  113.      end
  114.      
  115.      workspace.DescendantAdded:Connect(function(descendant)
  116.          if descendant.Parent.Name == "Down" and descendant.ClassName == "ClickDetector" then
  117.             spawn(function()
  118.                    while true do
  119.                    wait()
  120.                     if descendant then
  121.                         fireclickdetector(descendant)
  122.                      else
  123.                          break;
  124.                     end
  125.                 end
  126.              end)
  127.         elseif descendant.Parent.Name == "On" and descendant.ClassName == "ClickDetector" then
  128.             if descendant.Parent.BrickColor ~= BrickColor.new("Dark green") then
  129.                 fireclickdetector(descendant)
  130.             end
  131.             descendant.Parent:GetPropertyChangedSignal("BrickColor"):Connect(function()
  132.                 if descendant.Parent.BrickColor ~= BrickColor.new("Dark green") then
  133.                     fireclickdetector(descendant)
  134.                 end
  135.             end)
  136.         end
  137.      end)
  138.     end,
  139. }
  140.  
  141. Tab:Button{
  142.         Name = "Invis Fling",
  143.         Description = nil,
  144.         Callback = function()
  145.     spawn(function()
  146.         local message = Instance.new("Message",workspace)
  147.         message.Text = "Loaded press z to execute inviseble , press x to respawn)"
  148.         wait(3)
  149.         message:Destroy()
  150.         end)
  151.        
  152.        
  153.        
  154.        
  155.        
  156.        
  157.        
  158.        
  159.         local mouse = game.Players.LocalPlayer:GetMouse()
  160.        
  161.         local groot = nil
  162.        
  163.         mouse.KeyDown:connect(function(k)
  164.            
  165.             if k == "z" then
  166.                
  167.                
  168.                
  169.         spawn(function()
  170.         local message = Instance.new("Message",workspace)
  171.         message.Text = "Fe Invisible Fling By Diemiers#4209 Loaded (wait 11 seconds to load)"
  172.         wait(11)
  173.         message:Destroy()
  174.         end)
  175.        
  176.        
  177.         local ch = game.Players.LocalPlayer.Character
  178.         local prt=Instance.new("Model", workspace)
  179.         local z1 =  Instance.new("Part", prt)
  180.         z1.Name="Torso"
  181.         z1.CanCollide = false
  182.         z1.Anchored = true
  183.         local z2  =Instance.new("Part", prt)
  184.         z2.Name="Head"
  185.         z2.Anchored = true
  186.         z2.CanCollide = false
  187.         local z3 =Instance.new("Humanoid", prt)
  188.         z3.Name="Humanoid"
  189.         z1.Position = Vector3.new(0,9999,0)
  190.         z2.Position = Vector3.new(0,9991,0)
  191.          game.Players.LocalPlayer.Character=prt
  192.         wait(5)
  193.         game.Players.LocalPlayer.Character=ch
  194.         wait(6)
  195.        
  196.        
  197.         local plr = game.Players.LocalPlayer
  198.         mouse = plr:GetMouse()
  199.        
  200.         local Hum = Instance.new("Humanoid")
  201.         Hum.Parent = game.Players.LocalPlayer.Character
  202.        
  203.        
  204.         local root =  game.Players.LocalPlayer.Character.HumanoidRootPart
  205.        
  206.        
  207.         for i,v in pairs(plr.Character:GetChildren()) do
  208.            
  209.             if v ~= root and  v.Name ~= "Humanoid" then
  210.                
  211.                 v:Destroy()
  212.                
  213.             end
  214.            
  215.            
  216.         end
  217.                    
  218.         workspace.CurrentCamera.CameraSubject = root
  219.        
  220.         local se = Instance.new("SelectionBox",root)
  221.         se.Adornee = root
  222.        
  223.        
  224.         game:GetService('RunService').Stepped:connect(function()
  225.         game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  226.         end)
  227.         game:GetService('RunService').RenderStepped:connect(function()
  228.         game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  229.         end)
  230.        
  231.        
  232.         power = 999999 -- change this to make it more or less powerful
  233.        
  234.         power = power*10
  235.        
  236.         ---
  237.         wait(.1)
  238.         local bambam = Instance.new("BodyThrust")
  239.         bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  240.         bambam.Force = Vector3.new(power,0,power)
  241.         bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  242.        
  243.        
  244.        
  245.        
  246.        
  247.         local plr = game.Players.LocalPlayer
  248.         local torso = root
  249.         local flying = true
  250.         local deb = true
  251.         local ctrl = {f = 0, b = 0, l = 0, r = 0}
  252.         local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  253.         local maxspeed = 120
  254.         local speed = 15
  255.        
  256.        
  257.         ---local bambam = Instance.new("BodyThrust")
  258.         ---bambam.Parent = torso
  259.         --bambam.Force = Vector3.new(9999999,0,9999999)
  260.         --bambam.Location = torso.Position
  261.        
  262.        
  263.         ---
  264.         groot = root
  265.          
  266.         function Fly()
  267.         local bg = Instance.new("BodyGyro", torso)
  268.         bg.P = 9e4
  269.         bg.maxTorque = Vector3.new(0, 0, 0)
  270.         bg.cframe = torso.CFrame
  271.         local bv = Instance.new("BodyVelocity", torso)
  272.         bv.velocity = Vector3.new(0,0,0)
  273.         bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  274.         repeat wait()
  275.        
  276.         if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  277.         speed = speed+.2
  278.         if speed > maxspeed then
  279.         speed = maxspeed
  280.         end
  281.         elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  282.         speed = speed-1
  283.         if speed < 0 then
  284.         speed = 0
  285.         end
  286.         end
  287.         if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  288.         bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  289.         lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  290.         elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  291.         bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  292.         else
  293.         bv.velocity = Vector3.new(0,0.1,0)
  294.         end
  295.        
  296.         until not flying
  297.         ctrl = {f = 0, b = 0, l = 0, r = 0}
  298.         lastctrl = {f = 0, b = 0, l = 0, r = 0}
  299.         speed = 0
  300.         bg:Destroy()
  301.         bv:Destroy()
  302.        
  303.         end
  304.         mouse.KeyDown:connect(function(key)
  305.         if key:lower() == "e" then
  306.         if flying then flying = false
  307.         else
  308.         flying = true
  309.         Fly()
  310.         end
  311.         elseif key:lower() == "w" then
  312.         ctrl.f = 1
  313.         elseif key:lower() == "s" then
  314.         ctrl.b = -1
  315.         elseif key:lower() == "a" then
  316.         ctrl.l = -1
  317.         elseif key:lower() == "d" then
  318.         ctrl.r = 1
  319.         end
  320.         end)
  321.         mouse.KeyUp:connect(function(key)
  322.         if key:lower() == "w" then
  323.         ctrl.f = 0
  324.         elseif key:lower() == "s" then
  325.         ctrl.b = 0
  326.         elseif key:lower() == "a" then
  327.         ctrl.l = 0
  328.         elseif key:lower() == "d" then
  329.         ctrl.r = 0
  330.         elseif key:lower() == "r" then
  331.        
  332.         end
  333.         end)
  334.         Fly()
  335.        
  336.                
  337.                
  338.             elseif k == "x" then
  339.                
  340.                
  341.                 spawn(function()
  342.         local message = Instance.new("Message",workspace)
  343.         message.Text = "Respawning dont spam"
  344.         wait(1)
  345.         message:Destroy()
  346.         end)
  347.                
  348.                 local saved = groot.Position
  349.                
  350.         local ch = game.Players.LocalPlayer.Character
  351.         local prt=Instance.new("Model", workspace)
  352.         local z1 =  Instance.new("Part", prt)
  353.         z1.Name="Torso"
  354.         z1.CanCollide = false
  355.         z1.Anchored = true
  356.         local z2  =Instance.new("Part", prt)
  357.         z2.Name="Head"
  358.         z2.Anchored = true
  359.         z2.CanCollide = false
  360.         local z3 =Instance.new("Humanoid", prt)
  361.         z3.Name="Humanoid"
  362.         z1.Position = Vector3.new(0,9999,0)
  363.         z2.Position = Vector3.new(0,9991,0)
  364.          game.Players.LocalPlayer.Character=prt
  365.         wait(5)
  366.          game.Players.LocalPlayer.Character=ch
  367.         local poop = nil
  368.                 repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
  369.                 wait(1)
  370.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
  371.                
  372.             end
  373.            
  374.            
  375.         end)
  376.     end,
  377. }
  378.  
  379. Tab:Button{
  380.         Name = "Rejoin to stop",
  381.         Description = nil,
  382.         Callback = function()
  383.         local tpservice= game:GetService("TeleportService")
  384.         local plr = game.Players.LocalPlayer
  385.    
  386.         tpservice:Teleport(game.PlaceId, plr)
  387.     end,
  388. }
  389.  
  390. Tab2:Button{
  391.         Name = "Mess With Carts",
  392.         Description = nil,
  393.         Callback = function()
  394.         getgenv().AutoBreakCarts = true
  395.         spawn(function()
  396.         while AutoBreakCarts do wait(0.3)
  397.            pcall(function()
  398.         for i,v in pairs(workspace:GetDescendants()) do
  399.         if v:IsA("ClickDetector") then
  400.         fireclickdetector(v)
  401.         end
  402.         end end) end end)
  403.     end,
  404. }
  405.  
  406. Tab2:Button{
  407.         Name = "Break the Game",
  408.         Description = nil,
  409.         Callback = function()
  410.         for i, v in next, workspace:GetDescendants() do
  411.             if v:IsA"ClickDetector" and v.Parent.Name ~= "Down" then
  412.             spawn(function()
  413.             while v:IsDescendantOf(workspace) and wait() do
  414.             if v.Parent.Name ~= "On" then fireclickdetector(v)
  415.             elseif tostring(v.Parent.BrickColor) == "Bright red" then fireclickdetector(v) end
  416.             end
  417.             end)
  418.             end
  419.             end
  420.             workspace.DescendantAdded:Connect(function(v)
  421.             if v:IsA"ClickDetector" and v.Parent.Name ~= "Down" then
  422.             while v:IsDescendantOf(workspace) and wait() do
  423.             if v.Parent.Name ~= "On" then fireclickdetector(v)
  424.             elseif tostring(v.Parent.BrickColor) == "Bright red" then fireclickdetector(v) end
  425.             end
  426.             end
  427.             end)
  428.     end,
  429. }
  430.  
  431. Tab2:Button{
  432.         Name = "Finish",
  433.         Description = nil,
  434.         Callback = function()
  435.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(310.683014, 849.75, 321.389221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  436.     end,
  437. }
  438.  
  439. Tab2:Button{
  440.         Name = "Teleport To Start",
  441.         Description = nil,
  442.         Callback = function()
  443.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(44, 0.049999997, -76, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  444.     end,
  445. }
  446.  
  447. Tab3:Slider{
  448.         Name = "WalkSpeed",
  449.         Default = 16,
  450.         Min = 16,
  451.         Max = 1000,
  452.         Callback = function(deez)
  453.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (deez)
  454.     end,
  455. }
  456.  
  457. Tab3:Slider{
  458.         Name = "JumpPower",
  459.         Default = 50,
  460.         Min = 50,
  461.         Max = 1000,
  462.         Callback = function(nuts)
  463.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = (nuts)
  464.     end,
  465. }
  466.  
  467. Tab3:Button{
  468.         Name = "Admin (Infinite Yield)",
  469.         Description = nil,
  470.         Callback = function()
  471.         loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  472.     end,
  473. }
  474.  
  475. GUI:Credit{
  476.         Name = "AlperSocial",
  477.         Description = "Maker of the GUI",
  478.         V3rm = "https://v3rmillion.net/member.php?action=profile&uid=1709383",
  479.         Discord = "AlperSocial#3169"
  480. }



  • Recent Roblox Scripts