Skip to content

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

Notifications You must be signed in to change notification settings

thiago-marquezini/gameguard-auth-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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);
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages