- Joined
- Jun 30, 2008
- Messages
- 114
- Reaction score
- 1
Made by:rhys
This tutorial will kinda teach you how to make a basic USA server.
You need:
Visual basic 6
USA111's source
Common knowledge
Getting started:
1. Open Projekt1.vbp in Visual Basic 6
2. Some boxes will pop up. Click [X] on all of them
3. On the left hand side of your screen double click on frmMain.frm
4. Thats your main screen. Add images if you like. Add some labels, i don't care
5. Press F5 and there you have it. Your server
Press File > Make Projekt1.exe to publish your server then post it on a forum.
No respect:
You'll get no respect using a source, putting your servers name on it and releasing it as your own so follow these tips to get a bit of.....respect.
Some tips:
1. Add some commands into your server (Will explain later)
2. Credit the original maker(s) of the project
3. Add your own features (Will briefly explain later)
Commands:
Commands are the things you say with a : infront of them (Example, :commands)
To make a basic hotel alert one i recommend Monsta. ~ Command generator
1. Once you have generated a command goto your servers source.
2. On the far left side double click on modHabFunc
3. At the top left corner of the new page that showed, there should be a drop down box. Click it and search for 'Hab_Atw2'
4. Click it and paste your generated code in there
5. Repeat step 3 but this time search for 'Hab_Aty2'
6. Repeat step 4
7. Repeast step 3 but this time search for 'Hab_Atx2'
8. Repeat step 4
Your command has now been added
Own features:
You need some basic VB6 knowledge for this.
Own features vary on different forms that send info to the client, duplicating Habbo features (Such as room voting, swimmin etc.) and more advanced commands.
I can't really explain on how to make features but each requires its own individual codes.
This codes are very complicated things so i suggest finding some useful codes around RZ and other sources. But always remember to give credits to who evers code you used.
If the source of a server was leaked (Debbo) and you want to use thier features i highly recommend asking one of the old, epic Debbo team if you can use their features which they worked their buts off perfecting.
Master all of these tips and you'll be a top server coder.
I also recommend you search Winsock VB6 tutorials and basic Encoding tutorials.
This tutorial will kinda teach you how to make a basic USA server.
You need:
Visual basic 6
USA111's source
Common knowledge
Getting started:
1. Open Projekt1.vbp in Visual Basic 6
2. Some boxes will pop up. Click [X] on all of them
3. On the left hand side of your screen double click on frmMain.frm
4. Thats your main screen. Add images if you like. Add some labels, i don't care
5. Press F5 and there you have it. Your server
Press File > Make Projekt1.exe to publish your server then post it on a forum.
No respect:
You'll get no respect using a source, putting your servers name on it and releasing it as your own so follow these tips to get a bit of.....respect.
Some tips:
1. Add some commands into your server (Will explain later)
2. Credit the original maker(s) of the project
3. Add your own features (Will briefly explain later)
Commands:
Commands are the things you say with a : infront of them (Example, :commands)
To make a basic hotel alert one i recommend Monsta. ~ Command generator
1. Once you have generated a command goto your servers source.
2. On the far left side double click on modHabFunc
3. At the top left corner of the new page that showed, there should be a drop down box. Click it and search for 'Hab_Atw2'
4. Click it and paste your generated code in there
5. Repeat step 3 but this time search for 'Hab_Aty2'
6. Repeat step 4
7. Repeast step 3 but this time search for 'Hab_Atx2'
8. Repeat step 4
Your command has now been added
Own features:
You need some basic VB6 knowledge for this.
Own features vary on different forms that send info to the client, duplicating Habbo features (Such as room voting, swimmin etc.) and more advanced commands.
I can't really explain on how to make features but each requires its own individual codes.
This codes are very complicated things so i suggest finding some useful codes around RZ and other sources. But always remember to give credits to who evers code you used.
If the source of a server was leaked (Debbo) and you want to use thier features i highly recommend asking one of the old, epic Debbo team if you can use their features which they worked their buts off perfecting.
Master all of these tips and you'll be a top server coder.
I also recommend you search Winsock VB6 tutorials and basic Encoding tutorials.