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

Status
Not open for further replies.

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Since it will be open-source, others could expect they could add Horses themselves following a tutorial somewhere here in DevBest?
You're doing good job ! Keep up the good work. :D
 

Zak

Posting Freak
Mar 12, 2011
847
453
Just coded a plugin when a the EXE is executed in a non source folder, the source is decompiled.

I really do hate no-source shit lol.
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Just coded a plugin when a the EXE is executed in a non source folder, the source is decompiled.

I really do hate no-source shit lol.
Do you mean if we move the emulator's executable file somewhere then we execute it? What will it do?

Sorry not that good in understanding some of your updates. :null:
 

Zak

Posting Freak
Mar 12, 2011
847
453
Long as the executeable file is within the source somewhere within the source folder.

System works like this.

SOURCE FILE CHECK => SCAN => SOURCE FILES FOUND? YES/NO => DECOMPILE/CONTINUE
 

Zak

Posting Freak
Mar 12, 2011
847
453
Code:
using SterlinEngine.Game.Sprite.Details.Interface;

namespace SterlinEngine.Game.Sprite.Details.Details
{
    public class PrimaryKey : IDetailRegister
    {
        // Id of the sprite
        private int _id;

        /// <summary>
        /// Name for the detail.
        /// </summary>
        /// <returns>The detail id.</returns>
        public string DetailName()
        {
            // Prefix is habbo_
            return "habbo_id";
        }

        /// <summary>
        /// Detailtype is the type of detail
        /// </summary>
        /// <returns>The detail id</returns>
        public object DetailType()
        {
            // Detail is Id
            return _id;
        }

        internal PrimaryKey GetDetail()
        {
            // Not complete, need NHibernate installed.
            return this;
        }
    }
}

Here's RevEmu's secret Engine, this runs all the protocol details.

Still no headers from itachi :/ .
 

dominic

Active Member
Dec 16, 2011
174
84
Let's drop the whole license questions.

It won't happen, and never will.

Made a anti-license system within a plugin.

Remove the plugin RevEmu will crash. [I've hidden lines within plugins good luck wasting 5 years to find it]

Add a license RevEmu which remove the license and continue.

I did this because i don't want Rev to be the new "Phoenix"
Why find them? If anyone makes license, people WILL crack it. Thats the retroworld.
 

Zak

Posting Freak
Mar 12, 2011
847
453
They will crack it, but not obtaining the full proper source.

It will be either some proxy crack, or decompile shit.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Half of my pc has malware lol.

Nice work Kaspersky!


So won't be on for a bit doing a format, dw all files are backedup no shit like. Omgz i format my pc i lost my filez, noobs can't back shit up lol.

Anyhow pce out.
 

FarLock

ThisHabbo Media Journalist
Apr 21, 2012
224
52
Half of my pc has malware lol.

Nice work Kaspersky!


So won't be on for a bit doing a format, dw all files are backedup no shit like. Omgz i format my pc i lost my filez, noobs can't back shit up lol.

Anyhow pce out.
Good news. Yayay.

ysL6M.png

should do this. :)
 

Zak

Posting Freak
Mar 12, 2011
847
453
Back, got new copy of a legit win7 installed. [Just kiddin it was pirated...]

Anyhow getting my basic needs installed, Flash, VS 11 etc.
 

M8than

yes
Mar 16, 2012
463
102
What percentage is finished would you say? Also can you do a join.me when you are coding? Please.
 

Zak

Posting Freak
Mar 12, 2011
847
453
@Above.

The Framework is near complete.
It's has all the basics done for the best possible framework.

Still waiting for headers... May just have to use some posted ones.

When i'm coding tomo i don't mind people watching me code.

Also the screen may look small. Very small, since i'm working at a 1080p resolution.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Nope.

Guys give me a second gonna fix this Fluent NHibernate issue, then i will be live streaming.
What will we see the in streaming?
The new multiple Database engine being produced for NHibernate.

And me finishing In-game Sql for User. Might as well just start on SSO once that's done.

Update 1:

Issue fixed lol, my bad i didn't copy the dll properly into the correct debug directory.
 

Zak

Posting Freak
Mar 12, 2011
847
453
RSA is long done, also all the banner data is written into banner.png!

Anyhow 858-792-032 ~ Join.me

I'll start by finishing User Data.

Update: Streamed for about an hour.
Done Usersql, Sso is ready for structure.

I'm off for now streams done for now.
be back in a few hours.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Anyone mind sharing Sh4rps packet logger.

Forgot to back it up haha >.<
 

Quackster

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

The Framework is near complete.
It's has all the basics done for the best possible framework.

Still waiting for headers... May just have to use some posted ones.

When i'm coding tomo i don't mind people watching me code.

Also the screen may look small. Very small, since i'm working at a 1080p resolution.

Is it that hard to packetlog your own?
 
Status
Not open for further replies.

Users who are viewing this thread

Top