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!

Noob Launcher

Newbie Spellweaver
Joined
Aug 15, 2005
Messages
51
Reaction score
0
edit : CURRENT VERSION = V3 final
Hi all.
I just finished my Launcher project and i would like to share it with you :icon6: .
you can get it by clicking here.
//Please test it. i wanna hear[read] your comments.
//READ before use
a**you have to setup setup the SERVER'S ip & port before you test it(OPTIONS>EDIT/SETUP IP AND PORT).
b**dont forget to have a look at the OPTIONS >MY PLAYLISTS :smilie3:
//Copyrights :pp
a**(c) 2005 noobsoft greece ,developed in DELPHI(7).
b**if you're interested for the source code post it here!
//have fun! & dont forget! its a beta!! :pppppppppp
byez

ALLRIGHT GUYS! HERE'S THE NOOB ~ LAUNCHER VER 2 [still beta :p].|__|
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
Sep 23, 2004
Messages
16
Reaction score
1
not bad, it`s kind`a big though...try makin` it smaller! :thumbup:
 
Newbie Spellweaver
Joined
Jul 6, 2004
Messages
78
Reaction score
0
VoiDgr said:
Hi all.
I just finished my Launcher project and i would like to share it with you :icon6: .
you can get it by clicking


//Please test it. i wanna hear[read] your comments.


//READ before use
a**you have to setup setup the SERVER'S ip & port before you test it(OPTIONS>EDIT/SETUP IP AND PORT).
b**dont forget to have a look at the OPTIONS >MY PLAYLISTS :smilie3:

//Copyrights :pp
a**(c) 2005 noobsoft greece ,developed in DELPHI(7).
b**if you're interested for the source code post it here!

//have fun! & dont forget! its a beta!! :pppppppppp



byez


Nice one,but make it shorter.I have try it, not bad at all
 
Newbie Spellweaver
Joined
Aug 15, 2005
Messages
51
Reaction score
0
Thanks for replying :)..im still working on it :smilie3:
 
Newbie Spellweaver
Joined
Aug 15, 2005
Messages
51
Reaction score
0
FINAL RELEASE :icon6:

thats the final release [source included!].

//Current Known/fixed bug/s (1)
**a bug that didnt allow you to see the login screen now fixed.

//err..features added
**Win XP theme
**Resized the Client(not only the MAIN FORM)
**removed some useless code
**some advanced options(in the .ini) now work

please,report any bugs/problems and i will do my best to help you,

have a nice day:smilie3:
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 23, 2004
Messages
16
Reaction score
1
yeaaaaah...just downloaded it, cool, that looks cool! keep it up, i`m lookin` for the perfect mu laucher, tryin` to make the perfect mu client...:D and mu server of course! =]
 
Newbie Spellweaver
Joined
Aug 19, 2005
Messages
63
Reaction score
0
nice latest versions are best :icon6:
but i don't like the colors
 
Last edited:
Newbie Spellweaver
Joined
Sep 23, 2004
Messages
16
Reaction score
1
yeah.. kind`a stressfull, but i think he will make a better one soon! i can feel it! :D
 
Newbie Spellweaver
Joined
Aug 15, 2005
Messages
51
Reaction score
0
:pig:
how about now ?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 8, 2005
Messages
41
Reaction score
2
Ela re patrida

1st... add me on your msn or yahoo messenger ... RAZcrack@yahoo.com
bec i need some help with my launcher...If you can i whould be gratefull :)
2nd...Very nice work but i was thinking one way to include main.exe in launcher or with a way so main.exe won't be showed..(for hackers)
And good job...Keep going.... :)
Sry for my english (alla eimai ellinas ti na kanoume :pP )
 
Last edited:
Newbie Spellweaver
Joined
Aug 15, 2005
Messages
51
Reaction score
0
RAZcrack said:
i was thinking one way to include main.exe in launcher or with a way so main.exe won't be showed..(for hackers)



Well ..if you embedded the main in launcher its impossible to play because
it needs its recources & sub folders.

but theres something you can do :

0)download my source code(you need delphi).

1)change the extension of the main.exe to e.g (obj000.OJZ) and
put it in the data\player\

2)open my Launcher project(PROJECT1.dpr)

3) double click on the form (FORMCREATE) (form1)


add :
VAR THEFILE:string; [BEFORE BEGIN]

begin [do not add this]

thefile:=GETCURRENTDIR+'\data\PLAYER\obj000.OJZ)';

RENAMEFILE(thefile,'Main'+'.exe');

---
4) now go to form 6(view >forms>form6)

5)double click on the YES button and add this: [after BEGIN]

renamefile(PCHAR(GETCURRENTDIR+'\Main.exe'),
PCHAR(GETCURRENTDIR+'\data\PLAYER\obj000.OJZ'));
sleep(100);
setfileattributes(PCHAR(GETCURRENTDIR+'\data\PLAYER\obj000.OJZ'),faHIDDEN);

------------------------
havent test it but it should work.

i hope it helps.
 
Last edited:
Newbie Spellweaver
Joined
Aug 19, 2005
Messages
63
Reaction score
0
RAZcrack said:
2nd...Very nice work but i was thinking one way to include main.exe in launcher or with a way so main.exe won't be showed..(for hackers)
Blizzard and MikeL(Sky-Team) already did
but it will "dissapear" only 1.0p mains
 
Last edited:
Newbie Spellweaver
Joined
Aug 15, 2005
Messages
51
Reaction score
0
~AkiERo said:
Blizzard and MikeL(Sky-Team) already did
but it will "dissapear" only 1.0p mains

you mean that its just HIDDEN? or renamed with other extension?
 
Newbie Spellweaver
Joined
Aug 15, 2005
Messages
51
Reaction score
0
~AkiERo said:
when you run the launcher Main dissapears
then maybe it changes the file attributes to hidden..

edit: make a .bat file and add:
attrib +h main.exe
if you have enabled 'SHOW HIDDEN FILES AND FOLDERS' you can still see it
 
Last edited:
Back
Top