This is my script that I run when I have to ban n00bs on this site. Can you come up with a better one? xD
- Code:
Private Class FuckAllN00bs
Private Sub BanButton_Hit
If N00b.Has = BDRFS Then
Ban.Time.Days = 999999
Else
Do.Nothing
End If
End Sub