Sunken Oaklands Script

Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

BloxScript4You


We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
--> Macros

if not LPH_OBFUSCATED then
    LPH_JIT_MAX = function(...)
        return ...
    end
end

--> Variables
local Services =
    setmetatable(
    {},
    {
        __index = function(self, index)
            return game:GetService(index)
        end
    }
)
local KiriotESP = loadstring(game:HttpGet("https://kiriot22.com/releases/ESP.lua"))
local Version = "v1.2.1"
local Title = "oaklands - sunken " .. Version
local ReplicatedFirst = Services.ReplicatedFirst
local Client = require(ReplicatedFirst.Client)
local GameShared = require(ReplicatedFirst.Client.Interface.Shared)
local Modules = rawget(GameShared, "Modules")
local Changelog = require(Modules.Changelog)
local GetVersion = function()
    local count = 0
    local v6 = nil
    for i, v in next, Changelog.versions do
        if v.Id > count then
            count = v.Id
            v6 = i
        end
    end
    return "v" .. v6
end
local Outdated = GetVersion():gsub("%p+", "") > Version:gsub("%p+", "") and ("bad") or ("good")
local Players = Services.Players
local Player = Players.LocalPlayer
local Character = Player.Character
local module = require(game.ReplicatedFirst.Client)
local tutorial = module.ActiveModules.Tutorial
local invTable = nil
local Colours = {
    Magnetite = BrickColor.new("Bright violet"),
    ["Rosa Quartz"] = BrickColor.new("Carnation pink"),
    Mythril = BrickColor.new("Med. bluish green"),
    Gold = BrickColor.new("Br. yellowish orange"),
    Iron = BrickColor.new("Dark grey"),
    Pyrite = BrickColor.new("Flame yellowish orange"),
    Quartz = BrickColor.new("Institutional white"),
    Tin = BrickColor.new("Light stone grey"),
    Copper = BrickColor.new("Flame reddish orange")
}
local Areas = {
    ["Oak Depot"] = Vector3.new(736, 82, 1677),
    ["Oak Depot Sell"] = Vector3.new(702, 83, 1790),
    ["Lighthouse"] = Vector3.new(1067, 118, 1958),
    ["Dock"] = Vector3.new(945, 79, 1509),
    ["Island"] = Vector3.new(945, 76, 1233),
    ["Crossway"] = Vector3.new(71, 107, 1465),
    ["Junkyard"] = Vector3.new(-550, 133, 2010),
    ["Mountains"] = Vector3.new(-1759, 419, 865),
    ["Abandoned Shelter"] = Vector3.new(-1819, 330, 561),
    ["Beach Hut"] = Vector3.new(-3591, 113, 163),
    ["Lake"] = Vector3.new(-3069, 132, 455)
}

local function Init()
    do
        for i, v in next, getconnections(game:GetService("LogService").MessageOut) do
            v:Disable()
            shared.FoundMessageOutLogger = true
        end
        for i, v in next, getconnections(game:GetService("ScriptContext").Error) do
            v:Disable()
            shared.FoundErrorLogger = true
        end
        if shared.FoundMessageOutLogger then
            local old
            old =
                hookfunction(
                print,
                newcclosure(
                    function(...)
                        return old(("[SW] Debug: %s:%s:%s > "):format(os.date("%H"), os.date("%M"), os.date("%S")), ...)
                    end
                )
            )
            print("Debugging Below")
            for i, v in next, shared do
                print(i, v)
            end
        end
    end
end

local function CheckProcess()
    local Success, Output = pcall(Init)
    if not Success then
        if type(messagebox) == "function" then
            writefile("Oaklands/ErrorLogs/" .. os.time(), Output)
            local Answer =
                messagebox(
                string.format(
                    "Something has gone wrong when bypassing anti-cheat\n\nThis may put you at risk\n\nError has been written to executor path: workspace/Oaklands/ErrorLogs/%s",
                    os.time()
                ),
                "sunken anti cheat bypassing",
                1570
            )
            if Answer == 3 then
                game:Shutdown()
            elseif Answer == 4 then
                CheckProcess()
            elseif Answer == 5 then
                shared.LoadScript = true
            end
        else
            game:Shutdown()
        end
    else
        shared.LoadScript = true
    end
end

CheckProcess()

repeat
    task.wait()
until shared.LoadScript == true

print("Loading Main Script")

if Outdated == "bad" then
    local Answer =
        messagebox(
        "The script is currently outdated, this may put you at risk, would you like to continue?",
        "sunken version checker",
        4
    )
    if Answer == 7 then
        game:Shutdown()
    end
end

if not (Services.StarterGui:GetCoreGuiEnabled("PlayerList")) then
    local Text = Drawing.new("Text")
    Text.Position =
        Vector2.new(
        (workspace.CurrentCamera.ViewportSize.X / 2) - 125,
        workspace.CurrentCamera.ViewportSize.Y / 2 - (Services.GuiService:GetGuiInset().Y / 2)
    )
    Text.Text = "Waiting for you to have a plot"
    Text.Outline = true
    Text.Font = 1
    Text.Size = 28
    Text.Color = Color3.fromRGB(255, 255, 255)
    Text.OutlineColor = Color3.fromHSV(tick() % 3 / 3, 1, 1)
    Text.Visible = true
    print(Text.Text)
    repeat
        task.wait()
        Text.Position =
            Vector2.new(
            (workspace.CurrentCamera.ViewportSize.X / 2) - 125,
            workspace.CurrentCamera.ViewportSize.Y / 2 - (Services.GuiService:GetGuiInset().Y / 2)
        )
        Text.OutlineColor = Color3.fromHSV(tick() % 3 / 3, 1, 1)
    until Services.StarterGui:GetCoreGuiEnabled("PlayerList")
    Text.Text = "Loading"
    task.wait(0.5)
    Text:Remove()
end

local function closestTree()
    return (tutorial:ClosestModel(tutorial.Player.Character:GetPivot().Position, tutorial:GetTreesInRadius()))
end

--> Minified Functions ( Neater Looking Code )

local function Teleport(Pos)
    if Player.Character.Humanoid.Sit == true then
        Pos = Pos + Vector3.new(0, 40, 0)
    end
    Player.Character:PivotTo(typeof(Pos) == "CFrame" and Pos or CFrame.new(Pos))
end

local Hooks = {}
do
    function Hooks.HookingLighting()
        if shared.HookedLighting == true then
            return
        end
        shared.HookedLighting = true
        local old
        old =
            hookmetamethod(
            game,
            "__newindex",
            newcclosure(
                function(self, index, value)
                    if tostring(self) == "Lighting" and shared.FullBright then
                        if index == "ClockTime" then
                            value = 12
                        end
                    end
                    return old(self, index, value)
                end
            )
        )
    end
    function Hooks.HookingHumanoid()
        if shared.HookedHumanoid == true then
            return
        end
        shared.HookedHumanoid = true
        local old
        old =
            hookmetamethod(
            game,
            "__index",
            newcclosure(
                function(self, index)
                    if tostring(self) == "WalkSpeed" or tostring(self) == "JumpPower" then
                        return tostring(self) == "WalkSpeed" and 16 or 50
                    end
                    return old(self, index)
                end
            )
        )
    end
end
print("Loading Hooks")
for i, v in next, Hooks do
    local Success, Output = pcall(v)
    print("Hooked ", i, Success)
end
local Util = {}
print("Loading Util")
do
    function Util.GetVehicle()
        for i, v in next, game:GetService("Workspace").World.Structures:GetChildren() do
            if v.Name:find("VehiclePad") then
                local Owner = v:FindFirstChild("Owner")
                if Owner and Owner.Value == Player then
                    local Vehicle = v:FindFirstChild("RiggedVehicle")
                    if Vehicle then
                        return Vehicle
                    end
                end
            end
        end
    end
    function Util.ModVehicleSpeed(Speed)
        local Vehicle = Util.GetVehicle()
        local VFramework = Vehicle:FindFirstChild("Framework")
        if VFramework then
            local Seats = VFramework:FindFirstChild("Seats")
            if Seats then
                local DriverSeat = Seats:FindFirstChild("VehicleSeat")
                if DriverSeat then
                    DriverSeat.MaxSpeed = Speed
                end
            end
        end
    end
    function Util.CleanVehicle()
        local Vehicle = Util.GetVehicle()
        if Vehicle then
            for i, v in next, Vehicle:GetDescendants() do
                if v:IsA("BasePart") then
                    if v.Material == Enum.Material.CorrodedMetal then
                        v.Material = Enum.Material.SmoothPlastic
                    end
                end
            end
        end
    end
    function Util.ColourVehicle(Colour)
        local Vehicle = Util.GetVehicle()
        if Vehicle then
            local Wheels = Vehicle:FindFirstChild("Wheels")
            local Headlights = Vehicle:FindFirstChild("Framework"):FindFirstChild("Headlights")
            for i, v in next, Vehicle:GetDescendants() do
                if v:IsA("BasePart") and not v:IsDescendantOf(Wheels) and not v:IsDescendantOf(Headlights) then
                    v.Color = Colour
                end
            end
        end
    end
    function Util.GetIndexFromValue(self, value)
        for i, v in next, self do
            if v == value then
                return i
            end
        end
    end
    function Util.GetPlot()
        for i, v in next, game:GetService("Workspace").World.Property:GetChildren() do
            local Owner = v:FindFirstChild("Owner")
            if Owner then
                if Owner.Value == game:GetService("Players").LocalPlayer then
                    return v
                end
            end
        end
    end
    function Util.GetClosestTree()
        local tree, dist = nil, math.huge
        for i, v in next, game:GetService("Workspace").World.TreeRegions.Island:GetChildren() do
            if v:IsA("Model") then
                if v:FindFirstChild("HeptagonPart") then
                    local mag = game.Players.LocalPlayer:DistanceFromCharacter(v:GetPivot().Position)
                    if mag < dist then
                        dist = mag
                        tree = v
                    end
                end
            end
        end
        return tree
    end
    function Util.GetOwnedTrees()
        local trees = {}
        for i, v in next, game:GetService("Workspace").World.LooseItems:GetChildren() do
            if
                v:FindFirstChild("Owner") and tostring(v.Owner.Value) == game.Players.LocalPlayer.Name and
                    v.Name == "Tree"
             then
                if v:FindFirstChildWhichIsA("BasePart") then
                    table.insert(trees, v)
                end
            end
        end
        return trees
    end
    function Util.GetOwnedOres()
        local ores = {}
        for i, v in next, game:GetService("Workspace").World.LooseItems:GetChildren() do
            if
                v:FindFirstChild("Owner") and tostring(v.Owner.Value) == game.Players.LocalPlayer.Name and
                    v.Name == "Rock"
             then
                if v:FindFirstChildWhichIsA("BasePart") then
                    table.insert(ores, v)
                end
            end
        end
        return ores
    end
    function Util.GetLowestTreePart(parts)
        local foot = Character.RightFoot.Position
        local closest, dist = nil, math.huge
        for i, v in next, parts do
            if not v:IsA("BasePart") then
                continue
            end
            local mag = (foot - v.Position).Magnitude
            if mag < dist then
                dist = mag
                closest = v
            end
        end
        return closest
    end
    function Util.GetClosestLog()
        local log, dist = nil, math.huge
        for i, v in next, Util.GetOwnedTrees() do
            local mag = Player:DistanceFromCharacter(v:GetPivot().Position)
            if mag < dist then
                dist = mag
                log = v
            end
        end
        return log
    end
    function Util.KeyPress(keyCode, time)
        Services.VirtualInputManager:SendKeyEvent(true, keyCode, false, game)
        task.wait(time)
        Services.VirtualInputManager:SendKeyEvent(false, keyCode, false, game)
    end
    function Util.GetPlayerByName(Name)
        for i, v in next, Players:GetPlayers() do
            if v ~= Player then
                if v.Name:lower():find(Name:lower()) or v.DisplayName:lower():find(Name:lower()) then
                    return v
                end
            end
        end
    end
    function Util.TeleportToPlayer(Player)
        Teleport(Player.Character and Player.Character:GetPivot())
    end
    function Util.GetOres()
        local ores = {}
        for i, v in next, Services.Workspace.World.RockRegions.Island:GetChildren() do
            if v:GetAttribute("Mineable") == true then
                table.insert(ores, v)
            end
        end
        return ores
    end
    function Util.GetClosestOre()
        local ores = Util.GetOres()
        local ore, dist = nil, math.huge
        for i, v in next, ores do
            local mag = Player:DistanceFromCharacter(v:GetPivot().Position)
            if mag < dist then
                dist = mag
                ore = v
            end
        end
        return ore
    end
    function Util.GetPlayersPlot(Name)
        for i, v in next, Services.Workspace.World.Property:GetDescendants() do
            if v.Name == "Owner" and v.Parent.Parent.Name == "Property" then
                local plotOwner = tostring(v.Value)
                if plotOwner:lower():find(Name:lower()) then
                    return v.Parent:FindFirstChild("MainRegion")
                end
            end
        end
    end
