Search results

  1. Zak

    Win a Virtual Private Server!

    Nvm RevCms has gotten it! Btw nice designs Ricky,
  2. Zak

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

    I also spotting something interesting in msdn. I can run my querys like this IEnumerable<int> orderingQuery = from num in numbers where num < 3 || num > 7 orderby num ascending select num;
  3. Zak

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

    Thanks to Mr. Christ for he's support that i have managed to code a new way of coding coding The way i was coding was pretty simple and advanced. BUT Rev is all pro ;p [I can't fall back to RevCMS's aswesome coding!] So i will be recoding most of the source using Linq style! What the fuck is...
  4. Zak

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

    Nope it shouldn't even lag as it's coded efficiently. And normally it shows on the console of the emulator that it's been saved. No idea. Don't worry you don't need to close the emulator, it just dumps it via file stream.
  5. Zak

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

    Sorry, for the lack of updates. Well a main feature i just coded incase of hacking, is a backup-database system. It stores dumps of your database to your selected location. Also you can setup to store backups like every week, every hour, every day, etc. I've almost finished doing the fields...
  6. Zak

    The real melody EXPOSED

    Hey look it's the 4:16am all black nigga.
  7. Zak

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

    c = Cached. Just added on due to questions.
  8. Zak

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

    ClientMessage Rechanged class Cm { public String OString; public String OData; public Cm(string data) { OData = data.Substring(4); } public int Header() { var header =...
  9. Zak

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

    ServerMessage Updates. public Sm(Int32 header) { _header = header; header = RCrypto.DecodeBit8(SClientMessage.OString.Substring(4, 6)); _contentBuilder = new StringBuilder(); AppendInt(header); } RCrypto Updates. public...
  10. Zak

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

    /* * `id` int(10) unsigned NOT NULL AUTO_INCREMENT, * `page_id` int(11) NOT NULL, * `item_ids` varchar(120) NOT NULL, * catalog_name` varchar(100) NOT NULL, * `cost_credits` int(11) NOT NULL, * `cost_pixels` int(11) NOT NULL, * `cost_snow` int(11) NOT NULL DEFAULT '0', * `amount` int(11)...
  11. Zak

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

    Got rid of them lousy IHabbo if statements. using System; using System.Collections.Generic; using System.Text; namespace RevEmu.rMessage { public struct SM { #region Fields private Int16 _header; private StringBuilder _contentBuilder; #endregion...
  12. Zak

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

    Aye, well thanks to Maarten the ServerMessage is being improved, i'll upload it once it's done.
  13. Zak

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

    http://screensnapr.com/v/XuWU2a.png using System; using RevEmu.Sockets; using RevEmu.Environment; using System.Reflection; namespace RevEmu { class RevEnvironment { static void Main() { // Console { Console.Title = "RevEmu ~...
  14. Zak

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

    Schools, been a piss a big piss. Well them bastards on strike haha, so yes! that means tomorrow is a 24 hour Rev coding session!
  15. Zak

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

    This is a framework you can code it for any CMS you want. But the actual server will support any CMS.
  16. Zak

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

    hRev FrameWork is now releases, please click here to check out!
  17. Zak

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

    One of the reasons Uber emulator failed was because it was rushed. I'm kind of doing a database system here. Most the basic needs for the SSO are done. I just need to finish coding the multiple database system. I gotta log each table, and each field/column, you don't know how annoying that...
  18. Zak

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

    public static string GetDatabase() { if (Config.GetString("rSql.Database.Type").Contains("Phoenix")) { return RevEmu.DatabaseTypeSystem.DatabaseTypes.GetStructureTypes.Phoenix.GetTablesAndColumns(); } } Example of multiple...
  19. Zak

    Someone Explain this please to me

    Alright. Rasta will reply within 1-2 hours i assume. PS nice index image.
Top