• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Mercury Emulator V2.3 [Plus] [New RSA] [Love Locks] [Group Forums] [ETC]

Status
Not open for further replies.
Initiate Mage
Joined
Mar 30, 2013
Messages
4
Reaction score
0
Well. everybody is asking :: are there any exploits? leaks or hardcore bugs. Why are you not responding? i'm sure there is a big exploit in it...
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
171
Reaction score
115
Well. everybody is asking :: are there any exploits? leaks or hardcore bugs. Why are you not responding? i'm sure there is a big exploit in it...
No, there isn't any exploit. I promise, lol.
 
Skilled Illusionist
Joined
Jul 30, 2008
Messages
340
Reaction score
50
Well. everybody is asking :: are there any exploits? leaks or hardcore bugs. Why are you not responding? i'm sure there is a big exploit in it...


I think it there where any exploits, i think mrpudding would fix it.
 
Newbie Spellweaver
Joined
Oct 31, 2012
Messages
74
Reaction score
0
I don't think if you guys were expecting it, but I'm already developing Mercury v2.4
I hope some of these new features may convince you this isn't just a simple rename :)

1. Build 3310 (or RELEASE63-201409161433-700837580)
So yeah, I (once again, this is like the 9th time I do it) managed to update headers to one of the latest builds. :)

2. Ambassadors and new commands
You may already know, but there is an "Ambassador" system running in habbo.fr
Mercury'll also be getting ambassadors! See this GIF:
I also made a very simple :faceless command from scratch without any SQL queries :p.

3. Bug fixes, code cleaning and stability
~Many thanks for your reports, guys! I will improve Mercury a lot and I also fixed a lot of bugs and also lag issues! :)
~About code cleaning, yeah it's kind of ugly most of the deobfuscated Plus code :/ So I will do it, at least 50%. I promise!

4.
(And maybe one of the most important ones) Clientside RC4 encryption
A second instance of RC4 class is called if you set a boolean true in the public key packet.
This is for encrypting S2C messages, so why not? More security, ;)
So, now that retro packetlogger everyone is using will log everything scrambled from Mercury :)

5. Credits to everyone who made this project possible
So yeah, because I'm a nice person I added all the names of the ones who made this possible :)
xyuXZvj - Mercury Emulator V2.3 [Plus] [New RSA] [Love Locks] [Group Forums] [ETC] - RaGEZONE Forums


And more coming soon!
Wait for this version! :)

Hi,
I managed to compile and is already working.
Everything is correctly.
What day you will release version 2.4?
Please send us a SWF Pack Compatible! :)
Thanks you, nice work.
 

Attachments

You must be registered for see attachments list

AWA

Master Summoner
Loyal Member
Joined
Feb 24, 2008
Messages
595
Reaction score
389
Is there any demo hotels for this emu?
 
Newbie Spellweaver
Joined
Feb 19, 2014
Messages
25
Reaction score
2
this.Session.SendNotif("Go To duck Off You Stupid Damn idiot ! duck You !!");

(??)

internal void GetRoomData2() {
try
{
QueuedServerMessage queuedServerMessage = new QueuedServerMessage(this.Session.GetConnection());
if (this.Session.GetHabbo().LoadingRoom > 0u && this.CurrentLoadingRoom != null)
{
RoomData roomData = this.CurrentLoadingRoom.RoomData;
if (roomData != null)
{
if (roomData.Model == null)
{
this.Session.SendNotif("Go To duck Off You Stupid Damn idiot ! duck You !!");
this.Session.SendMessage(new ServerMessage(Outgoing.OutOfRoomMessageComposer));
this.ClearRoomLoading();
}
else
{
queuedServerMessage.appendResponse(this.CurrentLoadingRoom.GetGameMap().GetNewHeightmap());
queuedServerMessage.appendResponse(this.CurrentLoadingRoom.GetGameMap().Model.GetHeightmap());
queuedServerMessage.sendResponse();
this.GetRoomData3();
}
}
}
}
catch (Exception ex)
{
Logging.LogException(string.Concat(new object[]
{
"Unable to load room ID [",
this.Session.GetHabbo().LoadingRoom,
"] ",
ex.ToString()
}));
}
}
 
Newbie Spellweaver
Joined
Feb 11, 2013
Messages
37
Reaction score
4
Find this in RoomItem.cs

Code:
if (this.GetBaseItem().InteractionType == InteractionType.roombg)

Paste this below the ending of the if

Code:
    [COLOR=#333333]else if (this.GetBaseItem().Name == "ads_mpu_720" || this.GetBaseItem().Name == "ads_background" || this.GetBaseItem().Name == "ads_mpu_300" || this.GetBaseItem().Name == "ads_mpu_160")[/COLOR]                {
 
                    Message.AppendInt32(0);
                    Message.AppendInt32(1);
                    if (ExtraData != "")
                    {
                        Message.AppendInt32(ExtraData.Split(Convert.ToChar(9)).Length / 2);
 
                        for (int i = 0; i <= ExtraData.Split(Convert.ToChar(9)).Length - 1; i++)
                        {
                            Message.AppendString(ExtraData.Split(Convert.ToChar(9))[i]);
                        }
                    }
                    else
                    {
                        Message.AppendInt32(0);
                    }
 
                }

Credits to
Jeanzinh0 for the fix

Sorry but don't work :/
 
Elite Diviner
Joined
Dec 16, 2013
Messages
441
Reaction score
28
I don't got any problems with it?

I think he mean you can't use the Help Tool and you can't open an case ( In the help and ask a question )

Maybe it should be so when you ask a question, staff will get it ? or something
 
Status
Not open for further replies.
Back
Top