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,170
Trophies
1
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,734
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,170
Trophies
1
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,734
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
225
Trophies
0
XP
1,110
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,170
Trophies
1
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,734
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,954
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,803
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,787
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
225
Trophies
0
XP
1,110
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,170
Trophies
1
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,734
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,170
Trophies
1
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,734
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
  • SylverReZ @ SylverReZ:
    @Maximumbeans, I'm doing alright, thanks.
    +1
  • Maximumbeans @ Maximumbeans:
    That must be rough. Productive I'm sure but hard to balance with daily life
    +1
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Indeed. I've been working on getting this Infecutus chip to work on my PS2. But after soldering, I realised that a plastic piece was missing from the power ribbon cable to the power and eject buttons.
  • SylverReZ @ SylverReZ:
    Now I could go with soldering the contacts from the cable to the connector on the mobo, but doesn't sound like a good permanent solution.
  • Maximumbeans @ Maximumbeans:
    Man, that's beyond my brain :rofl: I'm no good with hardware for now. I'd like to get into hardmods in future though
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Maybe start practice soldering. Get a cheap-ass soldering iron and follow some good YouTube tutorials.
    +1
  • SylverReZ @ SylverReZ:
    Least my experience has gotten better than over a decade ago. My iron would constantly bump into components and break them.
  • Maximumbeans @ Maximumbeans:
    Sounds good. I actually did soldering but like 16 years ago for school so uuuuh probably rusty haha
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Same here. I did soldering at school from a teacher who I honestly liked since he had plenty of good electronics experience.
    +1
  • Maximumbeans @ Maximumbeans:
    I wish I could play chess well
    +1
  • Maximumbeans @ Maximumbeans:
    Useless but a true art
    +1
  • SylverReZ @ SylverReZ:
    @Maximumbeans, I had a friend who had a glass chess set for their birthday.
  • SylverReZ @ SylverReZ:
    It was like all clear and fancy. Tbf I'm not too experienced with chess, but would like to learn someday.
  • Maximumbeans @ Maximumbeans:
    That sounds really cool
  • Maximumbeans @ Maximumbeans:
    I know the basics but no strategy at all :rofl:
    +1
  • Veho @ Veho:
    Watch chess streamers on Twitch and you'll pick up a thing or two.
    +1
  • Veho @ Veho:
    Not to mention there's an infinite number of chess games for every possible platform.
    +1
  • DinohScene @ DinohScene:
    just play it, get beaten a few times and start dominating
    +1
  • K3Nv2 @ K3Nv2:
    Nude chess is best
    +1
  • DinohScene @ DinohScene:
    strip checkers > nude chess
    +1
  • K3Nv2 @ K3Nv2:
    Nude checkers get jumped
    +1
  • SylverReZ @ SylverReZ:
    @Veho, I guess you'd pick up something while watching tub streams.
  • SylverReZ @ SylverReZ:
    @K3Nv2, Dick fights. :tpi:
  • Veho @ Veho:
    Turkish olive oil wrestling.
    +1
    Veho @ Veho: Turkish olive oil wrestling. +1