• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Main.exe + Launcher

Newbie Spellweaver
Joined
Mar 12, 2017
Messages
35
Reaction score
1
Hello everyone!
I need a help with forcing main.exe to open only via launcher.exe.

Can you share with me some ready .dll to hook?
 
Newbie Spellweaver
Joined
Mar 12, 2017
Messages
35
Reaction score
1
Thank you!

I'm trying to make but couldn't understand which line is to change because its a little different in my main.exe

Code:
004D1883 | 68 D4 6C D2 00           | push main.D26CD4                        | D26CD4:"MU Auto Update"004D1888 | 68 E4 6C D2 00           | push main.D26CE4                        | D26CE4:"#32770"
004D188D | FF 15 B4 25 D2 00        | call dword ptr ds:[<&FindWindowA>]      |
004D1893 | 89 85 78 FE FF FF        | mov dword ptr ss:[ebp-188],eax          |
004D1899 | 83 BD 78 FE FF FF 00     | cmp dword ptr ss:[ebp-188],0            |
004D18A0 | 75 09                    | jne main.4D18AB                         |
004D18A2 | C7 45 D4 01 00 00 00     | mov dword ptr ss:[ebp-2C],1             |
004D18A9 | EB 0A                    | jmp main.4D18B5                         |
004D18AB | 6A 0A                    | push A                                  |
004D18AD | FF 15 0C 22 D2 00        | call dword ptr ds:[<&Sleep>]            |
004D18B3 | EB BC                    | jmp main.4D1871                         |
004D18B5 | 83 7D D4 00              | cmp dword ptr ss:[ebp-2C],0             |
004D18B9 | 75 32                    | jne main.4D18ED                         |
004D18BB | 68 EC 6C D2 00           | push main.D26CEC                        | D26CEC:"Failed to close MU Auto Update window.\r\n"



< Here is my main.exe

Can someone enable Mu.exe?
 
Upvote 0
Back
Top