Skip to content

A packet sender for the MMORPG NosTale that reads packets from a pipe and sends them to the game server using the game client's send function.

License

Notifications You must be signed in to change notification settings

Gilgames000/nostale-packet-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nostale-packet-sender

A packet sender for the MMORPG NosTale that reads packets from a pipe and sends them to the game server using the game client's send function. You can find a minimal example of a pipe server here.

How to use

  1. Build the dll
  2. Launch NosTale game client
  3. Inject into NostaleClientX.exe using your preferred dll injector
  4. Open your custom named pipe server and write to the pipe \\.\pipe\nt_snd_42

How to build

  1. Make sure you have Visual Studio 2019 or Build Tools installed with the C++ Workload
  2. Clone or download the repository
  3. Open the Developer Command Prompt for VS 2019 (x86) and navigate to the project's root directory
  4. Run nmake build to build the project, nmake build DEBUG=yes if you want to enable the debug console, or nmake build DEBUG=yes LOG=yes if you also want to log the packets
  5. You can find the dll in the build folder

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgements

About

A packet sender for the MMORPG NosTale that reads packets from a pipe and sends them to the game server using the game client's send function.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages