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.
(adsbygoogle = window.adsbygoogle || []).push({});
03-14-2011, 09:04 PM #11
<Jimbo>
</Jimbo>
    @echo off
HappyEREKTROTTER
color 0a
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER
color 1b
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER
color 2c
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER
color 3d
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER
color 4e
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER
color 5f
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER
color 6a
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER
color 7b
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER
color 8c
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER
color 9d
echo DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER DEREKTROTTER

goto DEREKTROTTER


What about that?! :p
03-14-2011, 09:09 PM #12
tylerallmighty
Human After All
Originally posted by 123tonka View Post
    @echo off
HappyEREKTROTTER
color 0a
@echo Jimbo
color 1b
CMD
@echo Jimbo
color 2c
CMD
@echo Jimbo
color 3d
CMD
@echo Jimbo
color 4e
CMD
@echo Jimbo
color 5f
CMD
@echo Jimbo
color 6a
CMD
@echo Jimbo
color 7b
CMD
@echo Jimbo
color 8c
CMD
@echo Jimbo
color 9d
CMD
@echo Jimbo
CMD
goto DEREKTROTTER


What about that?! :p


lol. DT FTW!!! Dancing This doesnt even work. :/
03-14-2011, 09:11 PM #13
--Ben-
I SPEAK MY MIND!
Lol I have been looking around for this for a while thanks lol, but i'm sure there was a sight that you used to be able to go on and it was never ending pop-ups?
03-14-2011, 09:25 PM #14
<Jimbo>
</Jimbo>
lol, sorry... How bout now?! :black:

Originally posted by Nathanx
lol. DT FTW!!! Dancing This doesnt even work. :/
03-14-2011, 09:27 PM #15
tylerallmighty
Human After All
Originally posted by 123tonka View Post
lol, sorry... How bout now?! :black:


Nope. Dont put CMD after every line of code. just take it out completly.
03-14-2011, 09:39 PM #16
<Jimbo>
</Jimbo>
LMAO :embarrassed: ... I fail, I give in; now I know that will work! :p

Originally posted by Nathanx
Nope. Dont put CMD after every line of code. just take it out completly.
03-14-2011, 09:41 PM #17
tylerallmighty
Human After All
Originally posted by 123tonka View Post
LMAO :embarrassed: ... I fail, I give in; now I know that will work! :p


lol. Well good luck next time. :y:

The following user thanked tylerallmighty for this useful post:

<Jimbo>
03-14-2011, 09:42 PM #18
ρrodigyz
Cool story bro!
Originally posted by schnzrs View Post
Even easier.
    :loop
start
goto loop


Lazy win is win! Happy

Originally posted by Nathanx
:???: I don't get it.


For a person to post a thread like this, you should know how it works. Meh.
03-14-2011, 09:46 PM #19
tylerallmighty
Human After All
Originally posted by Prodigyz View Post
Lazy win is win! Happy



For a person to post a thread like this, you should know how it works. Meh.


My ****ing brother uses my account. :mad: He sucks at this stuff lol.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo