[Help] How to force users open Launcher.exe
Hello, I would like to block main.exe to open directly, force user open Launcher.exe.
My main:
https://drive.google.com/open?id=1qU...KD0GZweir8S4rn
Re: [Help] How to force users open Launcher.exe
Quote:
Originally Posted by
marcmarccc
Firstly: use a clean main... you posted a packed main, so you cant get the correct offset easily
Secondary: If you have any dll source code like (zTeam or MuEmu) Comment mu.exe fix and then compile the dll (hook the dll to the main.exe (if you use clean main.exe)) and then rename the Launcher.exe to mu.exe, thats all. ^^
Ps.: if don't work, the launcher need some command line options to start the client
Re: [Help] How to force users open Launcher.exe
I don't have a unpacked main and i don't know how to code dll to do this function =/
Re: [Help] How to force users open Launcher.exe
@marcmarccc 'muzic25' is right, u have 2 options... ur main wont run on ollydbg etc, (atleast for me it takes ages or so) u have 2 options... 1 hook a .dll that has this fix to prompt main.exe to open mu.exe after run. OR check the settings in the folder u uploaded MainInfo.ini there is Launcher=0 make it 1 maybe it will then enable? i dont know cuz no experience with muemu files atm. good luck!
i saw soemwhere the source code to make a .dll and hook that .dll to main.exe but cant find it anywhere now. please ask at muemu threads better!
Re: [Help] How to force users open Launcher.exe
Quote:
Originally Posted by
marcmarccc
I don't have a unpacked main and i don't know how to code dll to do this function =/
Here read this:
http://forum.ragezone.com/f197/relea...4/index49.html
Re: [Help] How to force users open Launcher.exe
Quote:
Originally Posted by
KarLi
@
marcmarccc 'muzic25' is right, u have 2 options... ur main wont run on ollydbg etc, (atleast for me it takes ages or so) u have 2 options... 1 hook a .dll that has this fix to prompt main.exe to open mu.exe after run. OR check the settings in the folder u uploaded MainInfo.ini there is Launcher=0 make it 1 maybe it will then enable? i dont know cuz no experience with muemu files atm. good luck!
i saw soemwhere the source code to make a .dll and hook that .dll to main.exe but cant find it anywhere now. please ask at muemu threads better!
LauncherType=1 only work for x-team launcher and i'm able to find one here, now working thank you anyways.
Re: [Help] How to force users open Launcher.exe
hi @KarLi
I need help for my main.exe too.
maybe you can help me check it ? This main is S3 EP1.
my launcher name is MULauncher.exe
Re: [Help] How to force users open Launcher.exe
@franlley next time make a new thread instead ;)
ur launcher must be named MU.EXE only in order to force from main.exe
unless u using muadmins antihack or other antihack that forces custom named .exe after run main.exe
to force u need to do this with ollydbg:
or like @myheart said code this source code and make it .dll and hook it on ur main.exe
Code:
create dll to check mu.exe
if(open)
start main
else
close main
search for text: mu.exe
find the 3rd mu.exe
click it and it will redirect u to offsets
now check this post
http://forum.ragezone.com/f82/push-m...5/#post6536045
ollydbg download: http://www.ollydbg.de/odbg110.zip
Re: [Help] How to force users open Launcher.exe
Quote:
Originally Posted by
KarLi
@
franlley next time make a new thread instead ;)
ur launcher must be named MU.EXE only in order to force from main.exe
unless u using muadmins antihack or other antihack that forces custom named .exe after run main.exe
to force u need to do this with ollydbg:
or like @
myheart said code this source code and make it .dll and hook it on ur main.exe
Code:
create dll to check mu.exe
if(open)
start main
else
close main
search for text: mu.exe
find the 3rd mu.exe
click it and it will redirect u to offsets
now check this post
http://forum.ragezone.com/f82/push-m...5/#post6536045
ollydbg download:
http://www.ollydbg.de/odbg110.zip
Thank you for reply. But i failed at ollydbg.
I will try myheart code.
Re: [Help] How to force users open Launcher.exe
Quote:
Originally Posted by
KarLi
@
franlley next time make a new thread instead ;)
ur launcher must be named MU.EXE only in order to force from main.exe
unless u using muadmins antihack or other antihack that forces custom named .exe after run main.exe
to force u need to do this with ollydbg:
or like @
myheart said code this source code and make it .dll and hook it on ur main.exe
Code:
create dll to check mu.exe
if(open)
start main
else
close main
search for text: mu.exe
find the 3rd mu.exe
click it and it will redirect u to offsets
now check this post
http://forum.ragezone.com/f82/push-m...5/#post6536045
ollydbg download:
http://www.ollydbg.de/odbg110.zip
finally, i managed to do this. but after press Start Game, main.exe didn't pop out.
What seems the problem ?
Re: [Help] How to force users open Launcher.exe
Quote:
Originally Posted by
franlley
finally, i managed to do this. but after press Start Game, main.exe didn't pop out.
What seems the problem ?
Is the launcher named mu.exe
And it should open main.exe if u did it right
Sent from my Redmi 5 using Tapatalk
Re: [Help] How to force users open Launcher.exe
Quote:
Originally Posted by
KarLi
Is the launcher named mu.exe
And it should open main.exe if u did it right
Sent from my Redmi 5 using Tapatalk
yes. I've changed the launcher named mu.exe
i think the Launcher not suitable. im using GunzLauncher from this forum.
Re: [Help] How to force users open Launcher.exe
hmm ok..
i recommend using the original webzen launcher
Re: [Help] How to force users open Launcher.exe
Quote:
Originally Posted by
KarLi
hmm ok..
i recommend using the original webzen launcher
too bad server already published.
its ok, i still can announce in-game for updates. Thnak you bro.