• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Development] MHP AntiHack MU Full Source

Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
This is the original source (only rename) with full library, ready for development!

Download Source + Binary:

PassUnpacking: vndev.games


Dll_Client Get additional connection information to avoid bypass by replacing the DLL
CODE FOR MAIN SS6, the other MAIN change offset or delete the following code to avoid cash main!

HackClient.cpp
Code:
    // Connect Set for Main SS6
    /*
    SetByteX((PVOID)0x00E61F68,(gProtect.m_MainInfo.ClientVersion[0]+1)); // Version
    SetByteX((PVOID)0x00E61F69,(gProtect.m_MainInfo.ClientVersion[2]+2)); // Version
    SetByteX((PVOID)0x00E61F6A,(gProtect.m_MainInfo.ClientVersion[3]+3)); // Version
    SetByteX((PVOID)0x00E61F6B,(gProtect.m_MainInfo.ClientVersion[5]+4)); // Version
    SetByteX((PVOID)0x00E61F6C,(gProtect.m_MainInfo.ClientVersion[6]+5)); // Version
    SetWordX((PVOID)0x00E609E4,(gProtect.m_MainInfo.IpAddressPort)); // // Connect Port
    MemoryCpy(0x00E61F70,gProtect.m_MainInfo.ClientSerial,sizeof(gProtect.m_MainInfo.ClientSerial)); // ClientSerial
    MemoryCpy(0x00E611B2,gProtect.m_MainInfo.IpAddress,sizeof(gProtect.m_MainInfo.IpAddress)); // IpAddress
    */
 
Last edited by a moderator:
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Awesome!!!. Keep up the good work!!!
 
Joined
Oct 18, 2010
Messages
558
Reaction score
45
This is the original source (only rename) with full library, ready for development!

Download Source + Binary:

PassUnpacking: vndev.games


Dll_Client Get additional connection information to avoid bypass by replacing the DLL
CODE FOR MAIN SS6, the other MAIN change offset or delete the following code to avoid cash main!

HackClient.cpp
Code:
    // Connect Set for Main SS6
    /*
    SetByteX((PVOID)0x00E61F68,(gProtect.m_MainInfo.ClientVersion[0]+1)); // Version
    SetByteX((PVOID)0x00E61F69,(gProtect.m_MainInfo.ClientVersion[2]+2)); // Version
    SetByteX((PVOID)0x00E61F6A,(gProtect.m_MainInfo.ClientVersion[3]+3)); // Version
    SetByteX((PVOID)0x00E61F6B,(gProtect.m_MainInfo.ClientVersion[5]+4)); // Version
    SetByteX((PVOID)0x00E61F6C,(gProtect.m_MainInfo.ClientVersion[6]+5)); // Version
    SetWordX((PVOID)0x00E609E4,(gProtect.m_MainInfo.IpAddressPort)); // // Connect Port
    MemoryCpy(0x00E61F70,gProtect.m_MainInfo.ClientSerial,sizeof(gProtect.m_MainInfo.ClientSerial)); // ClientSerial
    MemoryCpy(0x00E611B2,gProtect.m_MainInfo.IpAddress,sizeof(gProtect.m_MainInfo.IpAddress)); // IpAddress
    */

hmmmm hopefully will work on other games. thanks :)
 
Joined
Apr 22, 2013
Messages
710
Reaction score
49
This is the original source (only rename) with full library, ready for development!

Download Source + Binary:

PassUnpacking: vndev.games


Dll_Client Get additional connection information to avoid bypass by replacing the DLL
CODE FOR MAIN SS6, the other MAIN change offset or delete the following code to avoid cash main!

HackClient.cpp
Code:
    // Connect Set for Main SS6
    /*
    SetByteX((PVOID)0x00E61F68,(gProtect.m_MainInfo.ClientVersion[0]+1)); // Version
    SetByteX((PVOID)0x00E61F69,(gProtect.m_MainInfo.ClientVersion[2]+2)); // Version
    SetByteX((PVOID)0x00E61F6A,(gProtect.m_MainInfo.ClientVersion[3]+3)); // Version
    SetByteX((PVOID)0x00E61F6B,(gProtect.m_MainInfo.ClientVersion[5]+4)); // Version
    SetByteX((PVOID)0x00E61F6C,(gProtect.m_MainInfo.ClientVersion[6]+5)); // Version
    SetWordX((PVOID)0x00E609E4,(gProtect.m_MainInfo.IpAddressPort)); // // Connect Port
    MemoryCpy(0x00E61F70,gProtect.m_MainInfo.ClientSerial,sizeof(gProtect.m_MainInfo.ClientSerial)); // ClientSerial
    MemoryCpy(0x00E611B2,gProtect.m_MainInfo.IpAddress,sizeof(gProtect.m_MainInfo.IpAddress)); // IpAddress
    */

Is this compatible with any Season 6 files (1.04d)?
 
Banned
Banned
Joined
Apr 16, 2011
Messages
274
Reaction score
14
Can i use with another game ?.please show me how to fix packet
 
Back
Top