Homebrew [CIA/3DSX][WIP]3DS Multi-Hex - Homebrew Powersave Alternative - v1.0.0!

Metab

Well-Known Member
OP
Member
Joined
Mar 23, 2013
Messages
155
Trophies
0
Age
28
Location
Where dat ass is
XP
299
Country
Be awesome to use Powersaves for non-physicals. Lots of people have powersaves. How do we get the code from powersaves out to use it?
I'm going to guess we need someone who is good at decryption/packet sniffing/program cracking who also happends to use a PowerSave
OR
Someone donates a powersave to a experienced person capable of cracking powersaves and getting their values.
OR
Someone with a powersave lets a cracker TeamVIew them due to the harder and games needed to retrieve information from their server.
 

Metab

Well-Known Member
OP
Member
Joined
Mar 23, 2013
Messages
155
Trophies
0
Age
28
Location
Where dat ass is
XP
299
Country
1.0.0 Released!
You can read about it here
It now has colored banners! (WOAH! SIQ UPDATED!) but more importantly, it can take any number of address to modify in 1 cheat value!
 

Metab

Well-Known Member
OP
Member
Joined
Mar 23, 2013
Messages
155
Trophies
0
Age
28
Location
Where dat ass is
XP
299
Country
can anyone here be noob friendly and tell me how to use this? thanks! (btw i dont know hex or anything)
I also don't know much about hex editing, I have simply built a framework, and I am hoping the people with more experience can add cheats to this
I will try and make a basic tutorial of finding your own values for this homebrew

I am also in the process of making a C# (Windows) tool for PC for people to make their cheat files more easily
 
  • Like
Reactions: KaduPSE

Deleted member 381889

Guide Writer
Member
Joined
Jan 29, 2016
Messages
2,035
Trophies
1
XP
4,420
de1b7e067ff39bf0ddc874186744a291.png
qr code for fbi (ver 1.0)
 

richardparker

Well-Known Member
Member
Joined
Oct 10, 2014
Messages
707
Trophies
0
Age
23
Location
Swallowed up by the ocean!
XP
388
Country
India
I also don't know much about hex editing, I have simply built a framework, and I am hoping the people with more experience can add cheats to this
I will try and make a basic tutorial of finding your own values for this homebrew

I am also in the process of making a C# (Windows) tool for PC for people to make their cheat files more easily
so i'll stay away from this till someone makes cheats for the games i want. Thanks anyways! :)
 

JK_

Well-Known Member
Member
Joined
Sep 4, 2015
Messages
694
Trophies
1
XP
2,295
Country
United States
I'm going to guess we need someone who is good at decryption/packet sniffing/program cracking who also happends to use a PowerSave
OR
Someone donates a powersave to a experienced person capable of cracking powersaves and getting their values.
OR
Someone with a powersave lets a cracker TeamVIew them due to the harder and games needed to retrieve information from their server.
Anybody with a powersaves can do it. Before you apply any cheats, use any of the save tools available to make a backup. Apply the cheat, make a second backup and use a hex editor to scan for changes. Unless the game has a checksum, the only change should be what Datel changed.
 

Metab

Well-Known Member
OP
Member
Joined
Mar 23, 2013
Messages
155
Trophies
0
Age
28
Location
Where dat ass is
XP
299
Country
Anybody with a powersaves can do it. Before you apply any cheats, use any of the save tools available to make a backup. Apply the cheat, make a second backup and use a hex editor to scan for changes. Unless the game has a checksum, the only change should be what Datel changed.
Oh yeah I forgot about just comparing the files, I'll make a tutorial on that so people can try it
 
  • Like
Reactions: Ricken

Metab

Well-Known Member
OP
Member
Joined
Mar 23, 2013
Messages
155
Trophies
0
Age
28
Location
Where dat ass is
XP
299
Country
can I patch few bytes at the same time?

Sent from my 403SC using Tapatalk
Use the same name and a new line:
Code:
Set Normal DIfficulty|Sets your save game to normal difficulty|/JKSV/Saves/Fire_Emblem__Awakening/hack/Chapter0|0x0D|0x00
Set Normal DIfficulty|Sets your save game to normal difficulty|/JKSV/Saves/Fire_Emblem__Awakening/hack/Chapter0|0x0E|0x01
Set Hard DIfficulty|Sets your save game to hard difficulty|/JKSV/Saves/Fire_Emblem__Awakening/hack/Chapter0|0x0D|0x01
Set Lunatic DIfficulty|Sets your save game to lunatic difficulty|/JKSV/Saves/Fire_Emblem__Awakening/hack/Chapter0|0x0D|0x02
Set Lunatic+ DIfficulty|Sets your save game to lunatic+ difficulty|/JKSV/Saves/Fire_Emblem__Awakening/hack/Chapter0|0x0D|0x03
Set it as the same name! in this instance its 'Set Normal DIfficulty', and then at the end change the offset and value
 
  • Like
Reactions: Februarysn0w

Jos_

Active Member
Newcomer
Joined
Jan 4, 2016
Messages
40
Trophies
0
Age
29
Location
127.0.0.1
XP
91
Country
Hi, I've trying to inject 99 999 money in pokemon shuffle.
In that game, money is at '68 69 6A', being 'F8 34 AC' the value for 99 999.
Long story short, instead of writing AC to the third byte, it writes 0A instead:
Captura.PNG
Here is my code:
Code:
99999 money|maximizes money|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x68|0xF8
99999 money|maximizes money|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x69|0x34
99999 money|maximizes money|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x6A|0xAC

