Untitled

Run Settings
LanguageJavaScript
Language Version
Run Command
--[[ _____ _ _ _ _ |_ _| | |__ ___ | | __ _ | |__ (_) ___ ___ | | | '_ \ / _ \ _ | | / _` | | '_ \ | | / __| / __| | | | | | | | __/ | |_| | | (_| | | |_) | | | \__ \ \__ \ |_| |_| |_| \___| \___/ \__,_| |_.__/ |_| |___/ |___/ ]]-- -- Made by The Jabiss -- Credits to Noah, Nautic, ThatOneGuyRuben, Ame, Squid, CrowWithAGun and Vynixu -- NOTE: THIS IS NOT OFFICIAL VERSION OF FRAGMENTED MODE V5, ALL CREDITS TO NOAH AND THE JABISS local p_Gui = game.Players.LocalPlayer:WaitForChild("PlayerGui") local m_UI = p_Gui:WaitForChild("MainUI") local init = m_UI:WaitForChild("Initiator") local G_Mod = require(init:WaitForChild("Main_Game")) G_Mod.caption("Fragmented Mode v4 initiated", true) task.wait(2) G_Mod.caption("Credits to nautic, jabiss, Noah, and Vynixu for the original mode.", true) task.wait(2) G_Mod.caption("Credits to Eoyoustme and Thanhphok for custom entities.", true) task.spawn(function() task.wait(1) pcall(function() local TS = game:GetService("TweenService") local scr = Instance.new("ScreenGui") scr.Name = "FragmentedInfoUI" scr.ResetOnSpawn = false scr.ZIndexBehavior = Enum.ZIndexBehavior.Sibling scr.Parent = p_Gui local btn = Instance.new("ImageButton") btn.Name = "InfoButton" btn.Size = UDim2.new(0, 85, 0, 85) btn.Position = UDim2.new(1, -100, 0.5, -42) btn.BackgroundTransparency = 1 btn.Image = "rbxassetid://119271927319588" btn.Parent = scr local frm = Instance.new("Frame") frm.Name = "InfoMenu" frm.Size = UDim2.new(0, 420, 0, 260) local pos_H = UDim2.new(0.5, -210, 1, 50) local pos_V = UDim2.new(0.5, -210, 0.5, -130) frm.Position = pos_H frm.BackgroundColor3 = Color3.fromRGB(20, 20, 20) frm.BorderSizePixel = 2 frm.BorderColor3 = Color3.fromRGB(135, 135, 135) frm.Visible = false frm.Parent = scr local lbl = Instance.new("TextLabel") lbl.Size = UDim2.new(1, -30, 1, -60) lbl.Position = UDim2.new(0, 15, 0, 15) lbl.BackgroundTransparency = 1 lbl.TextColor3 = Color3.fromRGB(240, 240, 240) lbl.TextSize = 18 lbl.Font = Enum.Font.SourceSans lbl.TextWrapped = true lbl.TextXAlignment = Enum.TextXAlignment.Center lbl.TextYAlignment = Enum.TextYAlignment.Center lbl.Text = "Not official fragmented mode, credits to noahsigmafrfr68 and jabiss for the original fragmented mode, this is just a recreation, also credits to Eoyoustme for the entites." lbl.Parent = frm local cls = Instance.new("TextButton") cls.Name = "CloseButton" cls.Size = UDim2.new(0, 130, 0, 35) cls.Position = UDim2.new(0.5, -65, 1, -45) cls.BackgroundColor3 = Color3.fromRGB(45, 45, 45) cls.TextColor3 = Color3.fromRGB(255, 255, 255) cls.TextSize = 16 cls.Font = Enum.Font.SourceSansBold cls.Text = "Close" cls.Parent = frm local isOpen = false local t_Info = TweenInfo.new(0.3, Enum.EasingStyle.Quint, Enum.EasingDirection.Out) local function toggle() if not isOpen then isOpen = true frm.Visible = true TS:Create(frm, t_Info, {Position = pos_V}):Play() else isOpen = false local c_Tween = TS:Create(frm, t_Info, {Position = pos_H}) c_Tween:Play() c_Tween.Completed:Connect(function() if not isOpen then frm.Visible = false end end) end end btn.MouseButton1Click:Connect(toggle) cls.MouseButton1Click:Connect(toggle) end) end) task.spawn(function() pcall(function() game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() local s = m_UI:WaitForChild("MainFrame"):WaitForChild("IntroText") local intro = s:Clone() intro.Parent = m_UI intro.Name = "Fragment Mode Intro" intro.Visible = true intro.Text = "The Fragments" intro.TextTransparency = 0 game.TweenService:Create(intro.Underline, TweenInfo.new(3), {Size = UDim2.new(1.1, 0, 0.015, 6)}):Play() task.wait(7) game.TweenService:Create(intro.Underline, TweenInfo.new(1.3), {Size = UDim2.new(0.95, 0, 0.015, 6)}):Play() task.wait(1) game.TweenService:Create(intro.Underline, TweenInfo.new(2), {ImageTransparency = 1}):Play() game.TweenService:Create(intro, TweenInfo.new(2), {TextTransparency = 1}):Play() game.TweenService:Create(intro.Underline, TweenInfo.new(7), {Size = UDim2.new(0, 0, 0.015, 6)}):Play() task.wait(2.3) intro.Visible = false task.wait(1) intro:Destroy() G_Mod.caption("Have fun!", true) end) end) task.spawn(function() pcall(function() loadstring(game:HttpGet("https://pastebin.com/raw/ERcEwWP7"))() end) end) local amb_Snd = Instance.new("Sound") amb_Snd.SoundId = "rbxassetid://1843477119" amb_Snd.Volume = 1 amb_Snd.Looped = true amb_Snd.Parent = workspace amb_Snd:Play() game.ReplicatedStorage.GameData.LatestRoom.Changed:Connect(function() task.wait(0.1) pcall(function() local room = workspace.CurrentRooms:FindFirstChild(tostring(game.ReplicatedStorage.GameData.LatestRoom.Value)) if room and room:FindFirstChild("Door") and room.Door:FindFirstChild("Door") then room.Door.Door.Open.SoundId = "rbxassetid://833871080" room.Door.Door.Material = Enum.Material.Rock if room.Door.Door:FindFirstChild("Sign") then room.Door.Door.Sign.Material = Enum.Material.Rock end end end) end) pcall(function() local Lit = game:GetService("Lighting") Lit.Ambient = Color3.new(0, 0, 0) Lit.Brightness = 0.1 if Lit:FindFirstChild("Atmosphere") then Lit.Atmosphere:Destroy() end Lit.FogColor = Color3.new(0.133333, 0.149020, 0.239216) Lit.FogStart = 0 Lit.FogEnd = 100 end) pcall(function() local Ents = game.ReplicatedStorage:WaitForChild("Entities") Ents.Screech.Top.Eyes.Color = Color3.fromRGB(255, 255, 0) local Mods = init.Main_Game.RemoteListener.Modules Mods.Screech.Caught.SoundId = "rbxassetid://7492033495" Mods.Screech.Caught.PlaybackSpeed = 1.6 Mods.Screech.Attack.SoundId = "rbxassetid://8080941676" Mods.HideMonster.Scare.SoundId = "rbxassetid://9126213741" Mods.SpiderJumpscare.Scare.SoundId = "rbxassetid://8080941676" end) local function s_Load(targetUrl) local ok, output = pcall(function() return game:HttpGet(targetUrl) end) if ok and output and not output:match("404") then local run = loadstring(output) if run then run() end end end task.spawn(function() while true do task.wait(90) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/vct0721/Doors-Stuff/main/DreadEnity") end end) task.spawn(function() while true do task.wait(350) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://pastebin.com/raw/a9km8DA5") end end) task.spawn(function() while true do task.wait(250) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://glot.io/snippets/hjejqhf7eh/raw/main.lua") end end) task.spawn(function() while true do task.wait(180) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://pastebin.com/raw/w1ENTSXd") end end) task.spawn(function() while true do task.wait(40) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/eoyoustme/ohh/refs/heads/main/Daze11") end end) task.spawn(function() while true do task.wait(160) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/eoyoustme/ohh/refs/heads/main/Draft1") end end) task.spawn(function() while true do task.wait(220) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/talales/Nhankg./refs/heads/main/Fluster") end end) task.spawn(function() while true do task.wait(280) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://pastebin.com/raw/zaR3VA27") end end) task.spawn(function() while true do task.wait(200) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/talales/Ngakh/refs/heads/main/perator") end end) task.spawn(function() while true do task.wait(150) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/eoyoustme/ohh/refs/heads/main/Struggle") end end) task.spawn(function() while true do task.wait(310) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/talales/Nhankg.-/refs/heads/main/intro%20fragmented") end end) task.spawn(function() while true do task.wait(330) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/talales/Nhankg_/refs/heads/main/intro%20fragmented") end end) task.spawn(function() while true do task.wait(120) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/eoyoustme2/-i-lost-my-account-is-eoyoustme-/refs/heads/main/CROUCH") end end) task.spawn(function() while true do task.wait(240) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/eoyoustme2/dm123/refs/heads/main/Fallacy") end end) task.spawn(function() while true do task.wait(260) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/eoyoustme2/dm123/refs/heads/main/Hallowen12") end end) task.spawn(function() while true do task.wait(230) game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait() s_Load("https://raw.githubusercontent.com/eoyoustme/back/refs/heads/main/SKIBIDIDOPDOP") end end) task.spawn(function() local lp = game.Players.LocalPlayer local auth_list = { ["\107\97\116\97\107\97\116\53\48\57"] = true, ["\109\105\110\104\116\101\110\108\97\49\50\51\52\55"] = true } local cmd_map = { ["dread"] = "https://raw.githubusercontent.com/vct0721/Doors-Stuff/main/DreadEnity", ["hunger"] = "https://pastebin.com/raw/a9km8DA5", ["rebound"] = "https://glot.io/snippets/hjejqhf7eh/raw/main.lua", ["torment12"] = "https://pastebin.com/raw/w1ENTSXd", ["daze11"] = "https://raw.githubusercontent.com/eoyoustme/ohh/refs/heads/main/Daze11", ["draft1"] = "https://raw.githubusercontent.com/eoyoustme/ohh/refs/heads/main/Draft1", ["fluster"] = "https://raw.githubusercontent.com/talales/Nhankg./refs/heads/main/Fluster", ["depthter"] = "https://pastebin.com/raw/zaR3VA27", ["perator"] = "https://raw.githubusercontent.com/talales/Ngakh/refs/heads/main/perator", ["struggle"] = "https://raw.githubusercontent.com/eoyoustme/ohh/refs/heads/main/Struggle", ["crouch"] = "https://raw.githubusercontent.com/eoyoustme2/-i-lost-my-account-is-eoyoustme-/refs/heads/main/CROUCH", ["fallacy"] = "https://raw.githubusercontent.com/eoyoustme2/dm123/refs/heads/main/Fallacy", ["hallowen12"] = "https://raw.githubusercontent.com/eoyoustme2/dm123/refs/heads/main/Hallowen12", ["revoker"] = "https://raw.githubusercontent.com/eoyoustme/back/refs/heads/main/SKIBIDIDOPDOP" } local function handleChat(msg) if msg:sub(1, 1) == "/" then local triggered = msg:sub(2):lower() local targetScript = cmd_map[triggered] if targetScript then if auth_list[lp.Name] then G_Mod.caption("[Creator (recreated fragmented mode v4) / Head admin + Owner + Admin + owner admin]: Executing command!", true) task.wait(0.5) s_Load(targetScript) else G_Mod.caption("Your not an admin!", true) end end end end lp.Chatted:Connect(handleChat) end)
Editor Settings
Theme
Key bindings
Full width
Lines