Results 1 to 7 of 7
  1. #1
    ultahackers's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    139
    Reputation
    9
    Thanks
    73
    My Mood
    Amused

    Cool Code for CBL Checker & KDR Calculator-

    This will be great codes for Multi-Tool, or just a simple tool.....

    Code for KDR Calculator-

    Code:
    Function FKDR(ByVal Kills As String, ByVal Deaths As String, ByVal KDR As String)
            Dim Result As Double
            If KDR = 0 Then
                Result = Kills / Deaths
            Else
                Result = KDR * Kills - Deaths
            End If
            If KDR < 1 Then
                Return Format(Result, "0.00")
            Else
                Return Format(Result, "0")
            End If
        End Function
    Code for CBL Checker

    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
    Credit
    Jusmaid "Main Coder
    Ultahackers "Edits

    Click Thanks Button if like them codes:*&
    Last edited by ultahackers; 11-05-2010 at 07:11 PM.

  2. The Following User Says Thank You to ultahackers For This Useful Post:

    machinima-IGN (11-05-2010)

  3. #2
    machinima-IGN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    Nce... but i have a ?... do i need to add buttons, txt any of those?

  4. #3
    Hello World's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    139
    Reputation
    10
    Thanks
    19
    My Mood
    Amused
    Yes you do, to make them function.

  5. #4
    ultahackers's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    139
    Reputation
    9
    Thanks
    73
    My Mood
    Amused
    Quote Originally Posted by machinima-IGN View Post
    Nce... but i have a ?... do i need to add buttons, txt any of those?
    For the cbl checker... add a textbox that will do this
    + person + // change it to textbox1.text ok
    ----------------------

  6. #5
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Nice Release..
    I would move to source code section but most people there make so ill keep it here unless Anyone else wants to move it

  7. #6
    -InFinity's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Dominican Republic.
    Posts
    1,198
    Reputation
    -49
    Thanks
    63
    My Mood
    Chatty
    Why u don't make 1?





    [IMG]https://img.photobucke*****m/albums/v470/Chronologix/Sig/mpghm.gif[/IMG]
    [IMG]https://img.photobucke*****m/albums/v470/Chronologix/Sig/mpgha.gif[/IMG]


    Use My Free VIP Hacks!

    Here Are My Free VIP Hacks.

  8. #7
    PID3RMAN's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    im lost
    Posts
    1,413
    Reputation
    20
    Thanks
    107
    My Mood
    Amazed

    hmm this is codeing related i think should be moved
    life is a bitch then you die
    so lets all smoke weed
    [IMG]https://i965.photobucke*****m/albums/ae131/ian1mcpherson1/tumblr_lse7x0hQ6d1qcby0w.gif[/IMG]

Similar Threads

  1. [Help Request] CBL Checker Source Code
    By nxgunguy! in forum Combat Arms Help
    Replies: 1
    Last Post: 09-28-2011, 07:33 PM
  2. [a little off topic] sellin 7 day ak47 code for warrock
    By m164life in forum WarRock - International Hacks
    Replies: 8
    Last Post: 03-07-2007, 08:33 PM
  3. Unlock code for mobile.
    By Dmx in forum General
    Replies: 4
    Last Post: 01-14-2007, 07:23 PM
  4. SERIAL CODE FOR PHOTOSHOP 9!!!!!!!! 100% working
    By -[standoff]- in forum Art & Graphic Design
    Replies: 10
    Last Post: 07-29-2006, 05:35 AM
  5. Replies: 37
    Last Post: 06-20-2006, 04:24 PM