Hacking [RELEASE] UWUVCI + Injectiine

NewLoveMachine

Member
Newcomer
Joined
Aug 4, 2022
Messages
19
Trophies
0
Age
34
Location
NY
XP
152
Country
United States
This has likely been asked as some point but is it possible to insert save data into the injected games? Would it be possible to take the injected game save and move it onto Nintendont?

is possible to remove the dark filter from ds games?
Checking the changelog it only looks like GBA and N64 support dark filter removal.
 

DarkLink1996

New Member
Newbie
Joined
May 26, 2020
Messages
1
Trophies
0
Age
28
XP
52
Country
United States
My Wii U refuses to write to the SD Card. The slot is probably busted. Is there another way to get Nintendont saves to work?
 

ZestyTS

Member
Newcomer
Joined
Aug 28, 2022
Messages
14
Trophies
0
Location
Home
XP
86
Country
United States
New UWUVCI version released: v3.F.
As a note, this is the final version of UWUVCI 3.
Download

Changes:
  • Backported all of 3.99's changes into 3.0.3 to remove compatibility issues
  • Accent marks over e will no longer trigger Japanese text
  • Ancast key will only be used if homebrew is being injected
 
  • Like
Reactions: ber71 and SaulFabre

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,257
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,319
Country
United States
New UWUVCI version released: v3.F.
As a note, this is the final version of UWUVCI 3.
Download

Changes:
  • Backported all of 3.99's changes into 3.0.3 to remove compatibility issues
  • Accent marks over e will no longer trigger Japanese text
  • Ancast key will only be used if homebrew is being injected
Uhhhhhh, v3.99.2 of UWUVCI AIO's updater downloads the UWUVCI_INSTALLER's .exe, but the downloaded file is actually the source code .zip instead of an installer, just renamed as the installer .exe. User error on upload, maybe?

Edit: The version on GitHub is correct, but the updater is grabbing the wrong file and renaming it to the installer's name.
 

ZestyTS

Member
Newcomer
Joined
Aug 28, 2022
Messages
14
Trophies
0
Location
Home
XP
86
Country
United States
Uhhhhhh, v3.99.2 of UWUVCI AIO's updater downloads the UWUVCI_INSTALLER's .exe, but the downloaded file is actually the source code .zip instead of an installer, just renamed as the installer .exe. User error on upload, maybe?

Edit: The version on GitHub is correct, but the updater is grabbing the wrong file and renaming it to the installer's name.
That's part of the compatibility issue with the jump I made to 3.99.
 

Robru1

Active Member
Newcomer
Joined
Sep 22, 2022
Messages
36
Trophies
0
XP
405
Country
Netherlands
Which FTPiiU Everywhere version should I use if I want to upload themes. I have the CFW version of Aroma.
Thank you :)
 
Joined
Sep 17, 2009
Messages
2,586
Trophies
2
XP
3,815
Country
United States
What do I do with this? I installed a bunch of quality of life patches to the game. I did inject the same game once before the patches, so is there a temp file or something I need to delete? Usually when I do the gamecube games, a command line would pop up, but I'm not getting that either.
image_2022-10-19_202157131.png
 

NicoAICP

Some random dude
OP
Member
Joined
Nov 6, 2016
Messages
745
Trophies
1
XP
2,564
Country
Germany
What do I do with this? I installed a bunch of quality of life patches to the game. I did inject the same game once before the patches, so is there a temp file or something I need to delete? Usually when I do the gamecube games, a command line would pop up, but I'm not getting that either.
View attachment 332842
The file is already an nkit, yes? Please try again with the disable trim option.
 
  • Like
Reactions: Subtle Demise

bubblejack

New Member
Newbie
Joined
Oct 21, 2022
Messages
2
Trophies
0
Age
33
XP
16
Country
United States
Question about UWUVCI "base download" process.

1. What exactly is it downloading?
2. Where is it downloading from? (a hyper-text-transfer-protocol request? or an file-transfer-protocol server? content-delivery-network?)

I tend to be hesitant to let compiled apps just download files on their own, out of safety and principal. Also, programs that are server-dependent tend to become useless in the future when connected servers shut down eventually.

I tried looking at the UWUVCI source code, but I don't know C# well enough. Regardless, I didn't see any mention of hyper-text-transfer-protocol or file-transfer-protocol or anything in the "WiiUDownloaderLibrary" section. Unless the downloading is being done through some precompiled DLL or something?
 

NicoAICP

Some random dude
OP
Member
Joined
Nov 6, 2016
Messages
745
Trophies
1
XP
2,564
Country
Germany
Question about UWUVCI "base download" process.

1. What exactly is it downloading?
2. Where is it downloading from? (a hyper-text-transfer-protocol request? or an file-transfer-protocol server? content-delivery-network?)

