WinkSimple CBL Checker

Posts 17 of 7 · Page 1 of 1
Simple CBL Checker
CBL Checker / Yea My Way
We Need : 1 Button , 1 Picture Box , 2 Labels , 1 Text Box
Name Label 1 : Player
Name Label 2 : Player's CBL
Code For Button1:
'
Code:
by =peace=
        PictureBox1.Hide()
        Dim Strings As String
        Dim wc As New WebClient

        Strings = wc.DownloadString("http://thecaconline.net/cbl/player/" + TextBox1.Text + ".html")
        wc.Dispose()
        If Strings.Contains("http://thecaconline.net/cbl/images/dirty.png") Then
            'PLAYER IS CBL DIRTY
            PictureBox1.Show()
            Return
        Else
            'PLAYER IS CBL CLEAN
            PictureBox2.Show()
            PictureBox1.Hide()


            Return
        End If

    End Sub
Enjoy Coded By =Peace= Thanks!
Put Credits ... Leechers
Do you have a SS of what it looks like?
ehhh yahh i will post it asap ..
@=Peace= Help me out here doesn't work
Quote Originally Posted by =Peace= View Post
CBL Checker / Yea My Way
We Need : 1 Button , 1 Picture Box , 2 Labels , 1 Text Box
Name Label 1 : Player
Name Label 2 : Player's CBL
Code For Button1:
'
Code:
by =peace=
        PictureBox1.Hide()
        Dim Strings As String
        Dim wc As New WebClient

        Strings = wc.DownloadString("http://thecaconline.net/cbl/player/" + TextBox1.Text + ".html")
        wc.Dispose()
        If Strings.Contains("http://thecaconline.net/cbl/images/dirty.png") Then
            'PLAYER IS CBL DIRTY
            PictureBox1.Show()
            Return
        Else
            'PLAYER IS CBL CLEAN
            PictureBox2.Show()
            PictureBox1.Hide()


            Return
        End If

    End Sub
Enjoy Coded By =Peace= Thanks!
Put Credits ... Leechers
On another forum posted in January, with THE EXACT SAME CODE, FORMATTING, AND VARIABLE NAMES, AND EVEN THE SAME COMMENT AT THE TOP WITH ONLY THE NAME CHANGED:

The first line of the other post is:

Fail, leech is fail.
Found this already posted from 2010 on MPGH TOO!
http://www.mpgh.net/forum/292-combat...-croshair.html

See, its funny because you leeched it and then said don't leech it leechers.
Stop posting leeched stuff and re-posting here from the CA Section.
Thread closed and reported for leeching.
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?