HELP, Setting up a Client that auto connects to the server not using .bat file

01/23/2014 04:09 rohanprivateteam#1
any who can help me with this Setting up a Client that auto connects to the server not using .bat file
01/23/2014 05:03 mashiteri#2
use thorpatcher bind your launcher there lol or create using visual basic

if you dont have knowledge doing those things and if you cant google it for the tutorial dont make a server
01/23/2014 06:31 oziel235#3
I like to use the Delphi is better and easier than Visual Basic.
No bullshit to make something so simple.

Code:
winexec('rohanclient.exe "http://IP_SERVER"', sw_normal);
Create a form, and place a button and set the button action code above.
Remember the Launcher should be in the game folder :cool:
01/23/2014 08:24 rohanprivateteam#4
thx oziel235.. i will try it.