Recently Featured | Most Discussed | Most Recent | Most Responded | Most Viewed | Top Favorites | Top Rated | TV Serials | Trailers | Recently Watched
How to make a fake Steam Game Adder in Visual basic 2005 / 2008
This ad will close in 15 seconds
Rate:

ratings
Views:
90
From : chkTutorials
Added: Nov 6, 2009
CODES!!!! BUTTON1: Timer1.Start() If TextBox1.Text & TextBox2.Text = "" Then MsgBox("Please fill in a Username & a Password!") End If ______________________________________________ CHECKBOX9: If CheckBox9.Checked = True Then CheckBox2.Enabled = False CheckBox3.Enabled = False CheckBox4.Enabled = False CheckBox5.Enabled = False CheckBox6.Enabled = False CheckBox7.Enabled = False CheckBox8.Enabled = False End If If CheckBox9.Checked = False Then CheckBox2.Enabled = True CheckBox3.Enabled = True CheckBox4.Enabled = True CheckBox5.Enabled = True CheckBox6.Enabled = True CheckBox7.Enabled = True CheckBox8.Enabled = True End If ______________________________________________ CHECKBOX1: If CheckBox1.Checked = True Then TextBox2.PasswordChar = "" End If If CheckBox1.Checked = False Then TextBox2.PasswordChar = "*" End If ______________________________________________ BUTTON2: Me.Close() _____________________________________________ TIMER1: ProgressBar1.Increment(1) If ProgressBar1.Value = 100 Then Timer1.Stop() MsgBox("The game adding progress is done! Wait 24-48 until game(s) will be added") End If If TextBox1.Text & TextBox2.Text = ("") Then Timer1.Stop() End If ______________________________________________ PICTUREBOX1: Me.Hide() ______________________________________________ LABEL4: MsgBox("Remember to fill in your Username, Password & the game(s) you want!!!!") MsgBox("Program made by chkTutorials!!!!!") MsgBox("Have fun programming!!")
Category : Howto
Added: Nov 6, 2009
CODES!!!! BUTTON1: Timer1.Start() If TextBox1.Text & TextBox2.Text = "" Then MsgBox("Please fill in a Username & a Password!") End If ______________________________________________ CHECKBOX9: If CheckBox9.Checked = True Then CheckBox2.Enabled = False CheckBox3.Enabled = False CheckBox4.Enabled = False CheckBox5.Enabled = False CheckBox6.Enabled = False CheckBox7.Enabled = False CheckBox8.Enabled = False End If If CheckBox9.Checked = False Then CheckBox2.Enabled = True CheckBox3.Enabled = True CheckBox4.Enabled = True CheckBox5.Enabled = True CheckBox6.Enabled = True CheckBox7.Enabled = True CheckBox8.Enabled = True End If ______________________________________________ CHECKBOX1: If CheckBox1.Checked = True Then TextBox2.PasswordChar = "" End If If CheckBox1.Checked = False Then TextBox2.PasswordChar = "*" End If ______________________________________________ BUTTON2: Me.Close() _____________________________________________ TIMER1: ProgressBar1.Increment(1) If ProgressBar1.Value = 100 Then Timer1.Stop() MsgBox("The game adding progress is done! Wait 24-48 until game(s) will be added") End If If TextBox1.Text & TextBox2.Text = ("") Then Timer1.Stop() End If ______________________________________________ PICTUREBOX1: Me.Hide() ______________________________________________ LABEL4: MsgBox("Remember to fill in your Username, Password & the game(s) you want!!!!") MsgBox("Program made by chkTutorials!!!!!") MsgBox("Have fun programming!!")
Category : Howto
Related Videos

Video Categories:
Also Try:











