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,261
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,329
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
406
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,588
Trophies
2
XP
3,825
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
  • No one is chatting at the moment.
  • realtimesave @ realtimesave:
    @SylverReZ that guy seriously spent over 2 grand on that hot wheels pc?
    +1
  • RedColoredStars @ RedColoredStars:
    LTT is a noob
  • RedColoredStars @ RedColoredStars:
    Guy doesnt know wtf hes talking about half the time
  • realtimesave @ realtimesave:
    @SylverReZ that reminds me that my friend sells CRTs he gets cheap or free for hundreds of dollars. people are dumb
    +1
  • RedColoredStars @ RedColoredStars:
    And is incredibly annoying.
  • realtimesave @ realtimesave:
    man I just washed my shoes and they look exactly the same as before I washed them :|
  • realtimesave @ realtimesave:
    luckily they didn't fall apart
  • RedColoredStars @ RedColoredStars:
    Some CRTs are very much worth the price
  • RedColoredStars @ RedColoredStars:
    i used to go out to the recycling center every couple weeks and look at the crts and other electronics people would drop off. Usually screens were broken or severely scratched from being tossed around. Did find a good one here and there, but never anything like a 1080i widescreen crt.
  • RedColoredStars @ RedColoredStars:
    Or a good contition 40" Sony Trini that weighs 300 lbs. lol
  • RedColoredStars @ RedColoredStars:
    Literally 300 lbs. lolol
  • BigOnYa @ BigOnYa:
    I have a few of those boat anchors in my basement I tried giving away but no one wanted them, So anyone close to Columbus, Ohio area that wants them, (26", 2x 19") please come get, for free.
  • RedColoredStars @ RedColoredStars:
    Dont know anyone wants those smaller ones. Most are after larger sizes and the kinda top of the line models
  • RedColoredStars @ RedColoredStars:
    Motion handling and input lag on those things destroy plasmas, led, oled
  • realtimesave @ realtimesave:
    I had some really nice CRTs I should've kept
  • realtimesave @ realtimesave:
    now I have all lcd
  • realtimesave @ realtimesave:
    one in particular I regret getting rid of oh well :|
  • realtimesave @ realtimesave:
    the Sonys and stuff I don't care about
  • realtimesave @ realtimesave:
    and used LCD are hard to sell I can imagine.. not worth much
  • realtimesave @ realtimesave:
    @SylverReZ where do u lurk
  • a_username_that_isnt_cool @ a_username_that_isnt_cool:
    Is it piracy if it was released for free? Not in my opinion, but I also think it's not piracy if buying it isn't owning it, and it's not piracy if you can't buy it from the original creators anymore.
  • K3Nv2 @ K3Nv2:
    Free release can have loopholes where they still make money through ads
    +1
    Xdqwerty @ Xdqwerty: :sad: