!. Find the folder where these files r:
Code:
launch_channel.bat
launch_login.bat
launch_world.bat
2. Create 3 .txt file.
3. Open the first 1 and paste this code in :
Code:
set ws=wscript.createobject("wscript.shell")
ws.run "launch_channel.bat /start",0
Save it and rename it :
4. Open the second 1 and paste this code in :
Code:
set ws=wscript.createobject("wscript.shell")
ws.run "launch_login.bat /start",0
Save it and rename it :
5. Open the last 1 and paste this code in :
Code:
set ws=wscript.createobject("wscript.shell")
ws.run "launch_world.bat /start",0
Save it and rename it :
6. Now run the 3 files in order (World->Login->Channel).And enjoys mapling.
X+0. To close the server, press Ctrl+Alt+Del(Or Sup for some keyboard~).
X+1. Click on Processes
X+2. Find the 3 Cmd.exe
X+3. Select it and click on End Processes 1 by 1
?. Sometime u might see more than 3 Cmd.exe, in that case u might have other MS-Dos running.If u arnt using it, most of time, its an virus.Just end processes.
Credits goes to me for releasing this. xD
Just btw this is VBScript