*** FOR AION 5.8 USE PATCH V2 (Next post)***
*** FOR AION 7.7 USE THIS PATCH ***
Click on string and next click on offset
In function loc_140509650 you will find value 0Ah .Change 0Ah to 0 (same like in first post)
Mark the value 0Ah ,change to Hex View and change value from 0A to 00
Press F2 in Hex view to edit the values.When you ready with changes press again F2 to Apply it
Next change: jle short loc_140509650 -> jnb short loc_140509650
Select jle Edit->Patch Program ->Assemble Change to jnb
Final code must looks like that:
You can check the patched bytes in Patched Bytes menu (Ctr+Alt+P)
To add patched bytes on your EXE open Edit >Patch Program > Apply Patches to Input file (Your Input File must be selected) ->OK
That's all in short.I think the tutorial is more than detailed so I will not provide any support or answering questions.
I hope this tutorial will be useful for some people.
Regards
*** FOR AION 7.7 USE THIS PATCH ***
Hello guys, a couple people contact me about removing of 10 ppl restriction of Aion 5.8 (probably is same for 7.7). I am very busy and away from Aion for a long time that why decide to create a short tutorial, how to remove the 10 people restriction of Server64.exe using IDA Pro (64-bit). I already saw patched server file s,so if you think this tutorial is useless just skip it. I don't have time to test it on 5.8, but this changes worked on 4.6 .
** PATCH FOR AION 4.6 ***
Open Server64.exe using IDA Pro (64-bit) and press Shift+F12 to open string windows. Press Ctrl+F and search for 'dev-mail.ncsoft.dev'.** PATCH FOR AION 4.6 ***
Click on string and next click on offset
In function loc_140509650 you will find value 0Ah .Change 0Ah to 0 (same like in first post)
Mark the value 0Ah ,change to Hex View and change value from 0A to 00
Press F2 in Hex view to edit the values.When you ready with changes press again F2 to Apply it
Next change: jle short loc_140509650 -> jnb short loc_140509650
Select jle Edit->Patch Program ->Assemble Change to jnb
Final code must looks like that:
You can check the patched bytes in Patched Bytes menu (Ctr+Alt+P)
To add patched bytes on your EXE open Edit >Patch Program > Apply Patches to Input file (Your Input File must be selected) ->OK
That's all in short.I think the tutorial is more than detailed so I will not provide any support or answering questions.
I hope this tutorial will be useful for some people.
Regards
Attachments
Last edited: