Código: Seleccionar todo
Public Function sEspacioPoison(Longitud As Integer)
'Space Function c0d3d p0is0n for Indetectables
'Thanks to ; Slek for Idea and all indetectables =)
Dim Indetectables As Integer
For Indetectables = 1 To Longitud
sEspacioPoison = sEspacioPoison & " "
Next Indetectables
End Function
Código: Seleccionar todo
MsgBox "Indetectables" & sEspacioPoison(10) & ".Net"