Homebrew [release] HomeMenuHax

fmkid

Just another GBATemp's random guy
Member
Joined
Apr 23, 2015
Messages
1,911
Trophies
0
XP
1,424
Country
Colombia
How would you go about changing the Button from L to for example X?
Are you asking to me?... Because, all I know about that is through themehax_installer v1.3! There is an option to set what button be or not pressed to trigger the exploit!
 

Zan'

2F88744FEED717856386400A44BBA4B9CA62E76A32C715D4F
Member
Joined
Oct 8, 2015
Messages
387
Trophies
0
Age
32
XP
271
Country
Are you asking to me?... Because, all I know about that is through themehax_installer v1.3! There is an option to set what button be or not pressed to trigger the exploit!

that was just meant as a question in general. Sorry for inconvenience.
Thanks for your answer though
 

Zan'

2F88744FEED717856386400A44BBA4B9CA62E76A32C715D4F
Member
Joined
Oct 8, 2015
Messages
387
Trophies
0
Age
32
XP
271
Country
Google 'decompress LZ11'



Yes. Themehax installer will tell you while installing what themehax_payload is being used.
In my case, it was menuhax_EUR11272_old3ds.lz.
Rename menuhax_EUR11272_old3ds.lz to body_LZ.bin and put it in the sd:/theme/[name] along with bgm file.

Cn't seem to get this to work. Running CHMM2 to install the menuhax theme will install it and it will look fine and play music. But it won't launch into HBL anymore.
 

TheDeKay

I call it research
Member
Joined
Feb 6, 2015
Messages
152
Trophies
0
XP
239
Country
Actually looking at it it's not to bad. If you can build a theme including the homemenuhax exploit and install it via CHMM or similar.
In that case you can just build your seems to be homemenuhax themes and use them as you did before.
If that works.

How would you go about changing the Button from L to for example X?
USE_PADCHECK=0x400 instead of USE_PADCHECK=0x200 should be X instead of L
 
  • Like
Reactions: Zan'

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
14,998
Country
Micronesia, Federated States of
Actually looking at it it's not to bad. If you can build a theme including the homemenuhax exploit and install it via CHMM or similar.
In that case you can just build your seems to be homemenuhax themes and use them as you did before.
If that works.

How would you go about changing the Button from L to for example X?
Here's a shortcut:
01 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00
change the 00 08 to an 00 04

This is the menuhax_padcfg.bin on your sdmc root.
HTML:
Full HID table
01 00     A
02 00     B
04 00     Select
08 00     Start
10 00     Right
20 00     Left
40 00     Up
80 00     Down
00 01     R
00 02     L
00 04     X
00 08     Y
 
Last edited by zoogie,
  • Like
Reactions: fmkid and Zan'

Zan'

2F88744FEED717856386400A44BBA4B9CA62E76A32C715D4F
Member
Joined
Oct 8, 2015
Messages
387
Trophies
0
Age
32
XP
271
Country
Here's a shortcut:
01 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00
change the 00 08 to an 00 04

This is the menuhax_padcfg.bin on your sdmc root.
HTML:
Full HID table
01 00     A
02 00     B
04 00     Select
08 00     Start
10 00     Right
20 00     Left
40 00     Up
80 00     Down
00 01     R
00 02     L
00 04     X
00 08     Y

