Skip to content

Instantly share code, notes, and snippets.

@daryo918
Created April 30, 2013 22:05
Show Gist options
  • Save daryo918/5492313 to your computer and use it in GitHub Desktop.
Save daryo918/5492313 to your computer and use it in GitHub Desktop.
broma en vbs
msgbox "este es un programa para hackear el messenger primero tiene que estar en una conversacion con la victima, la clave aparecera en otra ventana", 32, "msn hack"
l = inputbox("digite el nombre de la ventana msn a hackear", "msn hack 2.0", "msn hack")
set nu = createobject("wscript.shell")
nu.appactivate l
x = 1
while x < 20
wscript.sleep 2000
nu.sendkeys "soy una prueba"
nu.sendkeys "{ENTER}"
x = x + 1
wend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment