Qbasicnews.com
New challenge - most annoying program - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QbasicNews.Com (http://qbasicnews.com/newforum/forum-3.html)
+--- Forum: Challenges (http://qbasicnews.com/newforum/forum-10.html)
+--- Thread: New challenge - most annoying program (/thread-1003.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


New challenge - most annoying program - everett - 12-03-2005

Quote:
Code:
do
    for a=1 to 254
        for b=1 to 254
            for c=1 to 254
                for d=1 to 254
                    shell "ping "+a+"."+b+"."+c+"."+d > ping.txt
                next
            next
        next
    next

i = i + 1

shell"shutdown   -a"
if i = 1 then
OUT &H60, &HF5
loop
else
loop
not sure but that should hit just about every comp that your comp can reach and slow them to. but thats if they allow it.
now its beter


New challenge - most annoying program - everett - 12-03-2005

Code:
shell "ATTRIB +H c: /S "
hahahaah
that will hide evreything


New challenge - most annoying program - Anonymous - 12-03-2005

*puts gun in mouth*


New challenge - most annoying program - Z!re - 12-04-2005

Quote:
Code:
shell "ATTRIB +H c: /S "
hahahaah
that will hide evreything
HAHAHAH! *drool* *wank creams pants* AWESOME!1111111111111

You failed, kplzthxbye!


New challenge - most annoying program - moochthemonkey - 12-04-2005

Code:
randomize timer
Do
i = int(rnd *13) + 1
Screen i
Loop

it may be wrong, it's been a while since I last coded.

[/code]