[Question] crack gameserver rates without Runtime error

10/20/2012 22:30 gman2233#1
I tried to crack my game server to set the exp,sp,item drop, etc rate high but now that i did it i get a run time error one second or so after it launches

i used this post to do it

Cracking GameServer to fix rates
[/COLOR]Writed By [Only registered and activated users can see links. Click Here To Register...]

[spoiler]
So, some people might have problems even at such basic stuff as cracking a experience limit.

Gameserver reads rates as (real rate * 1000), it means, if you set rates to
35000, experience gain coefficent will be 35x. By default, gameserver forbidds making them more than 250 (2.5 x), but it's easy to crack.

So, open your SR_GameServer executable using OllyDBG, and patch the following addresses with following assembly codes.


================================================== ===========================
Individual experience ratio


PHP Code:
0042714C   F6C4 50          TEST AH,42 
================================================== ===========================
Party experience ratio


PHP Code:
004271F5   F6C4 42          TEST AH,42 
================================================== ===========================
Item drop rate


PHP Code:
004272A0   F6C4 42          TEST AH,42 
================================================== ===========================
Gold drop amount rate


PHP Code:
00427349   F6C4 42          TEST AH,42 
================================================== ===========================
HWLAN (berserker) gain factor


PHP Code:
004273CA  |. F6C4 44        TEST AH,42 
================================================
10/20/2012 22:35 ~Untouchable~#2
this might be due to insufficient ram so disable some regions and try again