Today ,I will show you how to rip games,videos and photos.
What you required are :
- Notepad (Sure you have if you are using windows)
- uha.dll(which you can download at here )
2)open notepad ,type as below :
@echo off
ren uha.dll uha.exe
uha.exe a -m3 -r -pf -o filename F:\location
ren uha.exe uha.dll
* filename is the name for your file after rip .As example ,if you are ripping a video ,u can give it a name like video.arc ,remember !the extension should be always .arc
* F:\location -F is the location of your drive .As example , your target file location is at drive D,then you should change the letter to D.Such as,our target file is GR.wmv in a folder call Testing at drive D, then we should type D:\Testing\GR.wmv
In this case , the comment should be like below :
uha.exe a -m3 -r -pf -o gr.arc D:\Testing\GR.wmv
3) After that ,save the notepad file as create.bat ,run it and now you should have filename.arc
4)Now ,its time to create a new bat for extract our arc ,open a new notepad and type :
@echo off
ren uha.dll uha.exe
uha.exe x -y filename.arc
ren uha.exe uha.dll
*filename.arc in this case,our filename.arc should be gr.arc ,so it should be like this:
@echo off
ren uha.dll uha.exe
uha.exe x -y gr.arc
ren uha.exe uha.dll
5) Save it as setup.bat
6) create a new folder and put gr.arc and setup.bat to the new folder.
7)Run the setup.bat and it will extract your video file,if you success ,congratz ,you just master it !
Any question ,please email to geeks_republic@live.com
Any question ,please email to geeks_republic@live.com
0 comments:
Post a Comment