Canceling Salt in the source

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    SkullCrasher Neliel Tu is offline
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,239Posts

    Canceling Salt in the source

    guys since i have problem with the password and salt i come today to check if you can help me
    disable this salt shit from the source in order to login my server with my password for ex
    this pass test111 and not flighttest111 i try anything and i know new to flyff please tell me how to do it


  2. #2
    Cory James Cuvvvie is offline
    MemberRank
    Nov 2009 Join Date
    707Posts

    Re: Canceling Salt in the source

    Password salt can be changed on line 1325 of Neuz.cpp in the Source folder and recompiling with VS2003w/SP1. You could've found this by either reading the changelog file included, searching the source for the string "flight".
    Last edited by Cuvvvie; 30-06-15 at 11:05 PM.

  3. #3
    SkullCrasher Neliel Tu is offline
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,239Posts

    Re: Canceling Salt in the source

    but why its keeping say the login information are worng

  4. #4
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: Canceling Salt in the source

    Check your password inside ACCOUNT_DBF->ACCOUNT_TBL

  5. #5
    SkullCrasher Neliel Tu is offline
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,239Posts

    Re: Canceling Salt in the source

    Ok now i try both md5 and normal string both not work

  6. #6
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: Canceling Salt in the source

    Show the part in the source where your removed the salt.
    Put it in [.code][./code] without the dots

  7. #7
    SkullCrasher Neliel Tu is offline
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,239Posts

    Re: Canceling Salt in the source

    /*case LANG_ENG:
    {
    if( ::GetSubLanguage() == LANG_SUB_IND )
    {
    szKey = "dldhsdlseh";
    }
    else
    {
    szKey = "patom";
    }
    }*/
    in the patch folder on the repack i saw its give me to connect and i use my orginal password without salt
    you know how i can remove it or how to make the game ignore from the salt that i be able to use my own Neuz.exe not the patched one ?

  8. #8
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: Canceling Salt in the source

    void CNeuzApp::HashMD5( char* szResult, LPCTSTR szPWD )
    {
    char szBuffer[256];
    sprintf( szBuffer, "%s", szPWD );
    md5( szResult, szBuffer );
    }

    Now its ignoring the salt.

  9. #9
    SkullCrasher Neliel Tu is offline
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,239Posts

    Re: Canceling Salt in the source

    i will check it

    - - - Updated - - -

    still login incorrect

  10. #10
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: Canceling Salt in the source

    Make an printscreen of your ACCOUNT_TBL

  11. #11
    SkullCrasher Neliel Tu is offline
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,239Posts

    Re: Canceling Salt in the source

    Quote Originally Posted by raventh1984 View Post
    Make an printscreen of your ACCOUNT_TBL

  12. #12
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: Canceling Salt in the source

    Did you rebuild your neuz and placed the new neuz inside your client?
    Also what password did you use so i can test it.

  13. #13
    SkullCrasher Neliel Tu is offline
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,239Posts

    Re: Canceling Salt in the source

    sent you in private

  14. #14
    SkullCrasher Neliel Tu is offline
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,239Posts

    Re: Canceling Salt in the source

    please guys help me i am try to connect my server and its keep telling me incorrect login details

  15. #15
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: Canceling Salt in the source

    #Solved .

    Problem was DB releated. Fixed with Teamviewer



Page 1 of 2 12 LastLast

Advertisement