Advertisement
ARBITERGUI

RXPLOIT ARB1GUI

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