--[[ G00by Vulnerability Scanner - God Edition Actualizado: Decals 6 caras, Base de Personalidad, Botones X/XX ]] local ReplicatedStorage = game:GetService("ReplicatedStorage") local RunService = game:GetService("RunService") local Lighting = game:GetService("Lighting") local Players = game:GetService("Players") local player = Players.LocalPlayer local songs = { {Name = "Stop Music", ID = "0", Pitch = 1, Volume = 0}, {Name = "jumpStyle", ID = "126589529369137", Pitch = 0.2, Volume = 10}, {Name = "theme 2 g00by00lan", ID = "130801780664741", Pitch = 0.2, Volume = 50}, {Name = "theme g00by00lan", ID = "139607639508776", Pitch = 0.2, Volume = 10}, {Name = "Slow C00lkidd", ID = "95156028272944", Pitch = 0.2, Volume = 10}, {Name = "1+1 theme", ID = "79641123960085", Pitch = 0.2, Volume = 10}, {Name = "roblox funk", ID = "136932193331774", Pitch = 1, Volume = 10}, {Name = "@blue2spooky yarn", ID = "88222920079364", Pitch = 0.09, Volume = 10}, {Name = "China meme", ID = "121922837560201", Pitch = 0.22, Volume = 10}, {Name = "k00p Theme", ID = "1839246711", Pitch = 0.8, Volume = 10}, {Name = "c00lkidd Theme", ID = "95156028272944", Pitch = 0.3, Volume = 10}, {Name = "retrokidd oid Theme", ID = "104879348278763", Pitch = 0.8, Volume = 10}, {Name = "الله أكبر", ID = "124956805967048", Pitch = 1, Volume = 10}, {Name = "Allah is great.", ID = "85390427326662", Pitch = 0.08, Volume = 10}, {Name = "wont'stop US", ID = "1847661821", Pitch = 1.3, Volume = 10}, {Name = "spooy skeletons", ID = "122552583844805", Pitch = 0.2, Volume = 10}, {Name = "AHHHHH", ID = "3152833592", Pitch = 0.8, Volume = 10}, {Name = "Lnickys Theme", ID = "86412047196482", Pitch = 1, Volume = 10}, {Name = "Gothic", ID = "139488665764275", Pitch = 1, Volume = 10}, {Name = "Backroom", ID = "120817494107898", Pitch = 0.8, Volume = 10}, {Name = "Erica(ww2Germany)", ID = "102894811708275", Pitch = 0.1, Volume = 10}, {Name = "sonic.exe", ID = "133180219581309", Pitch = 0.1, Volume = 10}, {Name = "re join・realm join", ID = "9069609200", Pitch = 1, Volume = 10}, {Name = "CAN'T STOP RAVING", ID = "89787069440374", Pitch = 1, Volume = 10}, {Name = "java 1x3x5x6 Theme", ID = "94284750410104", Pitch = 0.2, Volume = 10}, {Name = "colkax Theme", ID = "71485248296105", Pitch = 1, Volume = 10}, {Name = "get job!!!", ID = "112747391792663", Pitch = 1, Volume = 10}, {Name = "You Are An Idiot Remix", ID = "102295928741521", Pitch = 0.14, Volume = 10}, {Name = "jump style", ID = "90426128566369", Pitch = 1, Volume = 10}, {Name = "USSR", ID = "109261572535017", Pitch = 0.1, Volume = 10}, {Name = "GETOUT!!!", ID = "17573042535", Pitch = 1, Volume = 10}, {Name = "SANEEES", ID = "100093014571503", Pitch = 1, Volume = 10}, {Name = "HERE I COME", ID = "78534559289195", Pitch = 1, Volume = 10}, {Name = "sad song", ID = "125591252722564", Pitch = 0.1, Volume = 10}, {Name = "c00kidd funk", ID = "100828050594137", Pitch = 1, Volume = 10}, {Name = "Low Throat Singing 3", ID = "1845939536", Pitch = 1, Volume = 10}, {Name = "no escape", ID = "18841891575", Pitch = 1, Volume = 10}, {Name = "na## Germany", ID = "1845868993", Pitch = 1, Volume = 10}, {Name = "jumpscare", ID = "6129291390", Pitch = 1, Volume = 10}, {Name = "Erica funk", ID = "72796362292502", Pitch = 0.1, Volume = 10}, {Name = "Squid game", ID = "1843536434", Pitch = 1, Volume = 10}, {Name = "Painters Sparta", ID = "76286178156432", Pitch = 0.2, Volume = 10}, {Name = "Euro Techno", ID = "1839246734", Pitch = 1, Volume = 10}, {Name = "wongaaa", ID = "136201301642679", Pitch = 0.1, Volume = 10}, {Name = "bodypartz", ID = "127653283576622", Pitch = 1, Volume = 10}, {Name = "nowjoinWorld", ID = "8894394467", Pitch = 1, Volume = 10}, {Name = "Spain Music", ID = "77535208560062", Pitch = 1, Volume = 10}, {Name = "loser", ID = "87617522673082", Pitch = 0.7, Volume = 10}, {Name = "godisagirl", ID = "100033974889149", Pitch = 0.8, Volume = 10}, {Name = "gangsta paradise", ID = "5228173823", Pitch = 1, Volume = 10}, {Name = "jump style slow", ID = "1839246711", Pitch = 0.7, Volume = 10}, {Name = "jump style speed up", ID = "1839246711", Pitch = 1.3, Volume = 10}, {Name = "xd", ID = "137709007266721", Pitch = 0.1, Volume = 56} } local decals = { "121677205364391", "118487641604307", "131859056684038", "76543614457095", "136779707260230" } -- GUI PRINCIPAL local sg = Instance.new("ScreenGui", game.CoreGui) sg.Name = "G00byVulnerabilityScanner" sg.ResetOnSpawn = false -- Botón XX para abrir (Inicia oculto hasta que se escanee) local openBtn = Instance.new("TextButton", sg) openBtn.Size = UDim2.new(0, 70, 0, 70) openBtn.Position = UDim2.new(0, 10, 0.5, -35) openBtn.Text = "XX" openBtn.BackgroundColor3 = Color3.fromRGB(30, 30, 30) openBtn.TextColor3 = Color3.new(1, 0, 0) openBtn.TextSize = 30 openBtn.Visible = false Instance.new("UICorner", openBtn) local main = Instance.new("Frame", sg) main.Size = UDim2.new(0, 800, 0, 450) -- Más ancho para el menú lateral main.Position = UDim2.new(0.5, -400, 0.5, -225) main.BackgroundColor3 = Color3.fromRGB(15, 15, 15) main.Visible = false main.Active = true main.Draggable = true Instance.new("UICorner", main) -- Botón X para cerrar local closeBtn = Instance.new("TextButton", main) closeBtn.Size = UDim2.new(0, 30, 0, 30) closeBtn.Position = UDim2.new(1, -35, 0, 5) closeBtn.Text = "X" closeBtn.BackgroundColor3 = Color3.fromRGB(150, 0, 0) closeBtn.TextColor3 = Color3.new(1, 1, 1) Instance.new("UICorner", closeBtn) closeBtn.MouseButton1Click:Connect(function() main.Visible = false openBtn.Visible = true end) openBtn.MouseButton1Click:Connect(function() main.Visible = true openBtn.Visible = false end) local title = Instance.new("TextLabel", main) title.Size = UDim2.new(1, 0, 0, 40) title.Text = "SCANNER LISTO" title.TextColor3 = Color3.new(1, 1, 1) title.BackgroundColor3 = Color3.fromRGB(180, 0, 0) -- SCROLLS IZQUIERDA local function createScroll(pos, label, size) local s = Instance.new("ScrollingFrame", main) s.Size = size or UDim2.new(0.2, 0, 0.55, 0) s.Position = pos s.BackgroundColor3 = Color3.fromRGB(30, 30, 30) s.CanvasSize = UDim2.new(0, 0, 5, 0) s.ScrollBarThickness = 5 local l = Instance.new("UIListLayout", s) l.Padding = UDim.new(0, 2) local t = Instance.new("TextLabel", main) t.Size = UDim2.new(s.Size.X.Scale, 0, 0, 20) t.Position = UDim2.new(pos.X.Scale, 0, pos.Y.Scale, -22) t.Text = label t.BackgroundTransparency = 1 t.TextColor3 = Color3.new(1,1,1) return s end local sMusic = createScroll(UDim2.new(0.02, 0, 0, 70), "MUSIC") local sSky = createScroll(UDim2.new(0.24, 0, 0, 70), "SKY") local sJump = createScroll(UDim2.new(0.46, 0, 0, 70), "JUMPS") local selSong, selDecal, selJump = songs[1], decals[1], decals[1] -- MENÚ DERECHA: BASE DE PERSONALIDAD local personalityFrame = Instance.new("Frame", main) personalityFrame.Size = UDim2.new(0.3, 0, 0.85, 0) personalityFrame.Position = UDim2.new(0.68, 0, 0.1, 0) personalityFrame.BackgroundColor3 = Color3.fromRGB(25, 25, 25) Instance.new("UICorner", personalityFrame) local pLabel = Instance.new("TextLabel", personalityFrame) pLabel.Size = UDim2.new(1, 0, 0, 30) pLabel.Text = "BASE DE PERSONALIDAD" pLabel.TextColor3 = Color3.new(1, 1, 0) pLabel.BackgroundTransparency = 1 -- Billboard UI local setBB = Instance.new("TextButton", personalityFrame) setBB.Size = UDim2.new(0.3, 0, 0, 25) setBB.Position = UDim2.new(0.05, 0, 0.1, 0) setBB.Text = "SET" setBB.BackgroundColor3 = Color3.new(0, 0.6, 0) setBB.TextColor3 = Color3.new(1,1,1) local txtBB = Instance.new("TextBox", personalityFrame) txtBB.Size = UDim2.new(0.55, 0, 0, 25) txtBB.Position = UDim2.new(0.4, 0, 0.1, 0) txtBB.Text = "BILLBOARD TEXT" txtBB.BackgroundColor3 = Color3.new(0,0,0) txtBB.TextColor3 = Color3.new(1,1,1) -- Hint UI local setHint = Instance.new("TextButton", personalityFrame) setHint.Size = UDim2.new(0.3, 0, 0, 25) setHint.Position = UDim2.new(0.05, 0, 0.3, 0) setHint.Text = "SET" setHint.BackgroundColor3 = Color3.new(0, 0.6, 0) setHint.TextColor3 = Color3.new(1,1,1) local txtHint = Instance.new("TextBox", personalityFrame) txtHint.Size = UDim2.new(0.9, 0, 0, 45) txtHint.Position = UDim2.new(0.05, 0, 0.4, 0) txtHint.Text = "team g00by665len and blue2Spooky plase follow🤑🤑\nFacebook:SprunkiGris\nYoutube:g00by665len tiktok:mrdanixd" txtHint.TextWrapped = true txtHint.BackgroundColor3 = Color3.new(0,0,0) txtHint.TextColor3 = Color3.new(1,1,1) -- Message UI local setMsg = Instance.new("TextButton", personalityFrame) setMsg.Size = UDim2.new(0.3, 0, 0, 25) setMsg.Position = UDim2.new(0.05, 0, 0.55, 0) setMsg.Text = "SET" setMsg.BackgroundColor3 = Color3.new(0, 0.6, 0) setMsg.TextColor3 = Color3.new(1,1,1) local txtMsg = Instance.new("TextBox", personalityFrame) txtMsg.Size = UDim2.new(0.9, 0, 0, 45) txtMsg.Position = UDim2.new(0.05, 0, 0.65, 0) txtMsg.Text = "team g00by665len and blue2Spooky plase follow🤑🤑\nFacebook:SprunkiGris\nYoutube:g00by665len tiktok:mrdanixd" txtMsg.TextWrapped = true txtMsg.BackgroundColor3 = Color3.new(0,0,0) txtMsg.TextColor3 = Color3.new(1,1,1) -- Kill All UI local killAllBtn = Instance.new("TextButton", personalityFrame) killAllBtn.Size = UDim2.new(0.9, 0, 0, 40) killAllBtn.Position = UDim2.new(0.05, 0, 0.85, 0) killAllBtn.Text = "KILL ALL" killAllBtn.BackgroundColor3 = Color3.new(0.7, 0, 0) killAllBtn.TextColor3 = Color3.new(1, 1, 1) -- Botón Solo Música local musicOnlyBtn = Instance.new("TextButton", main) musicOnlyBtn.Size = UDim2.new(0.2, 0, 0, 45) musicOnlyBtn.Position = UDim2.new(0.02, 0, 0.7, 0) musicOnlyBtn.Text = "MUSIC AGREGAR" musicOnlyBtn.BackgroundColor3 = Color3.new(0.2, 0.2, 0.8) musicOnlyBtn.TextColor3 = Color3.new(1, 1, 1) -- Botón Aplicar Todo (Sky + 6 Faces Decals) local execAll = Instance.new("TextButton", main) execAll.Size = UDim2.new(0.44, 0, 0, 45) execAll.Position = UDim2.new(0.24, 0, 0.85, 0) execAll.Text = "APLICAR SKY + DECALS (6 CARAS)" execAll.BackgroundColor3 = Color3.new(0, 0.4, 0) execAll.TextColor3 = Color3.new(1, 1, 1) -- Botón Jumpscare local execJump = Instance.new("TextButton", main) execJump.Size = UDim2.new(0.2, 0, 0, 45) execJump.Position = UDim2.new(0.02, 0, 0.85, 0) execJump.Text = "FORCE JUMPSCARE" execJump.BackgroundColor3 = Color3.new(0.6, 0, 0) execJump.TextColor3 = Color3.new(1, 1, 1) local targetRemote = nil -- LLENADO DE LISTAS for _, s in ipairs(songs) do local b = Instance.new("TextButton", sMusic) b.Size = UDim2.new(1, -10, 0, 25) b.Text = s.Name b.BackgroundColor3 = Color3.fromRGB(40, 40, 60) b.TextColor3 = Color3.new(1, 1, 1) b.TextSize = 10 b.MouseButton1Click:Connect(function() selSong = s title.Text = "SONG: "..s.Name end) end for i, d in ipairs(decals) do local b = Instance.new("TextButton", sSky) b.Size = UDim2.new(1, -10, 0, 30) b.Text = "Decal "..i b.BackgroundColor3 = Color3.fromRGB(60, 40, 40) b.TextColor3 = Color3.new(1, 1, 1) b.MouseButton1Click:Connect(function() selDecal = d title.Text = "SKY: "..i end) local bj = Instance.new("TextButton", sJump) bj.Size = UDim2.new(1, -10, 0, 30) bj.Text = "Jump "..i bj.BackgroundColor3 = Color3.fromRGB(80, 20, 20) bj.TextColor3 = Color3.new(1, 1, 1) bj.MouseButton1Click:Connect(function() selJump = d title.Text = "JUMP: "..i end) end -- LOGICA DE ESCANEO local scanBtn = Instance.new("TextButton", sg) scanBtn.Size = UDim2.new(0, 220, 0, 60) scanBtn.Position = UDim2.new(0.5, -110, 0.4, -30) scanBtn.Text = "BUSCAR VULNERABILIDADES" scanBtn.BackgroundColor3 = Color3.fromRGB(45, 45, 45) scanBtn.TextColor3 = Color3.new(1, 1, 1) Instance.new("UICorner", scanBtn) scanBtn.MouseButton1Click:Connect(function() scanBtn.Text = "ANALIZANDO..." task.wait(1) for _, obj in ipairs(ReplicatedStorage:GetDescendants()) do if obj:IsA("RemoteEvent") then targetRemote = obj break end end if targetRemote then scanBtn.Visible = false main.Visible = true title.Text = "TARGET: " .. targetRemote.Name else scanBtn.Text = "NO SE HALLARON FALLOS" task.wait(1.5) scanBtn.Text = "BUSCAR VULNERABILIDADES" end end) -- FUNCIONES DE EJECUCIÓN (FIRE SERVER) local function FireCode(code) if targetRemote then targetRemote:FireServer(code) end end -- Botón Solo Música musicOnlyBtn.MouseButton1Click:Connect(function() FireCode([[ local s = workspace:FindFirstChild("GlobalMusic") or Instance.new("Sound", workspace) s.Name = "GlobalMusic" s.SoundId = "rbxassetid://]]..selSong.ID..[[" s.Volume = ]]..selSong.Volume..[[ s.PlaybackSpeed = ]]..selSong.Pitch..[[ s.Looped = true s:Play() ]]) end) -- Botón Sky y Decals (6 caras) execAll.MouseButton1Click:Connect(function() FireCode([[ local dId = "rbxassetid://]]..selDecal..[[" local sky = game.Lighting:FindFirstChild("CustomSky") or Instance.new("Sky", game.Lighting) sky.Name = "CustomSky" sky.SkyboxBk = dId sky.SkyboxDn = dId sky.SkyboxFt = dId sky.SkyboxLf = dId sky.SkyboxRt = dId sky.SkyboxUp = dId for _, v in pairs(workspace:GetDescendants()) do if v:IsA("BasePart") then for _, face in pairs(Enum.NormalId:GetEnumItems()) do local d = Instance.new("Decal", v) d.Texture = dId d.Face = face end end end ]]) end) -- Billboard (Mitad Rojo, Mitad Negro) setBB.MouseButton1Click:Connect(function() FireCode([[ local char = game.Players:FindFirstChild("]]..player.Name..[[").Character if char and char:FindFirstChild("Head") then local head = char.Head if head:FindFirstChild("G00byBB") then head.G00byBB:Destroy() end local bb = Instance.new("BillboardGui", head) bb.Name = "G00byBB" bb.Size = UDim2.new(0, 200, 0, 50) bb.AlwaysOnTop = true bb.ExtentsOffset = Vector3.new(0, 3, 0) local f = Instance.new("Frame", bb) f.Size = UDim2.new(1,0,1,0) local g = Instance.new("UIGradient", f) g.Color = ColorSequence.new({ ColorSequenceKeypoint.new(0, Color3.new(1,0,0)), ColorSequenceKeypoint.new(0.5, Color3.new(1,0,0)), ColorSequenceKeypoint.new(0.51, Color3.new(0,0,0)), ColorSequenceKeypoint.new(1, Color3.new(0,0,0)) }) local l = Instance.new("TextLabel", f) l.Size = UDim2.new(1,0,1,0) l.BackgroundTransparency = 1 l.TextColor3 = Color3.new(1,1,1) l.Text = "]]..txtBB.Text..[[" l.TextScaled = true end ]]) end) -- Hint setHint.MouseButton1Click:Connect(function() FireCode([[local h = Instance.new("Hint", workspace) h.Text = "]]..txtHint.Text..[["]]) end) -- Message setMsg.MouseButton1Click:Connect(function() FireCode([[local m = Instance.new("Message", workspace) m.Text = "]]..txtMsg.Text..[["]]) end) -- Kill All killAllBtn.MouseButton1Click:Connect(function() FireCode([[for _, p in pairs(game.Players:GetPlayers()) do if p.Character then p.Character:BreakJoints() end end]]) end) -- Jumpscare execJump.MouseButton1Click:Connect(function() FireCode([[ for _, p in pairs(game.Players:GetPlayers()) do local sg = Instance.new("ScreenGui", p.PlayerGui) sg.DisplayOrder = 999 local img = Instance.new("ImageLabel", sg) img.Size = UDim2.new(1,0,1,0) img.Image = "rbxassetid://]]..selJump..[[" img.BackgroundColor3 = Color3.new(0,0,0) local s = Instance.new("Sound", workspace) s.SoundId = "rbxassetid://6129291390" s.Volume = 10 s:Play() task.delay(3, function() sg:Destroy() end) end ]]) end)