Skip to content

Instantly share code, notes, and snippets.

View BriellaBugs's full-sized avatar
💭
uhhhhhhh

Briella Bugs BriellaBugs

💭
uhhhhhhh
View GitHub Profile
@BriellaBugs
BriellaBugs / itagID.lua
Last active March 6, 2026 17:58
Lua iTAG Script
local ansi = {
reset = "\27[0;0m" ,
black = "\27[0;30m",
red = "\27[0;31m",
green = "\27[0;32m",
yellow = "\27[0;33m",
blue = "\27[0;34m",
purple = "\27[0;35m",
cyan = "\27[0;36m",
white = "\27[0;37m",