80s toys - Atari. I still have

  • DileepNew.Mywibes.com

  •     Latest Updates
    NOTEPAD TRICKS
    TRICK1
    TODAY Iam Going to say you some of the notepad tricks...so that you can impress your friends by your computer skills.
    First trick:-
    This is a simple trick. Follow the steps below:
  • open notepad
  • type "Q33N"(with out quotes)
  • NOW increase the font size to 72
  • now change the font style to 'windings'
  • now see the magic
  • TRICK2
    second trick
  • open notepad
  • type "BUSH HID THE FACTS"(with out quotes)
  • now save it with any file name
  • now open the file again
  • now see the magic
  • TRICK3
    third trick
  • want to write a personal dairy,like when ever you open the notepad file Date and time wil be inserted automatically.
  • just open notepad
  • type ".LOG"(with out quotes.
  • save it with any file name
  • now open it,date and time wil be inserted automatically
  • TRICK4
    Test Your Anti-Virus
    You can also test your anti virus program for its effectiveness using asimple notepad trick. Follow the steps below to know more:
  • Open Notepad.
  • Copy the code give below in the notepad file:

  • X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an.exe extension like testvirus.exe
    As soon as you save this file, your anti virus program will detect the file (virus)immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.
  • TRICK5
      Matrix Effect

    Not much to explain, just follow the stepsand see the amazing matrix effect happenin your DOS window:
    *. Open Notepad.
    *. Copy the below mentioned text in your notepad file:
    @echo off color 02 :start echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random% goto start
    *. Save the file with.bat extension like Matrix.bat
    Thats it. Just open the file to see the matrix effect right before your eyes!
    TRICK6
      Change The Header/Footer Of Your Notepad File
    More often than not whenever you get a printout of your notepad file, it startswith “Untitled” or thefilename at top, and “Page ” on bottom. Now if you want to get rid of it or want to change it, just follow the simple steps given below.
    *. Open Notepad.
    *. Click on File -> PageSetup.
    *. Replace the text written in the “Header” and “Footer” box (as shown above) by any of the following codes: &l Left-align the characters that follow &c Center the characters that follow &r Right-align thecharacters that follow &d Print the current date &t Print the current time &f Print the name of the document &p Print the pagenumber
    TRICK7
      Constantly Repeat Messages

    Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….).This notepad trick will create an infinite cycle of a message inthe computer. Follow the steps to know more:
    *. Open Notepad.
    *. Paste the following code in the notepad file:
    @ECHO off :Begin msg * Hi msg * Are you having fun? msg * I am! msg * Lets have fun together! msg * Because you have been o-w-n-e-d GOTO BEGIN

    *. Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
    After saving the file just open it (by double clicking) and see what happens. Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !
    TRICK8
      Shut-down The Computer After Conveying Any Message

    This one is kind of anannoying trick and if used unknowingly can certainly cause problems (am serious). What this trick does is, after conveying a (any) message it shuts down the computer without any confirmation. In orderto create the Shutdown file, followthe below mentionedsteps:
    *. Open Notepad.
    *. Paste the following code in it:
    @echo off msg * Its time to get some rest. shutdown -c “Error! You have to take rest! Byeeeeee” -s
    *. Save the file with any name but with.bat extension and close it. For eg. TakeRest.bat
    NOTE : Use this carefully. If you are playing prank then keep in mind that this may lead to loss as it shuts down the computer forcefully.
    TRICK9
    Toggle Keyboard Button Simultaneously
    Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can beset to toggle simultaneously. Follow the steps given under each head to try out the tricks.
    1. Caps Lock Key
    *. Open Notepad.
    *. Paste the following code inthe notepad file:
    Set wshShell=wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys“{CAPSLOCK}” loop
    *. Save the file with anyname and .vbs extension. and close it.
    *. Now open the newly created file and see howthe caps lock key behaves on your keyboard!
    2. Hit Enter Key Continuously
    *. Open Notepad.
    *. Paste the following code inthe notepad file:
    Set wshShell= wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys“~(enter)” loop
    *. Save the file with any name and .vbs extension and close it.
    *. Now open the newly created file and see howthe enter key behaves!
    3. Hit Backspace Key Continuously
    *. Open Notepad
    *. Paste the following code inthe notepad
    file:MsgBox “Lets Rumble” Set wshShell=wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys“{bs}” loop
    *. Save the file with any name and with .vbs extension and close it.
    *. Now open the newly created file and see howthe key behaves! In order to end the vbs script (stop continuous key presses), open task manage r and end the wscript.exe process
    TRICK10
    Slowly Type Messages This one is my favorite. Completely harmless trick and perfect for playing pranks on one’s friends. This trick canreally freak out anyone! Follow the below mentioned steps to perform this trick:
    *. Open Notepad.
    *. Paste the following code in the notepad file:

    WScript.Sleep 180000 WScript.Sleep 10000 Set WshShell = WScript.CreateObject(“WScript.Shell”) WshShell.Run “notepad” WScript.Sleep 100 WshShell.AppActivate “Notepad” WScript.Sleep 500 WshShell.SendKeys “Hel” WScript.Sleep 500 WshShell.SendKeys “lo ” WScript.Sleep 500 WshShell.SendKeys “, ho” WScript.Sleep 500 WshShell.SendKeys “w a” WScript.Sleep 500 WshShell.SendKeys “re ” WScript.Sleep 500 WshShell.SendKeys “you” WScript.Sleep 500 WshShell.SendKeys “? ” WScript.Sleep 500 WshShell.SendKeys “I a” WScript.Sleep 500 WshShell.SendKeys “m g” WScript.Sleep 500 WshShell.SendKeys “ood” WScript.Sleep 500 WshShell.SendKeys ” th” WScript.Sleep 500 WshShell.SendKeys “ank” WScript.Sleep 500 WshShell.SendKeys “s! “
    *. Save the file with any name and with.vbs extension and close it. Now open the file and see how freakishly slow the messages appear
    TRICK11
    Type “You are a fool” Continuously Not much to explain, the title says it all! Follow the steps to make this trick work:
    *. Open Notepad.
    *. Paste the following code in the notepad file:
    Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “You are a fool.” loop
    *. Save the file with any name but with.vbs extension and close it. Ope the file and see how it makes you type!
    TRICK12
    Open Notepad continuously
    *. Open Notepad.
    *. Paste the following code in your notepad file:
    @ECHO off :top START%SystemRoot%system32notepad.exe GOTO top
    *. Save the file with any name nut with.bat extension and close it. Now open the file and see how it annoys you by opening notepad again and again.
    TRICK13
    Format Your Hard Disk Using Just Notepad !! Open notepad.
    2. Type the following the code in it (Or just copy paste it) .

    01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000

    3. Save it as an.exe file givingany name youdesire. Thats It ! Now just double click on the file (to open it) and your C: drive will be formatted ! This is just a little binary fun. Be Careful while using it
    TRICK14
    Continually pop the CD Drive
  • Open Notepad
  • .
    *. Copy the code given below onto the notepad file:
    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 5000 loop
    *. Save it as “Anything.VBS”. Now open the file and see the magic! The file will continuously force the CD rom to pop out! And If you have more than one then it pops out all of them!
    POST YOUR COMMENTS
    HTML Comment Box is loading comments...

    About Author


    Iam Dileep who is passionate in designing websites . check out my other websites for more stuff.
    www.dileepindla.com
    www.pay4cpc.jethost.tk
    Facebook id: dileepindla
    Site Owner:Dileep |  © copy right 2014-2015 | All rights reserved