Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi everyone, I'm currently creating a bypass for Softnyx nProtect GameGuard and I'm trying to get a .bat file working so that I can put in the bypasser which is also a .bat. I have taken out the command 'CALL bypass.bat' so that it wouldn't confuse you.
Ok, the problem is that, when I try to use the options for saying whether I want to continue the bypass, Y/N/C all ends up as Y. Is there something wrong with this? Please look thru it.@ECHO ON
ECHO Bypasser on STANDBY.
ping google.com -n 2 -w 300000>nul
ECHO Bypasser on STANDBY..
ping google.com -n 2 -w 300000>nul
ECHO Bypasser on STANDBY...
ping google.com -n 2 -w 300000>nul
:MENU
SET /P M=Continue BYPASS? Y/N/C in CAPS [Cancel/exit]:
IF Y==GOTO CONTINUE
IF N==GOTO PAUSEBYPASS
IF C==GOTO EXIT
:CONTINUE
ECHO Bypasser on STANDBY.
ping google.com -n 2 -w 300000>nul
ECHO Bypasser on STANDBY..
ping google.com -n 2 -w 300000>nul
ECHO Bypasser on STANDBY...
ping google.com -n 2 -w 300000>nul
ECHO Bypasser has not detected nProtect GameGuard.
ECHO Returning to Menu...
GOTO MENU
:PAUSEBYPASS
ECHO Press any button to resume bypass in 3s...
PAUSE
ping google.com -n 3 -w 300000>nul
:EXIT
EXIT

![]() |
![]() |
![]() |
| Login or Register to Reply | |
| Login | Register |
| Ads by Google |