Easy Command Prompt tricks

  • NF
    5th May 2014 Member 0 Permalink

    I just wrote random stuff on command prompt, for windows 8 and I was wondering if any users have done some of these before. You can post, CMD tricks (Command Prompt.) 

     

     

    ** Note if this isn't allowed, than lock this thread.** 

    @echo

    pause 

    color 0a 

    mode 1000

     

    :A

    echo %random% %random% %random% %random% %random% %random% %random% %random% %random%

    goto A 

     

    Go to notepad and save as something.bat (This is a real command.)


    Please do not try these at school or any other public place.

    Edited 5 times by NUCLEAR_FOX. Last: 5th May 2014
  • jacob1
    5th May 2014 Developer 0 Permalink
    for /l %a in (0,0,0) do start

    Edit: also this one:

    echo "%0|%0" > A.BAT; A
    Edited 3 times by jacob1. Last: 5th May 2014
  • NF
    5th May 2014 Member 0 Permalink

    Video's are welcome.

    Edited once by NUCLEAR_FOX. Last: 5th May 2014
  • mniip
    5th May 2014 Developer 2 Permalink
  • NF
    5th May 2014 Member 0 Permalink

    @mniip (View Post)

     

    Good one mniip. Now I can see, what my neighbor is on.

    Edited once by NUCLEAR_FOX. Last: 5th May 2014
  • lefouduroi
    5th May 2014 Member 0 Permalink
    I wish I would be able to get away with this at school... I'd be in so much trouble though.
  • Cacophony
    5th May 2014 Member 0 Permalink

    @lefouduroi (View Post)

     Right,'cause starting another Command  Prompt,producing a bunch of numbers ,viewing IPs, looking at connection speeds,and watching who's viewing a site are totally serious offenses...

    Edited 2 times by Cacophony. Last: 5th May 2014
  • NF
    5th May 2014 Member 0 Permalink

    Yeah. My friend Robert, got into the schools system and deleted some of teachers accounts. I found, out how by watching a youtube video on it. You might just, get a warning by the one I just shared.

    Edited once by NUCLEAR_FOX. Last: 5th May 2014
  • Cacophony
    5th May 2014 Member 0 Permalink

    NUCLEAR_FOX, for the last time,if the guy says he "hacked an IP address" or whatever,but can gain root,he's either a skiddie or the school's security is shit.Not like you have to even run Command Prompt,just run any password recovery tool you can get (Cain And Abel,KonBoot,LCP,etc.).

     

    Also apparently,if the computer has Telnet Client enabled(i.e. usually not Windows 7 or Vista),it appears that entering telnet towel.blinkenlights.nl will play an ASCII version of the original Star Wars.Also works with PuTTY.

  • greymatter
    5th May 2014 Member 0 Permalink
    @NUCLEAR_FOX (View Post)
    1)Plug in USB drive
    2)Open command prompt
    3)shift the drive to the pendrive
    4)enterattrib -a -s -r -h
    5)enter dir
    6)You will now see everything in the pendrive, including any malicious hidden viruses. Delete anything that is suspicious. I use this method everytime a pendrive is plugged into my computer although I have antivirus.




    Also,

    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

    Copy and paste it into notepad and save as .vbs file. Run it (At your own risk, this is supposed to be a harmless virus, but see for yourself what it does.)
    Edited once by greymatter. Last: 5th May 2014
Locked by jacob1: too many malicious commands :P