Hacking [RELEASE] Adobe Flash SWF WiiWare iNJECTOR *BETA VERSiON* by saulfabreg

disbeayush

New Member
Newbie
Joined
Dec 23, 2020
Messages
1
Trophies
0
Age
22
XP
55
Country
United States
so i want to make a keymap and i want to know what language for that ini file is in and how i would write one sorry if this sounds dumb and is easy to do i am new to wii modding
 
  • Like
Reactions: SaulFabre

SaulFabre

I like Yoshis and the Wii/Wii U scene.
OP
Member
Joined
Feb 6, 2019
Messages
3,186
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,834
Country
Ecuador
so i want to make a keymap and i want to know what language for that ini file is in and how i would write one sorry if this sounds dumb and is easy to do i am new to wii modding
Ok. For keymapping we use key codes based in ASCII and other commands that the Wii emulator supports.
For codes for each key you want to emulate in ASCII, go to here: http://people.uncw.edu/tompkinsj/112/flashactionscript/keycodes.htm
For codes on Wii emulator, use these: (credits to @SuperrSonic for contributing this, and @Zorg1996 for helping me to code)

KEYBOARD MAPPING CODES:
  • KEY_LEFT
  • KEY_RIGHT
  • KEY_HOME
  • KEY_END
  • KEY_INSERT
  • KEY_DELETE
  • KEY_BACKSPACE
  • KEY_SELECT
  • KEY_UP
  • KEY_DOWN
  • KEY_PAGEUP
  • KEY_PAGEDOWN
  • KEY_FORWARD
  • KEY_BACKWARD
  • KEY_ESCAPE
  • KEY_ENTER
  • KEY_TAB
  • KEY_CAPS
  • KEY_SHIFT
  • KEY_CTRL

Wii BUTTONS KEYMAPPING CODES:
  • KEY_BUTTON_LEFT
  • KEY_BUTTON_RIGHT
  • KEY_BUTTON_DOWN
  • KEY_BUTTON_UP
  • KEY_BUTTON_A
  • KEY_BUTTON_B
  • KEY_BUTTON_HOME
  • KEY_BUTTON_PLUS
  • KEY_BUTTON_MINUS
  • KEY_BUTTON_1
  • KEY_BUTTON_2
  • KEY_BUTTON_Z
  • KEY_BUTTON_C
  • KEY_CL_BUTTON_UP
  • KEY_CL_BUTTON_LEFT
  • KEY_CL_TRIGGER_ZR
  • KEY_CL_BUTTON_X
  • KEY_CL_BUTTON_A
  • KEY_CL_BUTTON_Y
  • KEY_CL_BUTTON_B
  • KEY_CL_TRIGGER_ZL
  • KEY_CL_RESERVED
  • KEY_CL_TRIGGER_R
  • KEY_CL_BUTTON_PLUS
  • KEY_CL_BUTTON_HOME
  • KEY_CL_BUTTON_MINUS
  • KEY_CL_TRIGGER_L
  • KEY_CL_BUTTON_DOWN
  • KEY_CL_BUTTON_RIGHT
If you want to know how to keymap in Flash SWF WiiWare iNJECTS, go to this tutorial: https://gbatemp.net/threads/virtual-console-adobe-flash-swf-wii-vc-injection-tutorial.570974
Greetings :D
 
Last edited by SaulFabre,

Chukoloco08

New Member
Newbie
Joined
Apr 4, 2021
Messages
2
Trophies
0
Age
37
XP
58
Country
United States
I was trying to download the Flash to WAD app, even though my computer is saying that it is an infected file and I don't want to risk getting a virus. Is there a safer version for me to download?
 
  • Like
Reactions: SaulFabre

SaulFabre

I like Yoshis and the Wii/Wii U scene.
OP
Member
Joined
Feb 6, 2019
Messages
3,186
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,834
Country
Ecuador
I was trying to download the Flash to WAD app, even though my computer is saying that it is an infected file and I don't want to risk getting a virus. Is there a safer version for me to download?
Don't worry @Chukoloco08, my tool is 100% safe to download and use, no risk of virus. I think the false "virus" is the process I did for convert the batch source code file to an executable using F2KO's BAT tp EXE Converter, sorry!
 

