Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Lucky 7

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming
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.

PostPosted: Wed Dec 05, 2007 1:34 am    Post subject: Lucky 7 Reply with quote

Manage to get a 7??

Well than, your in for a surprise!!

(Just get a 7 dirtbags.)

Made in Visual basic 2005(5)

_________________
Back to top
View user's profile Send private message
TheIndianGuy
Advanced Cheater
Reputation: 102

Joined: 14 Jan 2007
Posts: 88

PostPosted: Wed Dec 05, 2007 1:40 am    Post subject: Reply with quote

forgot to include code.

not bad, keep it up.
Back to top
View user's profile Send private message
*Mario*
Expert Cheater
Reputation: 0

Joined: 06 Nov 2007
Posts: 106
Location: Ah... Don't look behind you.

PostPosted: Wed Dec 05, 2007 1:49 am    Post subject: Reply with quote

Lullz Razz

I'm really just a New Noob at VB5. Thanx though.

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Wed Dec 05, 2007 2:10 am    Post subject: Reply with quote

Micchi wrote:
Lullz Razz

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
View user's profile Send private message Visit poster's website
*Mario*
Expert Cheater
Reputation: 0

Joined: 06 Nov 2007
Posts: 106
Location: Ah... Don't look behind you.

PostPosted: Wed Dec 05, 2007 2:56 am    Post subject: Reply with quote

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
View user's profile Send private message
Pseudo Xero
I post too much
Reputation: 0

Joined: 16 Feb 2007
Posts: 2607

PostPosted: Wed Dec 05, 2007 3:40 am    Post subject: Reply with quote

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
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Wed Dec 05, 2007 4:19 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
benlue
Moderator
Reputation: 0

Joined: 09 Oct 2006
Posts: 2142

PostPosted: Wed Dec 05, 2007 4:59 am    Post subject: Reply with quote

It's a sexual healing baby SEXUAL HEALING !
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites