Tricking people using a simple .bat code, need help.

Discussion in 'Ethical hacking' started by TankerElite, Oct 7, 2012.

  1. TankerElite

    TankerElite New Member

    Joined:
    Oct 6, 2012
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hello. Some classmates saw me changing the color on cmd and using the TREE command, and suddenly everybody is yelling ''OMG TankerElite IS A 1337H4XORZ plz hack facebook etc'' (Stereotypes, eh) So i wanted to play a little prank on them. I made a simple .bat file that will basically show random stuff in the cmd panel, that obviously do nothing. Using ECHO, COLOR, TREE and PAUSE, i made the current code like this:

    @ECHO OFF
    COLOR 0A
    ECHO Injecting bug
    PAUSE >nul
    ECHO Bug 50 percent planted
    PAUSE >nul
    ECHO Bug 100 percent planted
    PAUSE
    ECHO Downloading Rootkit G
    PAUSE >nul
    ECHO Downloading Rootkit G 30
    ECHO Downloading Rootkit G 60 percent
    ECHO Downloading Rootkit G 100 percent
    PAUSE >nul
    ECHO Injecting Rootkit G
    PAUSE >nul
    ECHO ERROR
    PAUSE
    ECHO Downloading Rootkit S+
    ECHO Downloading Rootkit S+ 100 percent
    PAUSE >nul
    ECHO Injecting Rootkit S+
    PAUSE >nul
    ECHO Transmitting info.
    PAUSE >nul
    ECHO Info 10 percent transmitted.
    PAUSE >nul
    ECHO Info 20 percent transmitted.
    PAUSE >nul
    ECHO Info 30 percent transmitted.
    PAUSE >nul
    ECHO Info 40 percent transmitted.
    PAUSE >nul
    ECHO Info 50 percent transmitted.
    PAUSE >nul
    ECHO Info 60 percent transmitted.
    PAUSE >nul
    ECHO Info 70 percent transmitted.
    PAUSE >nul
    ECHO Info 80 percent transmitted.
    PAUSE >nul
    ECHO Info 90 percent transmitted.
    PAUSE >nul
    ECHO Info 100 percent transmitted.
    PAUSE >nul
    TREE
    PAUSE >nul
    ECHO Send /echo-parameter ''24-r4r'' 87.52.272.43:6785 /ch/
    PAUSE >nul
    ECHO sending to pg''rootfile''c-boot-4 52.525.5282:52857
    PAUSE >nul
    ECHO Info Received on 52.525.5282:52857.
    PAUSE >nul
    ECHO Files confirmed.
    PAUSE

    My question is: How can I improve it so it looks more real? I also want to know if there is any way to time the next command, instead of using silenced PAUSE. I have tried pinging, but it shows ''pinging IPHERE'', and i dont want that.
    (Note: They got tricked by hackertyper, and can barely use Microsoft Powerpoint, so it does not need to be very fancy, but i would like to keep it small and neat, and not have multiple .bat files, so i can store it on my memory stick)
    Any help will be appreciated. This was my first try with a .bat file, and any minor code in general, so feel free to fix my mistakes or optimise it.
     
  2. TankerElite

    TankerElite New Member

    Joined:
    Oct 6, 2012
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    This is the new and improved code, replaced PAUSE with timeout, seems to work great.
    Any help will still be apreciated.
    @ECHO OFF
    COLOR 0A
    ECHO Injecting bug Cat:3.#X IP=Stable
    timeout /T 2 /NOBREAK >nul
    ECHO Bug 50 percent planted
    timeout /T 2 /NOBREAK >nul
    ECHO Bug 100 percent planted
    timeout /T 1 /NOBREAK >nul
    ECHO Downloading Rootkit G
    timeout /T 2 /NOBREAK >nul
    ECHO Downloading Rootkit G 30 percent
    timeout /T 1 /NOBREAK >nul
    ECHO Downloading Rootkit G 60 percent
    timeout /T 1 /NOBREAK >nul
    ECHO Downloading Rootkit G 100 percent
    timeout /T 2 /NOBREAK >nul
    ECHO Injecting Rootkit G
    timeout /T 5 /NOBREAK >nul
    echo %random%%random%%random%%random%%random%
    echo %random%%random%%random%%random%%random%
    echo %random%%random%%random%%random%%random%
    ECHO ERROR
    timeout /T 2 /NOBREAK >nul
    TREE
    timeout /T 2 /NOBREAK >nul
    Rootpatcher.tmin
    timeout /T 2 /NOBREAK >nul
    ECHO Downloading Rootkit S+
    timeout /T 3 /NOBREAK >nul
    ECHO Downloading Rootkit S+ 100 percent
    timeout /T 1 /NOBREAK >nul
    ECHO Injecting Rootkit S+
    timeout /T 3 /NOBREAK >nul
    ECHO %random%%random%%random%%random%%random%%random%%random%%random%
    ECHO Transmitting info.
    timeout /T 1 /NOBREAK >nul
    ECHO Info 10 percent transmitted.
    timeout /T 2 /NOBREAK >nul
    ECHO Info 20 percent transmitted.
    timeout /T 2 /NOBREAK >nul
    ECHO Info 30 percent transmitted.
    timeout /T 2 /NOBREAK >nul
    ECHO Info 40 percent transmitted.
    timeout /T 2 /NOBREAK >nul
    ECHO Info 50 percent transmitted.
    timeout /T 2 /NOBREAK >nul
    ECHO Info 60 percent transmitted.
    timeout /T 4 /NOBREAK >nul
    ECHO Info 70 percent transmitted.
    timeout /T 4 /NOBREAK >nul
    ECHO Info 80 percent transmitted.
    timeout /T 5 /NOBREAK >nul
    ECHO Info 90 percent transmitted.
    timeout /T 6 /NOBREAK >nul
    ECHO Info 100 percent transmitted.
    timeout /T 2 /NOBREAK >nul
    TREE
    timeout /T 2 /NOBREAK >nul
    ECHO Send /echo-parameter ''24-r4r'' 87.52.272.43:6785 /ch/
    timeout /T 1 /NOBREAK >nul
    ECHO sending to pg''rootfile''c-boot-4 52.525.5282:52857
    timeout /T 12 /NOBREAK >nul
    ECHO Info Received on 52.525.5282:52857.
    timeout /T 1 /NOBREAK >nul
    ECHO Files confirmed.
    PAUSE
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice