Jump to content
Sign in to follow this  
Foxseiz

Remove Captcha on PKO 2 GameServer

Recommended Posts

This guide will teach you how to remove captcha on PKO 2

Author of this guide is V3ct0r, I just posted it as a separate thread so it's visible to anyone.

 

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 6

Share this post


Link to post
Share on other sites

NOPs are from 0x00568CA7 to 0x00568CB9 as on the screenshot.


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...