MyMPx.org

MyMPx.org (http://mympx.org/forum/)
-   Support and How To (http://mympx.org/forum/support-how/)
-   -   Automatic fw extracting (http://mympx.org/forum/support-how/34926-automatic-fw-extracting.html)

Bugmenot-User 10th Nov 2006 6:36 pm

Automatic fw extracting
 
Does anyone know of a program to extract the images and strings in a fw file? I wrote this up for now in AutoHotKey. If anyone has a better way, please tell me (this script is very unstable. disconnect from the internet and stop all unnecessary processes before running).

Code:

; fwextract
#e::
Loop, 360 {
Sleep,  80
Click, 618,  92
Sleep,  80
Send, {ENTER}
Sleep,  80
Click,  29,  487
Sleep,  80
Send, {DOWN}
}
return

; fwupdate
#u::
Loop, 360 {
Sleep,  80
Click, 562,  92
Sleep,  80
Send, {ENTER}
Sleep,  80
Click,  29,  487
Sleep,  80
Send, {DOWN}
}
return

#p::
Pause
return



All times are GMT -7. The time now is 2:10 am.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2