VBScript(Tutorial) Yahoo Login BotI show you how to make a 'Yahoo' VBScript Login Bot you can use this on other sites. Code: set a = createobject("wscript.shell") a.run "https://login.yahoo.com/config/login_verify2?.intl=us&.src=ym&.done=h... wscript.sleep (5000) a.sendkeys ("Your Email") a.sendkeys chr(9) wscript.sleep (2000) a.sendkeys ("Your Password") a.sendkeys "{Enter}" call msgbox("Finished") wscript.quit ____________________________________________________________ Thanks for watching I hope you have enjoyed this tutorial. Please: Rate, Subscribe, Comment Thank you! code pour embarquer la vidéo : >>> http://www.youtube.com/embed/vff4xZZF3pA <<< |