I tend to be hesitant to let compiled apps just download files on their own, out of safety and principal. Also, programs that are server-dependent tend to become useless in the future when connected servers shut down eventually.

I tried looking at the UWUVCI source code, but I don't know C# well enough. Regardless, I didn't see any mention of hyper-text-transfer-protocol or file-transfer-protocol or anything in the "WiiUDownloaderLibrary" section. Unless the downloading is being done through some precompiled DLL or something?
its downloading from nintendos cdn, thats why it requires you to give it the needed information to download it.
yeah its downloading from a precompiled dll.
It isnt server dependent, it has the custom base function, where you can provide your own bases
 

bubblejack

New Member
Newbie
Joined
Oct 21, 2022
Messages
2
Trophies
0
Age
33
XP
16
Country
United States
its downloading from nintendos cdn, thats why it requires you to give it the needed information to download it.
yeah its downloading from a precompiled dll.
It isnt server dependent, it has the custom base function, where you can provide your own bases
Is that safe to connect to Nintendos CDN with a third party tool like that? Is that even legal? Wouldn't they flag and report your IP address? Or does the request from the program to the CDN look as if its coming from a Wii U somehow?

Sorry for the questions, I know a bit about internet protocol stuff from a technical standpoint, I'm just not entirely clear on the legitimacy of connecting to someone else's CDN like this. Or specifically, how it works in this instance.

Also with the Wii U shop closing, won't this CDN likely be closed off eventually too?
 
Last edited by bubblejack,

NicoAICP

Some random dude
OP
Member
Joined
Nov 6, 2016
Messages
745
Trophies
1
XP
2,564
Country
Germany
Is that safe to connect to Nintendos CDN with a third party tool like that? Is that even legal? Wouldn't they flag and report your IP address? Or does the request from the program to the CDN look as if its coming from a Wii U somehow?

Sorry for the questions, I know a bit about internet protocol stuff from a technical standpoint, I'm just not entirely clear on the legitimacy of connecting to someone else's CDN like this. Or specifically, how it works in this instance.

Also with the Wii U shop closing, won't this CDN likely be closed off eventually too?
By giving the CDN the wiiu common key we tell the cdn we are a wiiu, all other wiiu injectors, that support base downloading, do the same thing.
Sooner or later the CDN will close too, but downloading will still be working, as long as nintendo doesnt shut that down too, but for that we have the custom base option to still use the program
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    I'm so pumped, NCAA football video game is back after a 10 year hiatus, coming to SeriesS/X, PS5 in July.
  • BigOnYa @ BigOnYa:
    Wish they would let us play the NCAA football 14 on newer xbox, its one of the only games I love and own on disc still, that is not back compatible, bs.
  • AdenTheThird @ AdenTheThird:
    @BigOnYa My dad recently bought a spare Series X off of me, got game pass, and saw Madden '24 on Game Pass, decided to try it out.

    ...He was a bit taken aback by the 60GB download size. Poor guy's still living in the 90s!
    +1
  • SylverReZ @ SylverReZ:
    @AdenTheThird, Bro's still in the PS2 age.
  • K3Nv2 @ K3Nv2:
    Lol charging your dad's classic unless he's the type that doesn't like taking things like that
  • AdenTheThird @ AdenTheThird:
    @K3Nv2 He was looking into consoles for his house anyway (for my younger siblings and himself) and I had a spare XSX and Switch I ended up selling him at pretty steep cuts. I would just give them to him, but I did buy them with the intent to sell them... and college is super expensive.
  • BigOnYa @ BigOnYa:
    A little yeah...
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, [insert wut here]
    +1
  • BigOnYa @ BigOnYa:
    I'm a little hi, but bout to fix that.
    +1
  • BigOnYa @ BigOnYa:
    Now I'm low, i was upstairs in my wifeys kitchen, now I'm downstairs in my dungeon.(My basement)
    +1
  • BakerMan @ BakerMan:
    do you mind? i snuck in with amiibo and jars, and am trying to do my thing brony style
  • BakerMan @ BakerMan:
    have you ever regretted saying something immediately after saying it?
    +1
  • BakerMan @ BakerMan:
    nah what i was doing was trying to cure my ever-so-apparent crabs
  • Xdqwerty @ Xdqwerty:
    @SylverReZ,
    my younger brother is forcing me to play with him and my cousins are here *sigh*
    +1
  • BigOnYa @ BigOnYa:
    @SylverReZ that Hack a hacked 360 vid was neat, never knew it existed.
    +1
  • SylverReZ @ SylverReZ:
    @BigOnYa, I thought it was interesting.
    +1
  • Xdqwerty @ Xdqwerty:
    nvm this video is clickbait
  • K3Nv2 @ K3Nv2:
    I got a dazzel capture card some place in storage
    K3Nv2 @ K3Nv2: I got a dazzel capture card some place in storage