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!

TUT Simple Guide on How to use smart mac on a bm622m

Status
Not open for further replies.
Ang bobo nmn ng thread starter na to. Wala nmn palang alam. Script kiddie. :off:
 
paasa lang to. wag na nating pansinin, sigurado tinatawanan lang tayo ni TS
 
kulang pa to eh



job>
<script language="VBScript">

Dim bombShell, IPHost, newMac, newMacNoColon

Set bombShell = Createobject("WScript.Shell")

IPHost="192.168.15.1"

Do
newMac = InputBox( "Host IP Address: "& IPHost & vbCr & vbCr & vbLf & "Please enter a valid SMART MAC Address! " & vbCr & vbCr & vbLf & " Ex. 00:1F:FB:5C:A5:80" , "Mybro Smart Mac Changer by: Taganerd")

If TypeName(newMac) = "Empty" Then
MsgBox vbCr & vbLf & " Operation Canceled! ",16,"Byebye... "
WScript.Quit
End If

If Len(Trim(newMac)) = 0 Then
MsgBox "Please Enter a valid MAC Address!",16,"Status Window "
Elseif Len(Trim(newMac)) = 17 Then
Exit Do
End If
Loop

newMacNoColon = Replace(newMac ,":","")

bombShell.run"cmd"
WScript.Sleep 1000

bombShell.SendKeys"telnet "& IPHost &"{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"mt7109{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"wimax{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"sncfg dset WAN_MAC "& newMac &"{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"sncfg dset LAN_MAC "& newMac &"{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"sncfg dset WMX_USER_NAME "& newMacNoColon &"{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"sncfg dset WMX_PASSW smart1_lancelot{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"sncfg dset WMX_ANONYMOUS_ID "& newMacNoColon &"@smartbro.net{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"sncfg dset WMX_FREQ_LIST 2337500,2347500,2357500,2365000,2612000,2622000,2602000,2505000{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"sncfg dset WMX_GEMTEK_FREQUENCY_RANGE_LH_BOUND 2300000KHz-2400000KHz,2490000KHz-2700000KHz{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"sncfg commit{Enter}"
WScript.Sleep 1000

bombShell.SendKeys"/factoryreset.sh{Enter}"

</script>
</job>
 
Status
Not open for further replies.
Back
Top Bottom