@ScottwoodStudios If you're wondering why you can't save it as a batch file, instead of ending it with .txt, manually type .bat at the end instead. Trust me. it works.
damn dont know what it was again..... something like dls sld or something that deletes all text on cmd can some1 plz say what the letters where again? dls and sld lds dsl doesnt work for me...
Lol this is much funnier if instead of (message) type:
cd C:\
Dir/s
Dont worry if you put these 2 lines of code in all it does is change the directory to C drive then shows all the files and how big they are. If you type a message like "Deleting data...." or something BEFORE the code, it will DEFINITELY make your friend think he just deleted all his files :P
@Xzynorqui You have to make a .bat file like this (im only 15 but i know how to script): @echo off title EXAMPLE color 0F :main cls echo. echo 1) Show hi echo 2) Show hello echo 3) exit echo. set /p hh= Choice: if %hh% == 1 goto hi if %hh% == 2 goto hello if %hh% == 3 goto exit goto main :exit exit goto exit :hi cls echo Hi there! pause > NUL goto main :hello cls echo Hello there! pause > NUL goto main And thats it! An example of a menu
nc very nc video my friend
castro950 10 months ago
@ScottwoodStudios If you're wondering why you can't save it as a batch file, instead of ending it with .txt, manually type .bat at the end instead. Trust me. it works.
gamefreek24the2d 1 year ago
this one is so funny and will trick most people
color 2
@echo off
echo(HACKED) (HACKED) (HACKED) (HACKED) (HACKED) (HACKED)
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto :hack
123ollieb 1 year ago
this one is so funny and will trick most people
color 2
echo(HACKED) (HACKED) (HACKED) (HACKED) (HACKED) (HACKED)
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto :hack
123ollieb 1 year ago
damn dont know what it was again..... something like dls sld or something that deletes all text on cmd can some1 plz say what the letters where again? dls and sld lds dsl doesnt work for me...
awesomesaucedgame 1 year ago
DOSENT WORK ON WINDOWS SEVEN NOOOOOOO ITS THE END
ScottwoodStudios 1 year ago
Lol this is much funnier if instead of (message) type:
cd C:\
Dir/s
Dont worry if you put these 2 lines of code in all it does is change the directory to C drive then shows all the files and how big they are. If you type a message like "Deleting data...." or something BEFORE the code, it will DEFINITELY make your friend think he just deleted all his files :P
Xzynorqui 1 year ago
@JumpingJoop95 yeah i figured it out, but thanks anyway!
Xzynorqui 1 year ago
JumpingJoop95 1 year ago
it worked with me and i have vista! ;D
Mammoswine128 2 years ago