Hacking vWii sneek

gbamoinonono

Active Member
Newcomer
Joined
Jul 27, 2013
Messages
28
Trophies
0
Age
43
XP
224
Country
What I did was to change "Wii-Disc Region free hack" ("SMenu.c" of the esmodule )
. The original code (line 160-161) was

*(u32*)0x0137E2C8 = 0x4800001C;
*(u32*)0x0137EC44 = 0x38000001;

I suppose they are for USA vWii. So I changed these 2 lines to
*(u32*)0x0137E370 = 0x4800001C;
*(u32*)0x0137EE04 = 0x38000001;

I am glad that it works for EUR vWii Sneek.

Anyway, all credits should belong to Crediar !!
Could you please send me that kernel.bin?
I tried changing my last NAND's \title\00000001\00000002 folder with my first NAND's \title\00000001\00000002 folder. And with this, my last NAND backup is working the disk channel, and sneek doesn't freeze with disk game inside.
So in my case, the problem is \title\00000001\00000002 folder.
But I would like to try with your kernel.bin.
Edit: I have tried changing those lines, and the result it's that sneek does not freeze with a disk game inside, but the disk channel does not recognize the wii disk game (it says that can not read the disk...).
 

gbamoinonono

Active Member
Newcomer
Joined
Jul 27, 2013
Messages
28
Trophies
0
Age
43
XP
224
Country
I've told you guys, it doesn't matter what update you have. vIOS80 has never been updated.

I can not explain, because I don't have any knowlege about the wii or vwii IOS's.
But the thing is that with the airline38's kernel.bin works for me!
And in the other hand, taking my first NAND backup's title\00000001\00000002 folder to replace with the others NAND backups works aswell.
 

airline38

Well-Known Member
Member
Joined
Mar 28, 2010
Messages
741
Trophies
1
XP
807
Country
Taiwan
If my memory serves me right, the original game disc doesn't require a cIOS.
So no matter there is a patch of vIOS80 or not, it's not the reason to block
game disc loading from vWii emu. nand.

Also if someone has checked/compared one of the SystemMenu file:00000008.app(00000017.app) between a normal Wii and vWii,
the file of vWii is encrypted. So it's not easy to simply modify this file
with those "priiloader hacks" (ex:region free everything).

However,it should be possible to use the way (which crediar did )
to apply some "hacks" to sneek.(esmodule)
 

conanac

Be an Angel
Member
Joined
Sep 13, 2009
Messages
267
Trophies
1
XP
329
Country
United States
A few updates:
Still have not resolved SNEEK and SNEEK+DI set-ups on my WiiU WiiMode.
However, UNEEK and UNEEK+DI work ok for me. I also manage to transfer several system
menu hacks from Wii to WiiMode for US console (see video below):
1. Move disc channel
2. No background music (sound is not completely off at the beginning of system menu loading)
3. Region free everything
In case you want to try, you could get all these memory offsets and associated values in the video description.

Cheers.

 

airline38

Well-Known Member
Member
Joined
Mar 28, 2010
Messages
741
Trophies
1
XP
807
Country
Taiwan
A few updates:
Still have not resolved SNEEK and SNEEK+DI set-ups on my WiiU WiiMode.
However, UNEEK and UNEEK+DI work ok for me. I also manage to transfer several system
menu hacks from Wii to WiiMode for US console (see video below):
1. Move disc channel
2. No background music (sound is not completely off at the beginning of system menu loading)
3. Region free everything
In case you want to try, you could get all these memory offsets and associated values in the video description.

Cheers.



Amazing job,conanac........ I will try your "hacks" (region free everything) on my kernel.
Theoretically, if it's working for US vWii,it should be no problem to apply to EUR vWii sneek.
 

JoostinOnline

Certified Crash Test Dummy
Member
Joined
Apr 2, 2011
Messages
11,005
Trophies
1
Location
The Twilight Zone
Website
www.hacksden.com
XP
4,339
Country
United States
A few updates:
Still have not resolved SNEEK and SNEEK+DI set-ups on my WiiU WiiMode.
However, UNEEK and UNEEK+DI work ok for me. I also manage to transfer several system
menu hacks from Wii to WiiMode for US console (see video below):
1. Move disc channel
2. No background music (sound is not completely off at the beginning of system menu loading)
3. Region free everything
In case you want to try, you could get all these memory offsets and associated values in the video description.

Cheers.


How are you making these?
 

markehmus

