Skip to content

SavageCore/pd3-vault-cracker

Folders and files

NameName
Last commit message
Last commit date
Oct 13, 2024
Feb 27, 2024
Oct 13, 2024
Sep 24, 2023
Oct 12, 2024
Oct 13, 2024
Sep 24, 2023
Sep 23, 2023
Sep 24, 2023
Mar 19, 2024
Sep 23, 2023
Dec 1, 2023
Sep 23, 2023
Oct 13, 2024
Oct 8, 2024
Oct 9, 2023
Oct 14, 2024
Nov 18, 2024
Sep 24, 2023
Sep 24, 2023
Sep 23, 2023
Sep 24, 2023
Sep 23, 2023
Sep 24, 2023
Sep 23, 2023
Sep 23, 2023

Repository files navigation

GitHub Workflow Status (with event) Codecov GitHub

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 to view it.

Inspired by this Reddit post.

There is also a UE4SS mod in the ue4ss_mod folder 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