Hacking Wii ISO Patcher Simple GUI

  • Thread starter Thread starter w4aqar
  • Start date Start date
  • Views Views 39,615
  • Replies Replies 16

w4aqar

Well-Known Member
Newcomer
Joined
Apr 3, 2007
Messages
83
Reaction score
0
Trophies
1
XP
121
Country
United States
Benyboybob (aka Ben Lloyd) has released the Wii ISO Patcher, a simple GUI he made for waninkoko's classic IOS Version Patcher.

Instead of dealing with command lines, you now simply have to browse for your ISO. As the author said, it's nothing ground-breaking, but it will make your life a little easier.

The Wii ISO Patcher lets you skip typing out a number for your preferred IOS. This GUI copies the common-key file to the ISO directory automatically.

The download file will ask for a password file to unzip. Don't panic, it's "tehparadox.com." Here are the features of this program:

* Automatically copies the common-key file to the ISO directory
* Can be ran from anywhere
* Full ISO Conversion without once needing to type anything

Download

http://rapidshare.com/files/149736097/2412....Lloyd.rar.html

Password
tehparadox.com
 
What was so hard about dragging the *wiigame*.iso onto the backup-creator.exe? No command lines, nothing.
 
Uh... a simple batch file is more than enough:

backup-creator.exe *.iso


If you want to get fancy, add a line that has it open IMGBurn with the ISO loaded.
 
teq said:
Uh... a simple batch file is more than enough:

backup-creator.exe %1


If you want to get fancy, add a line that has it open IMGBurn with the ISO loaded.
FTFY
smile.gif
 
teq said:
Uh... a simple batch file is more than enough:

backup-creator.exe *.iso


If you want to get fancy, add a line that has it open IMGBurn with the ISO loaded.
people are stupid and cant make them tho
tongue.gif
, i just drag the iso onto the exe and it makes the new iso fine.
 
Here, make a file called backup-creator.bat and paste the following into it:
Code:
@echo off
color 4f
title Wii Backup Creator
:start
cls
echo -------------------------
echo -ÂÂWii Backup CreatorÂÂ -
echo -ÂÂÂÂ by WaninkokoÂÂÂÂÂÂ-
echo -------------------------
echo.
echo Input the full name of the ISO.
echo Full name includes file extension.
echo.
set /p n=ISO Name: 
cls
echo -------------------------
echo -ÂÂWii Backup CreatorÂÂ -
echo -ÂÂÂÂ by WaninkokoÂÂÂÂÂÂ-
echo -------------------------
echo.
backup-creator.exe %n%
goto start

And since I'm not so good in shell scripting, here's a crappier Unix version.
Requires Wine.
Make backup-creator.sh and paste the following.
Then use "chmod +x backup-creator.sh"

Code:
clear
echo -------------------------
echo -ÂÂWii Backup CreatorÂÂ -
echo -ÂÂÂÂ by WaninkokoÂÂÂÂÂÂ-
echo -------------------------
echo
echo Input the full name of the ISO.
echo Full name includes file extension.
echo
read iso
clear
echo -------------------------
echo -ÂÂWii Backup CreatorÂÂ -
echo -ÂÂÂÂ by WaninkokoÂÂÂÂÂÂ-
echo -------------------------
echo
wine backup-creator.exe $iso
clear

I had the Windows version for a while. Made it about a week ago.
I made the Linux version in like a minute before posting this message, basically just from looking at the batch version.
 
No matter where i go, I'm not told why i need this tool. Just to use it. Can anyone tell me what it's for? the readme doesnt even say so.
(retains 30lbs of WTF)
 

Site & Scene News

Popular threads in this forum