Own last Chaos launcher
#1

Hey this guide shows you how to make a own last chaos launcher.

 

Sry for my bad english im from germany and im only 7th grade school english Big Grin

You can download my launcher its only 5min work so its not very nice

 

Is it difficult?

-no

 

What will i need?

 

-Visual Basic 2008/2010

 

Ok let`s go.

1.Start visual basic

 

2.Design like you want this is very easy by the properties window in the right (picture) set there youre designe settings

[ATTACH=CONFIG]122[/ATTACH]

 

If you want to add pictures to youre Program just create a picturebox from here (picture)

[ATTACH=CONFIG]123[/ATTACH]

You must add at least one button for starting the nksp.exe

 

if you want add a webbrowser with the server status just create a webbrowser from here (picture)

[ATTACH=CONFIG]123[/ATTACH]

set in the properties menu the url to youre server status url

 

3.Let`s code a bit (its not much xD only 3 lines or smth)

click double click on your start button and add this code here(picture)

[ATTACH=CONFIG]125[/ATTACH]

code: Process.Start("C:\AeriaGames/LastChaosUSA/Bin/patched.exe")

now the start button start the patched nksp.exe

if you want a button for registring or something like that just add to a button this code with you utl of course

Process.Start("http://prostyle-lc.square7.ch")

 

Thats the basics for the launcher i hope it help you and im going to make more tutorials

 

If you want my launcher to open in Visual basic download 2

 

Pleas dont leech this without my permission Thx

 

MfG Prolamer

#2
thanks

#3

Hey this guide shows you how to make a own last chaos launcher. 

Sry for my bad english im from germany and im only 7th grade school english Big Grin

You can download my launcher its only 5min work so its not very nice

 

Is it difficult?

-no

 

What will i need?

 

-Visual Basic 2008/2010

 

Ok let`s go.

1.Start visual basic

 

2.Design like you want this is very easy by the properties window in the right (picture) set there youre designe settings

[ATTACH=CONFIG]122[/ATTACH]

 

If you want to add pictures to youre Program just create a picturebox from here (picture)

[ATTACH=CONFIG]123[/ATTACH]

You must add at least one button for starting the nksp.exe

 

if you want add a webbrowser with the server status just create a webbrowser from here (picture)

[ATTACH=CONFIG]123[/ATTACH]

set in the properties menu the url to youre server status url

 

3.Let`s code a bit (its not much xD only 3 lines or smth)

click double click on your start button and add this code here(picture)

[ATTACH=CONFIG]125[/ATTACH]

code: Process.Start("C:\AeriaGames/LastChaosUSA/Bin/patched.exe")

now the start button start the patched nksp.exe

if you want a button for registring or something like that just add to a button this code with you utl of course

Process.Start("http://prostyle-lc.square7.ch")

 

Thats the basics for the launcher i hope it help you and im going to make more tutorials

 

If you want my launcher to open in Visual basic download 2

 

Pleas dont leech this without my permission Thx

 

MfG Prolamer

 

 

Ich habn problem kannst du mich in skype adden ? n3wpro is mein name

#4
U dont have vb6 source code? Sad

#5

Start the orginal Nksp.exe dont need a patched exe :p

 

//Starting the exe
if (File.Exists("Bin\\Nksp.exe"))
{
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "Bin\\Nksp.exe";
startInfo.Arguments = "4022";
Process.Start(startInfo);
}[/Code]

#6

This is a C++ crossplatform version, windows/linux:

 

#ifdef WIN32 //"windows specific macro"
ShellExecute(parameters);
#else //ifndef
system(command);
#endif

And 2:

ShellExecute(GetDesktopWindow(), "open", "path/to/Nksp.exe", "4022", NULL, SW_SHOWNORMAL);
or:
ShellExecute(GetDesktopWindow(), "open", "Nksp.exe", "4022", "path/to/Bin", SW_SHOWNORMAL);

#7
Start the orginal Nksp.exe dont need a patched exe :p 

//Starting the exe
if (File.Exists("Bin\\Nksp.exe"))
{
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "Bin\\Nksp.exe";
startInfo.Arguments = "4022";
Process.Start(startInfo);
}[/Code]

 

This file cannot run by itself. o.O

#8
Lol i make myself ep2 server and didn`t needed the visual studio or anything.You need just a good client from aeria and v305 files or v308 but many BUGS and a good heart xD

#9
Lol most of people take thi launchers because dont know how to put on the official so for that i release a guide of how to change the launcher i do with a video and 10 times better than thi lol



Forum Jump:


Users browsing this thread: 1 Guest(s)