// shell
console.log(`\x1b[31m
████████╗███████╗██████╗ ███╗ ███╗ ██╗███╗ ██╗ █████╗ ██╗
╚══██╔══╝██╔════╝██╔══██╗████╗ ████║██╔╝████╗ ██║██╔══██╗██║
██║ █████╗ ██████╔╝██╔████╔██║██║ ██╔██╗ ██║███████║██║
██║ ██╔══╝ ██╔══██╗██║╚██╔╝██║██║ ██║╚██╗██║██╔══██║██║
██║ ███████╗██║ ██║██║ ╚═╝ ██║╚██╗██║ ╚████║██║ ██║███████╗
╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚══════╝
\x1b[0m`);
const AboutMe = {
name: "CoderZ90",
alias: ["reverse engineer", "sky watcher", "code minimalist"],
languages: [
"JavaScript",
"TypeScript",
"Python",
"Rust",
"HTML",
"CSS",
"Shell",
"Nodejs"
],
skills: [
"Game hacking",
"Reverse engineering",
"Network sniffing",
"Browser extensions",
"Low-level debugging",
"Full Stack Developer"
],
tools: [
"VSCode",
"Chrome DevTools",
"Wireshark",
"Fiddler",
"Netcat",
"MinHook",
"Frida",
"Ghidra"
],
currentFocus: [
"MediaPipe + AI vision",
"DirectX hook in Rust",
"A Game Client in Electron - Fun project"
],
operatingSystem: ["Kali Linux", "Windows", "macOS"],
lifePhilosophy: () =>
"write.clean(); break.rules(); admire.sunsets();"
};
console.log("Always debugging. Rarely sleeping. Problems Everywhere.");
This README supports GitHub's light/dark mode. Try switching your GitHub theme — the snake and icons adapt accordingly.
"Be the signal in the noise. Be the breakpoint in the loop."
— CoderZ90