end
local Actions = {}
print("Loading Action")
do
    function Actions.GoToLog()
        local log = Util.GetClosestLog()
        Teleport(log:GetPivot())
    end
    function Actions.GoToOre()
        local ores = Util.GetOwnedOres()
        local ore, dist = nil, math.huge
        for i, v in next, ores do
            local primary = v:FindFirstChildWhichIsA("BasePart")
            local mag = Player:DistanceFromCharacter(primary.Position)
            if mag < dist then
                dist = mag
                ore = v
            end
        end
        Teleport(ore:GetPivot())
    end
    function Actions.BringLogs()
        local trees = Util.GetOwnedTrees()
        for i, v in next, trees do
            Teleport(Character:GetPivot() + Vector3.new(15, 10, 5))
        end
    end
    function Actions.GoToPlot()
        local Plot = Util.GetPlot()
        local Main = Plot:FindFirstChild("MainRegion")
        local Offset = Vector3.new(0, 15, 0)
        Teleport(Main:GetPivot() + Offset)
    end
    function Actions.GoToSell()
        local Offset = Vector3.new(0, 15, 0)
        Teleport(CFrame.new(-535, 135, 1920) + Offset)
    end
    function Actions.GoToMap()
        local Offset = Vector3.new(0, 15, 0)
        Teleport(Services.Workspace.World.SpawnLocation:GetPivot() + Offset)
    end
    function Actions.InfiniteStamina()
        rawset(Client:RequestModule("Stamina"), "CurrentStamina", 9e9)
    end
    function Actions.BypassBlacklists()
        for i, v in next, Services.Workspace.World.Property:GetDescendants() do
            if v:IsA("Part") then
                if Color3.fromRGB(255, 64, 64) == v.Color then
                    v:Destroy()
                end
            end
        end
    end
end
print("Loading ESP")
KiriotESP = KiriotESP()
KiriotESP.Color = Color3.fromRGB(170, 0, 248)
local Functions = {}
function Functions.BreakTree()
    if invTable == nil then
        for _, v in next, getgc(true) do
            if type(v) == "table" and rawget(v, "Inventory") then
                invTable = v
                break
            end
        end
    end
    if invTable then
        local tree = closestTree()
        local Inventory = rawget(invTable, "Inventory")
        if tree and Inventory then
            Inventory:InformServer("SwingStartAttempt", {})
            task.wait(.5)
            local args = {}
            local lowestPart = nil
            local lowestY = math.huge
            for _, v in next, tree:GetDescendants() do
                if v:IsA("MeshPart") and v.Position.Y < lowestY then
                    lowestPart = v
                    lowestY = v.Position.Y
                end
            end
            args.HitPart = lowestPart
            args.HitPosition = lowestPart.Position
            Inventory:InformServer("AttemptChop", args)
        end
    end
end
function Functions.BreakLog()
    if invTable == nil then
        for _, v in next, getgc(true) do
            if type(v) == "table" and rawget(v, "Inventory") then
                invTable = v
                break
            end
        end
    end
    if invTable then
        local tree = Util.GetClosestLog()
        local Inventory = rawget(invTable, "Inventory")
        if tree and Inventory then
            Inventory:InformServer("SwingStartAttempt", {})
            task.wait(.5)
            local args = {}
            local lowestPart = Util.GetLowestTreePart(tree:GetChildren())
            args.HitPart = lowestPart
            args.HitPosition = lowestPart.Position
            Inventory:InformServer("AttemptChop", args)
        end
    end
end
function Functions.BreakOre()
    if invTable == nil then
        for _, v in next, getgc(true) do
            if type(v) == "table" and rawget(v, "Inventory") then
                invTable = v
                break
            end
        end
    end
    if invTable then
        local ore = Util.GetClosestOre()
        local Inventory = rawget(invTable, "Inventory")
        if ore and Inventory then
            Inventory:InformServer("SwingStartAttempt", {})
            task.wait(.5)
            local args = {}
            local lowestPart = Util.GetLowestTreePart(ore:GetChildren())
            args.HitPart = lowestPart
            args.HitPosition = lowestPart.Position
            Inventory:InformServer("AttemptMine", args)
        end
    end
end

print("Loading Functions")

local library =
    loadstring(game:HttpGet("https://raw.githubusercontent.com/vozoid/ui-libraries/main/drawing/void/source.lua"))()

print("Loading User Interface")

local main =
    library:Load {
    Name = Title .. " | script status: " .. Outdated,
    SizeX = 550,
    SizeY = 600,
    Theme = "Midnight",
    Extension = "oaktree",
    Folder = "oaklands"
}

task.spawn(
    function()
        while task.wait(0.001) do
            library:ChangeThemeOption("Accent", Color3.fromHSV(tick() % 3 / 3, 1, 1))
        end
    end
)

local home = main:Tab("home")

local changelogs =
    home:Section {
    Name = "changelogs",
    Side = "Left"
}

changelogs:Label(
    [[
re-wrote esp

lags when turn on but dont lag after
blame luraph!! omg!! Lurpah!
use configs to get around this ^

rainbow epic gamer mode

]]
)
changelogs:Label("")
changelogs:Label("")
changelogs:Label("")

local tab = main:Tab("main")

local trees =
    tab:Section {
    Name = "trees",
    Side = "Left"
}

local rocks =
    tab:Section {
    Name = "ores",
    Side = "Left"
}

local misc =
    tab:Section {
    Name = "misc",
    Side = "Left"
}

local teleports =
    tab:Section {
    Name = "teleports",
    Side = "Right"
}

local player =
    tab:Section {
    Name = "player",
    Side = "Right"
}

local vehicle =
    tab:Section {
    Name = "vehicle",
    Side = "Left"
}

trees:Toggle {
    Name = "tree aura",
    Flag = "tree aura",
    Callback = function(bool)
        shared.tree_aura = bool
        while shared.tree_aura do
            if not shared.tree_aura then
                break
            end
            Functions.BreakTree()
            task.wait(0.05)
        end
    end
}

trees:Toggle {
    Name = "log aura",
    Flag = "log aura",
    Callback = function(bool)
        shared.log_aura = bool
        while shared.log_aura do
            if not shared.log_aura then
                break
            end
            Functions.BreakLog()
            task.wait(0.05)
        end
    end
}

rocks:Toggle {
    Name = "ore aura",
    Flag = "ore aura",
    Callback = function(bool)
        shared.ore_aura = bool
        while shared.ore_aura do
            if not shared.ore_aura then
                break
            end
            Functions.BreakOre()
            task.wait(0.05)
        end
    end
}

misc:Toggle {
    Name = "full bright",
    Flag = "full bright",
    Callback = function(x)
        shared.FullBright = x
    end
}

misc:Toggle {
    Name = "sprint",
    Flag = "sprint",
    Callback = function(x)
        Util.KeyPress("LeftShift", x == true and 9e9 or 0)
    end
}

misc:Toggle {
    Name = "ctrl + click to tp",
    Flag = "click to tp",
    Callback = function()
    end
}

for i, v in pairs(Areas) do
    teleports:Button {
        Name = i:lower(),
        Callback = function()
            Teleport(CFrame.new(v))
        end
    }
end

teleports:Button {
    Name = "plot",
    Callback = function()
        Teleport(Util.GetPlot():FindFirstChild("MainRegion"):GetPivot())
    end
}

teleports:Button {
    Name = "nearest owned log",
    Callback = function()
        Actions.GoToLog()
    end
}

teleports:Button {
    Name = "nearest owned ore",
    Callback = function()
        Actions.GoToOre()
    end
}

player:Slider {
    Name = "walkspeed",
    Flag = "walkspeed",
    Text = "[value]/24",
    Default = 16,
    Min = 16,
    Max = 24,
    Float = 1,
    Callback = function(value)
    end
}

vehicle:Button {
    Name = "clean car",
    Callback = Util.CleanVehicle
}

vehicle:Slider {
    Name = "max speed",
    Flag = "max speed",
    Text = "[value]/250",
    Default = 50,
    Min = 50,
    Max = 250,
    Float = 1,
    Callback = function(value)
    end
}

vehicle:Button {
    Name = "assign vehicle speed",
    Callback = function()
        Util.ModVehicleSpeed(library.flags["max speed"])
    end
}

vehicle:ColorPicker {
    Name = "vehicle colour",
    Default = Color3.fromRGB(255, 255, 255),
    Flag = "vehicle colour",
    Callback = function(color)
    end
}

vehicle:Button {
    Name = "assign vehicle colour",
    Callback = function()
        Util.ColourVehicle(library.flags["vehicle colour"])
    end
}

vehicle:Box {
    Name = "license plate text",
    Placeholder = "Soggyware",
    Flag = "license_plate_text",
    Callback = function(text)
    end
}

vehicle:Button {
    Name = "assign license plate",
    Callback = function()
        local Vehicle = Util.GetVehicle()
        if Vehicle then
            local Framework = Vehicle:FindFirstChild("Framework")
            if Framework then
                local License = Framework:FindFirstChild("LicensePlate")
                if License then
                    local Container = License:FindFirstChild("SurfaceGui")
                    if Container then
                        local LICENSE = Container:FindFirstChild("LICENSE")
                        LICENSE.Text = library.flags.license_plate_text
                        for i, v in next, Container:GetChildren() do
                            if v.Name == "TextLabel" then
                                if v.Text == "OAKLANDS" or v.Text == "On Top" then
                                    v.Text = "On Top"
                                else
                                    v.Text = "Soggyware"
                                end
                            end
                        end
                    end
                end
            end
        end
    end
}

