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
No comments:
Post a Comment