VB Code:
  1. Count[b]er[/b] = Count[b]er[/b] + 1 <---------Add 1 to Counter
  2. If(Counter [COLOR=deeppink]=[/COLOR] 3) Then 'Change this to =
  3.    MsgBox "3 Invalid Login Attempts...This program will now Close"
  4.    End
  5. End If