Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

I discovered "MsgBox" in VB6, and this is what was born.


lollicat
 Share

Recommended Posts

Today after failing like a boss at VB6 I decided to quit dicking around and start learning it myself. So, I turned to my brother for help. He first explained what shit does and the MsgBox command, then told me to create my own program.

So if you guys need to waste some space on your hard drive, here you go~
Link to comment
Share on other sites

@Lollicat:

> I decided to quit dicking around .

Sorry Lolli, but it's anatomically impossible for you to do that :3

@Lollicat:

> Momma told ME not to get raped in the ass, but there's some things we just can't help.

Well _someone's_ having a special day ;D

You're right…. this is a lot more complicated then Hello World. In fact.. it blows my mind with how awesome it is... and it also gave me the weirdest boner~
Link to comment
Share on other sites

@Lollicat:

> …maybe one day I'll make it open-source for you all to gaze upon my brilliance. until then, you'll have to watch from afar.

Already ahead of you. ;D

```
Private Sub Conv_Click(Index As Integer)
Select Case Index
    Case 0
        MsgBox ("You are a faggot")
    Case 1
        MsgBox ("Angrily he replies, "Well duck you then. I'll just go bang your girlfriend.")
    Case 2
        MsgBox ("nyan nyan nyan nyan")
    Case 3
        MsgBox ("The attractive man molests your dead body.")
End Select
End Sub

```
Link to comment
Share on other sites

```
#include main()
{
    printf("Hello World");
    getch();
    return 0;

}

```

I'm already open-source :'D

Anyways, you may be better then Robin, but so what? He's gay, so none of his achievements count. But me… i'm already better than Stephan, with my supremely optimized code~
Link to comment
Share on other sites

@Zonova:

> ```
> #include main()
> {
>     printf("Hello World");
>     getch();
>     return 0;
>
> }

> ```
>
> I'm already open-source :'D
>
> Anyways, you may be better then Robin, but so what? He's gay, so none of his achievements count. But me… i'm already better than Stephan, with my supremely optimized code~

```
#include
#define e 3
#define g (e/e)
#define h ((g+e)/2)
#define f (e-g-h)
#define j (e*e-g)
#define k (j-h)
#define l(x) tab2[x]/h
#define m(n,a) ((n&(a))==(a))

long tab1[]={ 989L,5L,26L,0L,88319L,123L,0L,9367L };
int tab2[]={ 4,6,10,14,22,26,34,38,46,58,62,74,82,86 };

main(m1,s) char *s; {
    int a,b,c,d,o[k],n=(int)s;
    if(m1==1){ char b[2*j+f-g]; main(l(h+e)+h+e,b); printf(b); }
    else switch(m1-=h){
        case f:
            a=(b=(c=(d=g)<=e)for(b=g<

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...