FLYFF GameGuard Bypass

12/12/2010 12:58 playingprince#1
does anyone ever get any GG bypass? or for FLYFF gg bypass
please share it to us
because many bots,cheats,and bots here in this forum
need to kick the GG
please this is for everyone sake
if you know and it worked tell us THANKS VIELE DANKE DANKE SCHON!!!
12/12/2010 16:36 Fullscreen#2
Download the Automaton and register yourself at GG Simulator, or use this C++ Source:

PHP Code:
#include <windows.h>
#include <tlhelp32.h>
#include <stdio.h>
 
void printErrorTCHARmsg );
BOOL KillProcessByName(char *szProcessToKill);
 
 
int main()
{
KillProcessByName("Icq.exe");      // Paste GameMon.des in here!
return 0;
}
 
 
BOOL KillProcessByName(char *szProcessToKill)
{
HANDLE hProcessSnap;
HANDLE hProcess;
PROCESSENTRY32 pe32;
DWORD dwPriorityClass;
 
hProcessSnap CreateToolhelp32SnapshotTH32CS_SNAPPROCESS);
 
if( 
hProcessSnap == INVALID_HANDLE_VALUE )
  {
    
printError"CreateToolhelp32Snapshot (of processes)" );
    return( 
FALSE );
  }
 
pe32.dwSize sizeofPROCESSENTRY32 );
 
if( !
Process32FirsthProcessSnap, &pe32 ) )
  {
    
printError"Process32First" );  
    
CloseHandlehProcessSnap );     
    return( 
FALSE );
  }
 
do{
    if(!
strcmp(pe32.szExeFile,szProcessToKill))
    {
    
printf("Prozess: %s \n",pe32.szExeFile);
    
printf("PID: %d \n",pe32.th32ProcessID );  
    
hProcess OpenProcess(PROCESS_TERMINATE,0pe32.th32ProcessID);
    
TerminateProcess(hProcess,0);
    
CloseHandle(hProcess);
    } 
  } while( 
Process32Next(hProcessSnap,&pe32) );
 
 
CloseHandlehProcessSnap );
return( 
TRUE );
}
 
void printErrorTCHARmsg )
{
  
DWORD eNum;
  
TCHAR sysMsg[256];
  
TCHARp;
 
  
eNum GetLastError( );
  
FormatMessageFORMAT_MESSAGE_FROM_SYSTEM FORMAT_MESSAGE_IGNORE_INSERTS,
         
NULLeNum,
         
MAKELANGID(LANG_NEUTRALSUBLANG_DEFAULT), // Default language
         
sysMsg256NULL );
 
  
// Trim the end of the line and terminate it with a null
  
sysMsg;
  while( ( *
31 ) || ( *== ) )
    ++
p;
  do { *
p-- = 0; } while( ( >= sysMsg ) &&
                          ( ( *
== '.' ) || ( *33 ) ) );
 
  
// Display the message
  
printf"\n  WARNING: %s failed with error %d (%s)"msgeNumsysMsg );


If you don't know how, then let it be.

Greez,
12/12/2010 23:14 playingprince#3
well i don't know hahaa..
gg simulator?
12/17/2010 11:22 onlystarz#4
Quote:
Originally Posted by Fullscreen View Post
Download the Automaton and register yourself at GG Simulator, or use this C++ Source:

PHP Code:
#include <windows.h>
#include <tlhelp32.h>
#include <stdio.h>
 
void printErrorTCHARmsg );
BOOL KillProcessByName(char *szProcessToKill);
 
 
int main()
{
KillProcessByName("Icq.exe");      // Paste GameMon.des in here!
return 0;
}
 
 
BOOL KillProcessByName(char *szProcessToKill)
{
HANDLE hProcessSnap;
HANDLE hProcess;
PROCESSENTRY32 pe32;
DWORD dwPriorityClass;
 
hProcessSnap CreateToolhelp32SnapshotTH32CS_SNAPPROCESS);
 
if( 
hProcessSnap == INVALID_HANDLE_VALUE )
  {
    
printError"CreateToolhelp32Snapshot (of processes)" );
    return( 
FALSE );
  }
 
pe32.dwSize sizeofPROCESSENTRY32 );
 
if( !
Process32FirsthProcessSnap, &pe32 ) )
  {
    
printError"Process32First" );  
    
CloseHandlehProcessSnap );     
    return( 
FALSE );
  }
 
do{
    if(!
strcmp(pe32.szExeFile,szProcessToKill))
    {
    
printf("Prozess: %s \n",pe32.szExeFile);
    
printf("PID: %d \n",pe32.th32ProcessID );  
    
hProcess OpenProcess(PROCESS_TERMINATE,0pe32.th32ProcessID);
    
TerminateProcess(hProcess,0);
    
CloseHandle(hProcess);
    } 
  } while( 
Process32Next(hProcessSnap,&pe32) );
 
 
CloseHandlehProcessSnap );
return( 
TRUE );
}
 
void printErrorTCHARmsg )
{
  
DWORD eNum;
  
TCHAR sysMsg[256];
  
TCHARp;
 
  
eNum GetLastError( );
  
FormatMessageFORMAT_MESSAGE_FROM_SYSTEM FORMAT_MESSAGE_IGNORE_INSERTS,
         
NULLeNum,
         
MAKELANGID(LANG_NEUTRALSUBLANG_DEFAULT), // Default language
         
sysMsg256NULL );
 
  
// Trim the end of the line and terminate it with a null
  
sysMsg;
  while( ( *
31 ) || ( *== ) )
    ++
p;
  do { *
p-- = 0; } while( ( >= sysMsg ) &&
                          ( ( *
== '.' ) || ( *33 ) ) );
 
  
// Display the message
  
printf"\n  WARNING: %s failed with error %d (%s)"msgeNumsysMsg );


If you don't know how, then let it be.

Greez,
kannst du mal davon ein vtut machen? :>
12/17/2010 15:18 .Crasy#5
Quote:
Originally Posted by onlystarz View Post
kannst du mal davon ein vtut machen? :>
Lern C++, oder lass es bleiben.
02/21/2012 13:58 alphonse867#6
ok im having problems with this line

KillProcessByName("Icq.exe"); // Paste GameMon.des in here!

the hell do i do that?
any ways tnx for any reply i might get and i really hope this works
02/21/2012 16:03 cyberdark#7
Omfg.

You have to put in GameMon.des instead of Icq.exe.

KillProcessByName("GameMon.des");
02/21/2012 18:26 alphonse867#8
wow ty im going to test it out right now

nothing once i try to open a cmd window opens and closes instantly