https://github.com/savagecore/pd3-vault-cracker
Generates vault code possibilities from fingerprints
https://github.com/savagecore/pd3-vault-cracker
Last synced: 4 months ago
JSON representation
Generates vault code possibilities from fingerprints
- Host: GitHub
- URL: https://github.com/savagecore/pd3-vault-cracker
- Owner: SavageCore
- License: gpl-3.0
- Created: 2023-09-19T23:06:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T23:56:04.000Z (10 months ago)
- Last Synced: 2026-02-08T10:47:18.147Z (4 months ago)
- Language: Svelte
- Homepage: https://savagecore.github.io/pd3-vault-cracker/
- Size: 2.47 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
  
# PD3 Vault Cracker
A website to help you crack the vault in Payday 3. Enter the 2-4 digits highlighted on the in-game keypad and it will tell you the possible combinations. Go get those no mask runs!
Click [here](https://savagecore.github.io/pd3-vault-cracker/) to view it.
Inspired by [this](https://www.reddit.com/r/paydaytheheist/comments/15jvvpq/payday_3_beta_vault_code_generator_from/) Reddit post.
There is also a [UE4SS](https://modworkshop.net/mod/47771) mod in the `ue4ss_mod` [folder](https://github.com/SavageCore/pd3-vault-cracker/tree/main/ue4ss_mod) of this repo, it prints the door/vault code to the console.
## Development
1. Clone the repo
2. Run `pnpm install`
3. Run `pnpm dev` to start the development server
4. Visit `http://localhost:5173/pd3-vault-cracker/` in your browser. The port may be different if you have other things running on your machine, so check the output of the `pnpm dev` command.
## Publishing
1. Push a tag to the repo