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,182
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,820
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,182
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,820
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,117
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,182
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,820
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,830
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,819
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,117
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,182
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,820
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,182
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,820
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
  • K3Nv2 @ K3Nv2:
    Inb4 kiiwii gives it a 0/10
  • BigOnYa @ BigOnYa:
    6/10 rating on steam
  • Psionic Roshambo @ Psionic Roshambo:
    I would like a Predator game "Kill Team" it takes place in the Jungle of the first movie, your team is sent to hunt the predator, using current tech drones and a trained team. Set traps use strategy to hunt and trap or kill the predator.
  • BigOnYa @ BigOnYa:
    Ill stick with my Battlefield. Yea a predator hunting game like that would be cool. Esp if you can be Arnold and say "Get to da choppa"
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Maybe Arnold could do a cameo voice acting, he is the one briefing you on the mission
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Honestly surprised they didn't make a tie in game for Predators that movie was awesome
  • Psionic Roshambo @ Psionic Roshambo:
    I was kinda sad the Yakuza guy died sword fighting a predator lol
  • Psionic Roshambo @ Psionic Roshambo:
    The Russian guy went out like a boss
  • Psionic Roshambo @ Psionic Roshambo:
    Double claymores to the face definitely kill a predator lol
  • BigOnYa @ BigOnYa:
    I went today and looked at a motorcycle someone was selling. I get there and the battery on it was dead, so the guy grabbed a battery charger and hooked it up. He plugged it into the wall, and the motorcycle sparked and started smoking. Come to find out the bike uses a 6 volt battery and the guy had the charger set to 12v. I said sorry to the dude and walked away. I felt bad for him tho.
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds like it would be an exciting ride....
  • Psionic Roshambo @ Psionic Roshambo:
    Not sure I would want something on fire between my legs
  • BigOnYa @ BigOnYa:
    He ruined it basically. Sad cause it was a decent old bike. It would take more money to rewire the bike than it was worth tho.
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah I'm sure at minimum the starter was fried
  • Psionic Roshambo @ Psionic Roshambo:
    Alternator and battery
  • BigOnYa @ BigOnYa:
    Prob alot of fried parts. It was still smoking when I left.
  • K3Nv2 @ K3Nv2:
    I would've said show me how it rides
  • Psionic Roshambo @ Psionic Roshambo:
    I always wanted one of those Smart Cars with a Hyabusa motor in it.
  • K3Nv2 @ K3Nv2:
    I'm getting sick and tired of cheap ass baking pans now
  • BigOnYa @ BigOnYa:
    I think it be cool to have one that would fit in my pickup truck bed, then I could put down ramps n drive it off.
  • K3Nv2 @ K3Nv2:
    Used this one 5 times already impossible to clean
  • BigOnYa @ BigOnYa:
    @K3Nv2 I didn't know Sonic serves they food in baking pans.
    BigOnYa @ BigOnYa: @K3Nv2 I didn't know Sonic serves they food in baking pans.