Revolution Emulator [C#, R63B, Encryption Cracked, DAO, Fluent NHibernate, Lua Plugin, Mono]

Status
Not open for further replies.

Zak

Posting Freak
Mar 12, 2011
847
453
Ok after looking at Mango's Habbo project [Plugin] i will implant it's interfaces into Rev tomo in Plugins > Frameworks > Mango > Habbo > Interfaces for the framework.

I will do this at 7pm BST (British Summer Time) (United Kingdom)

I will post the Join.me for you guys, around 6:50pm

Cya, of to sleep now, yeah i know i'm a little bitch for going to sleep at 12 am lol.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Sorry 12 minutes late.

Better late then never lol.

Anyhow

310-841-832

join.me

Coding will start in a few mins.
 

Zak

Posting Freak
Mar 12, 2011
847
453
The Join.ME was a fucking laugh haha.

Anyhow gonna read some tutorials up on Spring.NET for NHibernate, Fluent.

Pce out, nice 5-some call on Skype lol.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Sorry no updates.
Was playing Minecraft on xbox from 1pm, then noticed it was 10pm lol.
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
  • Direct room links
I guess the room links provided in the room info has something to do with the emulator. If you can make them working, that'd be great! :up:
 

dominic

Active Member
Dec 16, 2011
173
83
  • Direct room links
I guess the room links provided in the room info has something to do with the emulator. If you can make them working, that'd be great! :up:

Thats most likely flash_texts or vars including your CMS. :)
 

Zak

Posting Freak
Mar 12, 2011
847
453
Do you mean when you click a enter room link on the CMS then sends you to that room?

That's mostly on the Client.php aka CMS side.
But i guess the emulator has it's part of it too.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Going take the packets out from Neutrino while i wait upon new headers!

[I really need to test how this sexy framework handles in-game]
 

Zak

Posting Freak
Mar 12, 2011
847
453
Long night.

Got some packets done.
Fixed the packet handler.
Fixed the process receive.
Added Mango's sockets.
Merged Sockets with the RevEmu Environment.
Fix some NHibernate issues.

Here's some of the packets that are done.

Code:
namespace RevEmu.Revisions.R63B.Game.Packets.Composers
{
    class TryLoginMessageComposer
    {
        /// <summary>
        /// Invokes header to let user Login.
        /// </summary>
        internal class LoginUser : PacketComposer
        {
            /// <summary>
            /// Packet Header is just invoked.
            /// </summary>
            public LoginUser()
                : base(MessageEventIds.InitSystem)
            {
            }
        }

        /// <summary>
        /// Invokes to get the Homeroom id for the user.
        /// </summary>
        internal class HomeRoom : PacketComposer
        {
            /// <summary>
            /// Header is invoked using habbo.
            /// </summary>
            /// <param name="habbo">All the data for the habbo</param>
            public HomeRoom(HabboSqlData habbo)
                : base(MessageEventIds.SetHome)
            {
                // Homeroom id
                base.AppendInt32(habbo.GetHomeRoom());

                // Homeroom id
                base.AppendInt32(habbo.GetHomeRoom());
            }
        }

        /// <summary>
        /// Gets the Favourites
        /// </summary>
        internal class Favourites : PacketComposer
        {
            /// <summary>
            /// Sets the favourites for the user.
            /// </summary>
            public Favourites()
                : base(MessageEventIds.SetFavs)
            {
                // Max Fav?
                base.AppendInt32(30);
                // Not HC?
                base.AppendInt32(0);
            }
        }
    }
 

Zak

Posting Freak
Mar 12, 2011
847
453
Pushed new updates on git!

To download the newest update visit the official project development homepage.

 

titchy

Living the sexy title
Oct 2, 2011
65
4
Stays on this:

nIPPam.jpg


 

Zak

Posting Freak
Mar 12, 2011
847
453
Not really.

New sockets, Fluent NHibernate, Beginning of Dao, Fully functional user distributor.

Do me a favor.
Test the emulator with some cracked swfs.
 

Quackster

a devbest user says what
Aug 22, 2010
1,764
1,241


I'm sorry but I do not understand a word you say on your site. You need to actually explain what everything is. I myself know what you're talking about but a lot of others don't!
 
Status
Not open for further replies.

Users who are viewing this thread

Top