redfire_mrt

Well-Known Member
Member
Joined
May 26, 2020
Messages
226
Trophies
0
XP
1,118
Country
United States
Don't worry @Chukoloco08, my tool is 100% safe to download and use, no risk of virus. I think the false "virus" is the process I did for convert the batch source code file to an executable using F2KO's BAT tp EXE Converter, sorry!
Well when I downloaded the App 6 months ago my PC started freezing a few times, I still haded a antivirus though & I still have Avast on my computer.
 
  • Like
Reactions: SaulFabre

SaulFabre

I like Yoshis and the Wii/Wii U scene.
OP
Member
Joined
Feb 6, 2019
Messages
3,186
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,834
Country
Ecuador
how do controls function
look at this message for program the Wii controls for press virtually the keyboard keys ;)
Ok. For keymapping we use key codes based in ASCII and other commands that the Wii emulator supports.
For codes for each key you want to emulate in ASCII, go to here: http://people.uncw.edu/tompkinsj/112/flashactionscript/keycodes.htm
For codes on Wii emulator, use these: (credits to @SuperrSonic for contributing this, and @Zorg1996 for helping me to code)

KEYBOARD MAPPING CODES:
  • KEY_LEFT
  • KEY_RIGHT
  • KEY_HOME
  • KEY_END
  • KEY_INSERT
  • KEY_DELETE
  • KEY_BACKSPACE
  • KEY_SELECT
  • KEY_UP
  • KEY_DOWN
  • KEY_PAGEUP
  • KEY_PAGEDOWN
  • KEY_FORWARD
  • KEY_BACKWARD
  • KEY_ESCAPE
  • KEY_ENTER
  • KEY_TAB
  • KEY_CAPS
  • KEY_SHIFT
  • KEY_CTRL

Wii BUTTONS KEYMAPPING CODES:
  • KEY_BUTTON_LEFT
  • KEY_BUTTON_RIGHT
  • KEY_BUTTON_DOWN
  • KEY_BUTTON_UP
  • KEY_BUTTON_A
  • KEY_BUTTON_B
  • KEY_BUTTON_HOME
  • KEY_BUTTON_PLUS
  • KEY_BUTTON_MINUS
  • KEY_BUTTON_1
  • KEY_BUTTON_2
  • KEY_BUTTON_Z
  • KEY_BUTTON_C
  • KEY_CL_BUTTON_UP
  • KEY_CL_BUTTON_LEFT
  • KEY_CL_TRIGGER_ZR
  • KEY_CL_BUTTON_X
  • KEY_CL_BUTTON_A
  • KEY_CL_BUTTON_Y
  • KEY_CL_BUTTON_B
  • KEY_CL_TRIGGER_ZL
  • KEY_CL_RESERVED
  • KEY_CL_TRIGGER_R
  • KEY_CL_BUTTON_PLUS
  • KEY_CL_BUTTON_HOME
  • KEY_CL_BUTTON_MINUS
  • KEY_CL_TRIGGER_L
  • KEY_CL_BUTTON_DOWN
  • KEY_CL_BUTTON_RIGHT
If you want to know how to keymap in Flash SWF WiiWare iNJECTS, go to this tutorial: https://gbatemp.net/threads/virtual-console-adobe-flash-swf-wii-vc-injection-tutorial.570974
Greetings :D
 

sammikins_th3_kitt3n

♾️Neurodivergent🏳️‍⚧️trans🍼crinklefur
Member
Joined
Jul 28, 2012
Messages
279
Trophies
1
XP
1,955
Country
Canada
the file has a virus, word of advice though, dont use bat to exe converters as most of the ones on google search results have a trojan injector

--------------------- MERGED ---------------------------