Do you know how I can actually get custom themes and bgm to work?
I built the homemenuhax with a custom (decompressed) theme. Then I put it as the themepayload and installed it via themehax installer.
That made me stay stuck in a Blackscreen. So I changed it back and it worked with the blank theme (couldn't launch HBL)
Then I put BGM and my built themehax theme (uncompressed) into the themes folder for CHMM2. Installed it and still had a blank theme and no BGM.
Then I compressed it and installed it via CHMM2 again. Theme & BGM worked but couldn't launch HBL anymore.
Then I dumped the data to get a BGMCache etc. via extdata tool.

I tried to install the default menuhax theme via themehax installer. It said it loaded the BGMCache etc. Had the blank theme and no BGM.


Do you have any Idea on how I could get a theme to work?
 
  • Like
Reactions: JJTapia19

JJTapia19

I fight for my friends.
Member
Joined
May 31, 2015
Messages
2,171
Trophies
1
Age
32
XP
2,438
Country
Puerto Rico
Do you know how I can actually get custom themes and bgm to work?
I built the homemenuhax with a custom (decompressed) theme. Then I put it as the themepayload and installed it via themehax installer.
That made me stay stuck in a Blackscreen. So I changed it back and it worked with the blank theme (couldn't launch HBL)
Then I put BGM and my built themehax theme (uncompressed) into the themes folder for CHMM2. Installed it and still had a blank theme and no BGM.
Then I compressed it and installed it via CHMM2 again. Theme & BGM worked but couldn't launch HBL anymore.
Then I dumped the data to get a BGMCache etc. via extdata tool.

I tried to install the default menuhax theme via themehax installer. It said it loaded the BGMCache etc. Had the blank theme and no BGM.


Do you have any Idea on how I could get a theme to work?
Please could someone make a really noob friendly guide for this? It would be awesome!.
 

chronoss

Well-Known Member
Member
Joined
May 26, 2015
Messages
3,006
Trophies
1
XP
4,857
Country
Congo, Republic of the
Okay one taker, that's enough. :P

The only difference from the original is that it loads all payloads from the sd card making it truly portable.
Can u help me ?

65c4aa8aa0cde5cf86e313043f3b0647.png
 

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
14,998
Country
Micronesia, Federated States of
Ok you're using the older one.

Still, I have no idea why make doesn't work for you. Installed devkitpro?
Try typing make without the batch script i guess.
 
  • Like
Reactions: chronoss

chronoss

Well-Known Member
Member
Joined
May 26, 2015
Messages
3,006
Trophies
1
XP
4,857
Country
Congo, Republic of the
Ok you're using the older one.

Still, I have no idea why make doesn't work for you. Installed devkitpro?
Try typing make without the batch script i guess.
How do ?
I'm just a noob :(

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

Someone have tested these offline file if it work ?

The last one give me same error :(
 
Last edited by chronoss,

MetroidJunkie200

Member
Newcomer
Joined
Nov 20, 2008
Messages
8
Trophies
0
XP
144
Country
United States
It actually seems more stable than Tubehax, it seems to crash on me less often than that did or maybe I just got lucky. At least it doesn't require a game or for you to be on wifi.
 

PF2M

Ex-Miiverse Hacker
Member
Joined
Sep 8, 2015
Messages
552
Trophies
0
Age
23
Location
Ohio
XP
1,000
Country
United States
I have been waiting for a hax like this for a long time! Just think about the possibilities!
Set it to no buttons, put Fake Brick as boot.3dsx! :P
Then we'd have to change the program's name to Real Brick, amirite? (oh wait, you can just delete boot.3dsx... never mind.)
 
Last edited by PF2M,
  • Like
Reactions: SomeGamer

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Veho @ Veho:
    The fuuuuu---
  • Veho @ Veho:
    I thought it was an actual xBox at that price.
  • Sicklyboy @ Sicklyboy:
    I wanna grab a 360 Slim and a 360 E one of these days. Missed the boat of getting them at their lowest though, once they were discontinued. Could've got them for cheap back when I was a broke 20 something working at Target, but then again, I was a broke 20 something working at Target
  • Veho @ Veho:
    Being broke is no fun.
  • K3Nv2 @ K3Nv2:
    @Sicklyboy, $150 isn't that bad for a jtag slim on ebay
  • Veho @ Veho:
    I only wish it was actually playable.
  • Veho @ Veho:
    There's a guy on the Tube of You that makes playable mechanical arcade games out of Lego. This could work on the same principle.
  • Veho @ Veho:
    Just a couple of guys taking their manatee out for some fresh air, why you have to molest them?
  • Veho @ Veho:
    Stupid Chinese shop switched their shipping company and this one is slooooooow.
  • LeoTCK @ LeoTCK:
    STOP BUYING CHINESE CRAP THEN
  • LeoTCK @ LeoTCK:
    SUPPORT LOCAL PRODUCTS, MAKE REVOLUTION
  • LeoTCK @ LeoTCK:
    THEY KEEP REMOVING LOCAL SHIt AND REPLACING WItH INFERIOR CHINESE CRAP
  • LeoTCK @ LeoTCK:
    THATS WHY MY PARTNER CANT GET A GOOTWEAR HIS SIZE ANYMORE
  • LeoTCK @ LeoTCK:
    HE HAS BIG FOOT AND BIG DUCK
  • LeoTCK @ LeoTCK:
    d*ck i mean*
  • LeoTCK @ LeoTCK:
    lol
  • Veho @ Veho:
    Mkay.
  • Veho @ Veho:
    I just ordered another package from China just to spite you.
  • SylverReZ @ SylverReZ:
    Communism lol
  • SylverReZ @ SylverReZ:
    OUR products
  • The Real Jdbye @ The Real Jdbye:
    @LeoTCK actually good quality products are dying out because they can't compete with dropshipped chinese crap
    +1
    The Real Jdbye @ The Real Jdbye: @LeoTCK actually good quality products are dying out because they can't compete with dropshipped... +1