This marks the end of my journey. Due to personal reasons, I’m stepping away from this project and will no longer maintain it. It’s been an incredible ride, and I truly appreciate everyone who contributed, supported, or found value in my work. But as with all things, there comes a time to move on.
If you're interested in purchasing this project or even something better—with wallet injections, no backdoors, or hidden surprises—you should reach out to NyxEnigma.
He's an awesome developer and the right person to continue this work. Don't miss out on the chance to work with someone truly skilled!
If you want to set up and run this project yourself, follow these steps:
Make sure to install the required libraries using vcpkg
:
.\vcpkg install libsodium:x64-windows-static
.\vcpkg install sqlite3:x64-windows-static
You'll need to link the include directories and libraries in your C++ project:
- Include Directories:
vcpkg\installed\x64-windows-static\include
- Library Directories:
vcpkg\installed\x64-windows-static\lib
- Library Dir :
C:\vcpkg\installed\x64-windows-static\lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)
- Include Dir :
C:\vcpkg\installed\x64-windows-static\include;$(VC_IncludePath);$(WindowsSDK_IncludePath)
- And Linker (Additional Dependecies) :
Kernel32.lib;Advapi32.lib;C:\vcpkg\installed\x64-windows-static\lib\sqlite3.lib;C:\vcpkg\installed\x64-windows-static\lib\libsodium.lib
- Also Remove generating debug info if youre not skid you know what to do, this was just for skids
- i advise to link mfc statically to get rid of !cl flag
- btw make your own pem private + public + theres one for yall but ye
- In the source files, update any hardcoded paths to match your environment.
@codepulze is deleted, and this account will be gone soon.
Thank you all for the journey. Whether you fork, modify, or build upon this, I hope it serves you well.
Take care, and goodbye. 🚀