Quote:
|
Originally Posted by Dirty Dane
I'll check your stats 4 free. Just give me your usernames and passes 
|
That'd not only be illegal, but dumb as shit
JFPDude,
Private Sub epicedit_Click()
Dim epicuser As String, epicpw As String
epicuser = InputBox("What is your username?", "Username")
epicpw = InputBox("What is your password?", "Password")
Call WriteToINI("accounts", "epicuser", epicuser, "c:\remotestats.txt")
Call WriteToINI("accounts", "epicpw", epicuser, "c:\remotestats.txt")
End Sub