Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 576 Bytes

README.md

File metadata and controls

41 lines (35 loc) · 576 Bytes

gameguard-auth-bypass

[GunBoundS2] Bypass GameGuard Client Authentication (recv 0x1015 send 0x1016).

Packets Indexes

#define PACKET_RECV 1015
#define PACKET_SEND 1016

Functions Addresses

#define ADDR_V465 0x00418C40
#define ADDR_V672 0x004189C0
#define ADDR_V923 0x00000000 /* not public */

Usage:

Version 4.65

void main()
{
    BypassGGAuth(PACKET_SEND, ADDR_V465);
}

Version 7.62

void main()
{
    BypassGGAuth(PACKET_SEND, ADDR_V672);
}

Version 9.23

void main()
{
    BypassGGAuth(PACKET_SEND, ADDR_V923);
}