Return to Snippet

Revision: 28973
at July 17, 2010 06:30 by Angelboy


Updated Code
' VB Script Document
option explicit
       dim a                                  
set a = createobject("wscript.shell")
a.run "http://www.habbo.es"
wscript.sleep (6000)
a.sendkeys  ("no tocar")
a.sendkeys chr(9)
a.sendkeys  ("testscript")
a.sendkeys chr(9)
wscript.sleep (2000)  
a.sendkeys ("habbo12")
a.sendkeys "{Enter}"
call msgbox("Finalizado")

Revision: 28972
at July 17, 2010 06:29 by Angelboy


Initial Code
' VB Script Document
option explicit
       dim a                                  
set a = createobject("wscript.shell")
a.run "http://www.habbo.es"
wscript.sleep (6000)
a.sendkeys  ("Your Email")
a.sendkeys chr(9)
a.sendkeys  ("testscript")
a.sendkeys chr(9)
wscript.sleep (2000)  
a.sendkeys ("habbo12")
a.sendkeys "{Enter}"
call msgbox("Finalizado")

Initial URL


Initial Description


Initial Title
Habbo login vbscript

Initial Tags
login

Initial Language
VB.NET