ok im trying to write programs to help friends of mine with a game (they are not hacks for they game)

VB Code:
  1. Private Sub Command1_Click()
  2. Dim a As Integer
  3. Dim b As Double
  4. Dim c As Double
  5.  
  6. a = Text1.Text
  7. Label1.Caption = b
  8. Label2.Caption = c
  9.  
  10. b = a * a * a * 8000
  11. c = a * a * a * 8400
  12. End Sub

I read what other people posted on similar topics and it couldnt work.
if there is help out there please... let me have it.