-- FNaF HUB - MİRAÇ KEYSİZ SCRIPT HUB -- === LOADING SCREEN === local player = game.Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") local loadingGui = Instance.new("ScreenGui") loadingGui.Name = "FNaFLoading" loadingGui.ResetOnSpawn = false loadingGui.Parent = playerGui local blackFrame = Instance.new("Frame") blackFrame.Size = UDim2.new(1, 0, 1, 0) blackFrame.BackgroundColor3 = Color3.new(0, 0, 0) blackFrame.BorderSizePixel = 0 blackFrame.Parent = loadingGui local welcomeText = Instance.new("TextLabel") welcomeText.Size = UDim2.new(1, 0, 0.3, 0) welcomeText.Position = UDim2.new(0, 0, 0.35, 0) welcomeText.BackgroundTransparency = 1 welcomeText.Text = "WELCOME TO FNAF HUB 🤑\nSCRIPT BY; mirac.dev1 × GROK" welcomeText.TextColor3 = Color3.new(1, 1, 1) welcomeText.TextScaled = true welcomeText.Font = Enum.Font.GothamBold welcomeText.TextStrokeTransparency = 0.7 welcomeText.Parent = blackFrame wait(3) loadingGui:Destroy() -- === ANA SCRIPT === local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "FNaF HUB", LoadingTitle = "Launching Script.Please Wait!", LoadingSubtitle = "Script by: mirac.dev1 X Grok AI", ConfigurationSaving = {Enabled = true, FolderName = "FNaFHub", FileName = "RemoveVipWallsV68"}, KeySystem = false }) local UniversalTab = Window:CreateTab("Universal Scripts", 4483362458) local SabTab = Window:CreateTab("Sab Scripts", 4483362458) -- Universal Scripts butonları local universalList = { {"Hanif Private Gui", "https://rawscripts.net/raw/Universal-Script-Private-gui-by-hanif-leak-40943"}, {"Afem Dance (New)", "https://rawscripts.net/raw/Universal-Script-AFEM-Max-Open-Alpha-50210"}, {"Shiftlock", "https://rawscripts.net/raw/Universal-Script-Maxus-Shiftlock-55223"}, {"Sander XY (Brookhaven)", "https://raw.githubusercontent.com/kigredns/testUIDK/refs/heads/main/panel.lua"}, {"Infinite Yield", "https://rawscripts.net/raw/Universal-Script-Infinite-Yield-95978"}, {"Nihai Battlegrounds", "https://rawscripts.net/raw/Universal-Script-Eltons-hub-47847"}, {"Sonic Script", "https://pastefy.app/XCtZsGhP/raw"}, {"Duck Private Gui", "https://rawscripts.net/raw/Universal-Script-Private-gui-by-duck-team-50561"}, {"FE Polaria", "https://rawscripts.net/raw/Universal-Script-FE-POLARIA-43824"}, {"Server Admin (R6)", "https://rawscripts.net/raw/Universal-Script-Server-Admin-R6-47020"}, {"Drip Client (Brookhaven & Universal)", "https://raw.githubusercontent.com/contateste8/OaOaOaOa-EbEbEbEb/heads/main/DripClientObf.txt"} } for _, data in ipairs(universalList) do UniversalTab:CreateButton({ Name = data[1], Callback = function() Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = data[1] .. " is loading now!", Duration = 3}) loadstring(game:HttpGet(data[2], true))() end }) end -- Forsaken (R15) UniversalTab:CreateButton({ Name = "Forsaken (R15)", Callback = function() Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = "Forsaken (R15) is loading now!", Duration = 3}) loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-FE-Guest-1337-animation-script-215976"))() end }) -- Touch Fling UniversalTab:CreateButton({ Name = "Touch Fling", Callback = function() Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = "Touch Fling is loading now!", Duration = 3}) loadstring(game:HttpGet("https://raw.githubusercontent.com/platinww/CrustyMain/refs/heads/main/universal/DropKick.lua"))() end }) -- C00LKID GUI (COOLGUI) UniversalTab:CreateButton({ Name = "C00LKID GUI (COOLGUI)", Callback = function() Rayfield:Notify({Title = "C00LKID GUI", Content = "C00LKID GUI yükleniyor...", Duration = 4}) loadstring(game:HttpGet("https://raw.githubusercontent.com/cfsmi2/c00lguiv1/refs/heads/main/Main.lua", true))() end }) -- FE Glitcher (Yeni Eklendi) UniversalTab:CreateButton({ Name = "FE Glitcher", Callback = function() Rayfield:Notify({ Title = "FE Glitcher", Content = "FE Glitcher (Lolita) yükleniyor...", Duration = 4 }) loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Fe-Lolita-glitcher-pls-check-desc-211728"))() end }) -- Tiger X Hub UniversalTab:CreateButton({ Name = "Tiger X Hub", Callback = function() Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = "Tiger X Hub v35 is loading!", Duration = 4}) loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Tiger-hub-x-v35-17788"))() end }) -- Fly V3 UniversalTab:CreateButton({ Name = "Fly V3", Callback = function() Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = "Fly V3 is loading! Use WASD + Space/Shift to fly.", Duration = 4}) loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Fly-v3-102059"))() end }) -- Shark Hub V1 UniversalTab:CreateButton({ Name = "Shark Hub V1", Callback = function() Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = "Shark Hub V1 is loading!", Duration = 4}) loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-shark-menu-beta-106519"))() end }) -- Remove VIP Walls UniversalTab:CreateButton({ Name = "Remove VIP Walls", Callback = function() Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = "Remove VIP Walls is loading! VIP walls cleared.", Duration = 4}) loadstring(game:HttpGet("https://rawscripts.net/raw/Escape-Tsunami-For-Brainrots!-Escape-for-tshunami-vip-clear-110970"))() end }) -- Troll Script UniversalTab:CreateButton({ Name = "Troll Script", Callback = function() Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = "Troll Script activated - You are being kicked!", Duration = 3}) game.Players.LocalPlayer:Kick("YOU TROLLED XD") end }) -- Infinite Jump Toggle local InfiniteJumpEnabled = false UniversalTab:CreateToggle({ Name = "Infinite Jump", CurrentValue = false, Flag = "InfJump", Callback = function(Value) InfiniteJumpEnabled = Value if Value then Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = "Infinite Jump is now ON - Keep jumping!", Duration = 3}) else Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = "Infinite Jump is now OFF - Normal jumping.", Duration = 3}) end end }) game:GetService("UserInputService").JumpRequest:Connect(function() if InfiniteJumpEnabled then local character = game.Players.LocalPlayer.Character if character and character:FindFirstChild("Humanoid") then character.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping) end end end) -- Noclip Toggle (En altta) local NoclipEnabled = false local noclipConnection UniversalTab:CreateToggle({ Name = "Noclip", CurrentValue = false, Flag = "NoclipToggle", Callback = function(Value) NoclipEnabled = Value local character = player.Character if not character then return end if Value then Rayfield:Notify({Title = "Noclip", Content = "Noclip AÇIK - Duvarlardan geç!", Duration = 3}) noclipConnection = game:GetService("RunService").Stepped:Connect(function() if character and NoclipEnabled then for _, part in pairs(character:GetDescendants()) do if part:IsA("BasePart") and part.CanCollide then part.CanCollide = false end end end end) else Rayfield:Notify({Title = "Noclip", Content = "Noclip KAPALI", Duration = 3}) if noclipConnection then noclipConnection:Disconnect() end if character then for _, part in pairs(character:GetDescendants()) do if part:IsA("BasePart") then part.CanCollide = true end end end end end }) -- Sab Scripts local sabList = { {"Chilli Hub", "https://raw.githubusercontent.com/tienkhanh1/spicy/main/Chilli.lua"}, {"Lennon Hub v2", "https://gist.githubusercontent.com/UCT-hub/5b11d10386f1b8ce08feb803861e0b79/raw/b2917b398d4b0cc80fb2aca73a3137ba494ebcf0/gistfile1.txt"}, {"Kurd Hub", "https://raw.githubusercontent.com/dontasklol/Stealingurbrainrots/refs/heads/main/Kurd%20hub"}, {"XLSQR Hub", "https://raw.githubusercontent.com/giunnalunna-eng/XlsqrHub/refs/heads/main/XlsqrXIllusion"}, {"Lunar Hub", "https://raw.githubusercontent.com/VOXHOB/steal-a-brainrot/refs/heads/main/lunarhub.lua"} } for _, data in ipairs(sabList) do SabTab:CreateButton({ Name = data[1], Callback = function() Rayfield:Notify({Title = "SCRIPT IS STARTING", Content = data[1] .. " SAB hub is loading!", Duration = 3}) loadstring(game:HttpGet(data[2], true))() end }) end Rayfield:Notify({ Title = "WELCOME TO THE FNAF HUB!", Content = "DISCORD: mirac.dev1\nDM ME TO JOIN OUR SERVER!!", Duration = 10, Image = 4483362458 }) print("FNaF HUB yüklendi knk!")