Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 701 Bytes

File metadata and controls

7 lines (5 loc) · 701 Bytes

THIS PROJECT IS UNMAINTAINED AND IS HERE FOR ARCHIVAL PURPOSES.

WHEN BUILT, THE DLL WORKS AS IS FOR THE CABALMAIN THAT IS USED BY MOST PRIVATE SERVERS, BUT NO FURTHER IMPROVEMENTS WILL BE MADE.

PULL REQUESTS WILL NOT BE ACCEPTED.

To use this DLL, build in Release mode, then load the DLL (crash_reporter.bin) inside your cabalmain (via either LoadLibrary or another DLL) and call the blue function.

NOTE: blue must be called before any anticheat loads (MShield, XTrap, etc.) and before cabalmain attempts to load any ECH files. Therefore, it is a good idea to make this DLL the very first thing that gets loaded by jumping straight from cabalmain's OEP to your LoadLibrary call.