mirror of
https://github.com/RaySollium99/XPKeygen.git
synced 2025-09-03 22:07:45 -04:00
45 lines
1.4 KiB
Markdown
45 lines
1.4 KiB
Markdown
# XPKeygen
|
|
Windows XP Keygen (Based on TheMCHK/WindowsXPKg with proper instructions)
|
|
|
|
### YOU CAN DOWNLOAD PRE-BUILT BINARIES [HERE](https://github.com/iPedroLB/XPKeygen/releases/download/v1.0/XPKeygen.zip)
|
|
|
|
#### NOTE: autoxp.c and auto2003.c are small programs that generate 1000 keys and saves them, but they do also generate 1000 TXT's, so be careful
|
|
|
|
---
|
|
## INSTALLING DEPENDENCIES
|
|
First, install MinGW from [here](https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/)
|
|
After that, install the mingw32-base-bin and mingw32-gcc-g++-bin base packages.
|
|
Then, add C:\MinGW\bin to PATH
|
|
|
|
After that, copy the OpenSSL includes and libraries from [this zip file](https://master.dl.sourceforge.net/project/gnuwin32/openssl/0.9.8h/openssl-0.9.8h-lib.zip?viasf=1) to C:\MinGW
|
|
|
|
## COMPILING
|
|
|
|
After that, clone this repo (Or Download ZIP and extract if you don't know shit about Git)
|
|
|
|
Then, just run the ``build-all.bat`` file on CMD and wait for the files
|
|
|
|
And Finally, Run the ``windowsxp.exe`` File with CMD
|
|
|
|
```
|
|
windowsxp.exe
|
|
```
|
|
|
|
The output should look like this:
|
|
|
|
```
|
|
PID: 4c4b4000
|
|
Hash: 00238742
|
|
Sig: 00896bbe 472e803b
|
|
Product Key: Y2H28-4K7FP-2GM2F-HK6KG-MFVMB
|
|
|
|
00044b5d f2397401 d811c3a1 4c4b4000
|
|
Product ID: 55274-640-0000000-23xxx
|
|
PID: 4c4b4000
|
|
Hash: 00238742
|
|
Sig: 00896bbe 472e803b
|
|
Calculated hash: 00238742
|
|
Key valid
|
|
```
|
|
|
|
If it says "Key valid", then congratulations, you have just generated a valid Windows XP Key!
|