Doors Script

repeat task.wait() until game:IsLoaded()

local TweenService = game:GetService("TweenService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")

local Player = game.Players.LocalPlayer
Player.CharacterAdded:Wait(); task.wait()
local Character = Player.Character
local Humanoid = Character:WaitForChild("Humanoid")

game:GetService("ReplicatedStorage").Bricks.PreRunShop:FireServer({})
task.wait(0.5)
game:GetService("ReplicatedStorage").Bricks.PreRunShop:FireServer({})

task.wait(3)

Character.Collision:Destroy()

local function goaway()
Humanoid.Health = 0
task.wait(1)
game:GetService("ReplicatedStorage").Bricks.PlayAgain:FireServer()
getgenv().stop = true
end

Humanoid.Died:Connect(goaway)

local function getRoom(num)
local timeout = 10
local found = workspace.CurrentRooms:FindFirstChild(num)
if not found then
repeat task.wait(0.1)
found = workspace.CurrentRooms:FindFirstChild(num)
timeout = timeout - 0.1

if timeout == 0 then
print('timed out... serverhopping')
goaway()
break
end
until found
end
return found
end

local CurrentRoom = 0

local function getCurrentRoom()
return CurrentRoom
end

local function TweenCharacter(cf)
local RootPart = Character:WaitForChild("HumanoidRootPart")
local Tween = TweenService:Create(RootPart, TweenInfo.new(1), {CFrame = cf})
Tween:Play()
Tween.Completed:Wait()
end

while true do
if getgenv().stop then break end

local room = getRoom(getCurrentRoom() + 1)
local door = room:WaitForChild("Door")

if door:FindFirstChild("Lock") then
room = getRoom(getCurrentRoom() + 1)
end

if getCurrentRoom() + 1 == 50 then
goaway()
end

door = room.Door
local Door = door:WaitForChild("Door")

TweenCharacter(Door.CFrame)
door.ClientOpen:FireServer()
CurrentRoom = CurrentRoom + 1
end
loadstring(game:HttpGet("https://raw.githubusercontent.com/LuaQLeak/neverlose.xyz/main/Doors.lua"))()
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()

local Window = Library.CreateLib("Entities Spawner", "Synapse")

local Tab = Window:NewTab("Spawn")
local Section = Tab:NewSection("Entities")


Section:NewLabel("Click to spawn, keybinds are coming soon.")




Section:NewButton("Summon Halt", "Summon the blue blanket", function()
require(game.ReplicatedStorage.ClientModules.EntityModules.Shade).stuff(require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game),
workspace.CurrentRooms[game.Players.LocalPlayer:GetAttribute("CurrentRoom")])
end)


Section:NewButton("Summon Screech", "Summon the blob of slime", function()
require(game.StarterGui.MainUI.Initiator.Main_Game.RemoteListener.Modules.Screech)(require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game),
workspace.CurrentRooms[game.Players.LocalPlayer:GetAttribute("CurrentRoom")])
end)


Section:NewButton("Summon Glitch", "Summon Mr. Teleport", function()
require(game.ReplicatedStorage.ClientModules.EntityModules.Glitch).stuff(require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game),
workspace.CurrentRooms[game.Players.LocalPlayer:GetAttribute("CurrentRoom")])
end)
local UIS=game:GetService'UserInputService'
getgenv().KeyBind="Q"--Has to be letters

UIS.InputBegan:Connect(function(Key)
if Key.KeyCode==Enum.KeyCode[getgenv().KeyBind] and not UIS:GetFocusedTextBox() then
require(game.StarterGui.MainUI.Initiator.Main_Game.RemoteListener.Modules.Screech)(require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game),
workspace.CurrentRooms[game.Players.LocalPlayer:GetAttribute("CurrentRoom")])
end
end)
loadstring(game:HttpGet('https://raw.githubusercontent.com/StupidProAArsenal/main/main/deer%20customs',true))()
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()

local Window = OrionLib:MakeWindow({Name = "Mimic Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})


local Tab = Window:MakeTab({
Name = "Popular",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

local Section = Tab:AddSection({
Name = "Popular"
})

Tab:AddButton({
Name = "Walk Speed",
Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
end
})

Tab:AddButton({
Name = "Jump Power",
Callback = function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300
end
})

Tab:AddButton({
Name = "God Mode",
Callback = function()
Workspace[""..game.Players.LocalPlayer.Name].KillScript:Destroy()
end
})




local Tab = Window:MakeTab({
Name = "Player",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

local Section = Tab:AddSection({
Name = "Player"
})

Tab:AddButton({
Name = "God Mode",
Callback = function()
Workspace[""..game.Players.LocalPlayer.Name].KillScript:Destroy()
end
})

Tab:AddButton({
Name = "Jump Power",
Callback = function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300
end
})

Tab:AddButton({
Name = "Walk Speed",
Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
end
})


Tab:AddButton({
Name = "Made by Beluga_white_editon",
Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 10000
end
})





OrionLib:MakeNotification({
Name = "Mimic Hub",
Content = "Notification content... what will it say??",
Image = "rbxassetid://4483345998",
Time = 5
})

OrionLib:Init()

Join Partner Discord Server