One Click Change Mac vbs script auto restore default for 622i

Ok this is a simple vbs script so you can change mac fast and easily and no need to log in as admin in the web gui to restore default. agad connect ang modem mo.


1.Copy the script below on a Notepad
2.Change the MAC you want to use ( live / working mac)
3.Save as BM622i CHANGEMAC.vbs


If you want to change mac all you need is to edit your mac add in BM622i CHANGEMAC.vbs




Set cloner = CreateObject("WScript.Shell")
cloner.run"cmd"
WScript.Sleep 500

cloner.SendKeys"telnet 192.168.254.1"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"wimax"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"wimax820"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"diag set macaddr 10:C6:1F:CF:58:A7"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"diag restore default"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys("{Enter}")
WScript.Sleep 30000

cloner.SendKeys"exit"
cloner.SendKeys("{Enter}")
WScript.Sleep 45000

Simple and easy


Connected agad log in as user only to check


tnx to those who reply me with the restore default command

NOTE: While the script or cmd is running DONOT click touch your keyboard or mouse because the command may lost is focus and not run properly.

 

-blogmytuts


The owner of blogmytut.blogspot.com will not be liable for any errors or omissions in this information nor for the availability of this information. The owner will not be liable for any losses, injuries, or damages from the display or use of this information.Report any Broken Download link on Blogmytuts Facebook Page
Share on Google Plus

About Chucks

A Freelance Computer Tech with knowledge about computer, router and mobile phones, especially in Upgrade and Downgrade OS, Software and Hardware troubleshooting. fallow me at Google+
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment