Results 1 to 8 of 8
  1. #1
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty

    Thumbs up A Very Basic Game Guess The Number Game™

    Hey @Hassan idk if thats the wrong section or forum or not but u tell it any ways this is programmed in vb.net 2008 so i don't think u will not like it


    here are the VS:
    Guess The Number Game.rar - Jotti's malware scan
    https://www.virustotal.com/file/4182...is/1332068178/


    SS





    Uploaded with ImageShack.us


    Team: Master Coders™
    Done By: Dead(H)ell
    Copy Right:©Master Coders 2012


    <b>Downloadable Files</b> Downloadable Files

  2. The Following User Says Thank You to Dead(H)ell For This Useful Post:

    GeminiCorpse (03-05-2015)

  3. #2
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Approved. GJ.

  4. #3
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Y

    Even though you didn't offer credit(s) and the source isn't yours, I have to say you did a decent job putting it together, all & all, GJ!!!!!

    With that said, Neither your source, nor your application is proprietary, So you can't attempt a copyright. Also, we have a rule where you don't take credit for someone else source, if you took source form somewhere, give credit, if you followed a tutorial, give credit. Please & Thank You.


     
    Code:
     Dim random As Random = New Random()
        If (Not Me.RadioButton1.Checked) Then
            If (Not Me.RadioButton2.Checked) Then
                If (Not Me.RadioButton3.Checked) Then
                    If (Me.RadioButton4.Checked) Then
                        Me.Label1.Visible = False
                        Me.Label2.Visible = False
                        Me.Label3.Visible = False
                        Me.Label1.Text = Conversions.ToString(random.Next(1, 200))
                        If (Operators.CompareString(Me.TextBox1.Text, Me.Label1.Text, False) <> 0) Then
                            Me.Label1.Visible = True
                            Me.Label2.Visible = True
                            Me.Label3.Visible = True
                            Me.Label3.Text = "YOU LOSE!!"
                            Me.Button1.Enabled = False
                            Me.TextBox1.Enabled = False
                        Else
                            Me.Label1.Visible = True
                            Me.Label2.Visible = True
                            Me.Label3.Visible = True
                            Me.Label3.Text = "YOU ARE CORRECT!!"
                            Me.Button1.Enabled = False
                            Me.TextBox1.Enabled = False
                        End If
                    End If
                Else
                    Me.Label1.Visible = False
                    Me.Label2.Visible = False
                    Me.Label3.Visible = False
                    Me.Label1.Text = Conversions.ToString(random.Next(1, 50))
                    If (Operators.CompareString(Me.TextBox1.Text, Me.Label1.Text, False) <> 0) Then
                        Me.Label1.Visible = True
                        Me.Label2.Visible = True
                        Me.Label3.Visible = True
                        Me.Label3.Text = "YOU LOSE!!"
                        Me.Button1.Enabled = False
                        Me.TextBox1.Enabled = False
                    Else
                        Me.Label1.Visible = True
                        Me.Label2.Visible = True
                        Me.Label3.Visible = True
                        Me.Label3.Text = "YOU ARE CORRECT!!"
                        Me.Button1.Enabled = False
                        Me.TextBox1.Enabled = False
                    End If
                End If


     





    Last edited by NextGen1; 03-19-2012 at 09:08 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  5. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by NextGen1 View Post
    Y

    Even though you didn't offer credit(s) and the source isn't yours, I have to say you did a decent job putting it together, all & all, GJ!!!!!

    With that said, Neither your source, nor your application is proprietary, So you can't attempt a copyright. Also, we have a rule where you don't take credit for someone else source, if you took source form somewhere, give credit, if you followed a tutorial, give credit. Please & Thank You.


     
    Code:
     Dim random As Random = New Random()
        If (Not Me.RadioButton1.Checked) Then
            If (Not Me.RadioButton2.Checked) Then
                If (Not Me.RadioButton3.Checked) Then
                    If (Me.RadioButton4.Checked) Then
                        Me.Label1.Visible = False
                        Me.Label2.Visible = False
                        Me.Label3.Visible = False
                        Me.Label1.Text = Conversions.ToString(random.Next(1, 200))
                        If (Operators.CompareString(Me.TextBox1.Text, Me.Label1.Text, False) <> 0) Then
                            Me.Label1.Visible = True
                            Me.Label2.Visible = True
                            Me.Label3.Visible = True
                            Me.Label3.Text = "YOU LOSE!!"
                            Me.Button1.Enabled = False
                            Me.TextBox1.Enabled = False
                        Else
                            Me.Label1.Visible = True
                            Me.Label2.Visible = True
                            Me.Label3.Visible = True
                            Me.Label3.Text = "YOU ARE CORRECT!!"
                            Me.Button1.Enabled = False
                            Me.TextBox1.Enabled = False
                        End If
                    End If
                Else
                    Me.Label1.Visible = False
                    Me.Label2.Visible = False
                    Me.Label3.Visible = False
                    Me.Label1.Text = Conversions.ToString(random.Next(1, 50))
                    If (Operators.CompareString(Me.TextBox1.Text, Me.Label1.Text, False) <> 0) Then
                        Me.Label1.Visible = True
                        Me.Label2.Visible = True
                        Me.Label3.Visible = True
                        Me.Label3.Text = "YOU LOSE!!"
                        Me.Button1.Enabled = False
                        Me.TextBox1.Enabled = False
                    Else
                        Me.Label1.Visible = True
                        Me.Label2.Visible = True
                        Me.Label3.Visible = True
                        Me.Label3.Text = "YOU ARE CORRECT!!"
                        Me.Button1.Enabled = False
                        Me.TextBox1.Enabled = False
                    End If
                End If


     





    Jesus you go to a lot of effort to call someone out on a program this basic.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. The Following User Says Thank You to Jason For This Useful Post:

    Hassan (03-23-2012)

  7. #5
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    @Jason



    A.
    Takes two seconds to decompile & 20 -30 more seconds to Past into Google. So I Spent a total of maybe a minute "Calling someone out on a program this basic."

    B. Doesn't really matter much... Just something that has been asked of/enforced here for ever....when you were Minion You abide(d) by the same guidelines. Just offer credits, adding a (TM) and a Copyright on non proprietary work is a slap in the face to the original creator. Would be like him taking a (even small) application of yours and adding copyright to your source but under his name.



    Last edited by NextGen1; 03-19-2012 at 11:02 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  8. #6
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Quote Originally Posted by NextGen1 View Post
    @Jason



    A.
    Takes two seconds to decompile & 20 -30 more seconds to Past into Google. So I Spent a total of maybe a minute "Calling someone out on a program this basic."

    B. Doesn't really matter much... Just something that has been asked of/enforced here for ever....when you were Minion You abide(d) by the same guidelines. Just offer credits, adding a (TM) and a Copyright on non proprietary work is a slap in the face to the original creator. Would be like him taking a (even small) application of yours and adding copyright to your source but under his name.



    LOL? this game is every where and where in the whole search engines and youtube so i made my own after i learned how to make the computer chooses a random number and after that does a certain sitiuation that doesnt mean that i leeched a source and made it my own cuz i didnt copy and paste it i spent 2 hours making this basic game for u cuz i wanted to learn how can i command the computer to choose a random number wasnt easy for me cuz i am not adapted to vb.net i am a c++ coder so for u its basic for me its an acheivment

  9. #7
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by Dead(H)ell View Post

    LOL? this game is every where and where in the whole search engines and youtube so i made my own after i learned how to make the computer chooses a random number and after that does a certain sitiuation that doesnt mean that i leeched a source and made it my own cuz i didnt copy and paste it i spent 2 hours making this basic game for u cuz i wanted to learn how can i command the computer to choose a random number wasnt easy for me cuz i am not adapted to vb.net i am a c++ coder so for u its basic for me its an acheivment
    And as hard as it may be to believe this, but any achievement portrayed on MPGH makes us all happy, we like to see ppl learning new things, I was directly reffering to the

    "Team: Master Coders™
    Done By: Dead(H)ell
    Copy Right:©Master Coders 2012"

    I know this may seem odd, but everything to me (especially in development) has a "business construct" I was simply pointing out that you copyrighted already copyrighted code, someone somewhere developed that particular style for this particular app, there are a million & 1 other ways to achieve this, and anyone of those chosen (as long as unique) could be copyrighted (if that makes sense) /

    Here is a way to increase enjoyability however.
    (if you don't mind my input)

    Remove the Loading Bar, I can be 100% sure it has 0 Functionality, It's fine to have a splash screen, but maybe a 2 second delay with "About Us" information.
    Add a Menu with &File / Restart / End , It makes it easier, clicking on a label is awkward & unexpected (in a negative way), Finally, Use your knowledge of C++ to remove the persona of "Pseudo Random Pattern" it's not as prominate in your application, but on occasion there is a pattern on easy that is static every time you play.
    Last edited by NextGen1; 03-22-2012 at 01:38 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  10. The Following User Says Thank You to NextGen1 For This Useful Post:

    Dead(H)ell (03-22-2012)

  11. #8
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    @NextGen1: I just have to agree with Jason. A program this basic doesn't even have to be credited in my opinion and you wrote like essays on it.

Similar Threads

  1. [Release] Guess That Number Game
    By sherkun in forum Visual Basic Programming
    Replies: 11
    Last Post: 11-17-2010, 02:32 AM
  2. The Number Game
    By Austin in forum Spammers Corner
    Replies: 7
    Last Post: 06-17-2010, 03:38 AM
  3. [game]guess the next person
    By Hyak in forum Spammers Corner
    Replies: 132
    Last Post: 07-10-2009, 09:30 AM
  4. [game]guess the next person
    By Hyak in forum General
    Replies: 100
    Last Post: 07-06-2009, 10:05 AM
  5. THE NUMBER GAME!!!!
    By zebramanz in forum General
    Replies: 27
    Last Post: 03-29-2009, 11:09 PM