Hey Folks..
Today At tricksKreator I’m Posting A Script By Which You Can Login To Any Website Automatically.
Just Follow These Steps :-
1. Open Notepad And Type This Or Copy Paste
set w=wscript.CreateObject(“wscript.shell”)
w.run “Browser You Want To Use [Example :- firefox.exe]”
wscript.sleep (7000)
w.SendKeys “{F6}”
wscript.sleep (3000)
w.SendKeys “Website URL[Example : facebook.com]”
w.SendKeys “{ENTER}”
wscript.sleep (10000)
w.SendKeys “Your Email Here[Ex : [email protected]]”
wscript.sleep (2000)
w.SendKeys “{TAB}”
w.SendKeys “Your Password Here[Ex : 123456]”
w.SendKeys “{ENTER}”
2. Save This As Login.vbs
3. Run This File And You Will Be Logged In To That Website In Firefox.
Share Your Comments & Feedback