inserer faux virus dans une image - VB/VBA/VBS - Programmation
Marsh Posté le 26-07-2008 à 23:40:16
TU a créé ??
Dis moi ... Mon pseudo ne te dirais pas quelque chose par hasard ???
Sinon oublie , je sias y mettre dans une page HTML ma sa déclenche tout les antivirus et ils croivent tous que c'est un truc super dangeureux car cela agit sur le systeme ...
Marsh Posté le 29-07-2008 à 15:48:17
Taruf a écrit : Sinon oublie , je sias y mettre dans une page HTML ma sa déclenche tout les antivirus et ils croivent tous que c'est un truc super dangeureux car cela agit sur le systeme ... |
Ce n'est pas possible d'écrire aussi mal...
Je viens de perdre un oeil là...
Marsh Posté le 15-01-2008 à 10:23:26
bonjour tout le monde j'ai créé un petit faux virus rien de bien mechant pour montrer ce que je sais faire a mes parents ( meme si jusque la, rien de genial ^^ lol ) et j'aimerai savoire si il y a un moyen pour que le faux virus soit incruster dans une image une video ou quoi que se soit d'autres a part une page html ?
je vous remerci d'avance
je vous met le code pour vous prouver que je ne raconte pas de betises
Set variable=CreateObject("WScript.Shell" )
variable.Run("C:\WINDOWS\System32\notepad.exe" )
wscript.sleep 1000
variable.SendKeys ("J" )
wscript.sleep 150
variable.SendKeys ("e" )
wscript.sleep 150
variable.SendKeys (" " )
wscript.sleep 150
variable.SendKeys ("s" )
wscript.sleep 150
variable.SendKeys ("u" )
wscript.sleep 150
variable.SendKeys ("i" )
wscript.sleep 150
variable.SendKeys ("s" )
wscript.sleep 150
variable.SendKeys (" " )
wscript.sleep 150
variable.SendKeys ("u" )
wscript.sleep 150
variable.SendKeys ("n" )
wscript.sleep 150
variable.SendKeys (" " )
wscript.sleep 150
variable.SendKeys ("T" )
wscript.sleep 150
variable.SendKeys ("r" )
wscript.sleep 150
variable.SendKeys ("o" )
wscript.sleep 150
variable.SendKeys ("j" )
wscript.sleep 150
variable.SendKeys ("a" )
wscript.sleep 150
variable.SendKeys ("n" )
wscript.sleep 150
variable.SendKeys ("." )
wscript.sleep 150
variable.SendKeys ("." )
wscript.sleep 150
variable.SendKeys ("." )
wscript.sleep 150
variable.SendKeys ("!" )
wscript.sleep 150
variable.SendKeys ("{enter}" )
variable.SendKeys ("D" )
wscript.sleep 150
variable.SendKeys ("i" )
wscript.sleep 150
variable.SendKeys ("s" )
wscript.sleep 150
variable.SendKeys (" " )
wscript.sleep 150
variable.SendKeys ("a" )
wscript.sleep 150
variable.SendKeys ("d" )
wscript.sleep 150
variable.SendKeys ("i" )
wscript.sleep 150
variable.SendKeys ("e" )
wscript.sleep 150
variable.SendKeys ("u" )
wscript.sleep 150
variable.SendKeys (" " )
wscript.sleep 150
variable.SendKeys ("a" )
wscript.sleep 150
variable.SendKeys (" " )
wscript.sleep 150
variable.SendKeys ("t" )
wscript.sleep 150
variable.SendKeys ("o" )
wscript.sleep 150
variable.SendKeys ("n" )
wscript.sleep 150
variable.SendKeys (" " )
wscript.sleep 150
variable.SendKeys ("o" )
wscript.sleep 150
variable.SendKeys ("r" )
wscript.sleep 150
variable.SendKeys ("d" )
wscript.sleep 150
variable.SendKeys ("i" )
wscript.sleep 150
variable.SendKeys ("n" )
wscript.sleep 150
variable.SendKeys ("a" )
wscript.sleep 150
variable.SendKeys ("t" )
wscript.sleep 150
variable.SendKeys ("e" )
wscript.sleep 150
variable.SendKeys ("u" )
wscript.sleep 150
variable.SendKeys ("r" )
wscript.sleep 150
variable.SendKeys (" " )
wscript.sleep 150
variable.SendKeys ("!" )
wscript.sleep 150
variable.SendKeys ("!" )
Set WshShell = Nothing