or if you like the inetget function betterCode:#include<encode.au3> $UnicodeStr = InputBox("ccheck", "Enter TC Username") $P = InputBox("ccheck", "Enter TC Password", "", "*") $u = _UnicodeURLEncode($UnicodeStr) $WinHttpReq = ObjCreate("WinHttp.WinHttpRequest.5.1") $s_URL = "http://www.truecheaters.com/tcauth.php?user=" & $U & "&pass=" & $P $WinHttpReq.Open("GET", $s_URL, False) $WinHttpReq.Send() $c = $WinHttpReq.ResponseText If $c = 0 Then MsgBox(1, "ccheck", "TC Sub Auth Passed! , Enjoy!") Else MsgBox(1, "ccheck", "TC Sub Auth Failed") Exit 0 EndIf
figured it out, that should work ..i have not tested it yet since i don't have any special characters in my nameCode:#include<encode.au3> $OpenAuth = FileOpen("authkey.txt", 0) $UnicodeStr = InputBox("ccheck", "Enter TC Username") $P = InputBox("ccheck", "Enter TC Password", "", "*") $U = _UnicodeURLEncode($UnicodeStr) InetGet("http://www.truecheaters.com/tcauth.php?user=" & $U & "&pass=" & $P, "authkey.txt") $AuthRead = FileRead($OpenAuth) If $AuthRead = 0 Then MsgBox(1, "ccheck", "Sub Auth Passed , Enjoy!") del() Else MsgBox(1, "ccheck", "Sub Auth Failed!") del() Exit 0 EndIf Func del() FileDelete("authkey.txt") EndFunc ;==>del


LinkBack URL
About LinkBacks




