GLBasic forum

Main forum => Off Topic => Topic started by: ampos on 2012-Feb-20

Title: Basic Club rules
Post by: ampos on 2012-Feb-20
1st rule of the Basic Club: do not talk about the Basic Club!

2nd rule of the Basic Club: GOTO the first line!

:D
Title: Re: Basic Club rules
Post by: MrTAToad on 2012-Feb-20
Oh dear....  :help:
Title: Re: Basic Club rules
Post by: matchy on 2012-Feb-21
break! BREAK!!!!!! :o
Title: Re: Basic Club rules
Post by: Schranz0r on 2012-Feb-21
Basic rules:
Code (glbasic) Select

LOCAL num

WHILE TRUE
   
    INC num,1
   
    IF num = 1
STDOUT "Rule "+num+": Never talk about the Basic Club!\n"
ELSE
    STDOUT "Rule "+num+": Never talk about the Basic Club! If not, see rule #"+(num-1)+"\n"
    ENDIF
    SLEEP 500
   
WEND


Attachment:
Basic Club, the official APP !!!!! :D

[attachment deleted by admin]
Title: Re: Basic Club rules
Post by: Kitty Hello on 2012-Feb-21
10 print "enter password for basic club."
20 input pw$
30 print "wrong pw. try again"
40 goto 10

Title: Re: Basic Club rules
Post by: matchy on 2012-Feb-22

Code (glbasic) Select

WHILE TRUE
// crazy club stuff
IF FALSE THEN BREAK // can never escape the madness
WEND

Title: Re: Basic Club rules
Post by: Hark0 on 2012-Feb-22
Can someone tell me what is this issue?

:P  =D
Title: Re: Basic Club rules
Post by: matchy on 2012-Feb-22
Quote from: Hark0 on 2012-Feb-22
Can someone tell me what is this issue?

:P  =D

Certainly not. Read rule #1!
Title: Re: Basic Club rules
Post by: ampos on 2012-Feb-22
Quote from: matchy on 2012-Feb-22
Quote from: Hark0 on 2012-Feb-22
Can someone tell me what is this issue?

:P  =D

Certainly not. Read rule #1!

:o :o :o :o :o :o

Certainly not. GOTO rule #1!

Heretic!To the stake!
Title: Re: Basic Club rules
Post by: okee on 2012-Feb-22
3rd Rule of Basic club: If someone yells stop, the coding is over.
Title: Re: Basic Club rules
Post by: Ruidesco on 2012-Feb-22
3rd Rule of the Basic Club: PRINT "If you can read this then something went very wrong"
Title: Re: Basic Club rules
Post by: matchy on 2012-Feb-23
GOTO then READLINE(rule,#1)
Title: Re: Basic Club rules
Post by: Marmor on 2012-Feb-23
do while not EOL   
print "basic4ever"
wend
Title: Re: Basic Club rules
Post by: Hark0 on 2012-Feb-23
Quote from: matchy on 2012-Feb-22
Quote from: Hark0 on 2012-Feb-22
Can someone tell me what is this issue?

:P  =D

Certainly not. Read rule #1!

hmmm

attrib -R basicclub.gbas
copy con: > basicclub.gbas

0 REM Hacking enter to Basic Club
1 POKE 0, 233
2 POKE 1, 28
40 PRINT "Welcome to Basic Club"

CTRL+Z

GLBASIC basicclub.gbas -run
Title: Re: Basic Club rules
Post by: mentalthink on 2012-Feb-23
Hi I think the last version have some bug... I try the Hark0 Code... and I have this error :
(http://img705.imageshack.us/img705/6868/amigagurumeditationl.gif)


[attachment deleted by admin]
Title: Re: Basic Club rules
Post by: Ian Price on 2012-Feb-23
Quote from: mentalthink on 2012-Feb-23
(http://img705.imageshack.us/img705/6868/amigagurumeditationl.gif)

LOL. Remember that one very well!
Title: Re: Basic Club rules
Post by: mentalthink on 2012-Feb-23
Yes Ian, and whit a ripper, you can get the tracker audio from soundtracker and lot of soft... ohhh

"Only Amiga can be possible"... thanks to good I don´t sold some years ago...
Title: Re: Basic Club rules
Post by: Marmor on 2012-Feb-23
lol
Title: Re: Basic Club rules
Post by: Schranz0r on 2012-Feb-23
Quote from: Ian Price on 2012-Feb-23
Quote from: mentalthink on 2012-Feb-23
(http://img705.imageshack.us/img705/6868/amigagurumeditationl.gif)

LOL. Remember that one very well!

I hate it...
Title: Re: Basic Club rules
Post by: Ian Price on 2012-Feb-23
Indeed. Nobody ever liked getting that one!
Title: Re: Basic Club rules
Post by: Ian Price on 2012-Feb-23
Quote from: Ocean on 2012-Feb-23
should I post here too?   :help:
No, you're not in the club! :P

Oh, all right then =D
Title: Re: Basic Club rules
Post by: mentalthink on 2012-Feb-23
Yes Ocean, but remenber the first point of the Club   :rtfm:
Title: Re: Basic Club rules
Post by: Hark0 on 2012-Feb-24
Quote from: mentalthink on 2012-Feb-23
Hi I think the last version have some bug... I try the Hark0 Code... and I have this error :
(http://img705.imageshack.us/img705/6868/amigagurumeditationl.gif)

LOOOOOOOOOOOOOOOOOOOOOOL
=D

(thinking another way to enter at Basic Club)  ;/
Title: Re: Basic Club rules
Post by: Hark0 on 2012-Feb-24
Quote from: Ocean on 2012-Feb-23
should I post here too?   :help:

Read rule #1

:D
Title: Re: Basic Club rules
Post by: Hark0 on 2012-Feb-24
Quote from: mentalthink on 2012-Feb-23
Hi I think the last version have some bug... I try the Hark0 Code... and I have this error :
(http://img705.imageshack.us/img705/6868/amigagurumeditationl.gif)

Well, I have 2 solutions for this error...

Method 1:

CTRL+ALT+DEL
kill guru.exe
GLBASIC basicclub.gbas -run

=D

Method 2:

attrib -R basicclub.gbas
copy con: > basicclub.gbas

0 REM Hacking enter to Basic Club
1 on error goto 40
2 POKE 0, 233
3 POKE 1,28
40 PRINT "Welcome to Basic Club"

CTRL+Z

GLBASIC basicclub.gbas -run

=D
Title: Re: Basic Club rules
Post by: Kitty Hello on 2012-Feb-24
ah. The joys of a guru meditation... And the loading times to get where you just were...
Title: Re: Basic Club rules
Post by: erico on 2012-Feb-24
the club rules?

1-Serve the public trust
2-Protect the innocent
3-Uphold the law
4-(Classified), cause we don´t talk about the club
Title: Re: Basic Club rules
Post by: erico on 2012-Feb-24
Quote from: Kitty Hello on 2012-Feb-24
ah. The joys of a guru meditation... And the loading times to get where you just were...

After I got an a4000 quite spiced up, I only got those yellow system warnings similar to the guru, but didn´t crash the system on 99% of the time.
It was a relief. Tried to find an image of that on the net but no success.
Title: Re: Basic Club rules
Post by: Minion on 2012-Feb-24
Love this thread  :) But now I have an exclusive sub-club of this, and so far theres 2 members - Gernot and myself  :) And apparently Gernot is very excited about it :) or , to quote Gernot "(1:42:15 PM) KungPhoo: I'm wetting my pants in excitement". But Ive said way too much already. ;)
Title: Re: Basic Club rules
Post by: Wampus on 2012-Feb-24
That sub-club sounds awesome. I'd ask to join but I'd never trust a club that would accept someone like me as a member.  ::)
Title: Re: Basic Club rules
Post by: erico on 2012-Feb-24
I don´t ask, I get invited! :'( :'( :'(
Title: Re: Basic Club rules
Post by: BdR on 2012-Feb-25
Hanging on the wall at the Basic Club house... :D

(http://ranadok.com/wp/wp-content/uploads/2009/09/GoTo10Source.png)
Title: Re: Basic Club rules
Post by: Hark0 on 2012-Feb-27
Quote from: BdR on 2012-Feb-25
Hanging on the wall at the Basic Club house... :D

(http://ranadok.com/wp/wp-content/uploads/2009/09/GoTo10Source.png)

LOL  :D
Title: Re: Basic Club rules
Post by: Kitty Hello on 2012-Feb-27
Quote from: erico on 2012-Feb-24
the club rules?

1-Serve the public trust
2-Protect the innocent
3-Uphold the law
4-(Classified), cause we don´t talk about the club

Haha. Robocob?
Title: Re: Basic Club rules
Post by: Ruidesco on 2012-Feb-27
If it's from Robocop then Rule 4 must be "Eat baby food" and it's so shameful no one wants to speak about it. :P
Title: Re: Basic Club rules
Post by: Schranz0r on 2012-Feb-28
Quote from: Ruidesco on 2012-Feb-27
If it's from Robocop then Rule 4 must be "Eat baby food" and it's so shameful no one wants to speak about it. :P

No one HAVE to talk about it, see rule 1!