Thread: Notepad Tricks

Results 1 to 12 of 12
  1. #1
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572

    Notepad Tricks

    Most common tricks used on Notepad is either HTML Coding or .Batch File Coding

    Basic HTML
    [html]<html>
    <body>
    <h1>MPGG Rocks</h1>
    </body>
    </html[/html]

    Basic .Batch
    Code:
    @echo off
    Echo Hello
    pause
    Meanings of a Batch File
    In DOS, OS/2, and Microsoft Windows, a batch file is a text file containing a series of commands intended to be executed by the command

    A file containing a series of instructions to be carried out by the operating system

    Is an ASCII text file which contains a series of commands. These commands run sequentially


    HTML Meanings
    hypertext markup language: a set of tags and rules (conforming to SGML) for using them in developing hypertext documents

    An acronym for HyperText Markup Language, HTML codes are interpreted by the web browser to format documents in a particular way.

    The most widely used set of conventions for creating hypertext documents. The evolving HTML standards are used for creation of World Wide Web documents and others.

    .Batch Tricks
    @ECHO off
    :Begin
    msg * Hi
    msg * MPGH Rules!?
    msg * Mhhmm
    msg * thats right
    msg * Manually turn off your comp to get this off your comp but yu will never get it out of your head! MPGH RULES!
    GOTO BEGIN

    Save it as MPGH.bat and send it too a friend

    @echo off
    :loop
    Start calc.exe
    echo MPGH RULES!
    goto loop

    Save it as you did before and send it

    Shut down a comp
    @echo off
    msg * I don't like you
    shutdown -c "Error! You are too stupid!" -s

    Save and send

    There a kazillions more but they're for you to work out.

    Other Tricks with VBS

    Open up Friends CD ROM Continously!
    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 and send

    Toggle Friends Caps lock over and over again!
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    loop

    Save and send

    Scare a freind
    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! "

    Press Backspace over and over!

    MsgBox "Let's go back a few steps"
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{bs}"
    loop

    Save and send

    Write your a fool on your friends Keyboard
    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "You are a fool."
    loop

    Save and send

    Go to the HTML Tutorial and look at the two stickies for the HTML part

    Code:
    @echo off
    Echo Hope you enjoyed the tut!
    pause
    I'm back.

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    These are not notepad tricks you r-tard...
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    Liz's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    179° 56′ 39.4″, +0° 2′ 46.2″, 7,940 ± 420 parsecs
    Posts
    37,181
    Reputation
    5621
    Thanks
    20,746
    My Mood
    Tired
    ease up <.<

    If anyone claims to be me via any other source outside of MPGH private or visitor messages, IT'S NOT ME!
    They are trying to trick or scam you. Report them immediately and PM me here for verification.
    "Don’t confuse my personality with my attitude. My personality is who I am. My attitude depends on who you are." — Frank Ocean
    Moderator: 5/2009-10/2009 | GMod: 10/2009-10/2010 | Staff Administrator: 10/2010-Present
    I
    do not do requests via PM. Post in the appropriate section.
     
    Stupid/Pointless Private messages = SPAM, SPAM = BAN.

  4. #4
    martijno0o0's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    11
    My Mood
    Stressed
    Quote Originally Posted by Hell_Demon View Post
    These are not notepad tricks you r-tard...
    ^^^^^^^^^^

  5. #5
    Comet's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    MPGH
    Posts
    6,433
    Reputation
    376
    Thanks
    805
    My Mood
    Amazed
    this don't work for Win7 because you can't turn it into a .Bat?

    + ( a bit off topic ) why is Liz banned?

  6. #6
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Here's a fun one:

    Do
    Msgbox("You're awesome(ly retarded)")
    loop

    Save as .vbs

  7. #7
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    hah. thanks the only one i didnt know what the cd drive. thanks
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  8. #8
    HazXoD3D's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    6
    My Mood
    Psychedelic
    Quote Originally Posted by solice12 View Post
    this don't work for Win7 because you can't turn it into a .Bat?

    + ( a bit off topic ) why is Liz banned?
    go to file> save as...>then at files or somethin g you will see text files *.txt change it to *.*, and type in the name something.bat. Dont forget ".bat" else it wont work ^^
    [IMG]https://i260.photobucke*****m/albums/ii32/calumrulez/hacker.jpg[/IMG]
    [IMG]https://i233.photobucke*****m/albums/ee266/Dythzer/Spotify_userbar.png[/IMG]





  9. #9
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    How arnt they Notepad tricks -.-
    I'm back.

  10. #10
    Roks's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    359
    Reputation
    10
    Thanks
    54
    My Mood
    Amused
    Cool . Thx for tut

  11. #11
    alexudy's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Barcelona
    Posts
    16
    Reputation
    10
    Thanks
    2
    Sweet. These are pretty helpful. Thanks

  12. #12
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    those are shortcuts

Similar Threads

  1. notepad.bat tricks
    By [MP][GH] in forum General
    Replies: 3
    Last Post: 12-06-2009, 09:35 AM
  2. Replies: 25
    Last Post: 10-03-2009, 01:03 AM
  3. CODING TRICK W/ NOTEPAD!
    By icantlolanymore in forum C++/C Programming
    Replies: 15
    Last Post: 09-04-2009, 09:57 AM
  4. CODING TRICK W/ NOTEPAD [PLEASE DONT MOVE THIS SECTION HAS LOTS OF PPL ONLINE]!
    By icantlolanymore in forum Combat Arms Hacks & Cheats
    Replies: 20
    Last Post: 08-28-2009, 01:16 PM
  5. notepad.bat tricks
    By reyes94x in forum Programming Tutorials
    Replies: 9
    Last Post: 08-14-2009, 09:32 PM