Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
What's new in; RELEASE63-31731-31713-201102222307_864d9aa0509a3cb820e3150650731a52 ??
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Nice fix, but I prefer vista's
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Quote:
Originally Posted by
Bifi2000
It's not really "clean".
Better would be:
Code:
GetMessageHandler().GetResponse().Init(2);
GetMessageHandler().GetResponse().AppendInt32(0);
if (GetHabbo().HasFuse("fuse_use_vip_outfits")) // VIP
GetMessageHandler().GetResponse().AppendInt32(2);
else if (GetHabbo().HasFuse("fuse_furni_chooser")) // HC
GetMessageHandler().GetResponse().AppendInt32(1);
else
GetMessageHandler().GetResponse().AppendInt32(0);
GetMessageHandler().GetResponse().AppendInt32(0);
GetMessageHandler().SendResponse();
Reduced from 22 lines to 12 :P
If you never need to change the other values then you should do it like this.
Don't works here :( how to resolve?
(i need to use new swfs)?
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Quote:
Originally Posted by
GuikBretas
Don't works here :( how to resolve?
(i need to use new swfs)?
Give me a moment to see the new packets
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Resolved, i have downloaded AutoUpdateVersion and updated my SWFs, :D
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
so any good reason to update swf's or should i just wait?
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Quote:
Originally Posted by
iPixelHotel
What's new in; RELEASE63-31731-31713-201102222307_864d9aa0509a3cb820e3150650731a52 ??
What's New SWF[²] ?
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Quote:
Originally Posted by
iPixelHotel
What's new in; RELEASE63-31731-31713-201102222307_864d9aa0509a3cb820e3150650731a52 ??
New fuse packets...
with this code..
if (GetHabbo().HasFuse("fuse_use_vip_outfits")) // VIP
GetMessageHandler().GetResponse().AppendInt32(2);
else if (GetHabbo().HasFuse("fuse_furni_chooser")) // HC
GetMessageHandler().GetResponse().AppendInt32(1);
else
GetMessageHandler().GetResponse().AppendInt32(0);
will you have working vip clothes and dances..
GetMessageHandler().GetResponse().AppendInt32(1); HC
GetMessageHandler().GetResponse().AppendInt32(2);VIP
GetMessageHandler().GetResponse().AppendInt32(0); Normal user
and if you have fuse_furni_chooser (a hc addon)
you will have
GetMessageHandler().GetResponse().AppendInt32(1);
but i didn't know how you're making an emulator and dont know wat this code does or how to create a masscredits command.
Your emu is een fcking renaming, and you're realy a newb
---------- Post added at 08:14 PM ---------- Previous post was at 08:10 PM ----------
Oh, Nice to see your packets it's really usefull
Keep it up!
Are you also on Kekomundo?
It's a cool forum but the emu's are mostly closed source and thas its really shitty.(not because i'm a renamer but because i will have some snippets...)
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Quote:
Originally Posted by
Richardjuhh
New fuse packets...
with this code..
if (GetHabbo().HasFuse("fuse_use_vip_outfits")) // VIP
GetMessageHandler().GetResponse().AppendInt32(2);
else if (GetHabbo().HasFuse("fuse_furni_chooser")) // HC
GetMessageHandler().GetResponse().AppendInt32(1);
else
GetMessageHandler().GetResponse().AppendInt32(0);
will you have working vip clothes and dances..
GetMessageHandler().GetResponse().AppendInt32(1); HC
GetMessageHandler().GetResponse().AppendInt32(2);VIP
GetMessageHandler().GetResponse().AppendInt32(0); Normal user
and if you have fuse_furni_chooser (a hc addon)
you will have
GetMessageHandler().GetResponse().AppendInt32(1);
but i didn't know how you're making an emulator and dont know wat this code does or how to create a masscredits command.
Your emu is een fcking renaming, and you're realy a newb
---------- Post added at 08:14 PM ---------- Previous post was at 08:10 PM ----------
Oh, Nice to see your packets it's really usefull
Keep it up!
Are you also on Kekomundo?
It's a cool forum but the emu's are mostly closed source and thas its really shitty.(not because i'm a renamer but because i will have some snippets...)
Teach me how to get packets from habbo?
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Where do I put the code?...
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
/facepalm
Read the main post idiot.
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Confusing to be honest, which ones better?
Either way, i guess you gave it your best shot
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Quote:
Originally Posted by
kiddoidao3d
Teach me how to get packets from habbo?
using a packetlogger,..
---------- Post added at 03:53 PM ---------- Previous post was at 03:50 PM ----------
Quote:
Originally Posted by
muscab
Confusing to be honest, which ones better?
Either way, i guess you gave it your best shot
Vista4life's one is the same as Bifi2000 but Bifi2000 is the more clean than Maarten's one
o. And sorry for my bad english
at my school i have a bad teacher too,
Re: FIX fuse RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892)
Quote:
Originally Posted by
Richardjuhh
using a packetlogger,..[COLOR="Silver"]
Yes, but has a different code to convert to C #?
Please there a tutorial? I spend too thank your help!
-Marlon Colhado