Skip to content

BenjiTrapp/Sryxen-Paid-Source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Farewell & Final Notes

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.


Telegram:


🛠️ How to Build This Project

If you want to set up and run this project yourself, follow these steps:

1️⃣ Install Dependencies

Make sure to install the required libraries using vcpkg:

.\vcpkg install libsodium:x64-windows-static
.\vcpkg install sqlite3:x64-windows-static

2️⃣ Configure Your Compiler

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

example of mine

  • 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 image

3️⃣ Replace Inputs with Your Own

  • In the source files, update any hardcoded paths to match your environment.

💀 Final Words

@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. 🚀

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

It was a great run, but everything must come to an end. Please don’t contact me. Before I go, here’s a final gift :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors