Full Firewind source

Page 1 of 11 123456789 ... LastLast
Results 1 to 15 of 162
  1. #1
    Novice everest is offline
    MemberRank
    Jun 2013 Join Date
    1Posts

    big grin Full Firewind source

    Hey there all my friends out there!
    I'm here to bring you the full origianl source of Firewind Emulator!

    The emulator is stable and cleaner and got many bug fixes and some new functions!
    This is a leak of the latest version and I am proud to release it! thanks mr L, may sulake be with u.

    Download link:
    https://mega.co.nz/#!M0RCAIKK!J1PuEQ...nCVtoH-3A8kpyk
    Please like and mirror if u like!


  2. #2
    Banned Divide is offline
    BannedRank
    Aug 2011 Join Date
    British CoderLocation
    1,013Posts

    Re: Full Firewind source

    Last edited by Divide; 01-06-13 at 08:04 PM.

  3. #3
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: Full Firewind source

    Thanks, maybe, but I hate Firewind, it's faggy.

  4. #4
    Planning Stuff Since 2013 Vrop93 is offline
    MemberRank
    Jan 2012 Join Date
    Grocery StoreLocation
    320Posts

    Re: Full Firewind source

    Seems Legit, Thanks Everest!

  5. #5
    scream my name ParadiseRel is offline
    MemberRank
    Jun 2012 Join Date
    clitLocation
    600Posts

    Re: Full Firewind source

    Quote Originally Posted by Vrop93 View Post
    Seems Legit... Is this the original source or a cracked / ripped source?
    " I'm here to bring you the full origianl source of Firewind Emulator! "
    pretty sure it's original. maybe not. but he says it is :P

  6. #6
    Valued Member TheFlamingo is offline
    MemberRank
    May 2013 Join Date
    123Posts

    Re: Full Firewind source

    Sems legit

  7. #7
    ส็็็็็็็ Bloodraven is offline
    MemberRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: Full Firewind source

    It looks like its Firewind, Nothing special though.

  8. #8
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: Full Firewind source

    Dont think its the full source, searched for all comands. Cant find anything about the ''about command''

  9. #9
    ☮TAKU???? seanrom is offline
    MemberRank
    Nov 2009 Join Date
    1,004Posts

    Re: Full Firewind source

    Smells like AWA

  10. #10
    topkek amirite?? Leon is offline
    MemberRank
    May 2009 Join Date
    919Posts

    Re: Full Firewind source

    This version is a slightly old version, here's a more recent version with more bug fixes (This the complete source with development resources and more).

    https://www.dropbox.com/s/ge20yt0k3f...0%5B2.0%5D.zip

    Thanks,

  11. #11
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: Full Firewind source

    Quote Originally Posted by Twan View Post
    Dont think its the full source, searched for all comands. Cant find anything about the ''about command''
    Like this? :P

    Code:
    internal void info()        {
                DateTime Now = DateTime.Now;
                TimeSpan Uptime = Now - FirewindEnvironment.ServerStarted;
    
    
                StringBuilder Alert = new StringBuilder();
    
    
                int UsersOnline = FirewindEnvironment.GetGame().GetClientManager().ClientCount;
                int RoomsLoaded = FirewindEnvironment.GetGame().GetRoomManager().LoadedRoomsCount;
    
    
                Alert.Append(FirewindEnvironment.PrettyVersion + " - Awasome version\n");
                Alert.Append("-----------------------------------------------\n");
                Alert.Append("Thanks to:\n");
                Alert.Append("      - All developers of butterfly/uber/everything really");
                Alert.Append("Server Status:\n");
                Alert.Append("-----------------------------------------------\n\n");
                Alert.Append("Uptime: " + Uptime.Minutes + " minutes, " + Uptime.Hours + " hours and " + Uptime.Days + " day(s)\n");
                Alert.Append("Users online: " + UsersOnline + "\n");
                Alert.Append("Rooms loaded: " + RoomsLoaded + "\n\n");
    
    
                Session.SendBroadcastMessage(Alert.ToString());
            }
    PrettyVersion = string.Format("Firewind {0}", Assembly.GetExecutingAssembly().GetName().Version);

  12. #12
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: Full Firewind source

    Quote Originally Posted by Hejula View Post
    Like this? :P

    PHP Code:
    internal void info()        {            DateTime Now DateTime.Now;            TimeSpan Uptime Now FirewindEnvironment.ServerStarted;
                
    StringBuilder Alert = new StringBuilder();
                
    int UsersOnline FirewindEnvironment.GetGame().GetClientManager().ClientCount;            int RoomsLoaded FirewindEnvironment.GetGame().GetRoomManager().LoadedRoomsCount;
                
    Alert.Append(FirewindEnvironment.PrettyVersion " - Awasome version\n");            Alert.Append("-----------------------------------------------\n");            Alert.Append("Thanks to:\n");            Alert.Append("      - All developers of butterfly/uber/everything really");            Alert.Append("Server Status:\n");            Alert.Append("-----------------------------------------------\n\n");            Alert.Append("Uptime: " Uptime.Minutes " minutes, " Uptime.Hours " hours and " Uptime.Days " day(s)\n");            Alert.Append("Users online: " UsersOnline "\n");            Alert.Append("Rooms loaded: " RoomsLoaded "\n\n");
                
    Session.SendBroadcastMessage(Alert.ToString());        } 
    PrettyVersion = string.Format("Firewind {0}", Assembly.GetExecutingAssembly().GetName().Version);
    Lol, couldnt find it. My visual basic suckz.

  13. #13
    ☮TAKU???? seanrom is offline
    MemberRank
    Nov 2009 Join Date
    1,004Posts

    Re: Full Firewind source

    Hope with will inspire some new developers to enter the scene. Most of the community have left allready.

    Quote Originally Posted by Twan View Post
    Lol, couldnt find it. My visual basic suckz.
    Visual basic? What the fuck are you talking about...?

  14. #14
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: Full Firewind source

    Quote Originally Posted by Zensai View Post
    Hope with will inspire some new developers to enter the scene. Most of the community have left allready.



    Visual basic? What the fuck are you talking about...?
    Visual C#? Im having the 2010 version. Gonna install 2012 now.

  15. #15
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

    Re: Full Firewind source

    It's better released than sold in the shadows..


    Looked through Leons 'newer' version, and it seems like the only actual 'bug fix' is an improved habbo info window heh
    My latest had some more cleaned up and refactored code, just do a diff if you want to check.



Page 1 of 11 123456789 ... LastLast

Advertisement