EasyAnticheat batchdata to Kernel debug and Driver Signature Enforcement fast fix!
13eat5h0ck
Posts: 2Member Beginner
hey guys!
here is the Batchfile for the
Driver Signature Enforcement Disabled
and
Kernel Debugging Enabled
if typing it in once doesnt do the job for you just copy this into wordpad and save it as Batchfile:
@echo off
echo.
echo.
echo.
echo.
echo Please Close all Programms and Save your data!
pause
:Listing
cls
echo.
echo Listing
echo ==========
echo [1] TESTSIGNING/NOINTEGRITYCHECKS
echo [2] KERNEL DEBUG
echo [3] END
set asw=0
set /p asw="make a choice!: "
if %asw%==1 goto TESTSIGNING/NOINTEGRITYCHECK.
if %asw%==2 goto KERNEL DEBUG
if %asw%==3 goto END
:TESTSIGNING/NOINTEGRITYCHECKS
cls
echo.
echo.
echo Pc will Restart in 15 seconds. After restart Open Warrock and try!
pause
bcdedit -set TESTSIGNING OFF
bcdedit -set NOINTEGRITYCHECKS OFF
shutdown /r /t 15
:KERNEL DEBUG
cls
echo.
echo.
echo Pc will Restart in 15 seconds. After restart Open Warrock and try!
pause
bcdedit -set DEBUG OFF
shutdown /r /t 15
:END
cls
echo Ending
pause
end
echo.
echo.
echo.
echo.
echo Please Close all Programms and Save your data!
pause
:Listing
cls
echo.
echo Listing
echo ==========
echo [1] TESTSIGNING/NOINTEGRITYCHECKS
echo [2] KERNEL DEBUG
echo [3] END
set asw=0
set /p asw="make a choice!: "
if %asw%==1 goto TESTSIGNING/NOINTEGRITYCHECK.
if %asw%==2 goto KERNEL DEBUG
if %asw%==3 goto END
:TESTSIGNING/NOINTEGRITYCHECKS
cls
echo.
echo.
echo Pc will Restart in 15 seconds. After restart Open Warrock and try!
pause
bcdedit -set TESTSIGNING OFF
bcdedit -set NOINTEGRITYCHECKS OFF
shutdown /r /t 15
:KERNEL DEBUG
cls
echo.
echo.
echo Pc will Restart in 15 seconds. After restart Open Warrock and try!
pause
bcdedit -set DEBUG OFF
shutdown /r /t 15
:END
cls
echo Ending
pause
end
___________________________________________________________________________________________________________
just for Lazy people like me or fot those that dont got a clue what to do!
;)