Habbo login vbscript


/ Published in: VB.NET
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ' VB Script Document
  2. option explicit
  3. dim a
  4. set a = createobject("wscript.shell")
  5. a.run "http://www.habbo.es"
  6. wscript.sleep (6000)
  7. a.sendkeys ("no tocar")
  8. a.sendkeys chr(9)
  9. a.sendkeys ("testscript")
  10. a.sendkeys chr(9)
  11. wscript.sleep (2000)
  12. a.sendkeys ("habbo12")
  13. a.sendkeys "{Enter}"
  14. call msgbox("Finalizado")

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.