Results 1 to 8 of 8

Hybrid View

  1. #1
    DeadLineHF's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0

    WarPathSin's KDR Calculater [Converted!]

    This only to get the current KDR, This is For Vb.Net.
    Code:
    Function currentKDR()
            Dim k1 As String = kills.Text
            Dim D1 As String = deaths.Text
            Dim C1 As String = k1 / D1
            Dim F1 As String = C1.Remove(4, (C1.Length - 1))
            If k1 = 0 Then
                TextBox3.Text = "Try Again.."
                Button2.Enabled = False
            Else
                TextBox3.Text = F1
                Button2.Enabled = True
            End If
        End Function
    Usage:
    Code:
    CurrentKDR()
    If you use this Please Give Credits to WarPathsin(Autoit Coder) and DeadLineHF(Vb.Net Coder)
    Last edited by Bombsaway707; 04-29-2010 at 07:09 PM.

  2. #2
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    Not sure if this works but moved to SC section
    /moved

  3. #3
    IHelper's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Ask me tommorow
    Posts
    4,797
    Reputation
    53
    Thanks
    2,056
    My Mood
    Amazed
    Good Job
    Both of you
    You want respect
    Earn it.

  4. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    pretty sure its warpathsin not warbathsin...lol

  5. #5
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    Quote Originally Posted by whit View Post
    pretty sure its warpathsin not warbathsin...lol
    Lol i fixed it 4 him

  6. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by bombsaway707 View Post
    Lol i fixed it 4 him
    lol thank god in time before warpathsin saw it..
    he would of beat his ass over the world wide web..lol

  7. #7
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    This is just dividing... =/
    You didn't add in the desired KDR part.

  8. #8
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Sealionone View Post
    This is just dividing... =/
    You didn't add in the desired KDR part.
    thats a choob for ya...

Similar Threads

  1. [Visual Basic] WarPathSin's KDR Calculater Fully Converted!
    By CoderNever in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 05-18-2010, 03:24 AM
  2. Level 11 200k dinar 2.70 kdr
    By gunny101 in forum Trade Accounts/Keys/Items
    Replies: 5
    Last Post: 11-22-2007, 01:37 PM
  3. Shitty mp3 need mtv. converter
    By sd49sucx in forum General
    Replies: 6
    Last Post: 10-12-2007, 08:52 AM
  4. Converting Assembly Into Bytes
    By radnomguywfq3 in forum Visual Basic Programming
    Replies: 0
    Last Post: 09-24-2007, 04:42 PM
  5. Code Generator for MP4 converter?
    By acepwnage in forum General Game Hacking
    Replies: 4
    Last Post: 06-09-2007, 07:28 AM