Guest User

[Fixed] RXPLOIT ARB1GUI

a guest
May 9th, 2025
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 22.80 KB | Source Code | 0 0
  1. local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))()
  2. local Window =
  3.     Rayfield:CreateWindow(
  4.     {
  5.         Name = "ARB1GUI V1",
  6.         Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
  7.         LoadingTitle = "Arbigui loading",
  8.         LoadingSubtitle = "by NotArbiterLZ",
  9.         Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
  10.         DisableRayfieldPrompts = false,
  11.         DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
  12.         ConfigurationSaving = {
  13.             Enabled = true,
  14.             FolderName = nil, -- Create a custom folder for your hub/game
  15.             FileName = "ARB1GUI"
  16.         },
  17.         Discord = {
  18.             Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
  19.             Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
  20.             RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  21.         },
  22.         KeySystem = false, -- Set this to true to use our key system
  23.         KeySettings = {
  24.             Title = "Untitled",
  25.             Subtitle = "Key System",
  26.             Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key
  27.             FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  28.             SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  29.             GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  30.             Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  31.         }
  32.     }
  33. )
  34.  
  35. local MainTab = Window:CreateTab("Main Menu", nil) -- Title, Image
  36. local MainSection = MainTab:CreateSection("Base exploits")
  37.  
  38. Rayfield:Notify(
  39.     {
  40.         Title = "ARB1GUI V1",
  41.         Content = "ARB1GUI executed succcessfully!",
  42.         Duration = 6.5
  43.     }
  44. )
  45.  
  46. local Button =
  47.     MainTab:CreateButton(
  48.     {
  49.         Name = "Fly",
  50.         Callback = function()
  51.             local FlyingGui = Instance.new("ScreenGui")
  52.             FlyingGui.Name = "FlyingGui"
  53.             FlyingGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  54.  
  55.             local Frame = Instance.new("Frame")
  56.             Frame.Parent = FlyingGui
  57.             Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58.             Frame.Position = UDim2.new(0.26, 0, 0.24, 0)
  59.             Frame.Size = UDim2.new(0, 607, 0, 384)
  60.  
  61.             local TextLabel = Instance.new("TextLabel")
  62.             TextLabel.Parent = Frame
  63.             TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64.             TextLabel.BackgroundTransparency = 1.000
  65.             TextLabel.Position = UDim2.new(-0.0010790251, 0, -0.00137380755, 0)
  66.             TextLabel.Size = UDim2.new(0, 607, 0, 50)
  67.             TextLabel.Font = Enum.Font.SourceSans
  68.             TextLabel.Text = "Fly Gui/Made By k4yl0w#8915"
  69.             TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  70.             TextLabel.TextScaled = true
  71.             TextLabel.TextSize = 14.000
  72.             TextLabel.TextWrapped = true
  73.  
  74.             local UICorner = Instance.new("UICorner")
  75.             UICorner.Parent = Frame
  76.  
  77.             local UIGradient = Instance.new("UIGradient")
  78.             UIGradient.Color =
  79.                 ColorSequence.new {
  80.                 ColorSequenceKeypoint.new(0.00, Color3.fromRGB(170, 0, 255)),
  81.                 ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 255, 255))
  82.             }
  83.             UIGradient.Parent = Frame
  84.  
  85.             local _1st = Instance.new("TextButton")
  86.             _1st.Name = "1st"
  87.             _1st.Parent = Frame
  88.             _1st.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  89.             _1st.BorderSizePixel = 3
  90.             _1st.Position = UDim2.new(0.278591096, 0, 0.407727569, 0)
  91.             _1st.Size = UDim2.new(0.490766704, 0, 0.29539752, 0)
  92.             _1st.Font = Enum.Font.Cartoon
  93.             _1st.Text = "Fly"
  94.             _1st.TextColor3 = Color3.fromRGB(0, 0, 0)
  95.             _1st.TextScaled = true
  96.             _1st.TextSize = 14.000
  97.             _1st.TextWrapped = true
  98.  
  99.             local UIGradient_2 = Instance.new("UIGradient")
  100.             UIGradient_2.Color =
  101.                 ColorSequence.new {
  102.                 ColorSequenceKeypoint.new(0.00, Color3.fromRGB(85, 255, 0)),
  103.                 ColorSequenceKeypoint.new(1.00, Color3.fromRGB(85, 170, 0))
  104.             }
  105.             UIGradient_2.Parent = _1st
  106.  
  107.             local UICorner_2 = Instance.new("UICorner")
  108.             UICorner_2.Parent = _1st
  109.  
  110.             -- Scripts:
  111.  
  112.             local function LCYFDVR_fake_script() -- _1st.Flying Script
  113.                 local script = Instance.new("LocalScript", _1st)
  114.  
  115.                 --Flying Script--
  116.                 script.Parent.MouseButton1Down:connect(
  117.                     function()
  118.                         repeat
  119.                             wait()
  120.                         until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and
  121.                             game.Players.LocalPlayer.Character:findFirstChild("Head") and
  122.                             game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  123.                         local mouse = game.Players.LocalPlayer:GetMouse()
  124.                         repeat
  125.                             wait()
  126.                         until mouse
  127.                         local plr = game.Players.LocalPlayer
  128.                         local torso = plr.Character.Head
  129.                         local flying = true --Making This False Will Not Work In Mobile--
  130.                         local deb = true
  131.                         local ctrl = {f = 0, b = 0, l = 0, r = 0}
  132.                         local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  133.                         local maxspeed = 50
  134.                         local speed = 0
  135.  
  136.                         function Fly()
  137.                             local bg = Instance.new("BodyGyro", torso)
  138.                             bg.P = 9e4
  139.                             bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  140.                             bg.cframe = torso.CFrame
  141.                             local bv = Instance.new("BodyVelocity", torso)
  142.                             bv.velocity = Vector3.new(0, 0.1, 0)
  143.                             bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  144.                             repeat
  145.                                 wait()
  146.                                 plr.Character.Humanoid.PlatformStand = true
  147.                                 if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  148.                                     speed = speed + .5 + (speed / maxspeed)
  149.                                     if speed > maxspeed then
  150.                                         speed = maxspeed
  151.                                     end
  152.                                 elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  153.                                     speed = speed - 1
  154.                                     if speed < 0 then
  155.                                         speed = 0
  156.                                     end
  157.                                 end
  158.                                 if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  159.                                     bv.velocity =
  160.                                         ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f + ctrl.b)) +
  161.                                         ((game.Workspace.CurrentCamera.CoordinateFrame *
  162.                                             CFrame.new(ctrl.l + ctrl.r, (ctrl.f + ctrl.b) * .2, 0).p) -
  163.                                             game.Workspace.CurrentCamera.CoordinateFrame.p)) *
  164.                                         speed
  165.                                     lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  166.                                 elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  167.                                     bv.velocity =
  168.                                         ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector *
  169.                                         (lastctrl.f + lastctrl.b)) +
  170.                                         ((game.Workspace.CurrentCamera.CoordinateFrame *
  171.                                             CFrame.new(lastctrl.l + lastctrl.r, (lastctrl.f + lastctrl.b) * .2, 0).p) -
  172.                                             game.Workspace.CurrentCamera.CoordinateFrame.p)) *
  173.                                         speed
  174.                                 else
  175.                                     bv.velocity = Vector3.new(0, 0.1, 0)
  176.                                 end
  177.                                 bg.cframe =
  178.                                     game.Workspace.CurrentCamera.CoordinateFrame *
  179.                                     CFrame.Angles(-math.rad((ctrl.f + ctrl.b) * 50 * speed / maxspeed), 0, 0)
  180.                             until not flying
  181.                             ctrl = {f = 0, b = 0, l = 0, r = 0}
  182.                             lastctrl = {f = 0, b = 0, l = 0, r = 0}
  183.                             speed = 0
  184.                             bg:Destroy()
  185.                             bv:Destroy()
  186.                             plr.Character.Humanoid.PlatformStand = false
  187.                         end
  188.                         mouse.KeyDown:connect(
  189.                             function(key)
  190.                                 if key:lower() == "e" then
  191.                                     if flying then
  192.                                         flying = false
  193.                                     else
  194.                                         flying = true
  195.                                         Fly()
  196.                                     end
  197.                                 elseif key:lower() == "w" then
  198.                                     ctrl.f = 1
  199.                                 elseif key:lower() == "s" then
  200.                                     ctrl.b = -1
  201.                                 elseif key:lower() == "a" then
  202.                                     ctrl.l = -1
  203.                                 elseif key:lower() == "d" then
  204.                                     ctrl.r = 1
  205.                                 end
  206.                             end
  207.                         )
  208.                         mouse.KeyUp:connect(
  209.                             function(key)
  210.                                 if key:lower() == "w" then
  211.                                     ctrl.f = 0
  212.                                 elseif key:lower() == "s" then
  213.                                     ctrl.b = 0
  214.                                 elseif key:lower() == "a" then
  215.                                     ctrl.l = 0
  216.                                 elseif key:lower() == "d" then
  217.                                     ctrl.r = 0
  218.                                 end
  219.                             end
  220.                         )
  221.                         Fly()
  222.                     end
  223.                 )
  224.             end
  225.             coroutine.wrap(LCYFDVR_fake_script)()
  226.             local function QREV_fake_script() -- _1st.Button Script
  227.                 local script = Instance.new("LocalScript", _1st)
  228.  
  229.                 --Button Script--
  230.                 script.Parent.MouseButton1Click:Connect(
  231.                     function()
  232.                         script.Parent.Visible = false --Feel Free To Delete This If You Want To Keep Gui--
  233.                     end
  234.                 )
  235.             end
  236.             coroutine.wrap(QREV_fake_script)()
  237.             local function ONUIA_fake_script() -- Frame.Script
  238.                 local script = Instance.new("Script", Frame)
  239.  
  240.                 frame = script.Parent.Frame -- Take out {}s, and put name of frame
  241.                 frame.Draggable = true
  242.                 frame.Active = true
  243.                 frame.Selectable = true
  244.             end
  245.             coroutine.wrap(ONUIA_fake_script)()
  246.             local function BXPSPEK_fake_script() -- Frame.Script
  247.                 local script = Instance.new("Script", Frame)
  248.  
  249.                 script.Parent.Visible = false
  250.                 wait(6) ----------- How long it will take for the GUI to appear
  251.                 script.Parent.Visible = true
  252.                 wait(5) ----------- How long it will take for the GUI to disappear
  253.                 script.Parent.Visible = false
  254.             end
  255.             coroutine.wrap(BXPSPEK_fake_script)()
  256.         end
  257.     }
  258. )
  259.  
  260. local Slider =
  261.     MainTab:CreateSlider(
  262.     {
  263.         Name = "Walkspeed",
  264.         Range = {0, 500},
  265.         Increment = 10,
  266.         Suffix = "speed",
  267.         CurrentValue = 16,
  268.         Flag = "Slider1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
  269.         Callback = function(Value)
  270.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
  271.         end
  272.     }
  273. )
  274.  
  275. local Button =
  276.     MainTab:CreateButton(
  277.     {
  278.         Name = "infinite jump",
  279.         Callback = function()
  280.             local Player = game:GetService("Players").LocalPlayer
  281.             local UIS = game:GetService "UserInputService"
  282.  
  283.             _G.JumpHeight = 50
  284.  
  285.             function Action(Object, Function)
  286.                 if Object ~= nil then
  287.                     Function(Object)
  288.                 end
  289.             end
  290.  
  291.             UIS.InputBegan:connect(
  292.                 function(UserInput)
  293.                     if
  294.                         UserInput.UserInputType == Enum.UserInputType.Keyboard and
  295.                             UserInput.KeyCode == Enum.KeyCode.Space
  296.                      then
  297.                         Action(
  298.                             Player.Character.Humanoid,
  299.                             function(self)
  300.                                 if
  301.                                     self:GetState() == Enum.HumanoidStateType.Jumping or
  302.                                         self:GetState() == Enum.HumanoidStateType.Freefall
  303.                                  then
  304.                                     Action(
  305.                                         self.Parent.HumanoidRootPart,
  306.                                         function(self)
  307.                                             self.Velocity = Vector3.new(0, _G.JumpHeight, 0)
  308.                                         end
  309.                                     )
  310.                                 end
  311.                             end
  312.                         )
  313.                     end
  314.                 end
  315.             )
  316.         end
  317.     }
  318. )
  319.  
  320. local Button =
  321.     MainTab:CreateButton(
  322.     {
  323.         Name = "God mode",
  324.         Callback = function()
  325.             --loadstring(game:HttpGet('https://raw.githubusercontent.com/Dizzysky1/god-mode-universal-script-2024/main/script'))()
  326.         end
  327.     }
  328. )
  329.  
  330. local Button =
  331.     MainTab:CreateButton(
  332.     {
  333.         Name = "NoClip",
  334.         Callback = function()
  335.             ---- LocalScript (Place inside StarterPlayer -> StarterPlayerScripts)
  336.  
  337.             local player = game.Players.LocalPlayer
  338.             local userInput = game:GetService("UserInputService")
  339.             local rs = game:GetService("RunService")
  340.             local c = workspace.CurrentCamera
  341.  
  342.             local speed = 60
  343.             local selected = false
  344.             local lastUpdate = 0
  345.  
  346.             -- Function to handle player movement
  347.             local function getNextMovement(deltaTime)
  348.                 local nextMove = Vector3.new()
  349.  
  350.                 -- Get the camera's forward and right directions
  351.                 local cameraCFrame = c.CFrame
  352.                 local cameraForward = cameraCFrame.LookVector
  353.                 local cameraRight = cameraCFrame.RightVector
  354.  
  355.                 -- Calculate movement direction based on the camera orientation
  356.                 if userInput:IsKeyDown("W") then
  357.                     nextMove = nextMove + cameraForward
  358.                 elseif userInput:IsKeyDown("S") then
  359.                     nextMove = nextMove - cameraForward
  360.                 end
  361.  
  362.                 if userInput:IsKeyDown("A") then
  363.                     nextMove = nextMove - cameraRight
  364.                 elseif userInput:IsKeyDown("D") then
  365.                     nextMove = nextMove + cameraRight
  366.                 end
  367.  
  368.                 return nextMove * (speed * deltaTime)
  369.             end
  370.  
  371.             -- Function to toggle noclip mode
  372.             local function toggleNoClip()
  373.                 local char = player.Character
  374.                 if char then
  375.                     local humanoid = char:WaitForChild("Humanoid")
  376.                     local root = char:WaitForChild("HumanoidRootPart")
  377.  
  378.                     selected = not selected
  379.  
  380.                     if selected then
  381.                         -- Enable noclip: Disable gravity, disable collisions
  382.                         humanoid.PlatformStand = true
  383.                         root.Anchored = true
  384.  
  385.                         while selected do
  386.                             wait()
  387.                             local delta = tick() - lastUpdate
  388.                             local move = getNextMovement(delta)
  389.                             -- Move the character through objects
  390.                             local pos = root.Position
  391.                             root.CFrame = CFrame.new(pos + move)
  392.                             lastUpdate = tick()
  393.                         end
  394.  
  395.                         humanoid.PlatformStand = false
  396.                         root.Anchored = false
  397.                     end
  398.                 end
  399.             end
  400.         end
  401.     }
  402. )
  403.  
  404. local Button =
  405.     MainTab:CreateButton(
  406.     {
  407.         Name = "Touch fling GUI",
  408.         Callback = function()
  409.             ---- skiddos
  410.             -- Instances:
  411.  
  412.             local ScreenGui = Instance.new("ScreenGui")
  413.             local Frame = Instance.new("Frame")
  414.             local TextButton = Instance.new("TextButton")
  415.             local TextLabel = Instance.new("TextLabel")
  416.  
  417.             --Properties:
  418.  
  419.             ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  420.             ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  421.             ScreenGui.ResetOnSpawn = false
  422.  
  423.             Frame.Parent = ScreenGui
  424.             Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  425.             Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  426.             Frame.BorderSizePixel = 2
  427.             Frame.Position = UDim2.new(0.341826946, 0, 0.367763907, 0)
  428.             Frame.Size = UDim2.new(0, 148, 0, 106)
  429.  
  430.             TextButton.Parent = Frame
  431.             TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  432.             TextButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
  433.             TextButton.BorderSizePixel = 2
  434.             TextButton.Position = UDim2.new(0.0835492909, 0, 0.552504063, 0)
  435.             TextButton.Size = UDim2.new(0, 124, 0, 37)
  436.             TextButton.Font = Enum.Font.SourceSans
  437.             TextButton.Text = "OFF"
  438.             TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  439.             TextButton.TextSize = 41.000
  440.  
  441.             TextLabel.Parent = Frame
  442.             TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  443.             TextLabel.BackgroundTransparency = 1.000
  444.             TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  445.             TextLabel.BorderSizePixel = 0
  446.             TextLabel.Position = UDim2.new(0.0649713054, 0, 0.0727680102, 0)
  447.             TextLabel.Size = UDim2.new(0, 128, 0, 39)
  448.             TextLabel.Font = Enum.Font.SourceSans
  449.             TextLabel.Text = "Touch Fling"
  450.             TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  451.             TextLabel.TextSize = 34.000
  452.  
  453.             -- Scripts:
  454.  
  455.             local function CTIKC_fake_script() -- TextButton.LocalScript
  456.                 local script = Instance.new("LocalScript", TextButton)
  457.  
  458.                 local ReplicatedStorage = game:GetService("ReplicatedStorage")
  459.                 local RunService = game:GetService("RunService")
  460.                 local Players = game:GetService("Players")
  461.  
  462.                 local toggleButton = script.Parent
  463.                 local hiddenfling = false
  464.  
  465.                 if not ReplicatedStorage:FindFirstChild("juisdfj0i32i0eidsuf0iok") then
  466.                     local detection = Instance.new("Decal")
  467.                     detection.Name = "juisdfj0i32i0eidsuf0iok"
  468.                     detection.Parent = ReplicatedStorage
  469.                 end
  470.  
  471.                 local function fling()
  472.                     local hrp, c, vel, movel = nil, nil, nil, 0.1
  473.                     local lp = Players.LocalPlayer
  474.  
  475.                     while true do
  476.                         RunService.Heartbeat:Wait()
  477.                         if hiddenfling then
  478.                             while hiddenfling and not (c and c.Parent and hrp and hrp.Parent) do
  479.                                 RunService.Heartbeat:Wait()
  480.                                 c = lp.Character
  481.                                 hrp = c and c:FindFirstChild("HumanoidRootPart")
  482.                             end
  483.  
  484.                             if hiddenfling then
  485.                                 vel = hrp.Velocity
  486.                                 hrp.Velocity = vel * 10000 + Vector3.new(0, 10000, 0)
  487.                                 RunService.RenderStepped:Wait()
  488.                                 if c and c.Parent and hrp and hrp.Parent then
  489.                                     hrp.Velocity = vel
  490.                                 end
  491.                                 RunService.Stepped:Wait()
  492.                                 if c and c.Parent and hrp and hrp.Parent then
  493.                                     hrp.Velocity = vel + Vector3.new(0, movel, 0)
  494.                                     movel = movel * -1
  495.                                 end
  496.                             end
  497.                         end
  498.                     end
  499.                 end
  500.  
  501.                 toggleButton.MouseButton1Click:Connect(
  502.                     function()
  503.                         hiddenfling = not hiddenfling
  504.                         if hiddenfling then
  505.                             toggleButton.Text = "ON"
  506.                         else
  507.                             toggleButton.Text = "OFF"
  508.                         end
  509.                     end
  510.                 )
  511.  
  512.                 fling()
  513.             end
  514.             coroutine.wrap(CTIKC_fake_script)()
  515.             local function FFJFK_fake_script() -- Frame.LocalScript
  516.                 local script = Instance.new("LocalScript", Frame)
  517.  
  518.                 script.Parent.Active = true
  519.                 script.Parent.Draggable = true
  520.             end
  521.             coroutine.wrap(FFJFK_fake_script)()
  522.         end
  523.     }
  524. )
Advertisement
Add Comment
Please, Sign In to add comment