Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

TC Authentication System

This is a discussion on TC Authentication System within the Public Bot Releases forums, part of the Cheater's Lounge category; Code: #include<encode.au3> $UnicodeStr = InputBox("ccheck", "Enter TC Username") $P = InputBox("ccheck", "Enter TC Password", "", "*") $u = _UnicodeURLEncode($UnicodeStr) $WinHttpReq ...

  1. #21
    nosnipe is offline Subscriber
    Join Date
    Jul 2009
    Posts
    413

    Default

    Code:
    #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
    or if you like the inetget function better

    Code:
    #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
    figured it out, that should work ..i have not tested it yet since i don't have any special characters in my name
    //not that anyone cares

  2.   Alt These ads help cover server costs and such.


  3. #22
    PGX_kiLLER is offline Banned
    Join Date
    Aug 2009
    Location
    Pirated
    Posts
    403

    Default

    coder should put it on new bingbot so bongbot don't get on youtube and on web allover place...
    and anyways good one...

  4. #23
    GuyPerson is offline Club Bing Price Guru
    Join Date
    Feb 2009
    Posts
    2,428

    Default

    no one here can do this in C#

    LifeChat:20$ SHIPPED!
    Webcam: 20$ Shipped!
    Sidewinder x6 Keyboard, and x5 Mouse
    Bundle 80$ shipped.
    All 100$ Shipped

  5. #24
    nosnipe is offline Subscriber
    Join Date
    Jul 2009
    Posts
    413

    Default

    Quote Originally Posted by guyperson View Post
    no one here can do this in C#
    i don't know much c# , so you would be right pertaining to my abilities.

    as for what i need to do for daily use autoit is just fine , i don't plan on making a career out of programming

    but if you can do this in c# by all means post an example im sure it would be helpful to some
    //not that anyone cares

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Facebook Bots | Admin Forum