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 


Possiblity?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Pepsiguy
I post too much
Reputation: 0

Joined: 16 Aug 2007
Posts: 2016

PostPosted: Tue Dec 18, 2007 2:01 pm    Post subject: Possiblity? Reply with quote

using
Code:
'Global Variables
Dim Username As String                       'Username Variable
Dim Password As String                       'Password Variable
 
Private Sub cmdLogin_Click()
 
Username = "Username"              'What the Username Variable is
Password = "Password"              'What the Password Variable is
 
'If Statement Starting Here
'It States that if the username is = to text box and password is = password text box, then it should login, else display error message!
If Username = Txtusername And Password = txtpassword Then
 
           Form2.Show    'Shows the Login Success Form
           Form1.Hide       'Hides the Login Screen
 
Else
 
'A Message box that displays you have entered the wrong username and password
           
MsgBox ("Try Again Leecher!")
 
End If
 
End Sub
 
Private Sub cmdClose_Click()
 
Unload Me      'Closes the program
 
End Sub
to add multiplae USER's and Passes?
_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    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