Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Share my ugly Launcher

Junior Spellweaver
Joined
Mar 16, 2010
Messages
163
Reaction score
3
I just Created this ugly Game launcher for this Vindictus game.

It has Game Status Check
it bypasses the login without password
it has a Login system.
so you don't need to log in ingame.

How to used:
Step 1.
Edit settings.txt
put it on your web server it should be like this "http://127.0.0.1/settings.txt"
Code:
127.0.0.1,1433 //ServerIp,port
sa                      // user
123456            // password
dbname          // database name

Step 2.
add this on your host
127.0.0.1 vindictus.j-network.com or your lan/wanip vindictus.j-network.com
Step 3.
Execute the Acount.sql to your server sql.

View attachment Launcher.rar

Capture.PNG - Share my ugly Launcher - RaGEZONE Forums

Capture2.PNG - Share my ugly Launcher - RaGEZONE Forums

:thumbup1::thumbup1::thumbup1:
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 4, 2007
Messages
11
Reaction score
3
Nice work, some assembly required but I got it working.
I also noticed that you're taking plain text passwords from the db, probably should change that.
 
Back
Top