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
Citation :
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
|