Thanks for this awesome homebrew, though.
 
Last edited by Jos_,

Metab

Well-Known Member
OP
Member
Joined
Mar 23, 2013
Messages
155
Trophies
0
Age
28
Location
Where dat ass is
XP
299
Country
Hi, I've trying to inject 99 999 money in pokemon shuffle.
In that game, money is at '68 69 6A', being 'F8 34 AC' the value for 99 999.
Long story short, instead of writing AC to the third byte, it writes 0A instead:
View attachment 51197
Here is my code:
Code:
99999 money (1)|test|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x68|0xF8
99999 money (2)|test|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x69|0x34
99999 money (3)|test|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x6A|0xAC

Thanks for this awesome homebrew, though.
Hmm thats really odd, try chaning AC to something else
Also remove the (1),(2) and (3) so the name is the same throughout, and then try it, it might be the previous bytes being changed effecting the result
aka
Code:
99999 money|test|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x68|0xF8
99999 money|test|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x69|0x34
99999 money|test|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x6A|0xAC

Edit: Also, does it work(Changing the money) apart from the last value being something unexpected? Because ill maybe make a database of working cheats for people to use
 
Last edited by Metab,

Jos_

Active Member
Newcomer
Joined
Jan 4, 2016
Messages
40
Trophies
0
Age
29
Location
127.0.0.1
XP
91
Country
Hmm thats really odd, try chaning AC to something else
Also remove the (1),(2) and (3) so the name is the same throughout, and then try it, it might be the previous bytes being changed effecting the result
aka
Code:
99999 money|test|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x68|0xF8
99999 money|test|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x69|0x34
99999 money|test|/JKSV/Saves/Pokémon_Shuffle/monedas/savedata.bin|0x6A|0xAC

Edit: Also, does it work(Changing the money) apart from the last value being something unexpected? Because ill maybe make a database of working cheats for people to use

Yes, the cheat works. (With the code posted you get 86000 coins, which is more than necessary to enjoy the game :P)

I've tried taking off the () number things, but nothing.

And finally, I've tried setting 3rd value to 0x38 getting this interesting result:
Captura.PNG
 

Metab

Well-Known Member
OP
Member
Joined
Mar 23, 2013
Messages
155
Trophies
0
Age
28
Location
Where dat ass is
XP
299
Country
Yes, the cheat works. (With the code posted you get 86000 coins, which is more than necessary to enjoy the game :P)

I've tried taking off the () number things, but nothing.

And finally, I've tried setting 3rd value to 0x38 getting this interesting result:
View attachment 51202
Glad it works, and thats really weird, because its doing the same process (code wise) to every value, I will try and fix this though, not sure why thats happening
If/when you find more cheats please PM or post them here I will be setting up a site that will hold a database of these :D
 

Jos_

Active Member
Newcomer
Joined
Jan 4, 2016
Messages
40
Trophies
0
Age
29
Location
127.0.0.1
XP
91
Country
Glad it works, and thats really weird, because its doing the same process (code wise) to every value, I will try and fix this though, not sure why thats happening
If/when you find more cheats please PM or post them here I will be setting up a site that will hold a database of these :D

Ok, I've edited my post with the little changes made to the cheat :D
 
  • Like
Reactions: Metab

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    Jaws is on a diet
  • K3Nv2 @ K3Nv2:
    Damn power went out
  • BigOnYa @ BigOnYa:
    Ok xdqwerty, your little bro prob tripped On the cord and unplugged you
  • K3Nv2 @ K3Nv2:
    Ya I'm afraid of the dark hug me
  • BigOnYa @ BigOnYa:
    Grab and hold close your AncientBoi doll.
  • K3Nv2 @ K3Nv2:
    Damn didn't charge my external battery either
  • BigOnYa @ BigOnYa:
    Take the batteries out of your SuperStabber3000... Or is it gas powered?
  • K3Nv2 @ K3Nv2:
    I stole batteries from your black mamba
    +1
  • K3Nv2 @ K3Nv2:
    My frozen food better hold up for an hour I know that
  • BigOnYa @ BigOnYa:
    Or else gonna be a big lunch and dinner tomorrow.
  • BigOnYa @ BigOnYa:
    Did you pay your power bill? Or give all yo money to my wife, again.
  • K3Nv2 @ K3Nv2:
    Oh good the estimated time is the same exact time they just said
    +1
  • BigOnYa @ BigOnYa:
    Load up your pc and monitor, and head to a McDonalds dining room, they have free WiFi
  • K3Nv2 @ K3Nv2:
    Sir please watch your porn in the bathroom
    +2
  • BigOnYa @ BigOnYa:
    No sir we can not sell you anymore apple pies, after what you did with the last one.
  • K3Nv2 @ K3Nv2:
    We ran out
  • HiradeGirl @ HiradeGirl:
    for your life
    +1
  • K3Nv2 @ K3Nv2:
    My life has no value my fat ass is staying right here
  • K3Nv2 @ K3Nv2:
    Nearly 4 hours without power :(
  • Veho @ Veho:
    SO POWERLESS
  • K3Nv2 @ K3Nv2:
    Tell Kanye I need power
  • DinohScene @ DinohScene:
    Better start running in your hamster wheel
    DinohScene @ DinohScene: Better start running in your hamster wheel