View previous topic :: View next topic |
Author |
Message |
*Mario* Expert Cheater
Reputation: 0
Joined: 06 Nov 2007 Posts: 106 Location: Ah... Don't look behind you.
|
|
Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Wed Dec 05, 2007 1:40 am Post subject: |
|
|
forgot to include code.
not bad, keep it up.
|
|
Back to top |
|
 |
*Mario* Expert Cheater
Reputation: 0
Joined: 06 Nov 2007 Posts: 106 Location: Ah... Don't look behind you.
|
Posted: Wed Dec 05, 2007 1:49 am Post subject: |
|
|
Lullz
I'm really just a New Noob at VB5. Thanx though.
_________________
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Wed Dec 05, 2007 2:10 am Post subject: |
|
|
Micchi wrote: | Lullz
I'm really just a New Noob at VB5. Thanx though. |
VB programs made with Visual Studio 2005 does not mean it's VB5. VB5 was made before Visual Basic 6. VB5 and 6 are very much the same thing, where as 6 included updates, patches, and some new additions to the language.
In your case, you would label this as VB.NET
Source code wise, decompiling returned:
Code: | Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
PictureBox1.Visible = false
Label1.[Text] = Conversions.ToString(Microsoft.VisualBasic.Conversion.Int(Microsoft.VisualBasic.VBMath.Rnd * 10000!))
Label2.[Text] = Conversions.ToString(Microsoft.VisualBasic.Conversion.Int(Microsoft.VisualBasic.VBMath.Rnd * 10000!))
Label3.[Text] = Conversions.ToString(Microsoft.VisualBasic.Conversion.Int(Microsoft.VisualBasic.VBMath.Rnd * 10000!))
If (((Operators.CompareString(Label1.[Text], "7", false) = 0) Or (Operators.CompareString(Label2.[Text], "7", false) = 0)) Or (Operators.CompareString(Label3.[Text], "7", false) = 0)) Then
PictureBox1.Visible = true
Microsoft.VisualBasic.Interaction.Beep
End If
End Sub
Private Sub PictureBox1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
End Sub
Private Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs)
ProjectData.EndApp
End Sub |
(Only code of importance that is.)
EDIT: Nice choice of pics to stuff into the exe as well -.-; Hentai is so pointless. Get a girl friend.
_________________
- Retired. |
|
Back to top |
|
 |
*Mario* Expert Cheater
Reputation: 0
Joined: 06 Nov 2007 Posts: 106 Location: Ah... Don't look behind you.
|
Posted: Wed Dec 05, 2007 2:56 am Post subject: |
|
|
The program IS called VB5.
Or so my brother says...
Anywaysss. I only put it in so that people might click on it long enough for the damn 7.
also its only 10000, not 10000!
and its Beep()
Or something like that
Omg >> I sound too smart at this.... -Thinks of a dumb thing to say-
Quack?
_________________
|
|
Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Wed Dec 05, 2007 3:40 am Post subject: |
|
|
Micchi wrote: | The program IS called VB5.
Or so my brother says...
Anywaysss. I only put it in so that people might click on it long enough for the damn 7.
also its only 10000, not 10000!
and its Beep()
Or something like that
Omg >> I sound too smart at this.... -Thinks of a dumb thing to say-
Quack? |
VB5 is from a long time ago, this isn't VB5.
_________________
haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Wed Dec 05, 2007 4:19 am Post subject: |
|
|
Micchi wrote: | The program IS called VB5.
Or so my brother says...
Anywaysss. I only put it in so that people might click on it long enough for the damn 7.
also its only 10000, not 10000!
and its Beep()
Or something like that
Omg >> I sound too smart at this.... -Thinks of a dumb thing to say-
Quack? |
I "decompiled" the program. That doesn't mean I will get the exact source code depending on the decompiler used. Which happened to be the reason with some of the things NOT being the exact style of coding. It decompiled enough to be readable. Hence why I posted it.
And again, this is NOT VB5.
http://en.wikipedia.org/wiki/Visual_Basic
As you stated in the first post:
Quote: | Made in Visual basic 2005(5) |
That would mean, Visual Studio 2005. You then said:
Quote: | Or so my brother says... |
If you aren't sure, why are you arguing?
In your case, Visual Basic 2005 is actually VB8, which again is .NET
http://en.wikipedia.org/wiki/Visual_Basic_.NET#Visual_Basic_2005_.28VB_8.0.29
Enjoy.
_________________
- Retired. |
|
Back to top |
|
 |
benlue Moderator
Reputation: 0
Joined: 09 Oct 2006 Posts: 2142
|
Posted: Wed Dec 05, 2007 4:59 am Post subject: |
|
|
It's a sexual healing baby SEXUAL HEALING !
|
|
Back to top |
|
 |
|