You are viewing our Forum Archives. To view or take place in current topics click here.
[VB.NET]Kill/Death Ratio Calculator[Release + Source]
Posted:

[VB.NET]Kill/Death Ratio Calculator[Release + Source]Posted:

Extazc
  • TTG Senior
Status: Offline
Joined: Aug 17, 201112Year Member
Posts: 1,444
Reputation Power: 75
Status: Offline
Joined: Aug 17, 201112Year Member
Posts: 1,444
Reputation Power: 75


Downloads :

[ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]

just leave some feedback on the program, pretty basic but added a cool animated form

Edit - Edited the KD ratio To 2 Decimals places
Size of the form Has Been Changed
New Video




Last edited by Extazc ; edited 2 times in total
#2. Posted:
PHP_Pro
  • Ladder Climber
Status: Offline
Joined: Oct 12, 201112Year Member
Posts: 349
Reputation Power: 20
Status: Offline
Joined: Oct 12, 201112Year Member
Posts: 349
Reputation Power: 20
Looks purty funzzzzzzzzzzzzzzzzzzzzzzzz


Last edited by PHP_Pro ; edited 1 time in total
#3. Posted:
Z61
  • V5 Launch
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Well this isn't commercial, so i doubt he honestly cares about a 2-4 line code for the calculations.
#4. Posted:
M0D1F13D
  • TTG Senior
Status: Offline
Joined: Sep 06, 201013Year Member
Posts: 1,069
Reputation Power: 47
Status: Offline
Joined: Sep 06, 201013Year Member
Posts: 1,069
Reputation Power: 47
PHP_Pro wrote looks pretty cool man, but be sure to use an obfuscator so that no one can decompile and steal your code, (unless of course your OK with that)

i would recommend using Eazfuscator, which can be downloaded here for free

[ Register or Signin to view external links. ]

He stated in his post that he will be releasing the source tomorrow. Not to mention that this would only take a very small amount of code to achieve.
#5. Posted:
Extazc
  • TTG Senior
Status: Offline
Joined: Aug 17, 201112Year Member
Posts: 1,444
Reputation Power: 75
Status: Offline
Joined: Aug 17, 201112Year Member
Posts: 1,444
Reputation Power: 75
Its pretty basic coding so i dont really mind what people do with it
#6. Posted:
Extazc
  • TTG Senior
Status: Offline
Joined: Aug 17, 201112Year Member
Posts: 1,444
Reputation Power: 75
Status: Offline
Joined: Aug 17, 201112Year Member
Posts: 1,444
Reputation Power: 75
ProgramminGawd wrote

'Why make a big deal out of this? I made this in 20 seconds

Public Class Form1
 
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim outcome As Double
        outcome = TextBox1.Text / TextBox2.Text
        TextBox3.Text = outcome
    End Sub
End Class


Sorry mate i didnt see me asking for your **** reply so **** off dirty ****
#7. Posted:
Extazc
  • TTG Senior
Status: Offline
Joined: Aug 17, 201112Year Member
Posts: 1,444
Reputation Power: 75
Status: Offline
Joined: Aug 17, 201112Year Member
Posts: 1,444
Reputation Power: 75
JoshUS wrote
ProgramminGawd wrote

'Why make a big deal out of this? I made this in 20 seconds

Public Class Form1
 
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim outcome As Double
        outcome = TextBox1.Text / TextBox2.Text
        TextBox3.Text = outcome
    End Sub
End Class


Omg kid, I literally HATE YOU.

IF YOU'RE SO PERFECT, LETS SEE YOU MAKE SOMETHING ****-HOLE

**** u , litterally NO-ONE LIKES YOU, stop flaming you jealous mother ****


You tell him josh also you get what i mean by the animated drop menu , that f a g cant do that...
#8. Posted:
JoshUS
  • TTG Contender
Status: Offline
Joined: May 20, 201013Year Member
Posts: 3,135
Reputation Power: 136
Status: Offline
Joined: May 20, 201013Year Member
Posts: 3,135
Reputation Power: 136
Extazc wrote
JoshUS wrote
ProgramminGawd wrote

'Why make a big deal out of this? I made this in 20 seconds

Public Class Form1
 
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim outcome As Double
        outcome = TextBox1.Text / TextBox2.Text
        TextBox3.Text = outcome
    End Sub
End Class


Omg kid, I literally HATE YOU.

IF YOU'RE SO PERFECT, LETS SEE YOU MAKE SOMETHING ****-HOLE

**** u , litterally NO-ONE LIKES YOU, stop flaming you jealous mother ****


You tell him josh also you get what i mean by the animated drop menu , that f a g cant do that...


Thank god at least someone understands... Jesus that kid needs to be taught a lesson.
#9. Posted:
ProgramminGawd
  • New Member
Status: Offline
Joined: Nov 27, 201112Year Member
Posts: 44
Reputation Power: 1
Status: Offline
Joined: Nov 27, 201112Year Member
Posts: 44
Reputation Power: 1
I think you're retardeed (Intentional incorrect spelling, this *** site blocks it)
I did just release something. Why make a post about something so simple? Anyone with a brain can do this.
#10. Posted:
ProgramminGawd
  • New Member
Status: Offline
Joined: Nov 27, 201112Year Member
Posts: 44
Reputation Power: 1
Status: Offline
Joined: Nov 27, 201112Year Member
Posts: 44
Reputation Power: 1
Just noticed you said I can't do something like that (the so called "animation" when really you just changed the size of the form and made three text boxes visible) LOL.

Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Me.Height = 3444
        Me.Width = 1343
        Textbox1.Visible = True
    End Sub
End Class


I'm sorry... but when my name is "ProgramminGawd" you probably shouldn't try to imply I'm a noob and don't know what I'm doing.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.