Jump to content

IceShiva

Member
  • Posts

    134
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by IceShiva

  1. M2 Download Center

    This is the hidden content, please
    ( Internal )

    Scan:

    https://www.virustotal.com/pl/file/12876fb4eee42d3d3c37edb645ce5f947aeb11d1fcc9f6c84ff8cbbf797dfade/analysis/1420425107/

    Download:

    https://mega.nz/#!MsczmaIY!gttwlMqXTvupfjQBBuOa3IIGG9e6pVUmu-gcVUqD46U

    May this will help for someone understand (why is useless) how hackshield works and how to run it in metin2.

    • Metin2 Dev 26
    • Eyes 1
    • Confused 1
    • Scream 1
    • Good 12
    • Love 27
  2. M2 Download Center

    This is the hidden content, please
    ( Internal )

    Scan:

    https://www.virustotal.com/pl/file/8e0a106f1ad93fb808956f4be882e2cda99c898901f820194931e7dbae70bcaa/analysis/1420425032/

    Pass:

    YpalS@BOERSE

    Download:

    https://mega.nz/#!ulIx1QzQ!gO2uY644QF0vjii2FZpuQEBs8kt-bRqgAZFdd55EmII
    
    • Metin2 Dev 7
    • Good 1
    • Love 1
    • Love 7
  3. in desc_client.cpp

    from

    				if (!g_bAuthServer)
    				{
    					static bool bSentBoot = false;
    
    					if (!bSentBoot)
    					{
    						bSentBoot = true;
    						TPacketGDBoot p;
    						p.dwItemIDRange[0] = 0;
    						p.dwItemIDRange[1] = 0;
    						memcpy(p.szIP, g_szPublicIP, 16);
    						DBPacket(HEADER_GD_BOOT, 0, &p, sizeof(p));
    					}
    				}
    
    				TEMP_BUFFER buf;
    
    				TPacketGDSetup p;
    
    				memset(&p, 0, sizeof(p));
    				strlcpy(p.szPublicIP, g_szPublicIP, sizeof(p.szPublicIP));

    to

    				if (!g_bAuthServer)
    				{
    					static bool bSentBoot = false;
    
    					if (!bSentBoot)
    					{
    						bSentBoot = true;
    						TPacketGDBoot p;
    						p.dwItemIDRange[0] = 0;
    						p.dwItemIDRange[1] = 0;
    						memcpy(p.szIP, "you external ip here", 16);
    						DBPacket(HEADER_GD_BOOT, 0, &p, sizeof(p));
    					}
    				}
    
    				TEMP_BUFFER buf;
    
    				TPacketGDSetup p;
    
    				memset(&p, 0, sizeof(p));
    				strlcpy(p.szPublicIP, "you external ip here", sizeof(p.szPublicIP));
    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.