
Originally Posted by
PEjump2
Yeah Privilege said the same on msn, But you all forget a few things..
VB6 is made by Microsoft to create "Desktop Applications" just like C#, Not for emulating Habbo.
The only "stable" language to code an Habbo server in is Java.
Doesn't matter what language is used, all that matters is how well its coded. Example would be: HoloVB6 is a great source.. but it still can be improved.
This here... is very well coded. Well done Zac (:
---
SSO isn't coded (would be quick and easy if you saw how ION does it)
Sample snippet:
Code:
Case "F_" 'SSO Login (this is all of the sso mentioned)
If Client(Index).Name = "UniquePacket" Then
Send Index, "@B" + "fuse_buy_credits.default.fuse_room_queue_default.fuse_trade.fuse_login." & Chr(1)
Send Index, "@C" & Chr(1)
End If
Also note that: It stays on Hotel View, code the sso for it to work ;)