Create README

This commit is contained in:
Pedro Loures 2023-04-08 15:03:10 -03:00 committed by GitHub
parent ea4689c791
commit d7f48383b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

42
README.md Normal file
View file

@ -0,0 +1,42 @@
# XPKeygen
Windows XP Keygen (Based on TheMCHK/WindowsXPKg with proper instructions)
---
## 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!