A tool to allow for viewing of arbitrary Super Auto Pets replays
- Install python 3
- Install mitmproxy
- Install mitmproxy's root certificate on your computer -
⚠️ You must keep the private key for this certificate safe! Anyone who gets a hold of it will gain the ability to intercept all of your traffic on the web. I would recommend uninstalling the certificate when you are not using mitmproxy.
- Open Super Auto Pets in your browser, start a game, and get to the point where you can watch a replay (the swords in the top right).
- Edit
team_1
andteam_2
inmake-team.py
to your desired teams - Run
python3 make-team.py
- Start the proxy with
./start-proxy.sh
(Windows users can runstart-proxy.ps1
) - Configure your browser to use the proxy
- Chrome: chrome://settings/?search=proxy
- Firefox
- Press the replay button in-game. It should play out the replay.
- Update
make-team.py
and run it again - everything should update automatically (no need to restart the proxy).