Jump to content
Sign in to follow this  
qdaxfa

Anyone know how to remove anti-afk pko2.4

Recommended Posts

Share this post


Link to post
Share on other sites

Need patch GameServer.exe to disable it.


Share this post


Link to post
Share on other sites
2 minutes ago, V3ct0r said:

Need patch GameServer.exe to disable it.

Do you know were to get that patch?

 

It kicks they player if they don't answer the captcha in time

Share this post


Link to post
Share on other sites

Share this post


Link to post
Share on other sites

@Lucky

I use OllyDbg to patch .exe's and IDA Pro to explore them. Also you need knowledge in assebmler language.

 

@qdaxfa ok, let me know if any issues with captcha.

  • Like 1

Share this post


Link to post
Share on other sites
22 minutes ago, V3ct0r said:

@Lucky

I use OllyDbg to patch .exe's and IDA Pro to explore them. Also you need knowledge in assebmler language.

 

@qdaxfa ok, let me know if any issues with captcha.

mind to share address?

Share this post


Link to post
Share on other sites

@Lucky

Sure, I will explain it to you tomorrow

  • Like 1

Share this post


Link to post
Share on other sites

@Lucky

1) Open GameServer.exe in OllyDbg;

2) Select module GameServer (Alt + M);

3) Right click on form with asm code -> Analysis -> Analyse code (Ctrl + A);

4) Then go to address 0x00568CA7 (Ctrl + G);

5) Select code from address 0x00568CA7 to 0x00568CB5. Right click on selection -> Binary edit -> Fill with NOPs:

36968b4130da.png

6) Right click on form with asm code -> Copy to executable -> All modifications. Done.

 

We have deleted code that calls captcha on client.

  • Like 3

Share this post


Link to post
Share on other sites
3 hours ago, V3ct0r said:

@Lucky

1) Open GameServer.exe in OllyDbg;

2) Select module GameServer (Alt + M);

3) Right click on form with asm code -> Analysis -> Analyse code (Ctrl + A);

4) Then go to address 0x00568CA7 (Ctrl + G);

5) Select code from address 0x00568CA7 to 0x00568CB5. Right click on selection -> Binary edit -> Fill with NOPs:

36968b4130da.png

6) Right click on form with asm code -> Copy to executable -> All modifications. Done.

 

We have deleted code that calls captcha on client.


ex: if i want add this captcha code on 1.36 gameserver does it works? what should i do on it?

Share this post


Link to post
Share on other sites

@V3ct0r could you modify this same GameServer to Connect to IGS using the InfoBill.DLL of 1.36?

Because when I try to open the TradeServer of 2.7 with InfoBill.DLL from 1.36 it works, but GS doesn't connect.

Edited by Andrew

Share this post


Link to post
Share on other sites

@Andrew

I am not interested to work on IGS, sorry.


Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...