Search results

  1. Zak

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

    Oh yeah sorry about that. That was due to the Config fucking up so i manually did the Sql. You can change the Sql at MySqlClientManagement.cs and edit the details.
  2. Zak

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

    Did anyone manage to test it. btw i cant merge posts on a phone
  3. Zak

    ZAK 2012

    ZAK 2012
  4. Zak

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

    It should be able to at least send you to hotel view? But the main test is, that is it picking up the connection? Since i have getting no connection at all. i tried to different sockets. So i just wanna see if it works for anyone else.
  5. Zak

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

    I hope it's not like Neutrino, because it got stopped half way. And did not even have the RC4,BANNER,RSA
  6. Zak

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

    Yes, find SessionManager.cs and look in the Traffic region. Nvm i'll post the code for you. private static void HandleReceive(SocketAsyncEventArgs Args) { var token = Args.UserToken as AsyncUserToken; try { if...
  7. Zak

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

    Not atm. Also could some test the source from github with a swf. I always seem to have problems with swfs. Cheers, Zak
  8. Zak

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

    https://github.com/ZakAmirz/RevolutionEmulator/tree/master/RevEmu
  9. Zak

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

    I keep debugging to find the out issue. Sockets handle everything fine as expected. But oddly it's the generic directory not adding the events properly. Or it may be the MessageHandler not invoking it properly when it handles them.
  10. Zak

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

    Bare with me, I've had few issues, but i'm doing this fast as i can [Setting everything up]
  11. Zak

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

    I thought people could read comments. -Anyway just got the cracked swf from betterway.
  12. Zak

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

    Has anyone got a backup of Betterways 02-01-12 cracked? I been looking for it for a while. Seem like he's link has gone down. Nvm, i'll just send Betterway a pm for it.
  13. Zak

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

    I was supposed to post in-game screenshots last night. But i was too pissed of. I'll do it tonight Why i was pissed of? http://screensnapr.com/v/iF5hOU.jpg
  14. Zak

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

    I'll work on it later. I could make a separate program which will monitor Rev and send out emails.
  15. Zak

    What's the best EMU?

    RevEmu is looking good (from the current build) i will hopefully have in-game. Best emulator : Lemon Best released emulator: Phoenix (Not released but still being cracked etc)
  16. Zak

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

    http://screensnapr.com/v/2IyEmt.jpg Sorry i was busy with above :) .NET 4.5 BETA HERE I COME!!!!
  17. Zak

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

    Update i used the wrong class i used the ADO.NET class, supposed to use the MySql.NET class. public MySqlDataReader DataReader(string sQuery) { try { // Start the reader for the query. return...
  18. Zak

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

    Query handling was rather shit, so i updated it to a better code. Credits to Google for some Help on the Net Sql classes. public SqlDataReader WriteQuery(string sQuery) { // Open Connection and Set Query var command = new SqlCommand(sQuery...
  19. Zak

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

    I listened to what Manuel said so i did a major cleanup Root: http://screensnapr.com/v/KN4FRy.png Requirements: http://screensnapr.com/v/lQQwfu.png Revisions: http://screensnapr.com/v/idwV46.png Codes: ServerMessage Re-written using System; using System.Collections.Generic; using...
Top