Quote:
Originally Posted by Questiontest
Try what
|
putting
/use_nprotect:0
In your .bat file launcher like...
Code:
@ECHO OFF
START RappelzCmdLauncher.exe Sframe.exe /auth_ip:10.71.1.2 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /commercial_shop /cash
Or since you shouldnt need RappelzCMDLanucher.exe with epic 4 then...
Code:
@ECHO OFF
START Sframe.exe /auth_ip:10.71.1.2 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /commercial_shop /cash
And see what happens...then if you still need to strip game guard from sframe let someone know, but I am using the official sframe with game guard in it.