Well-Known Member
Member
Joined
Jul 26, 2008
Messages
1,521
Trophies
0
Age
112
Location
in the GAME
XP
1,279
Country
Canada
How are you making these?

Here are the required patches in this video description in case anyone with WiiU US-region console wants to try (by editing file SMenu.c):
1. Moving disc channel
*(u32*)0x013B099C = 0x60000000;
2. No background music (the music is still played for a second or two at the beginning of loading system menu)
*(u32*)0x0136BD5C = 0x4E800020;
3. Region free everything
*(u32*)0x0137E458 = 0x38000001;
*(u32*)0x0137E460 = 0x900DA5D8;
*(u32*)0x0137E464 = 0x38000032;
*(u32*)0x0137E71C = 0x38000001;
*(u32*)0x0137E73C = 0x4800001C;
*(u32*)0x0137EF90 = 0x60000000;
*(u32*)0x013807AC = 0x38600001;
*(u32*)0x013B7780 = 0x48000028;
*(u32*)0x0152F894 = 0x60000000;
*(u32*)0x0152FD7C = 0x38000001;
*(u32*)0x01533418 = 0x4E800020;


instructions in his youtube link

 

airline38

Well-Known Member
Member
Joined
Mar 28, 2010
Messages
741
Trophies
1
XP
807
Country
Taiwan
Here are the region free hacks(offsets) for EUR vWii sneek:

*(u32*)0x0137EFA4 = 0x38000001;
*(u32*)0x0137F268 = 0x38000001;
*(u32*)0x0137F288 = 0x4800001C;
*(u32*)0x0137FADC = 0x60000000;
*(u32*)0x013812F8 = 0x38600001;
*(u32*)0x013B787C = 0x48000028;
*(u32*)0x0152F990 = 0x60000000;
*(u32*)0x0152FE78 = 0x38000001;
*(u32*)0x01533514 = 0x4E800020;

Since I don't have a EUR Wii U so I expect someone can try to verify.

Note: I take out 2 offsets for "GC game region free" because they are useless.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    I don't trust the free ones, but ipvanish I've used for couple years now, n like
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if they could get CPUs to run that hot then use the heat to power a steam turbine to power the CPUs....
  • BigOnYa @ BigOnYa:
    Good idea, or at least power the GPU
  • Psionic Roshambo @ Psionic Roshambo:
    It's not the movies or games downloads that I would worry about, like breaking into networks, downloading encrypted things, spying on network traffic. I have seen so many "Top Secret" seals on files when I was a kid
  • Psionic Roshambo @ Psionic Roshambo:
    I was obsessed with finding UFOs, a surprising amount of US files where stashed on computers in other countries, China back in the early 90s omg sooo much
  • BigOnYa @ BigOnYa:
    Yea that crazy, I've never tried hack into anything, I just pirate, and my ISP have send me 3-4 letters, so had to VPN it
  • Psionic Roshambo @ Psionic Roshambo:
    Ship to ship communication software for the Navy although without access to the encrypting chips it was mostly useless
  • Psionic Roshambo @ Psionic Roshambo:
    I bet now a 4090 could probably crack it? Hmmm maybe not even back then I'm pretty sure they where using like 1024 bit encryption
  • Psionic Roshambo @ Psionic Roshambo:
    Yayyy the one set finished 324GBs lol
  • Psionic Roshambo @ Psionic Roshambo:
    Compressed....
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder how many years that would have taken on a 56K modem lol
  • Psionic Roshambo @ Psionic Roshambo:
    18000 hours lol
  • Psionic Roshambo @ Psionic Roshambo:
    750 days lol
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    So Internet is very much faster now lol
  • BigOnYa @ BigOnYa:
    "Time Remaining- 2 years, 9 girlfriends, 6 hairstyles, please standby..."
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I remember one time I downloaded like a 500MB ISO file on 56K and that literally took like 2 days
  • Psionic Roshambo @ Psionic Roshambo:
    I had some sort of resume thing, I remember the software had chains
  • Psionic Roshambo @ Psionic Roshambo:
    Damned if I can't remember.the name though
  • Psionic Roshambo @ Psionic Roshambo:
    Some sort of download management app
  • BigOnYa @ BigOnYa:
    Ok good chatting, I'm off to the bar, to shoot some pool, nighty night.
    +1
  • BakerMan @ BakerMan:
    hey psi
  • BakerMan @ BakerMan:
    i call your girl lyndon the way she b on my johnson
    BakerMan @ BakerMan: i call your girl lyndon the way she b on my johnson