Skip to content

Instantly share code, notes, and snippets.

@iGlitch
Created December 26, 2014 04:18
Show Gist options
  • Save iGlitch/78dc900fa88deb64f744 to your computer and use it in GitHub Desktop.
Save iGlitch/78dc900fa88deb64f744 to your computer and use it in GitHub Desktop.
File in Picture
@echo off
title PicHack
color 0a
echo Loading...
ping localhost -n 1 >nul
echo ................................................................................
echo ................................................................................
echo ....Create a PicHack folder in your C: drive and click the PicHack.bat file.....
echo .............................Glitch was here....................................
echo ................................................................................
echo ................................................................................
ping localhost -n 3 >nul
cls
echo Please place a picture file (named Picture) and a .zip file with your files called x into this folder.
pause
echo Enter the file type of your picture.
set /p type=
echo Type the name of the hacked picture.
set /p name=
echo Working...
cd/
cd PicHack
copy /b Picture.%type% + x.zip %name%.%type%
cls
echo All done! Check in your C drive for the folder "PicHack" and your picture will be in there.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment