| Character | Fakes |
|---|---|
| a | а |
| b | 𝖻 |
| c | с |
yup, this holds the JS for the shell shockers admin panel.
have fun!
tools for reverse engineering things that involve large trees that piss me off
find by key
function findByKey(object, key, seen = new Set(), path = '') {
if (seen.has(object)) return undefined;
seen.add(object);