local esptab = main:Tab("esp")

local esps =
    esptab:Section {
    Name = "esp",
    Side = "Left"
}

local oreespopts =
    esptab:Section {
    Name = "ore esp options",
    Side = "Right"
}

esps:Toggle {
    Name = "toggle",
    Flag = "toggle",
    Callback = function(x)
        KiriotESP:Toggle(x)
    end
}

esps:Toggle {
    Name = "boxes",
    Flag = "boxes",
    Callback = function(x)
        KiriotESP.Boxes = (x)
    end
}

esps:Toggle {
    Name = "names",
    Flag = "names",
    Callback = function(x)
        KiriotESP.Names = (x)
    end
}

esps:Toggle {
    Name = "players",
    Flag = "players",
    Callback = function(x)
        KiriotESP.Players = (x)
    end
}

esps:Toggle {
    Name = "ores",
    Flag = "ores",
    Callback = function(x)
        KiriotESP.Ores = (x)
    end
}

local InsertedOres = {}

local function UpdateESP(v, x, name)
    LPH_JIT_MAX(
        function()
            if v:IsA("Model") and x == "Add" then
                for i2, v2 in next, v:GetDescendants() do
                    if v2:IsA("BasePart") then
                        if v2.Name ~= "Section" then
                            if v:GetAttribute("Mineable") then
                                local NewName = Util.GetIndexFromValue(Colours, v2.BrickColor)
                                if NewName ~= nil then
                                    if not table.find(InsertedOres, v) then
                                        if library.flags[NewName] == true then
                                            table.insert(InsertedOres, v)
                                            KiriotESP:Add(
                                                v2,
                                                {
                                                    Name = NewName or "Unknown Ore",
                                                    IsEnabled = "Ores",
                                                    Color = v2.Color
                                                }
                                            )
                                        elseif library.flags[NewName] == false then
                                            local idx = table.find(InsertedOres, v)
                                            table.remove(InsertedOres, idx)
                                            if KiriotESP.Objects then
                                                local NewName = Util.GetIndexFromValue(Colours, v2.BrickColor)
                                                if NewName ~= nil then
                                                    for i3, v3 in next, KiriotESP.Objects do
                                                        if v3.Name == NewName then
                                                            v3:Remove()
                                                        end
                                                    end
                                                end
                                            end
                                        end
                                    end
                                end
                            end
                        end
                    end
                end
            elseif x == "Remove" and v:IsA("Model") then
                for i2, v2 in next, v:GetDescendants() do
                    if v2:IsA("BasePart") then
                        if v2.Name ~= "Section" then
                            if v:GetAttribute("Mineable") then
                                local idx = table.find(InsertedOres, v)
                                table.remove(InsertedOres, idx)
                                if KiriotESP.Objects then
                                    if name ~= nil then
                                        for i3, v3 in next, KiriotESP.Objects do
                                            if v3.Name == name then
                                                v3:Remove()
                                            end
                                        end
                                    end
                                end
                            end
                        end
                    end
                end
            end
        end
    )()
end

local function ForceUpdateESP(x, name)
    for i, v in next, game:GetService("Workspace").World.RockRegions:GetDescendants() do
        LPH_JIT_MAX(
            function()
                UpdateESP(v, x == true and "Add" or "Remove", name)
            end
        )()
    end
end

game:GetService("Workspace").World.RockRegions.DescendantAdded:Connect(
    LPH_JIT_MAX(
        function(v)
            UpdateESP(v, "Add")
        end
    )
)
game:GetService("Workspace").World.RockRegions.DescendantRemoving:Connect(
    LPH_JIT_MAX(
        function(v)
            UpdateESP(v, "Remove")
        end
    )
)

for i, v in next, Colours do
    oreespopts:Toggle {
        Name = i:lower(),
        Flag = i,
        Callback = function(x)
            LPH_JIT_MAX(
                function()
                    ForceUpdateESP(x, i)
                end
            )()
        end
    }
end

task.spawn(
    function()
        while task.wait(0.1) do
            Character.Humanoid.WalkSpeed = library.flags.walkspeed
        end
    end
)

game:GetService("UserInputService").InputBegan:Connect(
    function(x)
        pcall(
            function()
                Character = Player.Character
            end
        )
        if
            x.UserInputType == Enum.UserInputType.MouseButton1 and library.flags["click to tp"] and
                game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl)
         then
            local pos = Player:GetMouse().Hit
            Teleport(pos)
        end
    end
)

local configs = main:Tab("configuration")
local themes = configs:Section {Name = "Theme", Side = "Left"}
local themepickers = {}
local themelist =
    themes:Dropdown {
    Name = "Theme",
    Default = library.currenttheme,
    Content = library:GetThemes(),
    Flag = "Theme Dropdown",
    Callback = function(option)
        if option then
            library:SetTheme(option:lower())
            for option, picker in next, themepickers do
                picker:Set(library.theme[option])
            end
        end
    end
}
library:ConfigIgnore("Theme Dropdown")
local namebox = themes:Box {Name = "Custom Theme Name", Placeholder = "Custom Theme", Flag = "Custom Theme"}
library:ConfigIgnore("Custom Theme")
themes:Button {Name = "Save Custom Theme", Callback = function()
        if library:SaveCustomTheme(library.flags["Custom Theme"]) then
            themelist:Refresh(library:GetThemes())
            themelist:Set(library.flags["Custom Theme"])
            namebox:Set("")
        end
    end}
local customtheme = configs:Section {Name = "Custom Theme", Side = "Right"}
themepickers["Accent"] =
    customtheme:ColorPicker {
    Name = "Accent",
    Default = library.theme["Accent"],
    Flag = "Accent",
    Callback = function(color)
        library:ChangeThemeOption("Accent", color)
    end
}
library:ConfigIgnore("Accent")
themepickers["Window Background"] =
    customtheme:ColorPicker {
    Name = "Window Background",
    Default = library.theme["Window Background"],
    Flag = "Window Background",
    Callback = function(color)
        library:ChangeThemeOption("Window Background", color)
    end
}
library:ConfigIgnore("Window Background")
themepickers["Window Border"] =
    customtheme:ColorPicker {
    Name = "Window Border",
    Default = library.theme["Window Border"],
    Flag = "Window Border",
    Callback = function(color)
        library:ChangeThemeOption("Window Border", color)
    end
}
library:ConfigIgnore("Window Border")
themepickers["Tab Background"] =
    customtheme:ColorPicker {
    Name = "Tab Background",
    Default = library.theme["Tab Background"],
    Flag = "Tab Background",
    Callback = function(color)
        library:ChangeThemeOption("Tab Background", color)
    end
}
library:ConfigIgnore("Tab Background")
themepickers["Tab Border"] =
    customtheme:ColorPicker {
    Name = "Tab Border",
    Default = library.theme["Tab Border"],
    Flag = "Tab Border",
    Callback = function(color)
        library:ChangeThemeOption("Tab Border", color)
    end
}
library:ConfigIgnore("Tab Border")
themepickers["Tab Toggle Background"] =
    customtheme:ColorPicker {
    Name = "Tab Toggle Background",
    Default = library.theme["Tab Toggle Background"],
    Flag = "Tab Toggle Background",
    Callback = function(color)
        library:ChangeThemeOption("Tab Toggle Background", color)
    end
}
library:ConfigIgnore("Tab Toggle Background")
themepickers["Section Background"] =
    customtheme:ColorPicker {
    Name = "Section Background",
    Default = library.theme["Section Background"],
    Flag = "Section Background",
    Callback = function(color)
        library:ChangeThemeOption("Section Background", color)
    end
}
library:ConfigIgnore("Section Background")
themepickers["Section Border"] =
    customtheme:ColorPicker {
    Name = "Section Border",
    Default = library.theme["Section Border"],
    Flag = "Section Border",
    Callback = function(color)
        library:ChangeThemeOption("Section Border", color)
    end
}
library:ConfigIgnore("Section Border")
themepickers["Text"] =
    customtheme:ColorPicker {Name = "Text", Default = library.theme["Text"], Flag = "Text", Callback = function(color)
        library:ChangeThemeOption("Text", color)
    end}
library:ConfigIgnore("Text")
themepickers["Disabled Text"] =
    customtheme:ColorPicker {
    Name = "Disabled Text",
    Default = library.theme["Disabled Text"],
    Flag = "Disabled Text",
    Callback = function(color)
        library:ChangeThemeOption("Disabled Text", color)
    end
}
library:ConfigIgnore("Disabled Text")
themepickers["Object Background"] =
    customtheme:ColorPicker {
    Name = "Object Background",
    Default = library.theme["Object Background"],
    Flag = "Object Background",
    Callback = function(color)
        library:ChangeThemeOption("Object Background", color)
    end
}
library:ConfigIgnore("Object Background")
themepickers["Object Border"] =
    customtheme:ColorPicker {
    Name = "Object Border",
    Default = library.theme["Object Border"],
    Flag = "Object Border",
    Callback = function(color)
        library:ChangeThemeOption("Object Border", color)
    end
}
library:ConfigIgnore("Object Border")
themepickers["Dropdown Option Background"] =
    customtheme:ColorPicker {
    Name = "Dropdown Option Background",
    Default = library.theme["Dropdown Option Background"],
    Flag = "Dropdown Option Background",
    Callback = function(color)
        library:ChangeThemeOption("Dropdown Option Background", color)
    end
}
library:ConfigIgnore("Dropdown Option Background")
local configsection = configs:Section {Name = "Configs", Side = "Left"}
local configlist = configsection:Dropdown {Name = "Configs", Content = library:GetConfigs(), Flag = "Config Dropdown"}
library:ConfigIgnore("Config Dropdown")
local loadconfig = configsection:Button {Name = "Load Config", Callback = function()
        library:LoadConfig(library.flags["Config Dropdown"])
    end}
local delconfig = configsection:Button {Name = "Delete Config", Callback = function()
        library:DeleteConfig(library.flags["Config Dropdown"])
    end}
local configbox = configsection:Box {Name = "Config Name", Placeholder = "Config Name", Flag = "Config Name"}
library:ConfigIgnore("Config Name")
local save = configsection:Button {Name = "Save Config", Callback = function()
        library:SaveConfig(library.flags["Config Name"])
        configlist:Refresh(library:GetConfigs())
    end}

local infotab = main:Tab("information")

local infotab = infotab:Section {Name = "information", Side = "Left"}

infotab:Label("Game Version " .. GetVersion())

infotab:Label("Script Version " .. Version)

print("Loaded Script")
 

Available Games

