mBot auto client start

05/25/2015 22:14 Lauch11#1
Hi guys,

i tried to create a little .bat file that would start up all my mBot's and "click" START CLIENT & START TRAINING.
I found some guides where people told just to start an shortcut with adding the strings ID: PW: & SERVER: to the end of the "Target" destination, but that just starts the mBot.exe and no sro_client.
Another version told to create a bat with the following with entries like:

cd C:\Users\xxxx\Desktop\mBot\Bot Folder 1\
start mBotLoader.exe.lnk

or:

rundll32 shell32.dll,ShellExec_RunDLL "C:\Users\...\mBotLoader.exe" ID: PW: Server:

but all versions just started the mBot and no sro_client.
I know there are thinks like AutoIT that could solve things like that, but i've no skills in those topics. Also i read about mBot AC, that would auto-restart the mBot after a crash, but i couldn't figure out how to make it work for my kind of wishes.

So if there is any simple solution like a .bat or an existing program i could use it would be great if someone could help me.

Thank & Greetings,
Lauch11
05/26/2015 20:19 concludeit#2
Do you have automatic relogin activated? "Activate automatic relogin" must be ticked to make this thing work.
05/27/2015 16:33 Lauch11#3
automatic relogin is activated and works fine for normal bot usage (if i get disconnected the bot autmatic relogs my char and continues botting).
the thing i'm trying to solve is to start up mbot and sro_client and auto-start botting by executing one file. For example if i start my computer i want to execute one .bat file (or sth. else) and this file starts my mBot, sro_client and botting for each char.

my .bat already opens the mBot, but i don't know how to start the sro_client via mBot.
i don't even know if it's possible in a simple way? that's why i'm asking here.
05/27/2015 23:08 Devsome#4
If you are using the newest mBot try to use this:
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

edit:
oh wow, replace the spaces

[Only registered and activated users can see links. Click Here To Register...] o tters - he a v e n .net/
05/28/2015 17:19 Lauch11#5
yeah, that's what i'm already trying.

Is it possible to bind command line parameters to a .exe file without using a shortcut?

I'm using mBotLoader, this executes the "mBot_vSRO110.exe". For auto-start the .exe has to be executed with command line parameters ID:... PW... Server:...
So i renamed "mBot_vSRO110.exe" to "mBot_vSRO110a.exe" and wrote a .bat file that starts this "mBot_vSRO110a.exe" with the command line parameters. Then i converted my .bat to .exe and named it "mBot_vSRO110.exe", so the mBotLoader starts this "bat" and mBot get's started with the right parameters. I can see autologin starting in the logfile but the mBotLoader doesn't "crack" the mBot anymore (i think because the Loader is not directly connected to the mBot anymore?)

I'm thinking about any possible solutions.
Is it possible to access the mBotLoader.exe and execute the original "mBot_vSRO110.exe" with command line parameters?
Or another thing i can imagine is binding the command line parameters permanent to the original "mBot_vSRO110.exe"? Is that possible?