View Single Post
Old 03-02-2005, 06:33 PM  
gh0st
So Fucking Banned
 
Join Date: Feb 2005
Posts: 928
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
gh0st is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote