Search results

  1. Zak

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

    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
  2. Zak

    RevCMS 3.0 [PHP, MVC, Multi-Support]

    Ajax is so cool man. Keep it up, also do a plugin of the PHP friend stream.
  3. Zak

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

    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.
  4. Zak

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

    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...
  5. Zak

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

    Once it's released. Dominics little fun will be over. Anyhow still waiting upon headers... [Since Itachi has a way of extracting them out of the swfs]
  6. Zak

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

    Erm, because it's open source....? Jake yes you will need a license and 20quid. No i'm not Phoenix. The source will be free-open source, updated casually when updates are required. NO license will be required. I'm gonna add some lines of code somewhere in the source code, so no one can add...
  7. Zak

    RevCMS 3.0 [PHP, MVC, Multi-Support]

    Haha.
  8. Zak

    RevCMS 3.0 [PHP, MVC, Multi-Support]

    If you ever decide hooking up ASP.NET for 4.0, 5.0 what ever build. Let me know, i'll make the best fluent NHibernate system for your ASP.NET. Anyhow progress seem great as ever, keep it up!
  9. Zak

    Sulake Finland getting in on Retro's cases

    I am still developing, and will continue i have no reason at all to stop.
  10. Zak

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

    RevEmu won't be done for a while. RevEmu will be released in builds. First release will be for example STABLE RELEASE BUILD: 1.0, Rev: 1.2.5, Minor: 0.1 = 1.2.5.1 Anyhow first stable build will be Rev having all the basics done proper coded [Not Hardcoded]. Which will be most likely...
  11. Zak

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

    Well, Itachi said it's going good so far extracting the headers. So i'm just gonna work on the V26 Protocol handling for a day or two. Until itachi is done.
  12. Zak

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

    First. This is because it is A* Algorithm. Algorithm is best for pathfinders for gaming. Second. No, it will use Mono in the future.
  13. Zak

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

    New Logo from my friend Jayden. Still waiting for headers from itachi.
  14. Zak

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

    Thanks to one of Team Rev's members [Itachi] we will be getting all the headers for the newest swf build. This is really great news for project Rev!
  15. Zak

    FrostRP Emulator

    Caleb one of the best developers? He did not even know what static is in C# lol.
  16. Zak

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

    It's 8:43am and i've completed on my research on NHibernate for storage handling. (See how dedicated i am haha) Here's what i've come up with using System; using System.Collections.Generic; using System.Linq; using System.Text; using NHibernate; using NHibernate.Criterion; using...
  17. Zak

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

    Got NHibernate configured up with FluentNHibernate. (MySql) public static Configuration NHibernateConfiguration() { var config = Fluently.Configure() .Database(MySQLConfiguration .Standard...
  18. Zak

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

    Done FluentNHibernate for mapping. No need for bunch of .XML files. Emulator now debugs. Latest source pushed to Git.
Top