shim is a copy of shell shockers that proxies all requests and allows for userscript injection. it works on any device, even chromebooks with locked-down extensions and devtools disabled.
shim functions as a copy of normal shell shockers, but when you visit the /inject page, you can inject userscripts that will run on the main game page. shim supports all tampermonkey userscripts to the best of its ability.
shim succeeds crackedshell with the notable design difference being silence - shim silently injects all scripts and does not disclose that scripts are injected via the URL. the only way to know that a website is shim and not normal shell is the presence of the /inject page. it also allows for scripts to be fetched from any URL, which is a nice perk following unsavory takedowns.
- install bun (node also supported)
- clone this repo
- run
bun install - run
bun . - play at http://localhost:6602