in Sorien homepage u can get pached version (includes dmg hack)
But I made simple game guard remover if anyone need:
Tryed to make only GG + GM mode version, also made it:
But, I am having problem with disconnection, how can I correct it?
I want this hack so I could play normaly (without dmg hach)
so i used only part of Sorien instructions:
Sorien wrote:~ Preliminary Notes ~
When assembling code, make sure the Fill with NOPs box is checked at all times.
To save your changes, follow these directions:
Right click the CPU window, Copy to Executable -> All Modifications.
Click Copy All, and then in the new window, right click the code area and click Save file.
(If at any time an error comes up, just press 'Ok'.)
Initialize Code Cave
Make sure you do this before any other hacks.
Go to 00427C50 and change the command there to RETN.
Now highlight and select from address 00427C51 to 00427DC9, right click, Binary -> Fill with NOPs.
Enable GM Commands
First, go to the address 004111F5 you should see this:
MOVZX EAX,BYTE PTR SS:[ESP+A9]
So you create a call at that address to a code cave you found/created, in this example, I'll be using the address 00427C52 as my code cave.
So you change the code at 004111F5 to CALL 00427C52 .
Go to 00427C52 and write this code:
MOV BYTE PTR SS:[ESP+0A9],0FA
MOVZX EAX,BYTE PTR SS:[ESP+0A9]
RETN
Bypass the Patcher
Go to 0043F231 in the code area, right click it and go to Follow in dump -> Immediate Constant.
Now in the dump area, change

to
Save the file.
Now press CTRL F2.
Once its restarted, go to 0043F1A0 and change the code there to MOV EDX, 9FB1DC .
Go to 0043F1C8 and right click then Binary -> Fill with Nops.
What else should I add?