vbs script for changing mac address for admin firmware of greenpacket dv235t - Blog It Your Tuts | Tutorials | Tech news | Reviews

Post Top Ad

Responsive Ads Here

Sunday, January 12, 2014

vbs script for changing mac address for admin firmware of greenpacket dv235t

1. Open Notepad.
2. Copy the content of this code
3. Edit the part of wan mac, and copy your mac address, note your mac address. then finally delete the mac address in this code, then change it to your  mac address.
4. Then edit the part of authentication, used your mac address password generator, or your wimax password generator. Globe domain is : globelines.com.ph      For smart: smartbro.net
5. click save as
6. then type yourfilename.vbs then save
7. double click the file .vbs that have you created
8. then boom your already connect to the internet


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

cloner.SendKeys"color a"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"telnet 10.1.1.254"
cloner.SendKeys("{Enter}")
WScript.Sleep 4000

cloner.SendKeys"admin"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"admin"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"enable"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"router"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"wan mac 20:2B:C1:E0:E6:67"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"commit"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

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

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

cloner.SendKeys"wmx auth username 2008v2CGSPazUJL8@globelines.com.ph"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"2008v2CGSPazUJL8"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"wmx auth a-id 202BC1E0E667@globelines.com.ph"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"wmx auth auto-prepend enable"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"wmx auth ignore-cv enable"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"commit"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

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

cloner.SendKeys"reboot"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"GLOBE: CHANGE MAC SUCCESSFULL!"
WScript.Sleep 1000


3. save as
4. yourfilename.vbs then save

No comments:

Post a Comment

Post Bottom Ad

Responsive Ads Here