dependiendo del rat, tienen funciones para ocultarse del admin de tareas
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCita de: BlackZeroX (Astaroth) en 16 Noviembre 2011, 20:27 PM
...
que es esto?
Dulces Lunas!¡.
Show VB Credits
Cita de: nukje en 14 Noviembre 2011, 19:44 PM
http://SPAM(74)/2008/02/el-pharming-y-sus-consecuencias.html
http://SPAM(74)/2009/04/evitar-actualizacion-de-los-antivirus.html
Randomize Timer
CitarTimer Function
Returns a Single representing the number of seconds elapsed since midnight.
Private Function RandomNumBetween(ByVal LowerLimit As Long, ByVal UpperLimit As Long) As Long
Randomize Timer
' This function returns a pseudo-random number between
' the specified limits (inclusive).
RandomNumBetween = Rnd * (UpperLimit - LowerLimit) + LowerLimit
End Function
Private Function RandomNumBetween(ByVal LowerLimit As Long, ByVal UpperLimit As Long) As Long
Randomize Timer
' This function returns a pseudo-random number between
' the specified limits (inclusive).
RandomNumBetween = Rnd * (UpperLimit - LowerLimit) + LowerLimit
End Function