@SaulFabre can you pm me the batch before conversion?
 
  • Like
Reactions: SaulFabre

XFlak

Wiitired but still kicking
Member
Joined
Sep 12, 2009
Messages
13,836
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,832
Country
Cyprus
I stand by my previous comment, I think those are false positives, it's very common with this sort of thing, anti-viruses aren't the best at determining safe scripts from dangerous ones, and converting to an exe makes it even more likely to get flagged as a false positive. I think this is safe, but do/think as you like
 
  • Like
Reactions: SaulFabre

redfire_mrt

Well-Known Member
Member
Joined
May 26, 2020
Messages
226
Trophies
0
XP
1,118
Country
United States
WHAT!?! O_O. I'm deleting this shit on my PC!

Sorry for the swearing.

--------------------- MERGED ---------------------------

In Sep, when I downloaded the WiiWare Injector after a few days my PC started going insane my PC started freezing about 5 & a minute. So saulfabreg might need to fix that.
 
  • Like
Reactions: SaulFabre

SaulFabre

I like Yoshis and the Wii/Wii U scene.
OP
Member
Joined
Feb 6, 2019
Messages
3,186
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,834
Country
Ecuador
WHAT!?! O_O. I'm deleting this shit on my PC!

Sorry for the swearing.

--------------------- MERGED ---------------------------

In Sep, when I downloaded the WiiWare Injector after a few days my PC started going insane my PC started freezing about 5 & a minute. So saulfabreg might need to fix that.
WHAT A SADNESS!!! :cry:

