Basically, it's simple..
But he ask me for "How to open the file?"
I will start (Fiesta.bin) with a Launcher...
Visual Basic
CSharpCode:Process.Start("Fiesta.bin", ipbox.Text & "-p 9010 -k " & accountbox.Text & "#" & passwortbox.Text)
VB and C# not work ._.Code:string username = Acc_box.Text; string passwort = Pass_box.Text; string arguments = ""; arguments += "-i 127.0.0.1 -p 9010 -k" + username + "#" + passwort; Process start = new Process(); start.StartInfo.FileName = "Fiesta.bin"; start.StartInfo.Arguments = arguments; start.Start();
How i can Start Fiesta.bin with a Launcher/Patcher ?
I hate windows xDDDDD



Reply With Quote


