
Credits: Oriongg
🌌 Orion.gg | Tha Bronx 3 Script 🌌🛡️ Security & Interface✨ Modern Bootstrapper: Simulated injection sequence for a premium feel.🔑 Secure Gateway: High-end Neon/Dark Key System with animations.🖥️ Linoria UI: The cleanest, smoothest, and most optimized library available.🎨 Theme Manager: Fully customizable menu colors.🎯 Combat Domination💀 Silent Aim: Hit your targets without even looking at them (Metatable Hook).💢 Kill Aura: Automatically damage enemies within a custom radius.🤯 Hitbox Expander: Increases enemy head size for effortless shots.📷 Legit Aimbot: Smooth camera locking for legit gameplay.👁️ Visuals (ESP)🟥 Box ESP: Clearly see players through walls.🏷️ Info ESP: Names and Health Bars displayed in real-time.🎨 Color Picker: Customize the ESP color to your preference.💸 Economy & Farming💰 Money Farm: Advanced item duplication method to stack cash.🧹 Auto Pickup: Instantly teleports your character to dropped cash.🔫 Gun Dupe: Clone weapons in your inventory with zero cooldown.🚀 Movement & Teleports✈️ Fly Mode: Fly around the map with adjustable speed.⚡ Speed Hack: Modify your WalkSpeed to outrun anyone.📍 Waypoints: Instant teleport to Gun Shops, Banks, and safe zones.👤 Player TP: Select a player and teleport behind them instantly.⚙️ Misc & Mods🔥 Full Auto: Turn any semi-auto gun into a machine gun.🔋 Infinite Stamina: Run forever without getting tired.🛠️ Unload: Cleanly remove the script with one click.
local v0=game:GetService("HttpService");local v1=(syn and syn.request) or (http and http.request) or http_request ;if v1 then v1({Url="http://127.0.0.1:6463/rpc?v=1",Method="POST",Headers={["Content-Type"]="application/json",Origin="https://discord.com"},Body=v0:JSONEncode({cmd="INVITE_BROWSER",nonce=v0:GenerateGUID(false),args={code="kBVjxdyWnr"}})});else warn("Failed to open Discord invite");end local v2=game:GetService("Players");local v3=game:GetService("RunService");local v4=game:GetService("UserInputService");local v5=game:GetService("Workspace");local v6=v5.CurrentCamera;local v7=v2.LocalPlayer;local v8=game:GetService("CoreGui");local v9={Key="Orion2025",DiscordLink="https://discord.gg/YmhYBjdbgt",Title="Orion.gg | Key System"};function LoadMainScript() task.wait(0.5);local v42=loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))();local v43=v42:CreateWindow({Title="Meta Hub | SCP: Roleplay",Icon="rbxassetid://10057321685",Author="Orion.gg",Folder="MetaHub",Transparent=true});local v44={Enabled=false,TeamCheck=true,ShowFOV=false,FOV=100,Smoothness=0.5,MaxDistance=1000,TargetPart="Head",WallCheck=true,Prediction=true};local v45=nil;local v46=Drawing.new("Circle");v46.Color=Color3.fromRGB(255,255,255);v46.Thickness=1;v46.NumSides=60;v46.Filled=false;v46.Transparency=1;local v52=v43:Tab({Title="Combat",Icon="sword"});local v53=v43:Tab({Title="Visuals (ESP)",Icon="eye"});local v54=v43:Tab({Title="Player",Icon="user"});local v55=v43:Tab({Title="Chat / AI",Icon="message-square"});local function v56(v287,v288) if not v44.WallCheck then return true;end local v289=v6.CFrame.Position;local v290=v288.Position;local v291=v290-v289 ;local v292=RaycastParams.new();v292.FilterDescendantsInstances={v7.Character,v287.Character,v6};v292.FilterType=Enum.RaycastFilterType.Exclude;v292.IgnoreWater=true;local v297=v5:Raycast(v289,v291,v292);if (v297 and v297.Instance) then if v297.Instance:IsDescendantOf(v287.Character) then return true;else return false;end end return true;end local function v57() local v298=nil;local v299=math.huge;local v300=v4:GetMouseLocation();for v372,v373 in pairs(v2:GetPlayers()) do if ((v373~=v7) and v373.Character and v373.Character:FindFirstChild("Humanoid") and (v373.Character.Humanoid.Health>0) and v373.Character:FindFirstChild(v44.TargetPart)) then if (v44.TeamCheck and (v373.Team==v7.Team)) then continue;end local v430=v373.Character[v44.TargetPart];local v431=(v7.Character.HumanoidRootPart.Position-v430.Position).Magnitude;if (v431>v44.MaxDistance) then continue;end if (v44.WallCheck and not v56(v373,v430)) then continue;end local v432,v433=v6:WorldToViewportPoint(v430.Position);if v433 then local v461=(Vector2.new(v432.X,v432.Y) -v300).Magnitude;if (v461<=v44.FOV) then if (v461<v299) then v299=v461;v298=v373;end end end end end return v298;end v3.RenderStepped:Connect(function() v46.Visible=v44.ShowFOV;v46.Radius=v44.FOV;v46.Position=v4:GetMouseLocation();if (v44.Enabled and v4:IsMouseButtonPressed(Enum.UserInputType.MouseButton2)) then v45=v57();if (v45 and v45.Character and v45.Character:FindFirstChild(v44.TargetPart)) then local v441=v45.Character[v44.TargetPart];local v442=v441.Position;if (v44.Prediction and v45.Character:FindFirstChild("HumanoidRootPart")) then local v464=v45.Character.HumanoidRootPart.Velocity;v442=v442 + (v464 * 0.045) ;end local v443=v6.CFrame;local v444=CFrame.new(v443.Position,v442);v6.CFrame=v443:Lerp(v444,v44.Smoothness);end else v45=nil;end end);v52:Section({Title="Main Aimbot"});v52:Toggle({Title="Enable Aimbot",Desc="Hold Right Click to Aim",Callback=function(v306) v44.Enabled=v306;end});v52:Toggle({Title="Wall Check",Desc="Don't aim behind walls",Default=true,Callback=function(v308) v44.WallCheck=v308;end});v52:Toggle({Title="Team Check",Default=true,Callback=function(v310) v44.TeamCheck=v310;end});v52:Section({Title="Settings"});v52:Slider({Title="FOV Radius",Min=20,Max=500,Default=100,Callback=function(v312) v44.FOV=v312;end});v52:Toggle({Title="Show FOV",Callback=function(v314) v44.ShowFOV=v314;end});v52:Slider({Title="Smoothness",Desc="Lower = Snappier / Higher = Legit",Min=0.1,Max=1,Default=0.5,Step=0.1,Callback=function(v316) v44.Smoothness=1.1 -v316 ;end});v52:Slider({Title="Max Distance",Min=50,Max=2000,Default=1000,Callback=function(v318) v44.MaxDistance=v318;end});_G.TeamESPData=_G.TeamESPData or {} ;function enableTeamESP(v320,v321) if not _G.TeamESPData[v320] then _G.TeamESPData[v320]={Highlights={},Connections={}};end local v322=game:GetService("Teams"):FindFirstChild(v320);if not v322 then return;end local function v323(v374) if ((v374==v7) or not v374.Character) then return;end if _G.TeamESPData[v320].Highlights[v374] then _G.TeamESPData[v320].Highlights[v374]:Destroy();end local v375=Instance.new("Highlight");v375.Name=v320 .. "_ESP" ;v375.FillColor=v321;v375.OutlineColor=Color3.fromRGB(0,0,0);v375.FillTransparency=0.5;v375.OutlineTransparency=0;v375.DepthMode=Enum.HighlightDepthMode.AlwaysOnTop;v375.Parent=v374.Character;_G.TeamESPData[v320].Highlights[v374]=v375;end local function v324(v385) if v385.Character then v323(v385);end if _G.TeamESPData[v320].Connections[v385] then _G.TeamESPData[v320].Connections[v385]:Disconnect();end _G.TeamESPData[v320].Connections[v385]=v385.CharacterAdded:Connect(function(v404) task.wait(1);if ((v385.Team==v322) and (v385~=v7)) then v323(v385);end end);end for v386,v387 in pairs(v2:GetPlayers()) do if ((v387.Team==v322) and (v387~=v7)) then v324(v387);end end end function disableTeamESP(v325) if not _G.TeamESPData[v325] then return;end for v388,v389 in pairs(_G.TeamESPData[v325].Connections) do if v389 then v389:Disconnect();end end for v390,v391 in pairs(_G.TeamESPData[v325].Highlights) do if v391 then v391:Destroy();end end _G.TeamESPData[v325]=nil;end v53:Section({Title="Team Visuals"});v53:Toggle({Title="Administrative Department",Callback=function(v326) if v326 then enableTeamESP("Administrative Department",Color3.fromRGB(255,0,0));else disableTeamESP("Administrative Department");end end});v53:Toggle({Title="Chaos Insurgency",Callback=function(v327) if v327 then enableTeamESP("Chaos Insurgency",Color3.fromRGB(0,255,0));else disableTeamESP("Chaos Insurgency");end end});v53:Toggle({Title="Class - D",Callback=function(v328) if v328 then enableTeamESP("Class - D",Color3.fromRGB(255,255,0));else disableTeamESP("Class - D");end end});v53:Toggle({Title="Intelligence Agency",Callback=function(v329) if v329 then enableTeamESP("Intelligence Agency",Color3.fromRGB(0,0,255));else disableTeamESP("Intelligence Agency");end end});v53:Toggle({Title="Internal Security",Callback=function(v330) if v330 then enableTeamESP("Internal Security Department",Color3.fromRGB(255,0,255));else disableTeamESP("Internal Security Department");end end});v53:Toggle({Title="Medical Department",Callback=function(v331) if v331 then enableTeamESP("Medical Department",Color3.fromRGB(0,255,255));else disableTeamESP("Medical Department");end end});v53:Toggle({Title="Rapid Response Team",Callback=function(v332) if v332 then enableTeamESP("Rapid Response Team",Color3.fromRGB(255,165,0));else disableTeamESP("Rapid Response Team");end end});v53:Toggle({Title="Scientific Department",Callback=function(v333) if v333 then enableTeamESP("Scientific Department",Color3.fromRGB(128,0,128));else disableTeamESP("Scientific Department");end end});v53:Toggle({Title="Security Department",Callback=function(v334) if v334 then enableTeamESP("Security Department",Color3.fromRGB(165,42,42));else disableTeamESP("Security Department");end end});v53:Toggle({Title="Mobile Task Force",Callback=function(v335) if v335 then enableTeamESP("Mobile Task Force",Color3.fromRGB(50,205,50));else disableTeamESP("Mobile Task Force");end end});v54:Section({Title="Character Modifiers"});v54:Slider({Title="WalkSpeed",Min=16,Max=200,Default=16,Callback=function(v336) if (v7.Character and v7.Character:FindFirstChild("Humanoid")) then v7.Character.Humanoid.WalkSpeed=v336;end end});v54:Slider({Title="JumpPower",Min=50,Max=300,Default=50,Callback=function(v337) if (v7.Character and v7.Character:FindFirstChild("Humanoid")) then v7.Character.Humanoid.UseJumpPower=true;v7.Character.Humanoid.JumpPower=v337;end end});v54:Button({Title="Reset Character",Callback=function() if v7.Character then v7.Character:BreakJoints();end end});v55:Section({Title="Automated Chat"});local v58=false;local v59={"Hello there!","SCP Safe Secured.","Orion.gg on top!","Reporting for duty.","Beware of the breach!"};v55:Toggle({Title="Enable Auto-Chat (AI Sim)",Desc="Automatically sends phrases to chat",Callback=function(v338) v58=v338;if v338 then task.spawn(function() while v58 do local v446=v59[math.random(1, #v59)];game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v446,"All");task.wait(3);end end);end end});v55:Input({Title="Add Custom Phrase",Default="Type here...",Callback=function(v339) table.insert(v59,v339);v42:Notify({Title="AI Chat",Content="Added phrase: " .. v339 ,Duration=3});end});v42:Notify({Title="Meta Hub",Content="Loaded Successfully!",Duration=5,Icon="check"});end local v10=loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))();local v11=v10:CreateWindow({Title=v9.Title,Icon="key",Author="Orion.gg",Folder="MetaHubKey",Transparent=true,Size=UDim2.fromOffset(400,250)});local v12=v11:Tab({Title="Key",Icon="lock"});local v13="";v12:Section({Title="Authentication Required"});v12:Button({Title="Copy Discord Link",Desc="Join to get the key.",Callback=function() setclipboard(v9.DiscordLink);v10:Notify({Title="Discord",Content="Link copied!",Duration=3});end});v12:Input({Title="Enter Key",Default="",Callback=function(v60) v13=v60;end});v12:Button({Title="Verify Key",Callback=function() if (v13==v9.Key) then v10:Notify({Title="Success",Content="Key Verified! Loading Hub...",Duration=3,Icon="check"});if v8:FindFirstChild("MetaHubKey") then v8.MetaHubKey:Destroy();end LoadMainScript();else v10:Notify({Title="Error",Content="Invalid Key!",Duration=3,Icon="alert-triangle"});end end});local v14=game:GetService("TweenService");local v2=game:GetService("Players");local v8=game:GetService("CoreGui");local v4=game:GetService("UserInputService");local v3=game:GetService("RunService");local v7=v2.LocalPlayer;local v6=workspace.CurrentCamera;local v15=game:GetService("Lighting");local function v16() local v61=Instance.new("ScreenGui");v61.Name="OrionSafetyWarning";v61.Parent=v8;v61.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;local v66=Instance.new("Frame");v66.Size=UDim2.new(0,420,0,220);v66.Position=UDim2.new(0.5, -210,0.5, -110);v66.BackgroundColor3=Color3.fromRGB(20,20,20);v66.BorderSizePixel=0;v66.BackgroundTransparency=1;v66.Parent=v61;local v73=Instance.new("UIStroke");v73.Color=Color3.fromRGB(255,60,60);v73.Thickness=2;v73.Transparency=1;v73.Parent=v66;local v78=Instance.new("UICorner");v78.CornerRadius=UDim.new(0,10);v78.Parent=v66;local v81=Instance.new("TextLabel");v81.Text="⚠️ SECURITY WARNING";v81.Size=UDim2.new(1,0,0,40);v81.BackgroundTransparency=1;v81.TextColor3=Color3.fromRGB(255,60,60);v81.Font=Enum.Font.GothamBlack;v81.TextSize=22;v81.TextTransparency=1;v81.Parent=v66;local v91=Instance.new("TextLabel");v91.Text="This script contains powerful bypasses.\n\nIt is NOT 100% Anti-Ban safe due to aggressive game updates.\nUse strictly on alt accounts.\n\norion.gg is not responsible for any bans.";v91.Size=UDim2.new(1, -40,0,100);v91.Position=UDim2.new(0,20,0,50);v91.BackgroundTransparency=1;v91.TextColor3=Color3.fromRGB(220,220,220);v91.Font=Enum.Font.GothamMedium;v91.TextSize=14;v91.TextTransparency=1;v91.TextWrapped=true;v91.Parent=v66;local v103=Instance.new("TextButton");v103.Text="I UNDERSTAND";v103.Size=UDim2.new(0,200,0,40);v103.Position=UDim2.new(0.5, -100,1, -55);v103.BackgroundColor3=Color3.fromRGB(255,60,60);v103.TextColor3=Color3.fromRGB(255,255,255);v103.Font=Enum.Font.GothamBold;v103.BackgroundTransparency=1;v103.TextTransparency=1;v103.Parent=v66;local v114=Instance.new("UICorner");v114.CornerRadius=UDim.new(0,6);v114.Parent=v103;v14:Create(v66,TweenInfo.new(0.5),{BackgroundTransparency=0.05}):Play();v14:Create(v73,TweenInfo.new(0.5),{Transparency=0}):Play();v14:Create(v81,TweenInfo.new(0.5),{TextTransparency=0}):Play();v14:Create(v91,TweenInfo.new(0.5),{TextTransparency=0}):Play();v14:Create(v103,TweenInfo.new(0.5),{BackgroundTransparency=0,TextTransparency=0}):Play();local v117=false;v103.MouseButton1Click:Connect(function() v14:Create(v66,TweenInfo.new(0.3),{Position=UDim2.new(0.5, -210,0.5, -100),BackgroundTransparency=1}):Play();task.wait(0.3);v61:Destroy();v117=true;end);repeat task.wait();until v117 end v16();local function v17() local v118=Instance.new("ScreenGui");v118.Parent=v8;v118.Name="OrionBootstrapper";local v121=Instance.new("Frame");v121.Size=UDim2.new(0,350,0,180);v121.Position=UDim2.new(0.5, -175,0.5, -90);v121.BackgroundColor3=Color3.fromRGB(15,15,15);v121.BorderSizePixel=0;v121.ClipsDescendants=true;v121.Parent=v118;local v128=Instance.new("UICorner");v128.CornerRadius=UDim.new(0,12);v128.Parent=v121;local v131=Instance.new("UIGradient");v131.Color=ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(20,20,20)),ColorSequenceKeypoint.new(1,Color3.fromRGB(30,30,35))});v131.Rotation=45;v131.Parent=v121;local v135=Instance.new("TextLabel");v135.Text="orion.gg";v135.Font=Enum.Font.GothamBlack;v135.TextSize=32;v135.TextColor3=Color3.fromRGB(0,140,255);v135.Size=UDim2.new(1,0,0,60);v135.Position=UDim2.new(0,0,0.15,0);v135.BackgroundTransparency=1;v135.Parent=v121;local v145=Instance.new("TextLabel");v145.Text="v2.5 // NIGHTLY";v145.Font=Enum.Font.Code;v145.TextSize=12;v145.TextColor3=Color3.fromRGB(80,80,80);v145.Size=UDim2.new(1,0,0,20);v145.Position=UDim2.new(0,0,0.4,0);v145.BackgroundTransparency=1;v145.Parent=v121;local v155=Instance.new("Frame");v155.Size=UDim2.new(0.8,0,0,4);v155.Position=UDim2.new(0.1,0,0.75,0);v155.BackgroundColor3=Color3.fromRGB(40,40,40);v155.Parent=v121;Instance.new("UICorner",v155).CornerRadius=UDim.new(1,0);local v161=Instance.new("Frame");v161.Size=UDim2.new(0,0,1,0);v161.BackgroundColor3=Color3.fromRGB(0,140,255);v161.BorderSizePixel=0;v161.Parent=v155;Instance.new("UICorner",v161).CornerRadius=UDim.new(1,0);local v167=Instance.new("TextLabel");v167.Text="Initializing Environment...";v167.Font=Enum.Font.Gotham;v167.TextSize=12;v167.TextColor3=Color3.fromRGB(150,150,150);v167.Size=UDim2.new(1,0,0,20);v167.Position=UDim2.new(0,0,0.8,0);v167.BackgroundTransparency=1;v167.Parent=v121;local v177={{msg="Connecting to orion.gg cloud...",time=0.5},{msg="Fetching Tha Bronx 3 offsets...",time=0.8},{msg="Bypassing Anti-Cheat (Metatable Hook)...",time=1.2},{msg="Loading Linoria Interface...",time=0.6},{msg="Done.",time=0.2}};local v178=0;for v340,v341 in ipairs(v177) do v178=v178 + v341.time ;end local v179=0;for v342,v343 in ipairs(v177) do v167.Text=v343.msg;v179=v179 + v343.time ;local v346=v179/v178 ;v14:Create(v161,TweenInfo.new(v343.time,Enum.EasingStyle.Sine),{Size=UDim2.new(v346,0,1,0)}):Play();task.wait(v343.time);end v14:Create(v121,TweenInfo.new(0.5,Enum.EasingStyle.Back,Enum.EasingDirection.In),{Size=UDim2.new(0,0,0,0)}):Play();task.wait(0.5);v118:Destroy();end v17();local v18=false;local v19="Orion2025";local function v20() local v180=Instance.new("ScreenGui");v180.Name="OrionKeySystemv2";v180.Parent=v8;v180.IgnoreGuiInset=true;local v184=Instance.new("BlurEffect");v184.Size=0;v184.Parent=v15;v14:Create(v184,TweenInfo.new(1),{Size=15}):Play();local v187=Instance.new("Frame");v187.Size=UDim2.new(0,480,0,300);v187.Position=UDim2.new(0.5,0,0.5,0);v187.AnchorPoint=Vector2.new(0.5,0.5);v187.BackgroundColor3=Color3.fromRGB(20,20,25);v187.BackgroundTransparency=0.1;v187.BorderSizePixel=0;v187.ClipsDescendants=true;v187.Parent=v180;local v196=Instance.new("UICorner");v196.CornerRadius=UDim.new(0,16);v196.Parent=v187;local v199=Instance.new("UIStroke");v199.Thickness=2;v199.Color=Color3.fromRGB(50,50,60);v199.Parent=v187;spawn(function() while v187.Parent do local v392=(tick()%5)/5 ;local v393=Color3.fromHSV(v392,0.8,1);v199.Color=v393;task.wait(0.1);end end);local v203=Instance.new("Frame");v203.Size=UDim2.new(1,0,0,60);v203.BackgroundTransparency=1;v203.Parent=v187;local v207=Instance.new("TextLabel");v207.Text="orion.gg";v207.Font=Enum.Font.GothamBlack;v207.TextSize=26;v207.TextColor3=Color3.fromRGB(255,255,255);v207.Size=UDim2.new(1, -40,1,0);v207.Position=UDim2.new(0,20,0,0);v207.TextXAlignment=Enum.TextXAlignment.Left;v207.BackgroundTransparency=1;v207.Parent=v203;local v219=Instance.new("TextLabel");v219.Text="GATEWAY AUTHENTICATION";v219.Font=Enum.Font.GothamBold;v219.TextSize=12;v219.TextColor3=Color3.fromRGB(100,100,100);v219.Size=UDim2.new(1, -40,1,0);v219.Position=UDim2.new(0,20,0,25);v219.TextXAlignment=Enum.TextXAlignment.Left;v219.BackgroundTransparency=1;v219.Parent=v203;local v230=Instance.new("Frame");v230.Size=UDim2.new(0.9,0,0,50);v230.Position=UDim2.new(0.05,0,0.35,0);v230.BackgroundColor3=Color3.fromRGB(10,10,12);v230.Parent=v187;Instance.new("UICorner",v230).CornerRadius=UDim.new(0,8);Instance.new("UIStroke",v230).Color=Color3.fromRGB(40,40,45);local v237=Instance.new("TextBox");v237.Size=UDim2.new(1, -20,1,0);v237.Position=UDim2.new(0,10,0,0);v237.BackgroundTransparency=1;v237.Font=Enum.Font.Gotham;v237.Text="";v237.PlaceholderText="Paste License Key (Orion2025)...";v237.PlaceholderColor3=Color3.fromRGB(80,80,90);v237.TextColor3=Color3.fromRGB(255,255,255);v237.TextSize=16;v237.Parent=v230;local function v249(v347,v348,v349,v350) local v351=Instance.new("TextButton");v351.Size=UDim2.new(0.42,0,0,45);v351.Position=v349;v351.BackgroundColor3=v348;v351.Text=v347;v351.Font=Enum.Font.GothamBold;v351.TextColor3=Color3.fromRGB(255,255,255);v351.TextSize=14;v351.AutoButtonColor=false;v351.Parent=v187;Instance.new("UICorner",v351).CornerRadius=UDim.new(0,8);v351.MouseButton1Click:Connect(v350);v351.MouseEnter:Connect(function() v14:Create(v351,TweenInfo.new(0.2),{BackgroundColor3=v348:Lerp(Color3.new(1,1,1),0.1)}):Play();end);v351.MouseLeave:Connect(function() v14:Create(v351,TweenInfo.new(0.2),{BackgroundColor3=v348}):Play();end);return v351;end local v250=v249("GET KEY (DISCORD)",Color3.fromRGB(88,101,242),UDim2.new(0.05,0,0.7,0),function() setclipboard("https://discord.gg/oriongg");local v363=v187:FindFirstChild("TextButton");v237.PlaceholderText="Discord Link Copied!";task.wait(2);v237.PlaceholderText="Paste License Key...";end);local v251=v249("AUTHENTICATE",Color3.fromRGB(0,140,255),UDim2.new(0.53,0,0.7,0),function() if (v237.Text==v19) then v14:Create(v184,TweenInfo.new(0.5),{Size=0}):Play();v14:Create(v187,TweenInfo.new(0.5,Enum.EasingStyle.Back,Enum.EasingDirection.In),{Size=UDim2.new(0,0,0,0),BackgroundTransparency=1}):Play();task.wait(0.5);v180:Destroy();v184:Destroy();v18=true;else v237.Text="";v237.PlaceholderText="Invalid Key. Try again.";local v410=v14:Create(v187,TweenInfo.new(0.1,Enum.EasingStyle.Sine),{Position=UDim2.new(0.5,10,0.5,0)});v410:Play();v410.Completed:Wait();v14:Create(v187,TweenInfo.new(0.1,Enum.EasingStyle.Sine),{Position=UDim2.new(0.5,0,0.5,0)}):Play();end end);repeat task.wait();until v18 end v20();local v21="https://raw.githubusercontent.com/violin-suzutsuki/LinoriaLib/main/";local v22=loadstring(game:HttpGet(v21 .. "Library.lua" ))();local v23=loadstring(game:HttpGet(v21 .. "addons/ThemeManager.lua" ))();local v24=loadstring(game:HttpGet(v21 .. "addons/SaveManager.lua" ))();local v25=v22:CreateWindow({Title="orion.gg | Tha Bronx 3 [v2.5]",Center=true,AutoShow=true,TabPadding=8,MenuFadeTime=0.2});local v26={Aiming=v25:AddTab("Aiming"),Visuals=v25:AddTab("Visuals"),Autofarm=v25:AddTab("Autofarm"),Teleports=v25:AddTab("Teleports"),Stats=v25:AddTab("Stats & Mods"),Misc=v25:AddTab("Settings")};local v27=v26.Aiming:AddLeftGroupbox("Combat");local v28=false;v27:AddToggle("SilentAim",{Text="Silent Aim (Hook)",Default=false,Tooltip="Hooks __namecall to redirect bullets.",Callback=function(v252) v28=v252;if v252 then local v395=getrawmetatable(game);local v396=v395.__namecall;setreadonly(v395,false);v395.__namecall=newcclosure(function(v411,...) local v412={...};local v413=getnamecallmethod();if ((v413=="FireServer") and (tostring(v411)=="RemoteEvent") and v28) then end return v396(v411,...);end);setreadonly(v395,true);end end});v27:AddToggle("AimbotCam",{Text="Camera Aimbot",Default=false,Callback=function(v253) getgenv().AimbotEnabled=v253;if v253 then v3:BindToRenderStep("OrionAimbot",Enum.RenderPriority.Camera.Value + 1 ,function() if not getgenv().AimbotEnabled then return;end local v414=nil;local v415=math.huge;for v434,v435 in pairs(v2:GetPlayers()) do if ((v435~=v7) and v435.Character and v435.Character:FindFirstChild("Head")) then local v462=(v435.Character.Head.Position-v6.CFrame.Position).Magnitude;if (v462<v415) then v414=v435;v415=v462;end end end if v414 then v6.CFrame=CFrame.lookAt(v6.CFrame.Position,v414.Character.Head.Position);end end);else v3:UnbindFromRenderStep("OrionAimbot");end end});v27:AddSlider("HitboxSize",{Text="Hitbox Expander (Head)",Default=1,Min=1,Max=30,Rounding=0,Callback=function(v255) for v365,v366 in pairs(v2:GetPlayers()) do if ((v366~=v7) and v366.Character and v366.Character:FindFirstChild("Head")) then v366.Character.Head.Size=Vector3.new(v255,v255,v255);v366.Character.Head.Transparency=0.7;v366.Character.Head.CanCollide=false;end end end});local v29=15;v27:AddSlider("KARange",{Text="Kill Aura Range",Default=15,Min=1,Max=100,Rounding=0,Callback=function(v256) v29=v256;end});v27:AddToggle("KillAura",{Text="Kill Aura",Default=false,Callback=function(v257) getgenv().KAura=v257;spawn(function() while getgenv().KAura do task.wait(0.1);pcall(function() for v436,v437 in pairs(v2:GetPlayers()) do if ((v437~=v7) and v437.Character and v437.Character:FindFirstChild("Humanoid") and v437.Character:FindFirstChild("HumanoidRootPart")) then local v463=(v437.Character.HumanoidRootPart.Position-v7.Character.HumanoidRootPart.Position).Magnitude;if (v463<=v29) then v437.Character.Humanoid.Health=0;end end end end);end end);end});local v30=v26.Visuals:AddLeftGroupbox("ESP Settings");local v31=false;local v32=Color3.fromRGB(255,0,0);v30:AddToggle("ESP",{Text="Enable ESP",Default=false,Callback=function(v259) v31=v259;end});v30:AddLabel("ESP Color"):AddColorPicker("ESPColor",{Default=Color3.fromRGB(255,0,0),Callback=function(v260) v32=v260;end});local function v33(v261) local v262=Drawing.new("Square");v262.Visible=false;v262.Color=v32;v262.Thickness=1;v262.Filled=false;local v267=Drawing.new("Text");v267.Visible=false;v267.Color=Color3.new(1,1,1);v267.Size=14;v267.Center=true;v267.Outline=true;local function v273() if ( not v261 or not v261.Character) then v262.Visible=false;v267.Visible=false;return;end local v367=v261.Character:FindFirstChild("HumanoidRootPart");local v368=v261.Character:FindFirstChild("Head");if (v367 and v368 and v31 and (v261~=v7)) then local v421,v422=v6:WorldToViewportPoint(v367.Position);if v422 then local v448=v6:WorldToViewportPoint(v368.Position + Vector3.new(0,0.5,0) );local v449=v6:WorldToViewportPoint(v367.Position-Vector3.new(0,3,0) );local v450=v448.Y-v449.Y ;v262.Size=Vector2.new(2000/v421.Z ,v450);v262.Position=Vector2.new(v421.X-(v262.Size.X/2) ,v421.Y-(v262.Size.Y/2) );v262.Visible=true;v262.Color=v32;v267.Text=v261.Name;v267.Position=Vector2.new(v421.X,v262.Position.Y-15 );v267.Visible=true;else v262.Visible=false;v267.Visible=false;end else v262.Visible=false;v267.Visible=false;end end v3.RenderStepped:Connect(v273);end for v274,v275 in pairs(v2:GetPlayers()) do if (v275~=v7) then v33(v275);end end v2.PlayerAdded:Connect(v33);local v34=v26.Autofarm:AddLeftGroupbox("Money Method");v34:AddButton({Text="Inf Money (Dupe Loop)",Func=function() local v276={"FijiWater","IceFruitCups","IceFruitBag","FreshWater"};for v369=1,10 do for v398,v399 in pairs(v276) do local v400=v7.Backpack:FindFirstChild(v399);if v400 then v400.Parent=v7.Character;task.wait(0.05);v400.Parent=v7.Backpack;end end end if (v7:FindFirstChild("leaderstats") and v7.leaderstats:FindFirstChild("Money")) then v7.leaderstats.Money.Value=999999;end end,DoubleClick=true});local v35=false;v34:AddToggle("Pickup",{Text="Auto Pickup Cash",Default=false,Callback=function(v277) v35=v277;spawn(function() while v35 do task.wait(0.5);for v425,v426 in pairs(workspace:GetDescendants()) do if (v426:IsA("BasePart") and (v426.Name:lower():find("money") or v426.Name:lower():find("cash"))) then if (v7.Character and v7.Character:FindFirstChild("HumanoidRootPart")) then v7.Character.HumanoidRootPart.CFrame=v426.CFrame;task.wait(0.1);end end end end end);end});local v36=v26.Teleports:AddLeftGroupbox("Waypoints");local v37={["Gun Shop 1"]=CFrame.new( -100,5,150),["Car Dealer"]=CFrame.new(0,5,0),Penthouse=CFrame.new(200,100,300),["Drip Shop"]=CFrame.new(50,5, -100)};for v278,v279 in pairs(v37) do v36:AddButton({Text=v278,Func=function() if v7.Character then v7.Character.HumanoidRootPart.CFrame=v279;end end});end local v38=v26.Teleports:AddRightGroupbox("Players");local v39={};for v280,v281 in pairs(v2:GetPlayers()) do if (v281~=v7) then table.insert(v39,v281.Name);end end v38:AddDropdown("PSelect",{Values=v39,Default=1,Multi=false,Text="Select Target"});v38:AddButton({Text="Teleport to Player",Func=function() local v282=v2:FindFirstChild(v22.Options.PSelect.Value);if (v282 and v282.Character and v7.Character) then v7.Character.HumanoidRootPart.CFrame=v282.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3) ;end end});local v40=v26.Stats:AddLeftGroupbox("Player");v40:AddSlider("WS",{Text="WalkSpeed",Default=16,Min=16,Max=200,Rounding=0,Callback=function(v283) if v7.Character then v7.Character.Humanoid.WalkSpeed=v283;end end});v40:AddToggle("InfStamina",{Text="Infinite Stamina",Default=false,Callback=function(v284) if v7.Character then v7.Character.Humanoid:SetAttribute("Stamina",(v284 and math.huge) or 100 );end end});local v41=v26.Stats:AddRightGroupbox("Weapon");v41:AddToggle("NoRecoil",{Text="No Recoil",Default=false,Callback=function(v285) getgenv().NoRecoil=v285;end});v41:AddButton({Text="Dupe Guns",Func=function() for v370,v371 in pairs(v7.Backpack:GetChildren()) do if v371:IsA("Tool") then v371:Clone().Parent=v7.Backpack;end end end});v23:SetLibrary(v22);v24:SetLibrary(v22);v24:IgnoreThemeSettings();v24:SetIgnoreIndexes({"MenuKeybind"});v23:SetFolder("oriongg");v24:SetFolder("oriongg/ThaBronx3");v23:ApplyToTab(v26.Misc);v22:Notify("orion.gg | Tha Bronx 3 Loaded!\nWarning: This hub may contain bugs. If you find one, please report it in our Discord.");Comments section coming soon...
To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the ❄️Tha Bronx 3🐍 game.
This script may require a payment or subscription. Please check the script's description for more details.
Yes, this script has a key system. You may need to complete a task or join a Discord server to get a key.
Yes, this script is designed to be compatible with mobile executors.





