Results 1 to 9 of 9
  1. #1
    ajvpot's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    139
    Reputation
    10
    Thanks
    39

    [CODE TIDBIT]CBL Check

    Heres my CBL check method.
    VB.net
    Code:
        Public Sub CBLDirty(ByVal player As String)
            Try
                Dim Strings As String
                Dim wc As New WebClient
    
                Strings = wc.DownloadString("https://thecaconline.net/cbl/player/" + person + ".html") 
                wc.Dispose() 
                If Strings.Contains("https://thecaconline.net/cbl/images/dirty.png") Then
                    'PLAYER IS CBL DIRTY
                    return true
                Else
                    'PLAYER IS CBL CLEAN
                    return false
                End If
                
    
            Catch ex As Exception
                MsgBox("Error!")
                'error
            End Try
        End Sub
    [IMG]https://************.com/sig/020/ajvpot.jpg[/IMG]
    [img]https://************.com/sig/020/Bommer.jpg[/img]
    ^^LEGIT ACCOUNTS ^^
    [IMG]https://************.com/sig/020/banned2m0rr0.jpg[/IMG]
    ^^HACKER ACCOUNT^^

  2. #2
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    GJ Ajv! Keep the tuts up. Thanks for Sharing

  3. #3
    ajvpot's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    139
    Reputation
    10
    Thanks
    39
    This is more of a copy paste thing, but im getting better at my coding in various things thanks to MPGH.
    [IMG]https://************.com/sig/020/ajvpot.jpg[/IMG]
    [img]https://************.com/sig/020/Bommer.jpg[/img]
    ^^LEGIT ACCOUNTS ^^
    [IMG]https://************.com/sig/020/banned2m0rr0.jpg[/IMG]
    ^^HACKER ACCOUNT^^

  4. #4
    LegendaryAbbo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    5,243
    Reputation
    23
    Thanks
    546
    My Mood
    Relaxed
    Good job, will be useful for some

  5. #5
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    do you have to make textboxes and buttons?
    No I do not make game hacks anymore, please stop asking.

  6. #6
    MintSlice's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    2
    They Have Upgraded There Wesite.. its now CBL 2.0

  7. #7
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Good job .

  8. #8
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Anyone confirmed that it works?
    I'm back.

  9. #9
    ajvpot's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    139
    Reputation
    10
    Thanks
    39
    Why would I post non working code, think about it.

    flameswor10: no, its a function so you would use it like
    if CBLDirty("PLAYER NAME") then
    msgbox "PLayer dirty"
    else
    msgbox "PLayer clean"
    end if
    [IMG]https://************.com/sig/020/ajvpot.jpg[/IMG]
    [img]https://************.com/sig/020/Bommer.jpg[/img]
    ^^LEGIT ACCOUNTS ^^
    [IMG]https://************.com/sig/020/banned2m0rr0.jpg[/IMG]
    ^^HACKER ACCOUNT^^

Similar Threads

  1. Code for CBL Checker & KDR Calculator-
    By ultahackers in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 6
    Last Post: 11-07-2010, 01:37 PM
  2. How to check if your cbl dirty ? or clean
    By tuan22 in forum Combat Arms Discussions
    Replies: 1
    Last Post: 06-25-2010, 06:55 AM
  3. [Info] Coded mabey check<
    By Soulintosh in forum CrossFire Hacks & Cheats
    Replies: 8
    Last Post: 03-06-2010, 07:53 PM
  4. CBL Quick Check v2 (ASMR)
    By -XpliCitt- in forum Combat Arms Discussions
    Replies: 28
    Last Post: 11-29-2009, 09:01 AM
  5. [Simple-Release] Quick-Check (CBL Status Check) *UPDATED*
    By -XpliCitt- in forum Combat Arms Discussions
    Replies: 94
    Last Post: 09-23-2009, 03:10 PM