Guest User

Untitled

a guest
Oct 9th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set sh=WScript.CreateObject("WScript.Shell")
  2. sh.run "Telnet 192.168.1.1"
  3. WScript.Sleep 500
  4. sh.SendKeys "admin"&vbcr
  5. WScript.Sleep 100
  6. sh.SendKeys "admin"&vbcr
  7. WScript.Sleep 100
  8. sh.SendKeys "ppp config 0.0.35 1 down"&vbcr
  9. WScript.Sleep 6000
  10. sh.SendKeys "ppp config 0.0.35 1 up"&vbcr
  11. Wscript.Sleep 2500
  12. sh.SendKeys "^{]}"
  13. Wscript.Sleep 100
  14. sh.SendKeys "quit"&vbcr
Add Comment
Please, Sign In to add comment