local WindUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/Footagesus/WindUI/main/dist/main.lua"))() WindUI.TransparencyValue = 0.2 WindUI:SetTheme("Dark") local Window = WindUI:CreateWindow({ Title = "牢大中心FE脚本大全1.0", Icon = "home", Author = "foxs2024", Folder = "LaodaFE", Size = UDim2.fromOffset(700, 500), Theme = "Dark", SideBarWidth = 220, ScrollBarEnabled = true }) Window:Tag({ Title = "1.0", Color = Color3.fromHex("#FF6B6B") }) -- 创建唯一的主页标签页 local MainTab = Window:Tab({ Title = "主页", Icon = "home", Locked = false }) -- 欢迎段落 MainTab:Paragraph({ Title = "欢迎使用牢大中心FE脚本大全1.0", Image = "nil", Color = "Grey", Buttons = {} }) -- ================= 脚本按钮列表 ================= -- FE大全(老外) MainTab:Button({ Title = "FE大全(老外)", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Robloxexploiter691/Genesisloader/main/Script.lua"))() end) if success then WindUI:Notify({ Title = "FE大全(老外)", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "FE大全(老外)", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 蛇脚本 MainTab:Button({ Title = "蛇脚本", Callback = function() local success = pcall(function() loadstring(game:HttpGet(('https://pastefy.ga/tWBTcE4R/raw'), true))() end) if success then WindUI:Notify({ Title = "蛇脚本", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "蛇脚本", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 苦力怕 MainTab:Button({ Title = "苦力怕", Callback = function() local success = pcall(function() loadstring(game:HttpGet(('https://pastefy.ga/Kqi7ZcbX/raw'), true))() end) if success then WindUI:Notify({ Title = "苦力怕", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "苦力怕", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 船员 MainTab:Button({ Title = "船员", Callback = function() local success = pcall(function() loadstring(game:HttpGet(('https://pastefy.ga/7xEZRqfH/raw'), true))() end) if success then WindUI:Notify({ Title = "船员", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "船员", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 狒狒 MainTab:Button({ Title = "狒狒", Callback = function() local success = pcall(function() loadstring(game:HttpGet(('https://pastefy.ga/osEThPw1/raw'), true))() end) if success then WindUI:Notify({ Title = "狒狒", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "狒狒", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 僵尸 MainTab:Button({ Title = "僵尸", Callback = function() local success = pcall(function() loadstring(game:HttpGet('https://gist.githubusercontent.com/1BlueCat/7668ee0c4e1b352d8ac51efd6ed6f3fc/raw/d6421d586bf9b5d2e3fc0ebf14203c849494ec5f/FE%2520Zombie'))() end) if success then WindUI:Notify({ Title = "僵尸", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "僵尸", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 激光 MainTab:Button({ Title = "激光", Callback = function() local success = pcall(function() loadstring(game:HttpGet(('https://pastefy.ga/Gjlleuea/raw'), true))() end) if success then WindUI:Notify({ Title = "激光", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "激光", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 崩服务器 MainTab:Button({ Title = "崩服务器", Callback = function() WindUI:Notify({ Title = "崩服务器", Content = "执行崩服脚本,请确保角色为R15且穿着分层衣物", Duration = 4 }) local success = pcall(function() for _, s in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do if s:IsA("Motor6D") and s.Name ~= "Neck" then local fard = s.Parent s:Destroy() fard.CFrame = CFrame.new(9e9 * _, 9e9 * _, 9e9 * _) wait() end end end) if not success then WindUI:Notify({ Title = "崩服务器", Content = "执行失败", Icon = "x", Duration = 2 }) end end }) -- 车 MainTab:Button({ Title = "车", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-FE-SILLY-CAR-V1-48227"))() end) if success then WindUI:Notify({ Title = "车", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "车", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 猫娘 MainTab:Button({ Title = "猫娘", Callback = function() local success = pcall(function() DisableFlingHealthBar = false loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Neko"))() end) if success then WindUI:Notify({ Title = "猫娘", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "猫娘", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 杀死NPC MainTab:Button({ Title = "杀死NPC", Callback = function() local success = pcall(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/shakk-code/fe-punch-script/refs/heads/main/script.lua', true))() end) if success then WindUI:Notify({ Title = "杀死NPC", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "杀死NPC", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 无头断腿 MainTab:Button({ Title = "无头断腿", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/cwmen755-ai/abc/refs/heads/main/Korblox%20And%20Headless"))() end) if success then WindUI:Notify({ Title = "无头断腿", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "无头断腿", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 虚空甩人 MainTab:Button({ Title = "虚空甩人", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://gist.githubusercontent.com/MelonsStuff/e7b408abcb813525d37e9b7a6bf301c9/raw/6421f9000e90e8a4c2ed57052208acbd6f9648dd/Minigun.txt"))() end) if success then WindUI:Notify({ Title = "虚空甩人", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "虚空甩人", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 摩托手 MainTab:Button({ Title = "摩托手", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Motorcycle"))() end) if success then WindUI:Notify({ Title = "摩托手", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "摩托手", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 闪回 MainTab:Button({ Title = "闪回", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://mscripts.vercel.app/scfiles/reverse-script.lua"))() end) if success then WindUI:Notify({ Title = "闪回", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "闪回", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 假延迟 MainTab:Button({ Title = "假延迟", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RENZXW/RENZXW-SCRIPTS/main/fakeLAGRENZXW.txt"))() end) if success then WindUI:Notify({ Title = "假延迟", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "假延迟", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 动作1 MainTab:Button({ Title = "动作1", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/LolnotaKid/Ui-library/main/UFWBYMEVEUXCAMV1"))() end) if success then WindUI:Notify({ Title = "动作1", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "动作1", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 动作2 MainTab:Button({ Title = "动作2", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/LolnotaKid/SCRIPTSBYVEUX/main/UFWboo.txt"))() end) if success then WindUI:Notify({ Title = "动作2", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "动作2", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- 动作3 MainTab:Button({ Title = "动作3", Callback = function() local success = pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/LolnotaKid/JkDropKuck/refs/heads/main/Protected_3923618848403366.txt"))() end) if success then WindUI:Notify({ Title = "动作3", Content = "加载成功", Duration = 2 }) else WindUI:Notify({ Title = "动作3", Content = "加载失败", Icon = "x", Duration = 2 }) end end }) -- ================= 脚本结束 =================