Search results

  1. Zak

    Xbox Clan Font Plox

    Cheers.
  2. Zak

    Someone Explain this please to me

    Then it must be a reset don't worry if it happened to a mass amount of accounts then it will update. Or you will receive a message from Rasta.
  3. Zak

    Someone Explain this please to me

    Did you follow all the rules?
  4. Zak

    Xbox Clan Font Plox

    Since it's new we don't feel have a name but the clan's name design is like l Name Here l example: l Squalo l and erm Modern.
  5. Zak

    Xbox Clan Font Plox

    Well i made a xbox clan called l and i need a font. The font must say l Clan l and may be have that xbox button for the a cheers. Zak
  6. Zak

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

    Cheers, also good luck on your project to *winks*
  7. Zak

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

    Yeah we've been good mates for about a year now. And he's working on the hard bit. The Habbo RC4 crack [client]
  8. Zak

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

    A framework will be released including a config system [Reading and getting data from Config] Supersockets with sending and receiving bytes for packets. The Databasetype system. The the advanced and stable Sql system. The Crypto crack. The Handshake coded. And basic features like Get credits...
  9. Zak

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

    Aye, also just need to complete handshake and then apply the events such as SSO etc, will not take long hopefully.
  10. Zak

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

    As in the earliar post's i made a comment that i will make this advanced as i can and i will even will learn more C# to do make it even more advanced. Why have i brought up this comment? Because of this! public static class PacketSession { public static void...
  11. Zak

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

    class InitData : RevEmu.Messages.Handlers.IPacketData { public SM Packet(Object[] objects) { var sMessage = new SM(1); sMessage.Append(objects[0] + string.Empty); sMessage.Append(objects[1]); sMessage.Append(objects[2])...
  12. Zak

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

    Btw ignore the Instance of 1 it will be changed as i just have not added the new class libary build of rHeaders.
  13. Zak

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

    Well IHI is way better structured and i need to get more knowledge of Class library to make it more flexible but don't worry in one of the versions of RevEmu i will do!. Finally got the Packet data sending done! So Handshake is being worked on public class InitSecretKey ...
  14. Zak

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

    Yeah i was thinking of doing a plugin where you can not only set your database but select a revision/version of habbo. The good thing is that you can only select [Certain database types for certain revisions] First question: What revision would you like? Please select from the following v1...
  15. Zak

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

    Naw but yeah that one of the epic features well here's the answer. "Advanced For Habbo"
  16. Zak

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

    Good question. At least 1gb of ram usage so 2gb would be good. A decent CPU may be dual core. And there you go... Don't worry alex your in-game shots are coming! I have said it various of times. Yes it will be. Also did anyone crack the secret message in the Main post in one of the stylish...
  17. Zak

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

    public class rServer : AppServer<rSession> { private Dictionary<string, List<string>> broadcastDict = new Dictionary<string, List<string>>(StringComparer.OrdinalIgnoreCase); private object broadcastSyncRoot = new object(); private Dictionary<string, rSession>...
  18. Zak

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

    It's confirmed that RevEmu can now officially take over 10k amount of connections with decent specs. [Shown from analysis of SuperSockets from there Documentation] Yeah the In-game will soon come up. I didn't expect these sockets to be so hard but after reading a little tut about it. Bam these...
Top