https://github.com/bluzzi/supaclicker-hack
A script for obtaining any SupaClicker statistics.
https://github.com/bluzzi/supaclicker-hack
Last synced: 10 months ago
JSON representation
A script for obtaining any SupaClicker statistics.
- Host: GitHub
- URL: https://github.com/bluzzi/supaclicker-hack
- Owner: Bluzzi
- Created: 2025-07-22T22:18:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T22:34:41.000Z (11 months ago)
- Last Synced: 2025-07-23T00:18:48.107Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SupaClicker Hack
A script to obtain the desired statistics on the [SupaClicker](https://github.com/Steellgold/supa-clicker) game.
To use the script, you need to connect to the game's website and retrieve the list of your cookies in the headers of a Network request to set the `COOKIES` variable in an `.env` at the project root.
`.env` example:
```php
COOKIES="sb-ludyyxcyrqfzlwhexilp-auth-token-code-verifier=...; sb-ludyyxcyrqfzlwhexilp-auth-token=..."
```
Then, you can execute this command to get all the stats maxed: `pnpm run exec`.