Jump to content

Recommended Posts

  • Replies 11
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Active+ Member

Hey I'm looking for these exploits too... I know 2 of them for now the Sql Injection and P2P... I know fixes for the both of them but you may already have them fixed they are very popular exploits. If you haven't fix them, reply here and I will share the fixes :)

Link to comment
https://metin2.dev/topic/11885-exploits/#findComment-69158
Share on other sites

18 minutes ago, Mind Rapist said:

Hey I'm looking for these exploits too... I know 2 of them for now the Sql Injection and P2P... I know fixes for the both of them but you may already have them fixed they are very popular exploits. If you haven't fix them, reply here and I will share the fixes :)

Have some exploit.

Link to comment
https://metin2.dev/topic/11885-exploits/#findComment-69160
Share on other sites

Yes.

This shared in epvp:

input_main.cpp

Search this function:

LPCHARACTER newmember = CHARACTER_MANAGER::instance().Find(vid);

 

search this:

if (!ch->IsPC())
    return SubPacketLen;

 

replace with this:

if (!newmember->IsPC())
    return SubPacketLen;


Have sql inject: -EDIT-

By: MartPwnS


And last fix p2p

Edited by Shisui
Link removed - Read Board Rules
Link to comment
https://metin2.dev/topic/11885-exploits/#findComment-69166
Share on other sites

8 hours ago, Proteus said:

Yes.

This shared in epvp:

input_main.cpp

Search this function:

LPCHARACTER newmember = CHARACTER_MANAGER::instance().Find(vid);

 

search this:

if (!ch->IsPC())
    return SubPacketLen;

 

replace with this:

if (!newmember->IsPC())
    return SubPacketLen;


Have sql inject: -EDIT-

By: MartPwnS


And last fix p2p

input_main.cpp

Search this function:

LPCHARACTER newmember = CHARACTER_MANAGER::instance().Find(vid);

 

search this:

if (!ch->IsPC())
    return SubPacketLen;

 

replace with this:

if (!newmember->IsPC())
    return SubPacketLen;

 

 


What Exploit is that?

Link to comment
https://metin2.dev/topic/11885-exploits/#findComment-69170
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.