096-SCP-Scripts 1-Damage-Every-Second-Scripts 1-Every-Second-Scripts 1-Fart-Every-Second-Scripts 1-Jump-Every-Second-Scripts 1-Money-Every-Click-Scripts 1-Win-Obby-Scripts 1%-FINISH-Scripts 2-Player-Millionaire-Tycoon-Scripts 2P-Wizzard-Tycoon-Scripts 3-2-1-Blast-Off-Simulator-Scripts 3008-Scripts 50-50-Pick-A-Door-Obby-Scripts 5diamondzz-obby-Scripts 98%-Fail-Impossible-Glass-Bridge-Scripts 99-Fail-Impossible-Obby-Scripts 99%-Fail-Impossible-Obby-Scripts A-0ne-Piece-Game-Scripts A-Dumb-Day-Scripts A-Dusty-Trip-Scripts A-Hero's-Destiny-Scripts A-One-Piece-Devil-Fruit-Scripts A-One-Piece-Game-Scripts A-Universal-Time-Scripts ABA-Scripts Ability-Wars-Scripts Abyssal-Scripts Admin-Guns-Scripts Admin-Simulator-Scripts Adopt-And-Raise-A-Baby-Scripts Adopt-And-Raise-A-Cute-Baby-Scripts Adopt-Me-Scripts Aeronautica-Scripts Afk-for-UGC-Scripts Aftons-Family-Diner-Scripts Age-Of-Hero-Scripts Age-Of-Hero's-Scripts Age-Of-Heroes-Scripts Aggressive-Multiplayer-Scripts Aim-Trainer-Scripts Airplane-Simulator-Scripts Airport-Tycoon-Scripts All-Of-Us-Are-Dead-Scripts All-Star-Tower-Defense-Scripts Allusions-Scripts Alo-Sanctuary-Scripts Alphabet-Lore-Race-Scripts Alternate-Battlegrounds-Scripts Altitorture-Scripts An-Infinite-Adventure-Scripts Anarchy-Arena-Scripts Animal-Sim-Underwater-Scripts Animal-Simulator-Scripts Anime-Adventure-Scripts Anime-Adventures-Scripts Anime-Artifacts-Simulator-2-Scripts Anime-Battle-Arena-Scripts Anime-Battle-Simulator-Scripts Anime-Battlegrounds-Y-Scripts Anime-Battles-Simulator-Scripts Anime-Catching-Simulator-Scripts Anime-Champions-Scripts Anime-Champions-Simulator-Scripts Anime-Clash-Scripts Anime-Clicker-Fight-Scripts Anime-Clicker-Simulator-Scripts Anime-Combat-Simulator-Scripts Anime-Defense-Simulator-Scripts Anime-Dimension-Simulator-Scripts Anime-Dungeon-Fighters-Scripts Anime-Enemies-Simulator-Scripts Anime-Energy-Clash-Simulator-Scripts Anime-Evolution-Simulator-Scripts Anime-Fight-Next-Generation-Scripts Anime-Fighters-Scripts Anime-Fighters-Simulator-Scripts Anime-Fighting-Simulator-Scripts Anime-Fighting-Simulator-X-Scripts Anime-Fly-Race-Scripts Anime-Force-Simulator-Scripts Anime-Fruit-Simulator-Scripts Anime-Fusion-Tycoon-Scripts Anime-Hunters-Simulator-Scripts Anime-Idle-Simulator-Scripts Anime-Infinity-Simulator-Scripts Anime-Islands-Scripts Anime-Last-Stand-Scripts Anime-Legends-Scripts Anime-Lost-Simulator-Scripts Anime-Plush-Simulator-Scripts Anime-Power-Simulator-Scripts Anime-Power-Tycoon-Scripts Anime-Punch-Simulator-Scripts Anime-Punching-Simulator-Scripts Anime-Racing-Clicker-Scripts Anime-Rising-Fighting-Scripts Anime-RNG-Rarities-Scripts Anime-RNG-Scripts Anime-Smash-Simulator-Scripts Anime-Souls-Simulator-Scripts Anime-Speed-Simulator-Scripts Anime-Spirits-Scripts Anime-Star-Simulator-Scripts Anime-Story-Scripts Anime-Street-Simulator-Scripts Anime-Swords-Simulator-Scripts Anime-Tales-RELEASE-Scripts Anime-Tales-Simulator-Scripts Anime-Universe-Simulator-Scripts Anime-Warriors-Simulator-2-Scripts Anime-Waves-Simulator-Scripts Anime-Weapon-Simulator-Scripts Anime-Word-Tower-Defense-Scripts Animeverse-Scripts AniPhobia-Scripts Aniverse-Scripts Anomic-Scripts Answer-Or-Die-Scripts Ants-Simulator-Scripts Apeirophobia-Scripts Apocalypes-Rising-2-Scripts Apocalypse-Tycoon-Scripts Arcane-Lineage-Scripts Arcane-Odyssey-Scripts Arm-Wrestle-Simulator-Scripts Arm-Wrestling-Simulator-Scripts Armored-Patrol-Scripts Arsenal-Scripts Assassin-Scripts Astro-Renaissance-Scripts Attack-On-Titan-Evolution-Scripts Attack-On-Titan-Vengeance-Scripts Auto-Rap-Battles-Scripts BABY-BOBBYS-DAYCARE-Scripts Backpacking-Scripts Backrooms-GMod-Map-Scripts Backrooms-Morphs-Scripts Backrooms-Race-Clicker-Scripts Bad-Business-Scripts Ball-And-Axe-Scripts Balloon-Simulator-Scripts Balls-Rarity-Factory-Scripts Banana-Eats-Scripts Banning-Simulator-X-Scripts Barry-Prison-Run-Scripts Barry's-Prison-Run-2-Scripts Barrys-Prison-Run-Scripts Baryon-Scripts Base-Battles-Scripts Base-Raiders-Scripts Basically-FNF-Scripts Basketball-Legends-Scripts Bathroom-Attack-Scripts Bathroom-Tower-Defense-Scripts Bathroom-Tower-Defense-X-Scripts Be-A-Dad-And-Get-Milk-Sim-Scripts be-a-dad-and-get-milk-simulator-Scripts Be-A-Hero-Scripts Be-A-Parkour-Ninja-Scripts Be-A-Spider-Tycoon-Scripts Be-Crushed-By-A-Speeding-Wall-Scripts Be-Dead-Forever-Simulator-Scripts Be-NPC-or-Die-Scripts Beat-Up-Dummies-Simulator-Scripts Beauty-Girl-Tycoon-Scripts Become-a-hacker-to-prove-dad-wrong-tycoon-Scripts become-a-painter-and-prove-mom-wrong-tycoon-Scripts BedWars-Scripts Bee-Swarm-Simulator-Scripts Bee-Tycoon-Scripts Bees-Journey-2-Scripts Berry-Avenue-RP-Scripts Beyondland-Scripts BIC-DrawPlanet-Scripts Big-Battles-Scripts Big-Blox-Brazil-Scripts Big-Brain-Simulator-Scripts Big-Lifting-Simulator-X-Scripts BIG-Paintball-Scripts Bike-Of-Hell-Scripts Bike-Race-Clicker-Scripts Billionaire-Empire-Scripts Billionaire-Simulator-2-Scripts Bitcoin-Miner-Scripts Bizarre-Day-Modded-Rebooted-Scripts Black-Adam-Experience-Scripts Blackhawk-Rescue-Mission-5-Scripts Blackrooms-Race-Clicker-Scripts Blade-Ball-Scripts Blade-Of-Chance-Scripts Blade-Quest-Scripts Blade-Simulator-Scripts Bleeding-Blades-Scripts Blending-Simulator-2-Scripts Blob-Simulator-Scripts Block-Digging-Simulator-Scripts Block-Eating-Simulator-Scripts Block-Mine-Scripts Block-Miner-Simulator-Scripts Block-Survivor-Scripts BlockWars-Scripts Blood-And-Iron-Scripts Blox-Fruits-Scripts Blox-Hunt-Scripts Bloxburg-Scripts Bloxy-Bingo-Scripts Blue-Heater-Scripts boat-ride-into-a-better-life-Scripts Bomb-Click-Mine-Scripts Booga-Booga-REBORN-Scripts Booga-Booga-Scripts Boss-Fighting-Simulator-Scripts BotClash-Simulator-Scripts BOXING-BETA-Scripts Boxing-Clicker-Simulator-Scripts Boxing-Fighters-Simulator-Scripts Boxing-Friends-Simulator-Scripts Boxing-League-Scripts Boxing-Simulator-Scripts Brave-Order-Simulator-Scripts Braveorder-Scripts brawl-2-Scripts Break-In-2-Scripts Break-In-Scripts Break-Wall-Simulator-Scripts Breaking-Point-Scripts Bro-Rescue-Simulator-Scripts Broken-Bones-4-Scripts Broken-Bones-IV-Scripts Brookhaven-RP-Scripts Bubble-Gum-Clicker-Scripts Bubble-Gum-Clicker-X-Scripts Bubble-Gum-Haven-Scripts Bubble-Gum-Legends-Scripts Bubble-Gum-Simulator-Scripts Build-A-Boat-For-Treasure-Scripts Build-And-Survive-Scripts Build-The-Boat-For-Treasure-Scripts Build-To-Survive-Scripts Build-To-Survive-The-Robots-Scripts Building-towers-to-fly-farther-Scripts Bulked-Up-Scripts Bullying-Scripts Burn-Stuff-And-Get-Rich-Scripts Busy-Business-Scripts Button-Infinity-Scripts Button-Simulator-2023-Scripts buy-your-friend-back-tycoon-Scripts Cabin-Crew-Simulator-Scripts Cacophony-Scripts Camping-Scripts Candy-Clicker-Simulator-Scripts Car-Crash-System-Scripts Car-Crushers-2-Scripts Car-Dealership-Tycoon-Scripts Car-Factory-Tycoon-Scripts Car-Mechanic-Tycoon-Scripts Car-Repair-Simulator-Scripts Carry-Me-Scripts Cart-Car-Ride-Into-GigaNoob-Scripts Cart-Ride-Around-Nothing-Scripts Cart-Ride-Delivery-Service-Scripts Cart-Ride-Into-Rdite-Scripts Cart-Ride-Race-Scripts Cart-Ride-Tycoon-2-Scripts Cart-Ride-Tycoon-Scripts Case-Clicker-Scripts Cat-Piece-Scripts Centaura-Scripts Chainsaw-Man-Scripts Chainsaw-Man-X-Scripts Champions-TD-Scripts ChangiVerse-Scripts CHAOS-Scripts Chechnya-1994-Scripts Cheese-Escape-Scripts Cheese-Factory-Tycoon-Scripts Cheese-TD-Scripts CHESS-Scripts Chest-Simulator-Scripts ChicBlocko-Scripts Chill-Obby-Scripts Cirque-Du-Soleil-Tycoon-Scripts City-Life-Scripts Clash-Ball-Scripts Classroom-Simulator-Scripts Click-For-UGC-Scripts Clicker-Fighting-Simulator-Scripts Clicker-League-Scripts Clicker-Mining-Simulator Clicker-Mining-Simulator-Scripts Clicker-Party-Simulator-Scripts Clicker-Run-Scripts Clicker-Simulator-Scripts Clicker-Wars-Simulator-Scripts Clicking-Simulator-Scripts Climb-1000-Stairs-Scripts Climb-2000-Stairs-to-VIP-Obby-Scripts Climb-Rocks-to-VIP-Obby-Scripts Climb-Wall-For-VIP-Obby-Scripts Clone-Kingdom-Tycoon Clone-Kingdom-Tycoon-Scripts Clone-Run-Scripts Clover-City-Scripts Coal-Miner-Tycoon-2-Scripts Cobra-Kai-Karate-Scripts Coins-Hero-Simulator-Scripts Collect-All-Pets-Scripts Colony-Survival-Scripts Color-Block-Scripts Color-Or-Die-Scripts Color-Race-Scripts Color-Run-Scripts Combat-Warriors-Scripts Contact-A-888-Scripts Control-Army-Scripts Cook-Burgers-but-with-100-players-Scripts Cook-Burgers-Scripts Cornerstone-Arcade-Scripts Corsair-Land-Scripts Coruscant-RP-Scripts Counter-Blox-Reimagined-Scripts Counter-Blox-Scripts Country-Collectors-Scripts Countryball-World-Scripts Craft-Factory-Scripts Craftwars-Scripts Crate-Opening-Incremental-Scripts CRAZY-Scripts Create-A-Cart-Ride-Scripts Creatures-Of-Sonaria-Scripts Creeper-Chaos-Scripts Creeper-Survival-Scripts Crewmates-Scripts Criminality-Scripts Crocs-World-Minigames-Scripts Crop-Farming-Incremental-Scripts Crusaders-Heaven-Scripts Crying-Simulator-Scripts Crypto-Tycoon-Scripts Cube-Combination-Scripts Cursed-Arena-Scripts Cursed-Islands-Scripts Custom-Duels-Scripts Custom-PC-Tycoon-Scripts D-DAY-Scripts Da-Backrooms-Scripts Da-Hood-Aim-Trainer-Scripts Da-Hood-Scripts Dark-Life-Scripts Daybreak-Scripts Daycare-Center-Scripts DBZ-Final-Stand-Scripts Dead-by-Roblox-Scripts Deadlift-Simulator-Scripts Deadline-Scripts Deadly-Sins-Retribution-Scripts Death-Academy-Online-Scripts Decaying-Winter-Scripts Defenders-Depot-2-Tower-Defense-Scripts Deflect-Scripts Dem's-Upgrade-Tree-Scripts Demon-Slayer-Midnight-Sun-Scripts Demon-Soul-Simulator-Scripts Demonfall-Scripts Desert-Island-Survival-Scripts Destroy-And-Conquer-Scripts Destroy-The-Neighborhood-Scripts Destroying-Walls-Simulator-Scripts Destruction-Game-Scripts Destruction-Simulator-Scripts di-makatulog-Scripts Diamond-Dash-Scripts Difficulty-Machine-Scripts Dig-To-China-Scripts dingus-Scripts Dino-Island-Tycoon-Scripts Dinosaur-Simulator-Scripts Dominus-Lifting-Simulator-Scripts Dominus-Merge-Tycoon-Scripts DONT-GET-SNIFFED-Scripts DONT-SNIFF-IT-Scripts Dont-Stop-Obby-Scripts Doodle-Word-Scripts Doomspire-Brickbattle-Scripts DOORS-Race-Clicker-Scripts Doors-Race-Script Doors-Race-Scripts Doors-Scripts Doors-Story-Scripts Double-Down-Scripts Double-Jump-Obby-Scripts Dragon-Adventures-Scripts Dragon-Ball-Final-Remastered-Scripts Dragon-Ball-Rage-Scripts Dragon-Ball-Simulator-Scripts Dragon-Ball-Tycoon-Scripts Dragon-Blox-Scripts Dragon-Race-Scripts Dragon-Soul-Hunter-Scripts Dragon-Soul-Scripts Dragon-Warrior-Simulator-Scripts Dragonball-Ultimate-Clash-2-Scripts Draw-Obby-Scripts Drift-Paradise-Scripts Drive-Cars-Down-A-Hill-Scripts Drive-World-Scripts Driving-Empire-Scripts Driving-Simulator-Scripts Dungeon-Quest-Scripts Dunking-Race-Scripts Dunking-Simulator-Scripts Easy-Color-Switch-Obby-Scripts Easy-Fun-Obby-Scripts EASY-Glass-Bridge-Scripts Easy-Grow-Obby-Scripts Easy-Obby-Scripts Easy-Pet-Obby-Script Easy-Race-Clicker-Scripts Easy-Stud-Jump-Obby-Scripts Easy-Stud-Jumps-Obby-Scripts Easy-Stud-Walls-Jump-Obby-Scripts Eat-Blobs-Simulator-Scripts Eat-Same-Color-Food-Scripts eat-sand-Scripts Eating-Battle-Simulator-Scripts Eating-Simulator-Scripts Eclipsis-Scripts Edward-The-Man-Eating-Train-Scripts Egg-Farm-Tycoon-Scripts Egg-Tree-Incremental-Scripts EGOIST-Scripts Electric-State-DarkRP-Scripts Elemental-Dungeon-Scripts Elemental-Powers-Tycoon-Scripts Elevator-Of-Fun-Scripts Emergency-Hamburg-Scripts Emergency-Response-Scripts Encounters-Scripts Endless-Luck-Scripts Energy-Assault-Scripts Entry-Point-Scripts Epic-Minigames-Scripts Era-Of-Althea-Scripts ESCAPE-IPAD-KID-Scripts Escape-Papa-Pizza's-Pizzeria-Scripts Escape-Room-Scripts Escape-Running-Head-Scripts Escape-The-Dungeon-Obby-Scripts Escape-The-World-Obby-Scripts Eternal-Craftwars-Scripts Eternal-Piece-Scripts Evade-Scripts Everest-Climbing-Roleplay-Scripts Every-Click-Get-1-Jump-Scripts Every-One-Second-Get-1-Size-Scripts Every-Second-1-Ki-In-DBZ-Scripts Every-Second-Get-1-Scripts Every-Second-Stud-Jumps-Obby-Scripts Every-Second-You-Get-1-HP-Scripts Every-Second-You-Get-1-Jump-Power-Scripts Every-Second-You-Get-1-Muscle-Scripts Every-Second-You-Get-1-Points-Scripts Every-Second-You-Get-1-Punch-Scripts Every-Second-You-Get-1-Scripts Every-Second-You-Get-1-WalkSpeed-Scripts Every-Second-You-Get-Richer-Scripts Every-Second-You-Get-Smarter-Scripts Every-Second-You-Get+1-Muscle-Scripts Everyday-Car-Driving-Scripts Eviction-Notice-Scripts Executors Expedition-Antarctica-Scripts Explosive-Wall-Simulator-Scripts Ez-Dev-Scripts Fabled-Legacy-Scripts Facility-Lockdown-Scripts Facility-Of-Redemption-Scripts Faction-Defense-Tycoon-Scripts Fall-Of-Hell-Scripts Famous-Streamer-Scripts Fantastic-Frontier Fantastic-Frontier-Scripts Farm-Factory-Tycoon-Scripts Fart-A-Friend-Scripts Fart-In-A-Box-Scripts Fast-Lifting-Simulator-Scripts Fat-Race-Clicker-Scripts Fat-Race-Scripts Fat-Simulator-Scripts Feed-The-Noob-Tycoon-Scripts FEEDING-TRASH-TO-RICH-PEOPLE-TYCOON-Scripts Fencing-Scripts Festival-Tycoon-Scripts Field-Trip-Z-Scripts FIFA-WORLD-Scripts Find-The-Family-Guy-Scripts Find-The-Floppa-Morphs-Scripts Find-The-Markers-Scripts Find-The-Pau-Scripts Find-The-Plugs-Scripts Find-The-Simpsons-Scripts Find-The-Sonic-Morphs-Scripts Fire-Force-Online-Scripts Fireball-Punching-Simulator-Scripts Firework-Simulator-Scripts Fish-A-Friend-Scripts Fishing-Frenzy-Simulator-Scripts Fishing-Simulator-Scripts Fitness-Simulator-2-Scripts FiveDuels-Scripts Flag-Wars-Scripts Flappy-Bird-Race-Scripts Flappy-Clicker-Scripts Flee-The-Facility-Scripts Flex-Fight-Scripts Flex-Your-Account-Age-Scripts Fling-Champions-Scripts Fling-Things-And-People-Scripts Flood-Escape-2-Scripts Floppa-Piece-Scripts Fly-Race-Scripts Fnaf-Five-Nights-Simulator-Scripts FNAF-Scripts Foblox-Scripts Football-Duels-Scripts Football-Fusion-2-Scripts Formula-Apex-Scripts Fortblox-Scripts Framed-Scripts FREE-ADMIN-Scripts Free-Hatchers-Scripts Free-Owner-Admin-Scripts Friday-Night-Bloxxin-Scripts Frog-Simulator-Scripts FRONTLINES-Scripts Fruit-Battlegrounds-Scripts Fruit-Warriors-Scripts Fruits-Tower-Defense-Scripts Funky-Friday-Scripts Furry-Infection-Scripts Games-Unite-Testing-Place-Scripts gang-up-on-people-simulator-Scripts GARENA-FREE-FIRE-MAX-Scripts Gaster-Blaster-Battles-Scripts Genei-Fight-Simulator-Scripts Get-Fat-And-Roll-Race-Scripts get-hit-by-a-car-simulator-Scripts Get-Richer-Every-Second-Scripts Get-To-The-Top-Scripts Giant-Simulator-Scripts Giant-Survival-Scripts Givenchy-Beauty-House-Scripts Gladiator-Simulator-Scripts Glide-Race-Scripts Glory-Kill-Testing-Scripts Go-To-Jail-Make-Friends-To-Escape-Scripts Goal-Clicker-Scripts Goal-Kick-Simulator-Scripts GOD-TYCOON-Scripts Gods-Will-Scripts Gold-Tower-Defense-Scripts Good-Or-Bad-Obby-Scripts Got-Eaten-Scripts Grand-Piece-Scripts Granny-Scripts GREAT-SCHOOL-BREAKOUT-Scripts Great-Sword-Simulator-Scripts Greenville-Scripts Grimace-Race-Scripts GRIMACE-Scripts Grimoire-Era-Scripts Grimoires-Era-Scripts GRUMPY-GRAN-Scripts Guerra-De-Torres-Scripts Gumball-Factory-Tycoon-Scripts Gun-Ball-Scripts Gun-Simulator-Scripts Gunfight-Arena-Scripts Guts-And-Blackpowder-Scripts Gym-Tycoon-Scripts Hades-RNG-Scripts Hallows-Eve-2023-Scripts Happy-Land-Scripts Harbor-Havoc-Scripts Haunted-Town-Scripts HAZE-PIECE-Scripts Head-Fly-Race-Scripts Head-Punch-Simulator-Scripts Heaven-Stand-Scripts Heist-Tycoon-Scripts Heroes-Battleground-Scripts Heroes-Battlegrounds-Scripts Hide-And-Seek-Extreme-Scripts High-School-Life-Scripts Higher-Jump-Every-Second-Scripts Highway-Rush-Scripts Hold-People-The-Game-Scripts Hole-Fall-Simulator-Scripts Home-Run-Simulator-Scripts Homework-Printing-Simulator-Scripts Homework-Shedding-Simulator-Scripts homework-shredding-simulator-Scripts Hood-Arena-Scripts Hood-Customs-Scripts Hood-Duels-Scripts Hood-Modded-Scripts Hoop-Simulator-Scripts Hoops-Scripts Hoopz-Scripts Horrific-Housing-Scripts Horse-Racing-Club-Scripts Hospital-Tycoon-Scripts Hotel-Elephant-Scripts Hotel-Scripts HOURS-Scripts Hoverboard-Race-Scripts How-Far-Can-You-Backflip-Scripts How-Far-Can-You-Fly-Scripts How-Far-Can-You-Slide-Scripts How-Far-Can-You-Throw-Scripts Human-Canon-Scripts Hungry-Pig-Scripts Hunter-X-Athena-Scripts Hyper-Realistic-CSGO-Guns-Scripts Idle-Heroes-Simulator-Scripts IHeartLand-Music-Tycoon-Scripts Im-The-King-Of-School-Scripts Imposible-Ladder-Climb-Obby-Scripts Impossible-Glass-Bridge-Obby-Scripts Impossible-Glass-Bridge-Scripts Impossible-Ladder-Climb-Obby-Scripts Impossible-Obby-Scripts Impossible-Rarities-Scripts In-Plain-Sight-2-Scripts Inazuma-Rebirth-Scripts Infectious-Smile-Scripts Infinite-Item-Simulator-Scripts Infinite-Rarities-Scripts Infinite-Tower-Tycoon-Scripts Insane-Elevator-Scripts Interminable-Rooms-Scripts Invade-Scripts InVisions-Web-Verse-Scripts IQ-Wars-Simulator-Scripts Iron-Man-Simulator-2-Scripts Island-Tycoon-Scripts Islands-Scripts Isle-Scripts Item-Asylum-Scripts Jailbreak-Scripts Jenga-Scripts Jujutsu-Kaizen-RP-Scripts Jujutsu-Scripts Jujutsu-Shenanigans-Scripts Jump-Clicker-Scripts Jump-Higher-Per-Second-Scripts Jumping-Simulator-Scripts Kaiju-Paradise-Experimental-Scripts Kaiju-Paradise-Scripts Kaizen-Scripts Kamehameha-Simulator-Scripts Karate-Scripts Kengun-OnlineScripts Keys-Scripts Kick-It-Simulator-Scripts Kick-Off-Scripts Kickball-Scripts Kill-Monster-Simulator-Scripts Kill-Monsters-to-Save-Princess-Scripts Kill-To-Save-Anime-Girl-Scripts Kill-To-Save-Anime-Girl-Simulator-Scripts Killstreak-Chaos-Scripts King-Legacy-Scripts King-Of-Battlegrounds-Scripts King-Of-Sea-Scripts Kingdom-Life-Scripts Kitty-Scripts Knife-Ability-Test-Scripts Knife-Simulator-Scripts Knife-Strife-Scripts Knockout-Party-Scripts Knockout-Simulator-Scripts Kohaú-Hibachi-Restaurant-Scripts Krush-PvP-Scripts Last-Order-Scripts Last-to-Leave-Scripts Launch-Into-Space-Simulator-Scripts Legend-Of-Heroes-Simulator-Scripts Legend-Piece-Scripts Legends-Of-Speed-Scripts Legends-Re-Written-Scripts Lethal-Tower-Defense-Scripts Liberty-Island-Tycoon-Scripts Life-In-Prison-Scripts Life-Sentence-Scripts Lift-Legends-Simulator-Scripts Lifting-Simulator-Scripts Lifting-Titans-Scripts Lightsaber-Arena-Scripts Limited-Jumps-Scripts Limited-Time-Scripts Limitless-Purple-Scripts Little-World-Scripts live-in-a-back-alley-Simulator-Scripts Livetopia-Scripts Lobotomy-Clicker-Scripts Longest-Answer-Win-Scripts Lookout-Battle-Scripts Loomain-Legacy-Scripts Loomian-Legacy-Scripts Loooptopia-Scripts Lost-Kingdom-Tycoon-Scripts Lost-Pirate-Scripts Lost-Rooms-Scripts Lucky-Block-Legends-Scripts Lucky-Blocks-Battlegrounds Lucky-Blocks-Battlegrounds-Scripts Lumber-Legends-Simulator-Scripts Lumber-Tycoon-2-Scripts Lumberjack-Simulator-Scripts Mad-City-Scripts Mage-Tycoon-Scripts Magic-Champions-Scripts Magic-Clicker-Scripts Magic-Tappers-Scripts Magnet-Simulator-Scripts Magnetic-Simulator-Scripts Make-A-Cake-Scripts Make-It-Louder-Scripts Make-Roblox-Games-Scripts make-tixtoks-to-escape-school-tycoon-Scripts making-memes-in-your-basement-at-3-AM-tycoon-Scripts making-scam-calls-to-save-your-bf-Scripts Mall-Tycoon-Scripts Mansion-Scripts Mapa-da-Jessi-Scripts Maple-Hospital-Scripts Marble-Rail-Scripts Mars-Base-Tycoon-Scripts Marvellous-Playground-Scripts Masters-Difficulty-Chart-Obby-Scripts Math-Boxing-Scripts Math-Obby-Scripts Math-Wall-Simulator-Scripts Max-Mara-Coats-Adventure-Scripts Max-Speed-Scripts Mechanical-Ascension-X-Scripts Meepcity-Scripts Mega-Easy-Obby-Scripts Mega-Fun-Obby-Scripts Mega-Mansion-Tycoon-Scripts Mega-Marble-Run-Pit-Scripts Mega-Parkour-Obby-Scripts Meme-Merger-Scripts Meme-Sea-Scripts Merge-Droppers-Scripts Merge-Simulator-Scripts Michael's-Zombies-Scripts Michaels-Zombies-Scripts Military-Facility-Tycoon-2-Scripts Military-Simulator-Scripts Military-Tycoon-Scripts Military-War-Tycoon-Scripts Milk-Tycoon-Scripts Millionaire-Empire-Tycoon-Scripts Mine-Block-Tycoon-Scripts Mine-Blocks-Simulator-Scripts Mine-Racer-Scripts Miner-Merge-Tycoon-Scripts Minercave-Scripts MinerCrafts-Scripts Miners-Haven-Scripts MinerShaft-Scripts Mining-Clicker-Simulator-Scripts Mining-Factory-Tycoon-Scripts Mining-Simulator-2-Scripts Minion-Simulator-Scripts Mission-Mars-Scripts Mo's-Academy-Scripts Mob-Punch-Simulator-Scripts Mobile-Executors Mobile-Scripts Money-Clicker-Simulator-Scripts Money-Grab-Simulator-Scripts Money-Race-Scripts Money-Simulator-X-Scripts Money-Simulator-Z-Scripts Money-Tycoon-Scripts Monkey-Tycoon-Scripts Monster-Hunt-Simulator-Scripts Monster-Wall-Simulator-Scripts Motel-Simulator-Scripts Motorcycle-Mayhem-Scripts Motorcycle-Race-Scripts Mount-Of-The-Gods-Scripts Mow-My-Lawn-2-Scripts Mow-The-Lawn-Scripts Mow-The-Lown-Scripts Mowing-Simulator-Scripts Murder-Mystery-2-Scripts Murder-Party-Scripts Murder-Vs-Baby-Scripts Murderers-VS-Sheriffs-Duels-Scripts Murderers-Vs-Sheriffs-scripts Murim-Cultivation-Scripts Muscle-Legends-Scripts Muscle-Simulator-Scripts Mushroom-Race-Scripts My-Avatar-Shop-Scripts My-Hello-Kitty-Cafe-Scripts My-Hero-Mania-Scripts My-Hood-Scripts My-Prison-Scripts My-Restaurant-Scripts My-School-Tycoon-Scripts Mystery-Clickers-Scripts Naruto-But-Every-Second-1-Chakra-Scripts Nation-Roleplay-2-Scripts Natural-Disaster-Survival-Scripts Natural-Disaster-Survival-with-Free-Items-Scripts Naval-Warfare-Scripts Ncrafts-Hangout-Scripts NCT-127-World-Scripts Nen-Fighting-Simulator-Scripts Neo-Soccer-League-Scripts Neo-Warfare-X-Scripts Never-Ending-Cart-Ride-Scripts Next-Doors-Scripts NGU CLICKER SIMULATOR-Scripts nicos-nextbots-Scripts Night-Light-Scripts Ninja-Fighting-Simulator-Scripts Ninja-Legends-2-Scripts Ninja-Legends-Scripts Ninja-Storm-Simulator-Scripts Ninja-Tycoon-Scripts NO-SCOPE-ARCADE-Scripts No-Scope-Sniping-Scripts NO-STOP-Obby-Scripts Noob-Army-Tycoon-1-Scripts Northside-Chicago-Scripts Notoriety-Scripts Nuclear-Bomb-Testing-Facility-RP-Scripts Nuke-Simulator-Scripts Nuke-Site-Scripts Nuke-The-Noob-Simulator-Scripts Oaklands-Scripts Obby-But-You-Are-Color-Blind-Scripts Obby-But-You-Can't-Jump-Scripts Obby-But-You-Cant-Jump-Scripts Obby-But-You're-A-Ball-Scripts Obby-But-You're-A-CUBE-Scripts Obby-But-Your-On-A-Bike-Scripts Obby-but-youre-a-bird-Scripts obby-but-youre-a-poop-Scripts Obby-But-Youre-A-Potato-Scripts Obby-But-Youre-On-A-Bike-Scripts Obby-But-Youre-on-a-Jetpack-Scripts OFF-Tycoon-Scripts Official-Russian-Alphabet-Lore-RP-Scripts Ohio-Scripts Oil-Warfare-Tycoon-Scripts Old-A-Bizarre-Day-Scripts oMega-Obby-675-Stages-Scripts oMega-Obby-700-Obby-Scripts Omini-X-Scripts One-Blocks-Every-Second-Scripts One-Fruit-Scripts One-Fruit-Simulator-Scripts One-Piece-Battles-Scripts One-Piece-Legendary-Scripts One-Punch-Fighters-Simulator-Scripts One-Punch-Hero-Scripts One-Punch-Ultimate-Scripts Online-Business-Simulator-2-Scripts Only-Up-Blox-Scripts Onslaught-Public-Dev-Server-Scripts OOF-Tycoon-Scripts OP-Battleground-Scripts OP-Battlegrounds-Scripts OP-NINJA-SIMULATOR-Scripts Operations-Siege-Scripts Outlaster-Scripts Overhead-Press-Simulator-Scripts Paintball-Wars-Scripts Palm-Slap-Friends-Simulator-Scripts Pancakes-Wall-Hop-Difficulty-Scripts Parkour-Scripts Pass-The-Bomb-Scripts Paths-To-Immortality-Scripts Periastron-Stars-Scripts Peroxide-Scripts Pet-Catchers-Scripts Pet-Clicker-Simulator-Reborn-Scripts Pet-Clicking-Simulator-Scripts Pet-Crafting-Simulator-Scripts Pet-Legends-2-Scripts Pet-Merge-Scripts Pet-Mining-Simulator-Scripts Pet-Quest-Scripts Pet-Racer-Simulator-Scripts Pet-Rift-Scripts Pet-Simulator-2-Scripts Pet-Simulator-99-Scripts Pet-Simulator-X-Scripts Pet-Trading-Card-Simulator-Scripts Pet-Zoo-Tycoon-Scripts Phantom-Ball-Scripts Phantom-Forces-Scripts Phenom-Scripts Piano-Keyboard-Scripts Pick-A-Side-Scripts Pickaxe-Mining-Simulator-Scripts Pickaxe-Simulator-Scripts Piece-Adventures-Simulator-Scripts Piece-X-Tycoon-Scripts Piggy-Scripts Pilfering-Pirates-Scripts Pilgrammed-Scripts Pillow-Fight-Simulator-Scripts Pinewood-Computer-Core-Scripts Pirate-Battlegrounds-Scripts Pirate-Legacy-Scripts Pirate's-Dream-Scripts Pistol-1V1-Scripts Pixel-Incremental-Scripts Pixel-Piece-Scripts Plane-Crash-Physics-2-Scripts Plane-Crazy-Scripts Planet-Crash-Physics-Scripts Planet-Destroyers-Scripts Planet-Oof-Scripts Plates-Of-Fate-Remastered-Scripts Players-RNG-Scripts PLAYPRINTS-World-Scripts Pls-Donate-Scripts PLS-STEAL-Scripts Plus-1-Blocks-Every-Second-Scripts Plus-1-Damage-Every-Second-Scripts Plus-1-Fat-Every-Second-Scripts Plus-1-Jump-Race-Scripts Plus-1-Per-Second-Scripts Plus1-Blocks-Every-Second-Scripts Pogo-Simulator-Scripts Pop-Bubbles-For-UGC-Scripts Pop-It-Trading-Scripts Popcorn-Simulator-Scripts Popping-Simulator-Scripts Power-Punch-Simulator-Scripts Power-Slap-Simulator-Scripts Power-Wash-Tycoon-Scripts Pressure-Wash-Simulator-Scripts Prildas-Track-And-Field-Scripts Prison-Life-Scripts Prison-Race-Clicker-Scripts Pro-Piece-PRO-MAX-Scripts Project-Baki-2-Scripts Project-JoJo-Scripts Project-Lazarus-Scripts Project-Menacing-Scripts Project-Mugetsu-Scripts Project-New-World-Scripts Project-Palaro-Scripts Project-Playtime-Multiplayer-Scripts Project-Slayers-Scripts Project-Smash-Scripts Project-XL-Scripts Project-XXL-Scripts ProTube-Race-Clicker-Scripts Public-Bathroom-Simulator-Scripts Pull-A-Sword-Scripts Punch-A-Brick-Wall-Simulator-Scripts Punch-Anime-Simulator-Scripts Punch-Dragon-Simulator-Scripts Punch-Hole-Simulator-Scripts Punch-Monster-Simulator-Scripts Punch-Simulator--Scripts Punch-Simulator-Scripts Punch-Wall-Simulator-Scripts Puppy-Tycoon-Scripts Push-Dummies-Down-The-Sparta-Hole-Scripts Push-people-of-a-train-Scripts Push-People-Off-a-Train-Scripts Push-Simulator-Scripts Push-Up-Battles-Scripts Push-Up-Simulator-Scripts Push-Up-Training-Simulator-Scripts Race-A-Friend-Scripts Race-Car-Clicker-Scripts Race-Clicker-Scripts Race-Simulator-Scripts Racing-Rocket-Scripts Radiant-Residents-Scripts Ragdoll-Clicker-Scripts Ragdoll-Engine-Scripts Ragdoll-Jump-Scripts Rainbow-Friends-2-Scripts Rainbow-Friends-Scripts Raise-A-Floppa-2-Scripts Raise-A-Monke-Scripts Raise-A-Peter-Scripts Raise-A-Pochita-Scripts Raise-A-Sonic-Scripts Raise-A-Yippee-Scripts Raise-Kenny-Scripts Ramen-Simulator-Scripts Ramp-Jumping-On-Sports-Cars-Scripts Ramp-Jumping-Scripts Randomizer-Scripts Rank-Simulator-Scripts Rank-Simulator-X-Scripts Rarity-Factory-Tycoon-Scripts Rat-Washing-Tycoon-Scripts Rate-My-Avatar-Scripts Rays-Mod-Scripts RB-Battles-Scripts RB-World-4-Scripts Realistic-Gun-Shooter-Scripts REALISTIC-HOOD-Scripts Realistic-Mansion-Tycoon-Scripts Realistic-War-Scripts Realms-Simulator-Scripts Reaper-2-Scripts Reaper-Clicker-Scripts Rebirth-Champions-X-Scripts Red-Light-Green-Light-Scripts RedBox-Scripts Redcliff-City-RP-Scripts Redwood-Prison-Scripts Refinery-Caves-Scripts reroll.gg-Scripts Residence-Massacre-Scripts Resort-Tycoon-Scripts Restaurant-Tycoon-2-Scripts Retail-Tycoon-2-Scripts Rich-Clicker-Simulator-Scripts Ride-a-Box-Down-a-Slide-Scripts Ride-Friend-Race-Scripts Ridgeway Concepts-Scripts Right-2-Fight-Scripts Rise-Of-Nations-Scripts Ro-Fruit-Scripts Ro-Fruits-2-Scripts Ro-Ghoul-Scripts RO-Wizard-Scripts Road-To-Gramby's-Scripts Rob-A-Jewellery-Store-Scripts Robending-Online-Scripts Roblox-But-You-Get-Jump-Scripts Roblox-But-You-Get-Smarter-Scripts Roblox-Cookie-Clicker-Scripts Roblox-Is-Unbreakable-Scripts Roblox-Titanic-Scripts RoBowling-Scripts Robox-Obby-Scripts RoCitizens-Scripts Rock-Fruit-Scripts Rogue-Demon-Scripts Rogue-Nightmare-Scripts Ronald-Scripts RoStreets-Scripts RoTube-Life-Scripts RoVille-Scripts Royal-High-Scripts Royalloween-Scripts Running-From-The-Internet-Scripts Running-Head-Scripts Running-Simulator-Scripts RunStar-Simulator-Scripts Rush-Point-Scripts Saber-Simulator-Scripts Sail-The-World-Simulator-Scripts Saitama-Battleground-Scripts Sakura-Stand-Scripts Samurai-Simulator-Scripts Sandhurts-Military-Academy-Scripts Sans-Multiversal-Battles-Scripts Sans-Simulator-X-Scripts Save-Your-Princess-Scripts School-Simulator-Scripts SCP-3008-Scripts SCP-Roleplay-Scripts SCP-Stranded-Scripts SCP-Warfare-Tycoon-Scripts Sea-Piece-2-Scripts Sea1-Scripts Second-Piece-Scripts Sell-Poop-Tycoon-Scripts send-memes-to-your-enemies-to-destroy-them-tycoon-Scripts Server-Simulator-Scripts SHADOVIS-RPG-Scripts Shadow-Boxing-Battles-Scripts SharkBite-1-Scripts SharkBite-2-Scripts Sheep-Farm-Scripts Sheep-Tycoon-Scripts SHEIN-x-Klarna-Wonderland-Scripts ShimmerVille-Scripts Shindo-Life-Scripts Shinobi-Life-2-Scripts Shipping-Lanes-Scripts Shockwave-Racing-Scripts Shoot-Out-Scripts Shoot-People-Off-A-Map-Simulator-Scripts Shoot-Skibi-Toilet-Simulator-Scripts Shoot-Wall-Simulator-Scripts Shopping-Wars-Scripts Shortest-Answer-Wins-Scripts Shovelwares-Brain-Game-Scripts Shrek-In-The-Backrooms-Scripts Shuriken-Throwing-Simulator-Scripts SimToLife-Scripts Sinking-Ship-Roblox-Britannic-Scripts SIREN-COPS-PRISON-Scripts Siren-Head-Rebirth-Scripts Sisyphus-Simulator-Scripts Site-Roleplay-Scripts Ski-Race-Scripts Skibi-Battle-Simulator-Scripts Skibi-Defense-Scripts Skibi-Fight-Simulator-Scripts Skibi-Toilet-Game-Scripts skibi-toilet-Scripts Skibi-Toilet-War-Scripts Skibi-Toilets-Race-Scripts Skibi-Toilets-Scripts Skibid-Toilet-Siege-Defense-Scripts Skibid-Toilets-VS-Cameramen-Scripts Skibidi-Fight-Simulator-Scripts Skibidi-Toilet-Morphs-Scripts Skibidi-Toilet-Tower-Defense-Scripts Skibidi-Toilet-Tycoon-Scripts Skibidi-Tower-Defense-Scripts Sky-Ball-Scripts SKYDIVE-Off-A-TOWER-Scripts Skydive-Race-Clicker-Scripts SKYWARS-Scripts Slap-Battle-Simulator-Scripts slap-battles-but-bad-Scripts Slap-Battles-Scripts Slasher-Blade-Scripts Slayer-Corps-Simulator-Scripts Slayer-Tycoon-Scripts Slayers-Unleashed-Scripts Slide-Down-A-Hill-Scripts Slide-House-Tumble-Scripts Slime-Mine-Scripts Slime-Tower-Tycoon-Scripts Slime-Tycoon-Scripts Sling-Race-Scripts Sling-Scripts Smash-And-Grab-Scripts Smooth-Slicing-Scripts Smurf-Cat-Race-Scripts Snipers-Scripts Snow-Plow-Simulator-Scripts Snow-Shoveling-Simulator-Scripts Snowball-io-Scripts Snowballer-Scripts Snowboard-Obby-Scripts Soccer-Ball-Scripts Soccer-League-Scripts Soccer-Legends-Scripts Solera-Hotel-And-Resort-Scripts Solo-Challenging-Simulator-Scripts Sols-RNG-Scripts Son-Goku-The-Finale-Scripts Sonic-Speed-Simulator-Scripts Soul-Cultivation-Scripts Soul-Eater-Resonance-Scripts Soul-Land-Blox-Scripts Soul-War-Scripts Southwest-Florida-Beta-Scripts Space-Simulator-Reborn-Scripts Space-Tycoon-Scripts Specter-2-Scripts Speed-City-Scripts speed-demon-boss-fight-Scripts Speed-Race-Clicker-Scripts Speed-Run-12-Scripts Speed-Run-4-Scripts Speed-Run-Race-Scripts Speed-Run-Scripts Speed-Run-Simulator-Scripts Speed-Runner-Scripts Speed-Simulator-Scripts SpeedLands-V2-Scripts Spider-Scripts Spin-For-Free-UGC-Scripts SpongeBob-Simulator-Scripts Spray-Paint-Scripts SPTS-Endless-Scripts SPTS-Origin-Scripts Squat-Simulator-Scripts Squid-Game-Scripts Stack-Ball-Scripts Stair-Tappers-Scripts Stairs-Of-RAGE-Scripts Stand Upright Rebooted-Scripts Stand-Proud-Scripts Stand-Upright-Rebooted-Scripts Stands-Awakening-Scripts Stands-Unleashed-Scripts Star-Rail-Simulator-Scripts Star-Simulator-Scripts Stardust-Reborn-Scripts Starscape-Scripts start-an-emo-band-from-your-garage-tycoon-Scripts Starving-Artist-Scripts Starving-Artists-Scripts State-Of-Anarchy-Scripts Steal-Roblox-Games-Scripts Steel-Titans-Scripts STEEP-STEPS-Scripts Stone-Farm-Simulator-Scripts Stone-Haven-County-Asylum-Scripts Stone-Miner-Simulator-2-Scripts Stop-It-Slender-Scripts Strength-Simulator-Scripts Striker-Odyssey-Scripts Strong-Clickers-Scripts Strong-Fighters-Simulator-Scripts Strong-Katana-Simulator-Scripts Strong-Muscle-Simulator-Scripts Strong-Muscle-Simulator-X-Scripts Strong-Ninja-Simulator-Scripts Strongest-Anime-Squad-Simulator-Scripts Strongest-Punch-Simulator-Scripts Strongman-Simulator-Scripts Strucid-Scripts Stud-Jump-Scripts stupid-idiot-cafe-Scripts Sumo-Simulator-Scripts Sunsilk-Hair-Care-Lab-Tycoon-Scripts Super-Blox-Soccer-Scripts Super-Bomb-Survival-Scripts Super-Bridge-Runners-Scripts Super-Doomspire-Scripts Super-Dunk-Scripts Super-Fun-Obby-500-Stages-Scripts Super-Hero-Race-Clicker-Scripts Super-Hero-Tycoon-Scripts Super-Jump-Race-Scripts Super-Kart-Simulator-Scripts Super-Power-Evolution-Simulator-Scripts Super-Power-Fighting-Scripts Super-Power-Fighting-Simulator-Scripts Super-Power-Grinding-Simulator-Scripts Super-Punch-Simulator-Scripts Super-Slime-Simulator-Scripts Super-Store-Tycoon-Scripts Super-Striker-League-Scripts Superpower-Simulator-Chakra-Scripts Survival-Bruno-The-Encanto-Movie-Killer-Scripts Survive-And-Kill-The-Killer-In-Area-51-Scripts Survive-and-Kill-the-Killers-in-Area-51-Scripts Survive-Area-51-Scripts Survive-The-Killer-Scripts Survive-The-Night-Scripts Survive-The-Slimes-Scripts Sushi-Shop-Simulator-Scripts SWAT-Breaching-Scripts Sweets-obby-Scripts Swim-Race-Simulator-Scripts Swimming-Race-Clicker-Scripts Swing-City-Scripts Sword-Battles-Scripts Sword-Burst-2-Scripts Sword-Factory-X-Scripts Sword-Fighter-2-Scripts Sword-Fighters-Simulator-Scripts Sword-Haven-Scripts Sword-Race-Scripts Sword-Slasher-Scripts Sword-Warriors-Scripts SwordBurst-3-Scripts T-Titans-Battlegrounds-Scripts Tall-Man-Run-Scripts Tank-Race-Scripts Tap-Legends-Scripts Tap-Simulator-X-Scripts Tapping-Legend-X-Scripts Tapping-Legends-X-Scripts Tapping-Masters-Scripts Tapping-Simulator-Scripts Tatakai-Scripts Taxi-Boss-Scripts Taxi-Simulator-2-Scripts Team-Coop-Puzzles-Obby-Scripts Teamwork-Morphs-Scripts Teamwork-Puzzles-2-Scripts Teamwork-Puzzles-Scripts Teddy-Escape-Scripts Texting-Simulator-Scripts Tha-Bronx-2-Scripts Tha-Hood-Scripts The-Asylum-Scripts The-Backrooms-Scripts The-Chosen-One-Scripts The-Clown-Killings-Reborn-Scripts The-Final-Stand-2-Scripts The-Floor-Is-Lava-Scripts The-Glitch-Obby-Scripts The-Grand-Crossing-Border-Roleplay-Scripts The-Heroes-Simulator-Scripts The-Hood-Scripts The-Intruder-Scripts The-Killers-in-Area-51-Scripts The-Maze-Scripts The-Mimic-Scripts The-Never-Ending-Train-Ride-Scripts The-Normal-Elevator-Scripts The-Obby-Elevator-Scripts The-Rake-REMASTERED-Scripts The-Simpsons-Tower-Defense-Scripts The-Spinner-Scripts The-Strongest-Battlegrounds-Scripts The-Survival-Game-Scripts The-Town-Scripts The-Ultimate-Upgrade-Tree-Scripts The-Wild-West-Scripts THIEF-LIFE-Simulator-Scripts Thief-Simulator-Scripts Thirsty-Vampire-Scripts Those-Who-Remain-Scripts Tien-Tien-Piece-Scripts Timber-Champions-Scripts TIMMEH-Scripts Titan-Warfare-Scripts TLK-Prison-Scripts To-Become-Rich-And-Famous-Scripts Toe-Wrestle-Simulator-Scripts Toilet-Attack-Scripts Toilet-Battle-Simulator-Scripts Toilet-Tower-Defense-Scripts Toilet-Tower-Survival-Scripts Toilets-Universe-Extended-Scripts Tokyo-Saga-Scripts Tornado-Simulator-Scripts Total-Roblox-Drama-Scripts Touch-Football-Scripts Tower-Defense-Simulator-Scripts Tower-Defense-X-Scripts Tower-Heroes-Scripts Tower-Merge-Simulator-Scripts Tower-of-Easy-Scripts Tower-Of-Flood-Escape-2-Scripts Tower-Of-Hell-Scripts Tower-of-Jump-Scripts Tower-Of-Misery-Scripts Tower-Simulator-Scripts town-Scripts Toy-Simulator-Scripts Toy-SoldierZ-Scripts TPS-Street-Soccer-Scripts TPS-Ultimate-Soccer-Scripts Trade-Hangout-Scripts Trade-Tower-Scripts Trampoline-Towers-Scripts Transfur-Outbreak-Scripts Treasure-Hunt-Islands-Scripts Treasure-Quest-Scripts Treasure-Simulator-Scripts Trench-War-2-Scripts Trench-War-Scripts Trenches-Scripts Trick-Shot-Simulator-Scripts Trident-Survival-Scripts Trident-Survival-V2-Scripts Troll-Cart-Ride-Scripts Troll-Obby-Scripts Trollge-Conventions-Scripts Trollge-Incident-Fights-Reborn-Scripts Troop-Army-Simulator-Scripts Tropical-Resort-Tycoon-Scripts Truck-Factory-Tycoon-Scripts Try-To-Die-Dco-Scripts Try-To-Die-Scripts Try-to-oof-3-Scripts Tsunami-Game-Scripts Tug-Of-War-Simulator-Scripts Turkiye-Obby-Scripts Twice-Square-Scripts Twilight-Daycare-Scripts Type-Or-Die-Scripts Type-Race-Scripts UFO-Tycoon-Scripts UGC-Dont-Move-Scripts Ultimate-Attack-on-Titan-Scripts Ultimate-Easy-Obby-Scripts Ultimate-Factory-Tycoon-Scripts Ultimate-Random-Night-Scripts Ultimate-Tower-Defense-Scripts Ultimate-War-of-Toilet-Scripts Ultra-Clicker-Simulator-Scripts Ultra-Easy-Obby-Scripts Ultra-Power-Tycoon-Scripts Unboxing-Simulator-Scripts Undertale-Crazy-Multiverse-Scripts Undertale-Wave-Rush-Scripts Underworld-Realm-Scripts Unicorn-Tycoon-Scripts Unicycle-Down-A-Hill-Scripts Unit-Classified-Scripts Universal-Scripts UnOfficial-Uno-Scripts Untitled-Attack-On-Titan-Scripts untitled-boxing-game-Scripts Untitled-Hood-Scripts Unwavering-Soul-Scripts Updraft-Towers-Scripts Vampire Fighters-Scripts Vampire-Hunters-3-Scripts VBet-Scripts Vehicle-Legends-Scripts Vehicle-Simulator-Scripts Vehicle-Tycoon-Scripts Verdant-Moon-Scripts Victory-Race-Scripts Viet-Pirates-X-Scripts Volleyball-Scripts Voxlblade-Scripts Wacky-Wizards-Scripts Walk-50000-Studs-for-Nothing-Scripts Wall-Punch-Simulator-Scripts Wall-Punching-Simulator-Scripts Wall-Smash-Simulator-Scripts Walmart-Land-Script Walmart-Land-Scripts War-Age-Tycoon-Scripts War-Machines-Scripts War-Tycoon-Scripts Warrior-Army-Simulator-2-Scripts Warrior-Champions-Scripts Warriors-Army-Simulator-2-Scripts Wasteland-Tycoon-Scripts Weak-Legacy-Scripts Weapon-Crafting-Simulator-Scripts Weapon-Fighting-Scripts Weapon-Fighting-Simulator-Scripts Weapon-Forge-Simulator-Scripts Weapon-Simulator-2-Scripts Weaponry-Scripts West-Elm-Home-Design-Scripts Westbound-Scripts Wheat-Farming-Simulator-Scripts Where's-The-Baby-Scripts White-Room-Scripts Wild-Horse-Islands-Scripts Winds-Of-Fortune-Scripts Wings-Of-Glory-Scripts Wisteria-2-[ALPHA]-Scripts Wisteria-2-Scripts Wizard-Tycoon-2-Player-Scripts Wolves-Life-3-Scripts Wonder-Woman-Scripts Word-Bomb-Scripts Word-Bridge-Scripts Word-Of-Stands-Scripts Work-At-A-Hotel-&-Resort-Scripts Work-At-A-Pizza-Place-Scripts Work-At-A-Pizza-Scripts World-Of-Aincrad-Scripts World-Of-Sorcery-Scripts World-Of-Stands-Scripts World-Of-Trollge-Scripts World-Zero-Scripts Worlds-Hardest-Game-Scripts Wormface-Scripts Write-A-Letter-Scripts X4-Millionaire-Empire-Tycoon-Scripts Yeet-A-Friend-Scripts Yeet-A-Pet-Scripts Yeet-a-Plane-Simulator-Scripts Yo-Yo-Simulator-Scripts You-Get-1-Damage-Scripts You-Get-1-Jump-Power-Scripts Your-Bizarre-Adventure-Scripts Your-Local-Mechanic-Scripts Youtube-Simulator-X-Scripts YouTube-Simulator-Z-Scripts YouTube-Tycoon-Scripts YoYo-Simulator-Scripts ZO-SAMURAI-Scripts Zombie-Arena-Scripts Zombie-Army-Simulator-Scripts Zombie-Attack-Scripts Zombie-Battle-Tycoon-Scripts Zombie-Game-Scripts Zombie-Lab-Scripts Zombie-Merge-Tycoon-Scripts Zombie-Rush-Scripts Zombie-Survivors-Scripts Zombie-Uprising-Scripts Zombie-VS-Friends-Simulator-Scripts