Maybe my BAT to EXE converter makes the files and the antivirus detects me as a "virus" but I'm 100% sure that my tools don't have virus... :(

Any other suggestion for make a EXE file from a batch file, but with the resulting EXE file have a icon and a description??

@NicholasCullihal What BAT to EXE or another tool do you have and/or do you know for convert those batch files to executables with custom icon and description??
 

12_year_old_homebrewer

Active Member
Newcomer
Joined
Sep 17, 2019
Messages
33
Trophies
0
Age
26
XP
133
Country
United States
So I have a question. When people port the games to a wad is there any way to make a Wii more or other controller to emulate keyboard and mouse? Or do you just have to use USB peripherals?
 
  • Like
Reactions: SaulFabre

SaulFabre

I like Yoshis and the Wii/Wii U scene.
OP
Member
Joined
Feb 6, 2019
Messages
3,186
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,834
Country
Ecuador
So I have a question. When people port the games to a wad is there any way to make a Wii more or other controller to emulate keyboard and mouse? Or do you just have to use USB peripherals?
Flash applet Wii WADs uses Wii Remote for "emulate" the pressed keys in the keyboard, which can be adjusted in the keymap.ini file.
But they're restricted to use only one Wii Remote and it won't accept any other Wii Remote (which is a serious problem for multi-player Flash games).
For learn to keymap the keys to the Wii buttons, check this tutorial: https://gbatemp.net/threads/virtual-console-adobe-flash-swf-wii-vc-injection-tutorial.570974
Here's a quoted message for more info:
Ok. For keymapping we use key codes based in ASCII and other commands that the Wii emulator supports.
For codes for each key you want to emulate in ASCII, go to here: http://people.uncw.edu/tompkinsj/112/flashactionscript/keycodes.htm
For codes on Wii emulator, use these: (credits to @SuperrSonic for contributing this, and @Zorg1996 for helping me to code)

KEYBOARD MAPPING CODES:
  • KEY_LEFT
  • KEY_RIGHT
  • KEY_HOME
  • KEY_END
  • KEY_INSERT
  • KEY_DELETE
  • KEY_BACKSPACE
  • KEY_SELECT
  • KEY_UP
  • KEY_DOWN
  • KEY_PAGEUP
  • KEY_PAGEDOWN
  • KEY_FORWARD
  • KEY_BACKWARD
  • KEY_ESCAPE
  • KEY_ENTER
  • KEY_TAB
  • KEY_CAPS
  • KEY_SHIFT
  • KEY_CTRL

Wii BUTTONS KEYMAPPING CODES:
  • KEY_BUTTON_LEFT
  • KEY_BUTTON_RIGHT
  • KEY_BUTTON_DOWN
  • KEY_BUTTON_UP
  • KEY_BUTTON_A
  • KEY_BUTTON_B
  • KEY_BUTTON_HOME
  • KEY_BUTTON_PLUS
  • KEY_BUTTON_MINUS
  • KEY_BUTTON_1
  • KEY_BUTTON_2
  • KEY_BUTTON_Z
  • KEY_BUTTON_C
  • KEY_CL_BUTTON_UP
  • KEY_CL_BUTTON_LEFT
  • KEY_CL_TRIGGER_ZR
  • KEY_CL_BUTTON_X
  • KEY_CL_BUTTON_A
  • KEY_CL_BUTTON_Y
  • KEY_CL_BUTTON_B
  • KEY_CL_TRIGGER_ZL
  • KEY_CL_RESERVED
  • KEY_CL_TRIGGER_R
  • KEY_CL_BUTTON_PLUS
  • KEY_CL_BUTTON_HOME
  • KEY_CL_BUTTON_MINUS
  • KEY_CL_TRIGGER_L
  • KEY_CL_BUTTON_DOWN
  • KEY_CL_BUTTON_RIGHT
If you want to know how to keymap in Flash SWF WiiWare iNJECTS, go to this tutorial: https://gbatemp.net/threads/virtual-console-adobe-flash-swf-wii-vc-injection-tutorial.570974
Greetings :D
Greetings ;)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • AncientBoi @ AncientBoi:
    eeewww
  • K3Nv2 @ K3Nv2:
    I thought it was the toilet
  • AncientBoi @ AncientBoi:
    okies. Time to go watch YT paranormal ghost things. L8er my luvs :D
    +1
  • K3Nv2 @ K3Nv2:
    I got a massive clue
  • BakerMan @ BakerMan:
    this mf def ain't watching ghost shit, he boutta beat his meat fr
    +1
  • K3Nv2 @ K3Nv2:
    Nah he's about to be the ghost in your bedroom
    +1
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, and leave ectoplasm all over the place
  • BakerMan @ BakerMan:

    this is him being described
    +2
  • Xdqwerty @ Xdqwerty:
    Sigh
  • Xdqwerty @ Xdqwerty:
    Yawn
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, I dislike the kind of drm where you have to play single player games online all the time bc of some verification bs
    +1
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Don't use games that have Easy Anti-Cheat as its been exploited many times.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, my PC can't run most AAA games so i wont
    +1
  • Xdqwerty @ Xdqwerty:
    Most of the modern AAA games
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, I also heard one of the Prince of Persia games was so unfinished that it required the "24/7 online" drm so a puzzle could be done and the game could be finished. And that when the Ubisoft servers were closed the (cracked) game was impossible to finish or something like that
  • SylverReZ @ SylverReZ:
    @Xdqwerty, That's extra scummy. Ubisoft nowadays ship out incomplete games like Skull and Bones which was being worked on for nearly a decade now.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, i think they have been doing that since late 2000s
    +1
  • Xdqwerty @ Xdqwerty:
    Either that or their old games were unfinished aswell but we can't notice it
  • Psionic Roshambo @ Psionic Roshambo:
    I like that games can be fixed after the fact, hate that it's being abused via beta tests... And DLC... I was a 7800 owner back in the day and loved Impossible Mission, turns out I couldn't beat it because it was actually impossible lol
  • Psionic Roshambo @ Psionic Roshambo:
    I never knew about it at the time but a fixed version was available but you had to mail in your broken copy lol
  • Psionic Roshambo @ Psionic Roshambo:
    So that version is semi rare
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, I have a rom of the ds version of impossible mission
    Xdqwerty @ Xdqwerty: @Psionic Roshambo, I have a rom of the ds version of impossible mission