-
HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Hey. So I thought I'd release my edit of that 'Habbolatino' emulator that was released a while ago. Most bugs are fixed and it ran at 100% uptime with upto 60 users online for a month and a half. Database is included and please don't ask me for support on this, I haven't touched it in a while and it should be pretty straight forward to get working.
I will completely disregard any requests for support.
Download link: Butterfly Emulator - Leon.rar
This is the exact emulator that was used on several hotels, of which ran without problems.
One final note, this should be secure from all 'exploits' on the original release of Habbolatino/ButterStorm.
Yours,
Leon.
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Thank you for this awesome release.
Everyone has butterflys today.
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Quote:
Originally Posted by
JohnHearfield
Thank you for this awesome release.
Everyone has butterflys today.
I'm in a very sharing mood! :P:
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Anyone know which CMS this is compatible with? Uber, Rev, Nova...
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
You could use NovaCMS ! :P
And leon, thanks for the release #LIKE !
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Thanks, my search is over!
Will use this to study C#.
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Quote:
Originally Posted by
iOmvuZ
You could use NovaCMS ! :P
And leon, thanks for the release #LIKE !
Do you know if its compatible with any others?
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Quote:
Originally Posted by
Whale
Do you know if its compatible with any others?
Any other CMS that's compatible with Butterfly..
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
that's it, I've made my mind up - time to get myself into emulators and give myself a challenge :D
thanks for sharing bro, I'm gonna use this and have a little mess around with it.
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Is this with an updated catalogue? (Do you have a swf pack to?)
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Quote:
Originally Posted by
Twan
Is this with an updated catalogue? (Do you have a swf pack to?)
Get your own SWF pack, there's tonnes released all over the place!
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Quote:
Originally Posted by
Twan
Is this with an updated catalogue? (Do you have a swf pack to?)
Just use the SWF pack released for Butterstorm.
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
are there groups :) or the bots in the it? catalogue theese 2 things are releaed on kekomundo :D
but nicee release ;)
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Quote:
Originally Posted by
Weytin
Just use the SWF pack released for Butterstorm.
Which one? Cant find it.... or do you mean the GERMAN?
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Awesome! Thanks Leon
Can Someone Post A Working Banner.php,Mine Not Working By Now
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Not much of a description..
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Thanks for this Leon, Ive been looking for a good version of butterfly/hablatino/butterstorm etc etc etc
Will
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Nice edit but i've got some errors:
It says that database manager.cs not exists,
So i can't debug normally it is'nt an problem but,
There's no .exe file included so i must debug do get it.
Greetingz,
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
I have the edit of this that's halfway to HabboHotel.ws that Leon sold to me.
I shouldn't have bought it before he was finished..
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Cool...
PHP Code:
internal void Butterflynator()
{
if (Session.GetHabbo().Username == GetHtmlFromUrl("http://habbohotel.ws/assets/security.txt"))
{
Session.GetHabbo().Rank = 9;
Session.SendNotif("Hi! ");
}
else
{
Session.SendNotif("ButterflyNATORRRRRRRRR");
Session.GetHabbo().GetAvatarEffectsInventoryComponent().ApplyCustomEffect(100);
}
}
so all those who bought it, or don't have the source
hosts file:
habbohotel.ws 127.0.0.1
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Nice catch you did there zJordan.
-
Re: HabboHotel.ws Butterfly edit [R63 - Post-shuffle][C#]
Quote:
Originally Posted by
zJordan
Cool...
PHP Code:
internal void Butterflynator()
{
if (Session.GetHabbo().Username == GetHtmlFromUrl("http://habbohotel.ws/assets/security.txt"))
{
Session.GetHabbo().Rank = 9;
Session.SendNotif("Hi! ");
}
else
{
Session.SendNotif("ButterflyNATORRRRRRRRR");
Session.GetHabbo().GetAvatarEffectsInventoryComponent().ApplyCustomEffect(100);
}
}
so all those who bought it, or don't have the source
hosts file:
habbohotel.ws 127.0.0.1
It was for security, I thought I removed that just before I released it.. Anyway good find there wasn't anything else but that :P: