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-19-2011, 06:47 AM #38
XDev
Banned
so this is like a virus?
03-21-2011, 07:38 PM #39
tylerallmighty
Human After All
Originally posted by XDev View Post
so this is like a virus?


No, it just pisses people off.
03-21-2011, 07:56 PM #40
Sloth
Banned
Originally posted by bananaman
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.


Can't you just use vbs instead it is simpler here i will write a quick simple one.

OPEN Notepad type
do
msgbox ("Message Here")
msgbox ("Message Here")
msgbox ("Message Here")
msgbox ("Message Here")
msgbox ("Message Here")
loop
Save as .vbs

this will just keep running through your messages the only way to stp it is some form of exiting your account Excluding sleep lock hibernate switch user.

Or open taskmanager proccess end wscript.

just pm me if you want me to do some vbs tutorials i have loads of them.:mudkip:

---------- Post added at 07:56 PM ---------- Previous post was at 07:56 PM ----------

Originally posted by Troll View Post
It does work, ive tried it ^_^
And it is a script in a way tbh like the scripts that make the .vbs work
Also does vbs mean Visual Basic Script? :carling:


Yes it does mean that Happy
03-21-2011, 08:05 PM #41
Kombust
At least I can fight
Originally posted by Cookiemonstaz View Post
Can't you just use vbs instead it is simpler here i will write a quick simple one.

OPEN Notepad type
do
msgbox ("Message Here")
msgbox ("Message Here")
msgbox ("Message Here")
msgbox ("Message Here")
msgbox ("Message Here")
loop
Save as .vbs

this will just keep running through your messages the only way to stp it is some form of exiting your account Excluding sleep lock hibernate switch user.

Or open taskmanager proccess end wscript.

just pm me if you want me to do some vbs tutorials i have loads of them.:mudkip:

---------- Post added at 07:56 PM ---------- Previous post was at 07:56 PM ----------



Yes it does mean that Happy


Oh yes that script you've put is the one I used I think, it looks familiar... :whistle:
03-21-2011, 08:07 PM #42
Sloth
Banned
Originally posted by Troll View Post
Oh yes that script you've put is the one I used I think, it looks familiar... :whistle:


if you want reminding on some good scripts like ones which ask you a security question before opening a file just ask me Happy ilove Happy
03-21-2011, 08:13 PM #43
tylerallmighty
Human After All
Originally posted by Cookiemonstaz View Post
Can't you just use vbs instead it is simpler here i will write a quick simple one.

OPEN Notepad type
do
msgbox ("Message Here")
msgbox ("Message Here")
msgbox ("Message Here")
msgbox ("Message Here")
msgbox ("Message Here")
loop
Save as .vbs

this will just keep running through your messages the only way to stp it is some form of exiting your account Excluding sleep lock hibernate switch user.

Or open taskmanager proccess end wscript.

just pm me if you want me to do some vbs tutorials i have loads of them.:mudkip:

---------- Post added at 07:56 PM ---------- Previous post was at 07:56 PM ----------



Yes it does mean that Happy

I forgot about .vbs! Happy So simple. Yessss do a TUT. Smile
03-21-2011, 08:21 PM #44
Sloth
Banned
Originally posted by bananaman
I forgot about .vbs! Happy So simple. Yessss do a TUT. Smile


i will soon gtg for today
03-21-2011, 08:28 PM #45
tylerallmighty
Human After All
Originally posted by Cookiemonstaz View Post
i will soon gtg for today

Okay! =D Thats fine.
03-26-2011, 06:57 AM #46
Jaw1312
moc.etadpUneGtxeN
Originally posted by TheUberFail View Post
save it as self.bat and see what happens Happy


How do you save it as a self.bat? I'm new to this as you can tell.
:n00b:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo