Jump to content
Unknown

start system\Game.exe startgame

Recommended Posts

Hi, i've been trying to launch game.exe with simple start bat. startup parameter: start system\game.exe startgame

It seems that it wasnt changed to something else. So i keep getting this error

 

Does anyone know how to fix/bypass this?

 

Screenshot_1.png

Screenshot_2.png

Screenshot_3.png

Share this post


Link to post
Share on other sites

If you are just trying to determine the parameter so that you can use a startgame batch file...

Open the game using whatever launcher, then open a command line prompt. Enter “WMIC /OUTPUT:ProcessList.txt PROCESS get Caption,Commandline,Processid”. View command line options used to open each open program inside ProcessList.txt - specifically, look for the command line options used to open Game.exe. Then write your batch file using those command line options instead of startgame.

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites
2 hours ago, Jonathan said:

If you are just trying to determine the parameter so that you can use a startgame batch file...

Open the game using whatever launcher, then open a command line prompt. Enter “WMIC /OUTPUT:ProcessList.txt PROCESS get Caption,Commandline,Processid”. View command line options used to open each open program inside ProcessList.txt - specifically, look for the command line options used to open Game.exe. Then write your batch file using those command line options instead of startgame.

Thank you very much!

Share this post


Link to post
Share on other sites

Hello @Unknown,

 

Looks like the address (not a string) of the startup parameter string that is used in the client launch code has been changed to a different one. That is, a completely different string is used to start client.

 

Something like this:

CALL 004EB3D0
JMP SHORT 004089A5
PUSH 0
PUSH 0040896F                  ; "startgame" ---> "MessageBoxA"
LEA ECX,DWORD PTR SS:[ESP+64]
CALL 004043F0
CMP EAX,EDI
JNZ SHORT 004089C2

 

 

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...