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 ...
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?
Re: [Release] Rv guard 223 source
think this could be used on older versions?
Re: [Release] Rv guard 223 source
Re: [Release] Rv guard 223 source
Quote:
Originally Posted by
Merritt
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 :P:
the class and struct would be the most pain in the ass :P:
as long as class is done, function and address would be easily finded using 216 (you have to look serverfiles with PDB)
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
Re: [Release] Rv guard 223 source
How to make this source in to Zone server Application and the Modules also.
Re: [Release] Rv guard 223 source
Quote:
Originally Posted by
Alysson
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
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?
Re: [Release] Rv guard 223 source
Quote:
Originally Posted by
Clebson da Sul
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;
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 ....
Re: [Release] Rv guard 223 source
can any one give me this gameguard that can be use in server already?
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 -_-
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?
Re: [Release] Rv guard 223 source
Quote:
Originally Posted by
UniverseGaming
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...
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.