[Release] Rv guard 223 source

Page 6 of 8 FirstFirst 12345678 LastLast
Results 76 to 90 of 118
  1. #76
    Member Dev Crime is offline
    MemberRank
    Jun 2015 Join Date
    99Posts

    Re: [Release] Rv guard 223 source

    As according to me

    Everthing Come From Others Works ,

    Actually We never had files automatically when RF Online had started .

    So technically that means some one shared the files , because he cared ...
    So if we have someone else works , we can too share to others that who may be looking for a long time , and to help and care them
    but we should still credit for the real source ..

    And ye Likertuban Sharing Is Caring ...

  2. #77
    Enthusiast Clebson da Sul is offline
    MemberRank
    Dec 2014 Join Date
    31Posts

    Re: [Release] Rv guard 223 source

    I compactei to work however no effect even I LICENSE disabling it does not work ... I can still use fly hacker bug map etc ... I took the job that vpqtb susbistitui posted and the DLL and does not work any protection .. . what should I do?

  3. #78
    Proficient Member Merritt is offline
    MemberRank
    Feb 2010 Join Date
    164Posts

    Re: [Release] Rv guard 223 source

    think this could be used on older versions?

  4. #79
    Non omnis moriar UniverseGaming is offline
    MemberRank
    May 2014 Join Date
    307Posts

    Re: [Release] Rv guard 223 source

    only works on 223

  5. #80
    Newbe likertuban is online now
    ModeratorRank
    Apr 2012 Join Date
    2,334Posts

    Re: [Release] Rv guard 223 source

    Quote Originally Posted by Merritt View Post
    think this could be used on older versions?
    you have to rewrite everything if you want to use this on older version...
    especially class, function, and the address
    the class and struct would be the most pain in the ass
    as long as class is done, function and address would be easily finded using 216 (you have to look serverfiles with PDB)

  6. #81
    Enthusiast Clebson da Sul is offline
    MemberRank
    Dec 2014 Join Date
    31Posts

    Re: [Release] Rv guard 223 source

    bool GetHW_Info()
    {
    char serialNumber[1024];
    get_drive_serial_number( "C:", serialNumber );
    if( !stricmp(RSA_Decrypt( 0 ), serialNumber) )
    {
    return true;
    }
    return true;


    I use this method and this error happens

    0 08/12/15 20:37:26: Closed Port:27700,Not Host Connect. >>>> Help-me pls
    Last edited by Clebson da Sul; 14-08-15 at 03:51 PM.

  7. #82
    Member Alysson is offline
    MemberRank
    Aug 2015 Join Date
    AppservLocation
    84Posts

    Re: [Release] Rv guard 223 source

    How to make this source in to Zone server Application and the Modules also.

  8. #83
    I'm your Worst Nightmare! Meet Your Maker is offline
    MemberRank
    Nov 2012 Join Date
    EarthLocation
    449Posts

    Re: [Release] Rv guard 223 source

    Quote Originally Posted by Alysson View Post
    How to make this source in to Zone server Application and the Modules also.
    This is not ZonServer, This is a Extension for ZoneServer. You need to hook the Extension to ZoneServer.exe

    - - - Updated - - -

    Quote Originally Posted by Clebson da Sul View Post
    bool GetHW_Info()
    {
    char serialNumber[1024];
    get_drive_serial_number( "C:", serialNumber );
    if( !stricmp(RSA_Decrypt( 0 ), serialNumber) )
    {
    return true;
    }
    return true;


    I use this method and this error happens

    0 08/12/15 20:37:26: Closed Port:27700,Not Host Connect. >>>> Help-me pls
    Are you using Visual Studio Ultimate 2013?

  9. #84
    Non omnis moriar UniverseGaming is offline
    MemberRank
    May 2014 Join Date
    307Posts

    Re: [Release] Rv guard 223 source

    Quote Originally Posted by Clebson da Sul View Post
    bool GetHW_Info()
    {
    char serialNumber[1024];
    get_drive_serial_number( "C:", serialNumber );
    if( !stricmp(RSA_Decrypt( 0 ), serialNumber) )
    {
    return true;
    }
    return true;


    I use this method and this error happens

    0 08/12/15 20:37:26: Closed Port:27700,Not Host Connect. >>>> Help-me pls
    use bool GetHW_Info()
    {
    char serialNumber[1024];
    get_drive_serial_number( "C:", serialNumber );
    if( !stricmp(RSA_Decrypt( 0 ), serialNumber) )
    {
    return false;
    }
    return false;

  10. #85
    Enthusiast Clebson da Sul is offline
    MemberRank
    Dec 2014 Join Date
    31Posts

    Re: [Release] Rv guard 223 source

    I'm using visual 2010 as indicated likertuban ... Copilar the dll and when I open the server in inside the RV-system folder opens a folder "license" and the error occurs 0 08/12/15 20:37:26: Closed Port: 27700, Not Host Connect will try the method of


    return false;
    }
    return false;


    and I speak here the result .... Thank you all for the help: D

    - - - Updated - - -

    When the file with copilar


    return false;
    }
    return false;


    The server opens and I can log ... however none of protection works ....

  11. #86
    Member Alysson is offline
    MemberRank
    Aug 2015 Join Date
    AppservLocation
    84Posts

    Re: [Release] Rv guard 223 source

    can any one give me this gameguard that can be use in server already?

  12. #87
    Newbe likertuban is online now
    ModeratorRank
    Apr 2012 Join Date
    2,334Posts

    Re: [Release] Rv guard 223 source

    sigh~
    does no one figure it out and want to share how to bypass this license check which is so simple -_-
    i'll leave the clue, look on debug mode, and compare it with release mode, you should figure it out already, in fact it's so simple to bypass the license, and what i said about the existence the second license is true, disabling hardware check is not the only thing you need, but no one believe me after all -_-

  13. #88
    Non omnis moriar UniverseGaming is offline
    MemberRank
    May 2014 Join Date
    307Posts

    Re: [Release] Rv guard 223 source

    liker disabaling hardware check is all i did and it runs perfectly fine....... no other steps are required o.o so what is it your going on about?

  14. #89
    Newbe likertuban is online now
    ModeratorRank
    Apr 2012 Join Date
    2,334Posts

    Re: [Release] Rv guard 223 source

    Quote Originally Posted by UniverseGaming View Post
    liker disabaling hardware check is all i did and it runs perfectly fine....... no other steps are required o.o so what is it your going on about?
    are you sure? does the fly hack fix working?
    chat/command is not part of protection...

  15. #90
    Member Xcct is offline
    MemberRank
    Jan 2011 Join Date
    58Posts

    Re: [Release] Rv guard 223 source

    there are a few ways as far i remmeber. 1. get the test license that enables everything 2. remove the valdiations 3. modify the validation and just return true.



Page 6 of 8 FirstFirst 12345678 LastLast

Advertisement