This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- トイレットハブ 1v — 日本語UI / MAX性能 / 全員検出 / ホワイトリスト厳格 / アンチラグ / リスポーン安全 / 選択枠オフ | |
-- アンチチート回避付き | |
-- ========= 起動表示 ========= | |
local function BOOT_ERR(m) | |
local P=game:GetService("Players"); local G=Instance.new("ScreenGui") | |
G.Name="toilet_boot"; G.IgnoreGuiInset=true; G.DisplayOrder=9999; G.ResetOnSpawn=false | |
pcall(function() G.Parent=P.LocalPlayer:WaitForChild("PlayerGui") end) | |
if not G.Parent then pcall(function() G.Parent=game:GetService("CoreGui") end) end | |
local L=Instance.new("TextLabel"); L.BackgroundTransparency=1; L.TextXAlignment=Enum.TextXAlignment.Left |