How to make a(Very Harmless) Self Replicating virus prank using Notepad

preview_player
Показать описание

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

ehm msgbox is just command to open boxes so not very harmless .

yippie
Автор

Can you make it open a picture? Or other media? Like a song?

alpha
Автор

ehm here's a little thing im working on, im not finished yet but i will later


from sys import argv

import os

script = argv
name = str(script[0])

cmd = 'start payload.txt'
os.system(cmd)
os.mkdir('C:\clone')
os.system(r"copy payload.txt C:\clone")
os.system(r"copy " + name + " C:\clone")
os.mkdir('C:\clone')
os.system(r"copy payload.txt C:\clone")
os.system(r"copy " + name + " C:\clone")

save that as .py

then open up notepad type in im gonna kill your computer, then save it as .txt and put both of those scripts in folder called 'replicator'

then open up command prompt (cmd) type in cd Desktop, then cd replicator. once you done that you will see that it says replicator on the command line to type. Then you want to type 'start replicator.py" then it will start opening up the windows command line. Then the file will insert a another folder into your c system. Reply to this if i made a mistake

danteworthington