Batch file are not illegal to post on the internet, as long as you don't use them to steal information, or harm other peoples computers. besides most batch files are just posted in pastebin or something.
All you guys who say that is instantly closes all it is, is that you have to put in the word "pause" below it so that you can see what it did/said oh and the code is: @echo off echo loading ping localhost -n 2 >nul cls in that code "echo" is what said what ever is after it and the 2 is the amount of time until it does the next command cls clears the screen for the next command peace! vote this up so people can see it please!!
Why is sending the files illegal? Anyone smart enough can right click a suspicious batch file and click edit to see what it does. Also, thanks, my friend has been trying to figure out how to make typewriter effect. All he has to do now is remove loading and type a character at a time.
And if the user that's viewing the harmful batch file is smart enough, then that batch will be a little baby that you can play with... I mean... IT'S TOTALLY FOOL-PROOF!
Vote to get on top :D @echo off color 0A cls echo Please wait while loading... ping localhost -n 5 > nul cls :main echo Options: echo All users echo quit set /P opt=Option: if "%opt%"=="quit" ( exit ) if "%opt%"=="All users" cls net users pause ) Else ( msg * Option not Founded goto :main ) ::for more and Epic things PM
do that and make a few of them (e.g loading. loading.. loading... etc) then copy and paste the lots of loading 3 times, then write: echo Done! pause echo this computer will commit suicide in... ping localhost -n 2 >nulcls ping localhost -n 2 >nulcls ping localhost -n 2 >nulcls cls echo 3... ping localhost -n 2 >nulcls cls echo 2... ping localhost -n 2 >nulcls cls echo 1... ping localhost -n 2 >nulcls cls echo Bye Bye! ping localhost -n 2 >nulcls cls Exit and you have my version!!!!
might be helpful, if you want it to loop just put :LABEL (with : in front of it, no space, and label can be anything you want) in the first loading... page and at the end put goto :LABEL (must be exact same name) , it will make it loop over and over again.
kool and not unthought of thanks though made some of my own fake batch viruses that did loading dot dot dot like that but it was the title that moved looked convincing color titles and choices and messages boxes and options too even the ones that pops up from usb if pluged in (autorun) but they all got boring after a while got any fun ones? interesting ones or ones that drives people crazy? like a full colection of batch files linked together? thanks
@tocboh Hi there, im not a scripter but i know certenaly that ping localhost is just a timing script. All old computers which run on batch files have that to make an animation.
that's not even a virus. just a batch file that opens itself infinitely. that's a pretty lame excuse for a batch file. I suggest maybe you actually learn about batch programming rather than get a stupid file like that and show everyone how "smart" you are by typing a few words that you found on the internet. real batch programmers can improvise using different commands they know.
Lol, Upload cracked V-RAY for 3ds max and in install instructions say "open vray.bat" and the bat is actually gonna delete windows hahah that be so evil!
BEST WAY YET... @echo :AAA echo Loading... ping host -n 1 >null ÜÜÜÜÜÜÜÜÜÜÜÜ goto AAA the :AAA is a "start" of loop and goto means when done w/ the loading bar goes back to start and replays.. (loop) Ü after ping makes a loading bar, however many Ü's made is the length of a loading bar.. then ping makes the time length of it.. so ping host -n 1 is 1 second bar say ÜÜÜÜÜÜÜ that long or do ping host -n 10 ÜÜÜÜÜ to make it look much much slower
Wrong. Your supposed to to put @echo off, so it won't show what it's doing. And it's ping "local" host -n 1 >"nul". The Ü's have no echo there and you only have one line of those. It goes from 1 of them to the end, like 10. If you don't have these improvements, the animation will just stay put. Just know your coding.....
LMFAO NO U DONT U TWAT talking to me as i dont know batch files pff echo before it.. that means its going to say ping localhost -n 2 >nul
and dont wont it to say it wont to fucking delay of 2 seconds. and i know the problem it was the enviormental propirerites was change and i lost system 32 into PATH. so dont say "you need echo!!" like u know it
lies, localhost is what i've always used, and it works just fine, ping local host does not always work, since it looks for host local and not neccesarily yourself.
do you guys think it would be possible to create an animation like this and then have cmd open up text to speech then have microsoft sam speek the text that would be awsome
its not secret its supposed to play when installing XP but you don't have your sound sys set up so it doesn't so... it really doesn't matter its LAWLING
or simply type this: [code] @echo off :loop color a&& set str=loading for /l %%a in (1,1,3) do (call :mod) goto :loop :mod set str_=%str%.&& echo %str_% set str=%str_%&& ping -n 2 localhost>nul&& cls goto:eof [/code]
sending batch files over the internet isn't illegal. it only is when it's a virus. just because most batch files over the internet have viruses doesn't mean sending them at all is illegal. I could send 1,000,000 batch files and the FBI and CIA wouldn't care unless the files were infected.
Batch file are not illegal to post on the internet, as long as you don't use them to steal information, or harm other peoples computers. besides most batch files are just posted in pastebin or something.
bigruneboss 5 days ago
This has been flagged as spam show
mrgamersco 1 month ago
1. Sending batch files over the internet is NOT illegal.
2. Do Not Talk Like This. It's Just Stupid.
3. The batch file you made just instantly closes.
dargereldren 2 months ago
just instantly closes
channel102030405 2 months ago
Why is sending the files illegal? Anyone smart enough can right click a suspicious batch file and click edit to see what it does. Also, thanks, my friend has been trying to figure out how to make typewriter effect. All he has to do now is remove loading and type a character at a time.
epicnerd905 2 months ago
Sending batch files isn't illegal. Sending HARMFUL batch files is illegal.
And if the user that's viewing the harmful batch file is smart enough, then that batch will be a little baby that you can play with... I mean... IT'S TOTALLY FOOL-PROOF!
ScripterMega 3 months ago
Love this song, it's awesome.
TheEventMaker 3 months ago
Believe it or not it is common misconception that its illegal to send batch files over the internet
(dumb terms)
its kool kool to put batch files up
warmowed 3 months ago
so if sending a batch file over the internet is illegal so what if i change it to an exe file eh? would that be illegal?
Upload3001 3 months ago
@CtrlFormula do not work at all
pimeval789 4 months ago
Whoa what? Sending batch files over the internet is illegal? Why?
thesoysauceman 5 months ago
what is the song?
minifett555 5 months ago
whats this instrumental?
fidelmercedes 6 months ago
This has been flagged as spam show
Vote to top so people can read and copy!
better code:
@echo off
echo loading
ping localhost -n 2 >nul
cls
echo done!
PAUSE
TheNewpspcamuser 6 months ago
n00bs db 'Batch files are for n00bs!'
start:
mov ax,data
mov ds,ax
mov ah,9
mov dx,n00bs
int 21h
mov ax,4C00h
int 21h
ret
gruntlover2 7 months ago
why are you using the windows xp setup song?
flyinglime012 7 months ago
@flyinglime012 don't u think is cool ? lol
4hfnu 7 months ago
I did my animation like this:
":Blink
echo o o
ping localhost -n 2 >nul
cls
echo - -
ping localhost -n 2 >nul
cls
goto Blink"
It shows two eyes blinking.
Restman15 8 months ago
i made 1 that goes like this (O.O)..(o.O)..(O.O)..(O.o)..(O.O)..
n i managed to do..the loading thing followed by the ¨matrix effect..
Pretty cool but really basic....just starting tho.. :) thanks 4 the vids man :)
XxOSTONEBENOTSOxX 8 months ago
do you have to capitalize EVERY word?!
ixcaliber 8 months ago
you can send batch files over the internet, just not damaging ones
logan26111 9 months ago
Terrible punctuation for a batch programmer...
celyn44 9 months ago
gay
ashir123456789able 10 months ago
@greentrees5x5
1. make a label on the top.
2. make a goto command on the bottom. like this:
@echo off
:label(name it whatever you want)
(all that code here)
goto label(name it whatever you want, but ensure it's the same as the label's name)
gatoo23 11 months ago
If you want to make batch animations easier search the web for:
"batimate cmdimate judago"
You should find a couple of programs I wrote, they are less than perfect but should make the initial animation easier.
givemeafnusername 1 year ago
This has been flagged as spam show
dimucchu14 1 year ago
hey, could someone help me plz...
I made a fake virus to fool some friends but I have a problem:
when they open the file they have to press a button 4 time's to bring up a new message, after that, the virus starts and your pc shuts down.
but if they close down before they have pressed a button 4 times it doesn't work.
is there a code that makes it inpossible to press the close button of the mirror so they must follow the steps until it ends??
michiel333D 1 year ago
Hacksu00 1 year ago
@Hacksu00 and be sure to include a cls somewhere in there...
Hacksu00 1 year ago
I KNOW THAT SONG!!!!! That is the windows secret song...
Hacksu00 1 year ago
101funnymusic 1 year ago
what's the song?!
WHAT IS THE SONG!?
lol9392 1 year ago
not exactly an animation but good job though :)
JDOG13596 1 year ago
haha what an idiot -.-
bat files aren't illegal
LeeviON 1 year ago
might be helpful, if you want it to loop just put :LABEL (with : in front of it, no space, and label can be anything you want) in the first loading... page and at the end put goto :LABEL (must be exact same name) , it will make it loop over and over again.
Tidus019 1 year ago
Tip: CamStudio ;)
Much better than that stupid Hypercam2! :D
SoapBock 1 year ago
guitarchickcrazy137 1 year ago
how do i put files inside the batch?
monsiakak 1 year ago
is it only animate on CMD?
how about on a lilte window and saying loading...
mArk01281 1 year ago
Hidden windows song, lol, nice vid
Tidus019 1 year ago
Comment removed
Tidus019 1 year ago
yo shud make a more complex animation lik a short movie scene or somethin.
rodkill91 1 year ago
dude ctrl formula your AWESOME thanks so much now i can shutdown comcast :)
MultiGooooooooooooog 1 year ago
Vote to top so people can read and copy!
@echo off
echo loading
ping localhost -n 2 >nul
cls
krupali1323 1 year ago 62
@krupali1323 wats it do?
MW2mikey5527 1 year ago
@krupali1323 what it do?
lankyman77 1 year ago
@krupali1323 ping is unreliable cuz if they ahve a slow comp it takes foreever for it to work
BabyMinecraftStudios 9 months ago
is this crashes the victim's computer as the code seems to me that it performs a land dos attack
slazenger97 1 year ago
@slazenger97 Usually it takes more than a few pings to do that.
mandai2 1 year ago
@echo off
:lol
start whateveryourbatchfileiscalledhere.bat
goto lol
That would crash your computer.
brookerREALLYsucks 1 year ago
No matter what.
brookerREALLYsucks 1 year ago
Good but from my experiance with batch files and firewalls, pinging localhost like that will make your firewall explode with ddos alerts...
tocboh 1 year ago
@tocboh Hi there, im not a scripter but i know certenaly that ping localhost is just a timing script. All old computers which run on batch files have that to make an animation.
dj51398 1 year ago
@dj51398 yes, but those are old computers.
tocboh 1 year ago
@dj51398 There were always better ways of animation than just batch files.
mandai2 1 year ago
Just wondering, why do you type every word with a capital?
Good vid btw.
FrozenAnarchy 1 year ago
wath is the song
tobby2468 1 year ago
Can i run it on my computer ?
12ibrar 2 years ago
Ofc.. Dumbass ;)
sniperjep10 1 year ago
Comment removed
12ibrar 2 years ago
"Sending Batch files over the internet is illegal."??? WTF Dude!
There is no legal restrictions on file types at all.
RenzitoARG 2 years ago
No, actually, its illegal.
sbsproxmysox 2 years ago
yes there is moron it is illegal for batch files
gdgd9292 1 year ago
@gdgd9292 My ISP says its fine
mandai2 1 year ago
@thepcvirus lol i tryed it omg wtf 798 batch files up at the same time i tryed to delete the file but i got an error:
cannot delete not enough disc space close unnesecary programs and try again
misteraksel 2 years ago
CTRL ALT DEL >> virus.bat >> Right click >> End process tree.
Or you can use another bat or cmd command:
taskkill /f /im virus.bat
RenzitoARG 2 years ago
u know you can just say
start virus.bat
and save it as virus.bat, but even then,
that's not even a virus. just a batch file that opens itself infinitely. that's a pretty lame excuse for a batch file. I suggest maybe you actually learn about batch programming rather than get a stupid file like that and show everyone how "smart" you are by typing a few words that you found on the internet. real batch programmers can improvise using different commands they know.
arthurgurfleheimer 2 years ago
Les bat ne sont pas forcement des virus.
Se sont simplement des fichier comprenand les commande MSDOS.
Alors les noobs qui y connnaissent rien et qui disent que se sont des virus, allez vous renseignez dabord.
curlywars 2 years ago
@thepcvirus
thx! :D
Kirschipictures 2 years ago
@thepcvirus
okay, thats a little Virus.
Sorry, i thought wrong! x)
Kirschipictures 2 years ago
LEARN BATCH!!!!
Smuczerproductions 2 years ago
I'm not sure whether I already said, but sending batch files over the internet is NOT illegal. It is just illegal, if it contains a virus.
GrellesLicht28 2 years ago 48
@GrellesLicht28 it can delete program files
zamoradude1 1 year ago
@GrellesLicht28 this guy is right
jenders123 1 year ago
@GrellesLicht28
no mate. sending any batch file is illegal. doesnt need a virus to do damage.
how bout if i sent u one with
@echo
Echo fuck you cunt
del "C\system\32"
theres your computer gone.
Bentompvp 1 year ago
@Bentompvp It is not illegal to spread harmless batch files, idiot. Your file is harmless as well, because none of the commands (except echo) works.
GrellesLicht28 1 year ago
@GrellesLicht28
sending a
del batch files dont work?
so if i set a del file on its own with the system location in it , it wouldn't work?
Bentompvp 1 year ago
@Bentompvp 1. Learn English man.
2. "C\system\32" is just stupidity. Study the system better.
3. True, a file that is set on its own would not work. ... Until you double click it.
4. Next time think before you write or say something.
GrellesLicht28 1 year ago
@Bentompvp you sir, are a fucking idiot.
robyboy718 11 months ago
@GrellesLicht28 but you can change batch files to .exe's still illegal? (Ive seen alot of exes with viruses in.. see if i can report them)
TheBigFunnyMan 10 months ago
Lol, Upload cracked V-RAY for 3ds max and in install instructions say "open vray.bat" and the bat is actually gonna delete windows hahah that be so evil!
endocomar93 2 years ago
What? I use that in all my batch files, it's not a virus. Just think before commenting.
0xRANd0Mx0 2 years ago
Thats wrong try it before lying! >:-/
Kirschipictures 2 years ago
Gotta LOL at this!! XD
IXxJustinxXI 2 years ago
sending batch files is not illegal. having unlicensed music in your videos without a notice to UMG or other record companies is illegal.
jakeatollah 2 years ago
sending batchfiles is illegal....
lijpo66666 2 years ago
Hey what if we want the Loading Bar after some message and the message stays static but the Loading thing repeats animation over and over?
shivammax 2 years ago
breiflysexable 2 years ago
Wrong. Your supposed to to put @echo off, so it won't show what it's doing. And it's ping "local" host -n 1 >"nul". The Ü's have no echo there and you only have one line of those. It goes from 1 of them to the end, like 10. If you don't have these improvements, the animation will just stay put. Just know your coding.....
0xRANd0Mx0 2 years ago
I was talking about breiflysexable's comment. Not the video
0xRANd0Mx0 2 years ago
How do u make the interval faster?
isaykatsman 2 years ago
how do you make it loop?
bombmistro 2 years ago
@echo off
whatever
:A
loop crap goes here
goto A
pokeplatinum62 2 years ago
heres a funny one
:A
POOP
goto A
ogsterduck1 2 years ago
First of all, you forgot @echo off and echo POOP
Secondly, that's just stupid, childish, and immature.
brookerREALLYsucks 2 years ago
thats awesome
paul204533 2 years ago
That is not funny at all. THIS is funny:
@echo off
TITLE POOP
:A
MD POOP
START POOP
GOTO A
IXxJustinxXI 2 years ago
Comment removed
sparkytycoon 2 years ago
How Do You Make A Animation . . . Without Clearing The Screen?
RaffeChinoIFABAN 2 years ago
doont put in "cls"
sparkytycoon 2 years ago
Oh xD
Thx :D
RaffeChinoIFABAN 2 years ago
Since when has sending batch files over the Internet been illegal?
Anyways, if it is, you can get around the law by sending the code.
cheesycheesenugget 2 years ago
people started creating virus's with them..
ragehunter26 2 years ago
Did he die?
whiteknight30303 2 years ago
lol ya i think it was
codemsan 2 years ago
its not illegal to send batch files across the internet unless the senders intentions are to give them a virus etc.
littlesnack123 2 years ago
its ping (your ip) or defualt ip) -n 4
example:
ping 137.0.0.1 -n 4
frugooscapecodemask 2 years ago
Slow typing
lovekarole 2 years ago
it does not do anything
yomancool978 2 years ago
Nice tutorial! Very helpfull. You should continue with them!
Does anyone know if it is possible to make a real DOS game with 2D graphic and all the pack in Batch?
lakristianla 2 years ago
its not illegal if its not a virus or not harmful to any computer in any way
emw1999 2 years ago
for some dum reason my comp latly saying 'ping' is not a recognized as an internal or operable program or batch file.
this only happens when it does not undertstand the command. yet how can it not understand ping?
some reason all my batch files with
ping localhost -n 2 >nul have now failed....
any ideas?
dvelzzz 2 years ago
you need echo!!(eg: echo ping localhost -n 2 >nul
emw1999 2 years ago
LMFAO NO U DONT U TWAT talking to me as i dont know batch files pff echo before it.. that means its going to say ping localhost -n 2 >nul
and dont wont it to say it wont to fucking delay of 2 seconds. and i know the problem it was the enviormental propirerites was change and i lost system 32 into PATH. so dont say "you need echo!!" like u know it
dvelzzz 2 years ago 2
I'm not sure (Only learning batch programming atm.)
But can it be because you type ''ping localhost'' and not ''Ping Localhost''? Just a thought though.
lakristianla 2 years ago
nah its not really cap sesitive. also i figured out the reason. it was to do with my enviroment path
it lost the %system32% bit so woundt understand alot of batch commands and a few others
dvelzzz 2 years ago
Oh ok. So maybe you can help me ;).
I am making a little text RPG in batch (I'm only learning)
But how do i skip a line? Like this
@ echo off
echo Welcome to RPG.
(Here i wanna leave the line blank when i run it)
echo Are you a boy or a girl?.
lakristianla 2 years ago
to skip a line all you do is this
@echo off
echo Welcome to RPG.
echo.
echo Are you a boy or girl?
demolishe34 2 years ago
"ping local host" no quotes is the right way. SPACE BETWEEN LOCAL AND HOST
mynameisjonas45 2 years ago
lakristianla 2 years ago
lies, localhost is what i've always used, and it works just fine, ping local host does not always work, since it looks for host local and not neccesarily yourself.
mjc123mjc2 2 years ago
Ping localhost -n 2 >nul
If you do 1 it goes very very fast... and you would count to three in barely a second...
sparkytycoon 2 years ago
@echo off
set point=.
set max=..........
:loading
cls
echo Loading%point%
ping localhost -n 2 >nul
set point=%point%.
if %point% == %max% (exit) else (goto loading)
IIPhaseII 2 years ago
Comment removed
tisteke 2 years ago
Comment removed
tisteke 2 years ago
why ping localhost?:O
RajmundShow 2 years ago
Thanks =D
harris11651 2 years ago
do you guys think it would be possible to create an animation like this and then have cmd open up text to speech then have microsoft sam speek the text that would be awsome
ubertytasticSTUDIOS 2 years ago
myn comes up like
loading.
loading..
loading...
loading....
randomestuff10 2 years ago
mine does too!
gameoverovr 2 years ago
hmmm. no. it works in vista too....
iPwnDaily 2 years ago 2
whats the music
dlouis95 2 years ago
Windows secret sound: (its in all win. computers)
C:\WINDOWS\system32\oobe\images\title.wma
Sry. Mu Inglish :D
Ri4ar9 2 years ago
its not secret its supposed to play when installing XP but you don't have your sound sys set up so it doesn't so... it really doesn't matter its LAWLING
FreedomForce29 2 years ago
how can i make so it restarts automatly when its done?
sobbo07 2 years ago
@Sobbo07
Write in the very beginning of your code
:start
then at the end of code just write
goto start
and it will return to the beginning and start over
DECentertainment 2 years ago
you could also do
:anything
then
goto anything
it all works lol
its just a matter of remembering all of the commands
kostandinob 2 years ago
This has been flagged as spam show
Hey guys!
if you like batchfiles, and want to learn more, you should concider visiting
AntichristComputer.webs.c o m
It got tons of codes, vids and other stuff!
If you sign in as a member, you can also add videos yourself!
AntichristComputer 2 years ago
how do you make a message last longer for example it takes you longer to read a long phrase then to read a small sentence reply pls
aerolaitmilk 2 years ago
type this.
@echo off
echo loading
ping localhost -n 15 >nul
iverson3aldin 2 years ago
awesome
lordofwar9000 2 years ago
This has been flagged as spam show
Visit AntichristComputer.webs.c o m
Tons of batch files
custom codes
forums
code sharing
blog
how to...
and room for YOUR OWN vids!
Sign up for free, or just use the free version!
AntichristComputer.webs.c o m
antichristen 2 years ago
Try this mixing both of the delete and the loading
TheSecondChosenOne 2 years ago
This has been flagged as spam show
jalezc 2 years ago
Really cool! But don't use "Auto-shift" when you type, its really annoying.
SvenneTheBlockhead 2 years ago
music is from My Computer>C:>Windows>Sistem32>oobe>images>title.wma
:)))
nice video btw .
SinoMkd 2 years ago
Music?
LuisDeLaFuentes 3 years ago
whenever i open it, it all goes by in like half a second, help plz
FakeVirusBoy 3 years ago
move it to your destop
heound 2 years ago
how about this
@echo off
:animation
echo loading
ping localhost -2 >nul
cls
goto :animation
Eiasash 3 years ago
whats the name of the song?
brainac0cult 3 years ago
Windows Welcome Song
xLifeofKiddx 3 years ago
Thanks
OPworldwideIA 3 years ago
good job i subscribed commented of course and rated
stan14892 3 years ago
This has been flagged as spam show
check out my new batch file...
/watch?v=9xbAb5YLGYg
1232shooter2 3 years ago
rofl i made mine called animation.bat before movie finished :P
PuresTillTheEnd 3 years ago
It's not illegal to send batch scripts over the internet.
Don't shoot you mouth off before your brains loaded.
GothicFurry 3 years ago 2
is doing this exact command illegal.
hello4552 3 years ago
Dude, why do you use capital on each word? :/
Sandman267 3 years ago
what do you mean?
dkstyrere 3 years ago
Nice Music!
SeniorGeneralOmega 3 years ago
sending batch files over the internet isn't illegal. it only is when it's a virus. just because most batch files over the internet have viruses doesn't mean sending them at all is illegal. I could send 1,000,000 batch files and the FBI and CIA wouldn't care unless the files were infected.
automail10 3 years ago
pls send me a text how to loud somehtign liek u did
corpse22aruba22 3 years ago
how would you make it so it dosnt delet soething but still has the loading sign
bathoids 3 years ago
dont type cls
alienmatrix235 3 years ago
no so it has one thing on the screen but the animation is still changing
bathoids 3 years ago
no dude sending batch files is not illegal only if they contain copywrited material or malisious content
gaaraman08 3 years ago
hey can someone please help me
i want to make a empty line, like this:
echo
echo
echo hello this is my animation
echo
but this doesn't work, it says:
Echo is turned off..
ricejuh 3 years ago
simple don't put
echo
but rather
echo.
with a period.
svorax 3 years ago
echo.
echo.
echo hello this is my animation
echo.
echo.
pause
oljigfis 3 years ago
Sending batch files over the Internet is illegal? What colour is the sky in your world?
rekcaHrepyH 3 years ago
wow, that "effect" is in windows xp instalation, when it says "Press any key to boot from CD...."
xXjose130Xx 3 years ago
gay this shit wasted my time i hope u get aids.
rqu1ntana 3 years ago
not another secrect windows song in a video...
crazycasper94 3 years ago