NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

Page 1 of 9 123456789 LastLast
Results 1 to 15 of 130
  1. #1
    iiiiiiiiiii Brought is offline
    MemberRank
    Aug 2013 Join Date
    469Posts

    wink NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI
    Hello Ragezone,

    I am here today to release the NovaEMU. I was in no part related to the development of this EMU and will not provide personal support for it. If you wish to gain support, you may PM @Ryan and request help personally.

    I obviously need to make this loud and clear -
    If you are a noob, do not use this emulator.
    If you have questions, post it in the HELP section. Posting it in this thread will only result in it being closed. Click here to post your questions.
    This emulator features -
    - Achievements
    - Bots
    - Badge Display
    - Club Gifts
    - Gifts
    - Recycler
    - Relationships
    - Marketplace
    - Room Events
    - Room builder
    - Room polls
    - Groups
    - Guide Tool
    - Youtube Videos
    - Working Wired
    - Full working MOD tool (unique)
    - Jukebox
    - More

    Current revision -
    • RELEASE63-201406121205-769959

    Credits -
    • Roy (Uber Emulator)
    • maritnmine (Butterfly Emulator)
    • Maarten (Editing Butterfly Emulator)

    What you need -
    • Visual Studio Ultimate 2013
    • Add features: Microsoft Foundation Classes for C++
    • .NET Framework 4.5

    Quote Originally Posted by Ryan View Post

    Delete: bin/x64/Debug/System/configuration/Authentication data.DONG, start emu, press 'N' -> host: 127.0.0.1 -> port: 3306 -> root user -> password & done
    Downloads:


    IMPORTANT EXPLOIT FIX
    Spoiler:
    Find query in AddANewWordToRoomFilterMessageComposer.cs:

    dbClient.setQuery("INSERT INTO room_filter (roomid,word) VALUES (" + FlatId + "," + FilterWord + ")");


    Replace query with:

    dbClient.setQuery("INSERT INTO room_filter (roomid,word) VALUES (" + FlatId + ",@word)");
    dbClient.addParameter("word", FilterWord);
    dbClient.runQuery();


    Find query in AddANewWordToRoomFilterMessageComposer.cs:

    dbClient.runFastQuery("DELETE FROM room_filter WHERE roomid = " + FlatId + " AND word = " + FilterWord + " LIMIT 1;");


    Replace query with:

    dbClient.setQuery("DELETE FROM room_filter WHERE roomid = " + FlatId + " AND word = @word LIMIT 1;");
    dbClient.addParameter("word", FilterWord);
    dbClient.runQuery();





    Screenshots:
    (cheers to @Robot for the screenshots)
    Spoiler:




    Cheers,

    Brought
    Last edited by Brought; 13-09-15 at 11:21 PM.


  2. #2
    Apprentice Decompiler is offline
    MemberRank
    Jul 2015 Join Date
    21Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    This emulator is not working. Screenshot by Lightshot
    Imma gonna try to fix

  3. #3
    iiiiiiiiiii Brought is offline
    MemberRank
    Aug 2013 Join Date
    469Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Quote Originally Posted by Decompiler View Post
    This emulator is not working. Screenshot by Lightshot
    Imma gonna try to fix
    I did, indeed, have it working.

  4. #4
    Apprentice Decompiler is offline
    MemberRank
    Jul 2015 Join Date
    21Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Quote Originally Posted by Brought View Post
    I did, indeed, have it working.
    Did you got it working?

  5. #5
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    tis' be a nice release , it seems to be as good as azure :O hownis the pathfinding in this emu?

  6. #6
    Novice MahiroFuwa is offline
    MemberRank
    Sep 2015 Join Date
    Minato-ku, TokyLocation
    1Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI


  7. #7
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Quote Originally Posted by MahiroFuwa View Post
    I can see it say press N key. so try pressing N and see what happens.

  8. #8
    Apprentice Decompiler is offline
    MemberRank
    Jul 2015 Join Date
    21Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Quote Originally Posted by MahiroFuwa View Post
    This is Butterfly R105 so you need to Delete .Dong in System/Configuration/.dong
    Start the emulator and Install.

  9. #9
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Who need support can PM me

    Anyway you have to delete: bin/x64/Debug/System/configuration/Authentication data.DONG, start emu, press 'N' -> host: 127.0.0.1 -> port: 3306 -> root user -> password & done. This is more stable then Azure, Good luck!

  10. #10
    Apprentice Decompiler is offline
    MemberRank
    Jul 2015 Join Date
    21Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Quote Originally Posted by Ryan View Post
    Who need support can PM me

    Anyway you have to delete: bin/x64/Debug/System/configuration/Authentication data.DONG, start emu, press 'N' -> host: 127.0.0.1 -> port: 3306 -> root user -> password & done. This is more stable then Azure, Good luck!
    Yeah but some people getting this Error: Screenshot by Lightshot

  11. #11
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Quote Originally Posted by Decompiler View Post
    Yeah but some people getting this Error: Screenshot by Lightshot
    This is because you didn't install Microsoft Foundation Classes for C++

    What you need:

    Visual Studio Ultimate 2013 (with optional features: Microsoft Foundation Classes for C++)
    .NET Framework 4.5

    Screen: Screenshot by Lightshot

  12. #12
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Quote Originally Posted by HotelMaker View Post
    @Ryan cant set password when i press the *n*
    Screen

  13. #13
    Ask me about Daoism FullmetalPride is offline
    MemberRank
    Nov 2010 Join Date
    2,172Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Is this fully in C++, or is it just the sockets.

    By the way, is this based on Leon's Nova series? He had one called Nova I believe.

  14. #14
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Quote Originally Posted by FullmetalPride View Post
    Is this fully in C++, or is it just the sockets.

    By the way, is this based on Leon's Nova series? He had one called Nova I believe.
    Just the sockets are written in C++ by Martin.
    This is based on Butterfly Emulator, not Leon's Nova.

  15. #15
    Apprentice Decompiler is offline
    MemberRank
    Jul 2015 Join Date
    21Posts

    Re: NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

    Yo guys, you need a cms that supports User_tickets or you can Change it to auth_ticket.

    Small code that I found on RageZone for Auth_ticket
    Spoiler:


    using (IQueryAdapter dbClient = MainEnvironment.GetDatabaseManager().getQueryreactor())
    {
    if (!useSso || !MainEnvironment.useSSO)
    {
    dbClient.setQuery("SELECT userid " +
    "FROM users " +
    "WHERE users.auth_ticket = @sso LIMIT 1");
    }
    else
    {
    dbClient.setQuery("SELECT userid " +
    "FROM users " +
    "WHERE users.auth_ticket = @sso " +
    "AND ip_last = @iPaddress ");

    }

    dbClient.addParameter("sso", sessionTicket);
    dbClient.addParameter("ipaddress", ip);
    userid = (uint)dbClient.getInteger();


    if (userid == 0)
    {
    errorCode = 1;
    return null;
    //Logging.LogException("No user found. Debug data: [" + sessionTicket + "], [" + ip + "]");
    //throw new UserDataNotFoundException(string.Format("No user found with ip {0} and sso {1}. Use SSO: {2} ", ip, sessionTicket, MainEnvironment.useSSO.ToString()));
    }
    userData = MainEnvironment.GetGame().GetClientManager().GetHabboData(userid);

    if (userData == null)
    {
    errorCode = 1;
    return null;
    }
    //if (ip != "127.0.0.1")
    //{
    // dbClient.setQuery("DELETE FROM user_tickets WHERE sessionticket = @Sessionticket");
    // dbClient.addParameter("sessionticket", sessionTicket);
    // dbClient.runQuery();
    //}


    Just make a help thread and I will help you.



Page 1 of 9 123456789 LastLast

Advertisement