Projects

BombSquad Server Project

I modded a BombSquad game server using Python layers. I optimized player events, reduced lag, added real-time logging, matchmaking enhancements, mini-games, and integrated Discord communication using a Python backend.

The server handles 35k+ players (both online + offline) of SQL-based player data records while keeping latency extremely low, with custom caching logic and optimized scene behaviors.

WaveBot — discord.py Bot

WaveBot is a Discord moderation + utility bot I created to manage a community server.

Features include role management, anti-spam, logging, fun commands, media utilities, cooldown systems, global settings, and fast execution using optimized discord.py cogs.

It keeps the server safe, active, and fully automated.