


, but i have some question here 



If RadioButton1.Checked = True Then
MsgBox("Hack 1 activated")
RadioButton2.Checked = False
RadioButton3.Checked = False
ElseIf RadioButton2.Checked = True Then
MsgBox("Hack 2 activated")
RadioButton1.Checked = False
RadioButton3.Checked = False
ElseIf RadioButton3.Checked = True Then
MsgBox("Hack 3 activated")
RadioButton1.Checked = False
RadioButton2.Checked = False
End If
i am getin send error report xD LOL
thx