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,197
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,890
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,197
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,890
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,197
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,890
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,958
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,857
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,850
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,197
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,890
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,197
Trophies
2
Age
25
Location
Ecuador
Website
saulfabreg-wiivc.blogspot.com
XP
7,890
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
  • No one is chatting at the moment.
  • BigOnYa @ BigOnYa:
    Biomutant looks cool tho, may have to try that
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
    K3Nv2 @ K3Nv2: @BigOnYa...