Skip to content

Instantly share code, notes, and snippets.

View cocotanbb's full-sized avatar

cocotanbb

  • Joined Sep 15, 2025
View GitHub Profile
@cocotanbb
cocotanbb / Auto Aim bycocotan
Last active September 28, 2025 01:24
-- トイレットハブ 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