SoftON Hack Source Code. Source of whole project (Cheat, Loader, Backend)

inspectortrapget

Member
Member
Member
Member
Status
Offline
Joined
Mar 25, 2020
Messages
265
Reaction score
60
SoftON Hack was a private Counter-Strike Nexon: Studio cheat.
Original project founder and developer just leaked his source code today so it available for everyone!
Cheat itself currently up-to-date and undetected!


Снимок экрана 2021-03-14 в 13.53.42.png

Here you can find:
1. Compiled cheat DLL
2. Cheat source code (It has
3. SoftON loader
4. SoftON server
12L5Zei.png

BMmRgR8.png

Using local server

1. Build the solution using MSVS19 or higher (C++17 Standard is required)
2. Create data-files for loader and dll using file-packer.exe from client/bin/ (files names are "Loader" and "SoftON" respectively)
3. Place created data-files to server/
4. Place dll.dll from client/bin/ to server/
5. Run server.py from server/
6. Run the game
7. Run the loader.exe from client/bin/
8. Press "Inject" once, so look at server console. There is message about requesting for a cheat
9. Add youself to the database using "add" command
10. Press "Inject" again


Using VPS

1. Change IP and PORT constants inside main.cpp of loader project, and main.cpp of dll project, to IP and port of your VPS
2. Build the solution using MSVS19 or higher (C++17 Standard is required)
3. Change IP and PORT constants inside server.py from server/ to IP and port of your VPS
4. Place everything from server/ to your VPS
5. Create data-files for loader and dll using file-packer.exe from client/bin/ (files names are "Loader" and "SoftON" respectively)
6. Place created data-files to your VPS
7. Place dll.dll from client/bin/ to your VPS
8. Run server.py from your VPS
9. Run the game
10. Run the loader.exe from client/bin/
11. Press "Inject" once, so look at server console. There is message about requesting for a cheat
12. Add youself to the database using "add" command
13. Press "Inject" again


Without any server

1. Comment AuthServer function invoke inside main.cpp of dll project
2. Build the solution using MSVS19 or higher (C++17 Standard is required)
3. Create data-file for the dll using file-packer.exe from client/bin/ (file's name is "SoftON")
4. Place created data-file to .../AppData/Roaming/SoftON (make the "SoftON" folder if it doesn't exists)
5. Run the game
6. Run any injector you would like to use, and inject dll.dll from client/bin/

Using compiled DLL
1. Unzip the DLL using any unarchiver
2. Create a path like this: .../AppData/Roaming/SoftON
3. Place SoftON.dat here
4. Run the game
5. Inject the DLL using any undetected injector



 

Attachments

  • SoftON.zip
    3.6 MB · Views: 179

meylin

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
May 8, 2021
Messages
1
Reaction score
0
I cant find softon.dat in the zip folder. Please help

I am using step Using compiled DLL

Using compiled DLL
1. Unzip the DLL using any unarchiver :
I unzip the softon folder but dont understand the DLL here?
2. Create a path like this: .../AppData/Roaming/SoftON
Done

3. Place SoftON.dat here
Cant find SoftON.dat
4. Run the game
5. Inject the DLL using any undetected injector
 
Top