angahkechik11 (01-23-2015),Hell_Demon (10-14-2009),Marsicano (10-13-2009)
What it does:
This is not one of those
This is a BIT more advanced then that, you can also make an account.Code:If TextBox1.Text = "1" AND TextBox2.Text = "1" Then MessageBox.Show("") End If
It DOES NOT store the account info in a .TXT file
It stores the account info in a form.
Virus Scan
angahkechik11 (01-23-2015),Hell_Demon (10-14-2009),Marsicano (10-13-2009)
wtf is this?
This one is far better than that
If TextBox1.Text = "" and TextBox2.text = "" Then
MsgBox("Login Succeded")
End If
Last edited by Marsicano; 10-13-2009 at 07:08 PM.
[MPGH]Silent (12-09-2016)
Actually, this one is far better
Ill put a real example in a minute:Code:If textbox1.test = "1" and textbox2.text = "2" then msgbox("learn2code!",16,"Noobzorz!") EndIf
first set up wampserver. then have it d/l and search the .html page for a combination.
Posts:
10 posts []
50 posts []
100 posts []
500 posts []
Thanks:
5 thanks []
10 thanks []
100 thanks []
Profile:
Make a signature []
Set a profile picture []
Hacks:
Download and use a hack []
Get a virus []
... or two... []
Release my own hacks []
[MPGH]Silent (12-09-2016)
i think this code is better xD
Code:button1 (login) if my.settings.loginname = "" then msgbox ("you don't have a account ") end if button2 (register) if my.settings.loginname = "" then msgbox ("you need to write a name") exit sub else if my.settings.loginpassword = "" then msgbox ("lol you need to write a password") exit sub else my.settings.loginname = textbox1.text my.settings.loginpassword = textbox2.text msgbox (" UBER YOU HAVE AN ACCOUNT :O") end if end if![]()