Zeus - Ragnarök Packet Logger/Parser/Recorder
- Visual Studio 2019 (C++ support)
- This is forked of Zeus
- Original code by @alisonrag and @guitared
You can configure the dll in config.h
Connection_use_WS2 <true|false>
Use Winsock lib instead of Ragnarok CRagConnection Functions
DEBUG <true|false>
Enable / Disable Packet Dumper
CRagConnection_instanceR_address 0xFFFFFFFF
CRagConnection_instanceR Hexadecimal Adresss
CRagConnection_SendPacket_address 0xFFFFFFFF
CRagConnection_SendPacket Hexadecimal Adresss
CRagConnection_RecvPacket_address 0xFFFFFFFF
CRagConnection_RecvPacket Hexadecimal Adresss
- Use BPE (
info.py
): https://gitlab.com/4144/bpe/ - Get it from output folder
PacketDB is based in recvpackets.txt
- Open
Zeus.sln
with Visual Studio 2019 - Set Compilation to
Release
andx86
- Menu
Compilation
>Compilate Solution
or[Ctrl] + [Shift] + [B]
- Asi will be created at
release
folder
- Copy the Zeus.asi to Ragnarök Folder
- Start Ragnarok
Or use some DLL Injector (recommended): https://guidedhacking.com/resources/guided-hacking-dll-injector.4/