![]() |
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) |
New challenge - most annoying program - prof_flex - 05-29-2003 HAHAAHA this is my first post RULES: 1) no more then 10 lines 2) must have the effect of the person wanting to throw there computer out the window. *note this code wont work, i forgot the chdir statement, but just an idea. Code: CLS New challenge - most annoying program - seph - 05-29-2003 Code: DO New challenge - most annoying program - Phydaux - 05-29-2003 Code: VIEW PRINT 1 TO 25 New challenge - most annoying program - whitetiger0990 - 05-30-2003 Code: FOR s = 37 TO 32767 I got a headache after 2000 New challenge - most annoying program - DrV - 05-30-2003 do loop New challenge - most annoying program - whitetiger0990 - 05-30-2003 Quote:do i think mine it more annoying. BTW: made it to 6000 New challenge - most annoying program - relsoft - 05-30-2003 Do Def Seg = Int(Rnd*32767) Poke Int(Rnd*32767),Int(Rnd*255) Loop ;*) New challenge - most annoying program - BinarySHOCK - 05-30-2003 DO PLAY "MB T255 L64 A" FOR I = 0 TO 79 BEEP COLOR INT(RND * 16), INT(RND * 7) PRINT CHR$(INT(RND * 128) + 128); BEEP NEXT LOOP New challenge - most annoying program - aardvark - 06-01-2003 SOUND 5000,10000 or, more subtle: SOUND 10000,10000 New challenge - most annoying program - seph - 06-01-2003 Quote:Do I've gotta say, this is the most annoying program ever! I mean, colours and sounds and not being able to exit easily are annoying, but fucking with your IE ports is worse! |