ROFL duesta...
Announcement
Collapse
No announcement yet.
ZOMG I'm a computer geek.
Collapse
X
-
Originally posted by tinkerbell View Post10 INPUT "who to ban: "; U$
20 PRINT "ban list"; U$
30 REM
40 INPUT "how many bans do you want: "; N
50 S$ = ""
60 FOR I = 1 TO N
70 S$ = S$ + "*"
80 NEXT I
90 PRINT S$
100 REM
110 INPUT "do you wnat to ban thes people? "; A$
120 IF LEN(A$) = 0 THEN GOTO 110
130 A$ = LEFT$(A$, 1)
140 IF (A$ = "Y") OR (A$ = "y") THEN GOTO 40
150 PRINT "BANNED!!!";
160 FOR I = 1 TO 200
170 PRINT U$; " ";
180 NEXT I
190 PRINT
Is that Basic?F/S: VTI-R Civic
Comment
-
Originally posted by felixR View Posthaha..
so what are the specs of everyone's computer?
i really need to upgrade at the end of the year.
P4 3.2C @ 3.52GHz w/ scythe ninja
2gb ram
256mb X800XL
120gb + 320gb
my cheap shit mobo wont let me overclock any more. i am sure i can push it harder... a lot harder. atm on full load it is still under 40' but there's nothing available for S478 anymore though... ftlT U 8 8 Y R - 0 6 5 4 8
Comment
Comment