Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

HELP 622M ,1970. STUCK MAC, khit gamitan ng script

nadom

Proficient
Advanced Member
Messages
285
Reaction score
0
Points
26
HELP 622M ,1970. STUCK MAC, khit gamitan ng script

eto ung script na ginamit ko, gumana naman sya at ng reboot matapos ang script. problem is hnd talaga ng iiba ung mac nya dead mac at pag nakalog in sa gui 1970 ang date, pero kung hnd naman ngkalog in 2012 nmn ang date..
na try ko na rin iflush to dv fw at ibalik sa 2012 fw, ganun pa rin..
Phelp naman kung nakaexpireince n kto ng ganito.. any sulution mga ka ts

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

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

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

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

cloner.SendKeys"$P4mb1h1r4N4m4nT0!!"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"cd /etc"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"rm default.cfg"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset pw_static_model 1"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset LAN_ETH_PORT_NUM 1"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset LEDBUTTON_TIMER_INTERVAL 125"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset VOIP_CH_NUM 1"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset SLIC_TYPE 321760"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset GPIO_MAP 0,-1,2,15,24,12,11,25,10,-1,-1,-1,-1,-1,13,14"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset GPIO_INVERSION 32772,0"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset DM_ENABLE 1"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset DM_SERVER_AUTH MD5"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset DM_CLIENT_AUTH MD5"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset DM_INTERVAL_ENABLE 1"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset DM_INTERVAL 3600"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset WAN_MAC_ENCRY 346BDXXXXXX"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset WAN_MAC 34:6B:D3:XX:XX:XX"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset LAN_MAC 34:6B:D3:XX:XX:XY"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

cloner.SendKeys"sncfg dset WMX_FREQ_LIST 2507500,2602000,2612000,2622000,2638000,2505000,2510000"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000

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

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

cloner.SendKeys"/factoryreset.sh"
cloner.SendKeys("{Enter}")
WScript.Sleep 1000
 
eto ung script na ginamit ko, gumana naman sya at ng reboot matapos ang script. problem is hnd talaga ng iiba ung mac nya dead mac at pag nakalog in sa gui 1970 ang date, pero kung hnd naman ngkalog in 2012 nmn ang date..
na try ko na rin iflush to dv fw(tas fix mo muna sa tool BACKDOOR v3.0 BY GATASnaCHIXoh) at ibalik sa 2012 fw, ganun pa rin..
Phelp naman kung nakaexpireince n kto ng ganito.. any sulution mga ka ts
 
salamat sa reply boss

ginamitan ko nitong script

Set amorphous = CreateObject("WScript.Shell")

amorphous.run"cmd"
WScript.Sleep 200

amorphous.Sendkeys"echo off{Enter}"
WScript.Sleep 200

amorphous.SendKeys"telnet 192.168.254.1{Enter}"
WScript.Sleep 200

amorphous.SendKeys"Firefly{Enter}"
WScript.Sleep 200

amorphous.SendKeys"$P4mb1h1r4N4m4nT0!!{Enter}"
WScript.Sleep 200

amorphous.SendKeys"apinfo > /etc/default.cfg{Enter}"
WScript.Sleep 200

amorphous.SendKeys"sncfg commit{Enter}"
WScript.Sleep 200

amorphous.SendKeys"sncfg reset{Enter}"
WScript.Sleep 200


amorphous.SendKeys"sncfg default{Enter}"
WScript.Sleep 200

amorphous.SendKeys"reboot{Enter}"
WScript.Sleep 200

ayun efective po, tas kailangan lng ng live mac para maupdate ung 1970 na date...
 
gagana po kaya iyan sa bm623m na dinowngrade ng bm622m na di napapalitan ang password ng wifi?


help po


salamat po
 
ok, tapos i check mo laman nya ulit by typing "cd etc" then "cat default.cfg" tignan mo laman nyan kung mahaba, pag maiksi...gamitin mo ulit yung pang vintage kong script... :salute:
 
Back
Top Bottom