Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 11:26

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Running Gameguard on patcher

Discussion on Running Gameguard on patcher within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2016
Posts: 24
Received Thanks: 0
Running Gameguard on patcher

Hi guys, I've planning to add game guard to the client. The game guard needs to be run first after patching.

Code:
void CPatchClientApp::RunClient(){ PROCESS_INFORMATION pi; STARTUPINFO si; memset( &si, 0, sizeof( STARTUPINFO ) ); si.cb = sizeof( STARTUPINFO ); TCHAR szBuffer[2048]; int nCount = _snprintf( szBuffer, 2047, "Neuz.exe %s", "sunkist" ); if( nCount <= 0 ) return; if( CreateProcess( NULL, szBuffer, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi ) ) { if( AfxGetMainWnd() ) AfxGetMainWnd()->PostMessage( WM_CLOSE ); } else { char szError[256]; wsprintf( szError, "ErrorNumber: %d Neuz.exe Run Error", GetLastError() ); AfxMessageBox( szError ); } }
I have not tested this yet, I just want to be sure, and change the line to and I thinking of changing this part to
Code:
int nCount = _snprintf( szBuffer, 2047, "GameGUard.exe %s", "sunkist" );
Also I want to check if the gameguard size is equal to my desired size, then if the gameguard has been close then also close the neuz.exe
ronscript is offline  
Reply


Similar Threads Similar Threads
Connecting through Patcher/Gameguard/Bake Ice?
05/18/2009 - Lineage 2 - 0 Replies
The server I'm trying to bot on uses Bake Ice, I will be trying a few things to get around that so that's likely not the problem, the problem is that the server is in question uses a patcher that connects to the server. If I try to just use L2.exe, it connects to what-I-can-only-assume-to-be Retail, not the Private Server, so the patcher is the only way to connect to the game properly. The problem is that I don't know how to get an IG Walker to connect to the game through a patcher. Any...
help my pc always restarts when running gameguard
05/30/2008 - Cabal Online - 0 Replies
hello everyone :(could anybody help me my pc always restarts when running gameguard and its really getting into my nerves!! but sometimes i can connect to it but most of the times it restarts than connected. all the suggestion is very much appreciated tnx and can i really baypass the gameguard?:confused: tnx BTW im in cabal PH:)
Gameguard is already running
03/23/2008 - Dekaron - 5 Replies
Hi, i ofteh get the error message Gameguard is already running. I get it when i dc or even sometimes when i log out regulary and want to relog. I always have to restart my pc after the message, otherwise i cant connect to game. My question is. Is the there a other possibility to log in game without restarting the PC first? I cant see any gg files running on the taskmanager, so i dunno what to do. Thx



All times are GMT +1. The time now is 11:26.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.