Homebrew [Release] Zelda - A Link Between Worlds (USA) Cheat Plugin

Huntereb

Well-Known Member
Member
Joined
Sep 1, 2013
Messages
3,234
Trophies
0
Website
lewd.pics
XP
2,446
Country
United States
i already made some cheat plugins for 3ds games but i don't know how to display "Cheat enable/Chat disable" on 3ds bottom screen.

i am wondering if anyone could moddify cell9's 3ds cheat plugin source and make "Cheat enable/Chat disable" shown on 3ds bottom screen. thank you very much


There is no source, but you could possibly do something with arm11.bin in IDA. It's just raw CPU instructions, so it would be tough.

Would be very nice if we had a source, but because of "No cheets online lel" we're stuck with this heap. If you're interested in making some not so on-the-fly cheats, there's been some nice progress here. Nothing for activation in-game yet unless someone can find a way of getting the code running on its own thread.
 
  • Like
Reactions: eco95

MichiS97

"Leftist snowflake milennial"
Member
Joined
Jun 14, 2011
Messages
1,817
Trophies
2
Age
26
Location
Munich
XP
3,609
Country
Germany
i already made some cheat plugins for 3ds games but i don't know how to display "Cheat enable/Chat disable" on 3ds bottom screen.

i am wondering if anyone could moddify cell9's 3ds cheat plugin source and make "Cheat enable/Chat disable" shown on 3ds bottom screen. thank you very much


Sorry to necro this thread but I'd like to make my own cheat plugin for OoT3D so I'm looking for somebody who could help me here. My problem is that I can't connect ntrclient to my 3ds when the game is loaded since the game switches off the WiFi connection as it doesn't use it. I've tried entering the internet browser and then connect the client but my 3DS freezes as soon as I enter the browser using the CFW. Is there any way to connect ntrclient when playing a non-WiFi game?
 

Lord M

Well-Known Member
Member
Joined
Oct 31, 2014
Messages
1,075
Trophies
0
Age
31
XP
502
Country
Italy
OoT dont work with NTRclient... i tried single player game, like Super Mario 3D Land, and work/connect, but when i've tried OoT 3D, dont connect/work...
 

MichiS97

"Leftist snowflake milennial"
Member
Joined
Jun 14, 2011
Messages
1,817
Trophies
2
Age
26
Location
Munich
XP
3,609
Country
Germany
OoT dont work with NTRclient... i tried single player game, like Super Mario 3D Land, and work/connect, but when i've tried OoT 3D, dont connect/work...

This sucks. Oh well, guess I need to wait for Gateway to make RAM editing possible
 

Lord M

Well-Known Member
Member
Joined
Oct 31, 2014
Messages
1,075
Trophies
0
Age
31
XP
502
Country
Italy
This sucks. Oh well, guess I need to wait for Gateway to make RAM editing possible
When you hit Home to stop the game (for connect ntrclient) appear Internet but in grey and not blue? This happen to me, and for now only with OoT 3D, dont know if happen for many other games...
 

MichiS97

"Leftist snowflake milennial"
Member
Joined
Jun 14, 2011
Messages
1,817
Trophies
2
Age
26
Location
Munich
XP
3,609
Country
Germany
When you hit Home to stop the game (for connect ntrclient) appear Internet but in grey and not blue? This happen to me, and for now only with OoT 3D, dont know if happen for many other games...

I think that happens with all non-Wi-Fi games
 

mid-kid

GBAtemp spamBOT
Member
Joined
Aug 2, 2012
Messages
879
Trophies
0
Age
25
XP
1,163
Country
I sorta have a dumb question here, I do not currently have NTR CFW Installed but doesn't link between worlds require FW 6.2?

No, it doesn't. It's got update data for 6.2, but doesn't use functions which require it, making it relatively easy to bypass that "requirement". I believe NTR CFW's got firmware spoofing.
 

urherenow

Well-Known Member
Member
Joined
Mar 8, 2009
Messages
4,794
Trophies
2
Age
48
Location
Japan
XP
3,698
Country
United States
Here is the list of steps for example to see the memory content of player pocket in the animal crossing new leaf game:
Code:
1. Play 3ds with NTR CFW for the game ACNL (with wireless switch on)
2. Check the IP address of the 3ds (e.g. 192.168.1.10)
3. Run ntrclient application on Windows PC
4. Execute the following command:

connect('192.168.1.10', 8000)

5. After the connection is establish, you could see the list of process by using command:

listprocess()

6. One of them is the ACNL game of interest (in this case the process name is GARDEN, and has pid # 0x25)
7. Then you could check the memory layout, for example:

> memlayout(0x25)
null
valid memregions:
00100000 - 00b6efff , size: 00a6f000
08000000 - 08073fff , size: 00074000
0ffc0000 - 10000fff , size: 00041000
10002000 - 10002fff , size: 00001000
14000000 - 174dcfff , size: 034dd000
1f000000 - 1f5fffff , size: 00600000
1ff50000 - 1ff57fff , size: 00008000
1ff70000 - 1ff77fff , size: 00008000
1ff80000 - 1ff81fff , size: 00002000
1ffad000 - 1ffaefff , size: 00002000
end of memlayout.

8. I could dump the biggest one and see whether the savegame file is in that part (i.e. finding
garden.dat file (extracted by using savefiler 3ds application) content inside this memory data
dump file, data.bin):

> data(0x14000000, 0x34DD000, filename='data.bin', pid=0x25)

9. garden.dat actually starts at offset 0x01FB7E80 in that data.bin file, so now we could try finding
the location of the pocket slots of the first player by changing the content in the first slot of the
pocket multiple times and dump those data.bin for each change. In this case, I could see the offset
is 0x1FBEAD0 (or 0x15FBEAD0 after taking into consideration that data.bin starts at 0x14000000 in
the memory of pid 0x25).

10. Now, we could use command to put a bag of 99,000 bells in that first slot of pocket:

write(0x15FBEAD0, (0x12, 0x21, 0x00, 0x00), pid=0x25)

11. Profit
Hope this clarifies.

Cheers.
Don't suppose you'd be willing to find the correct spot for money in Ultimate Angler, would you? I don't think I will bother trying to get everything A+, but I want to have a fully powered-up UFO rod and it costs too much damn money! My rod can already be upgraded all the way (it's at +28 or something like that) I just keep using the playcoin setter to go fishing over and over to get enough money for the improvements.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan @ BakerMan:
    Update: Turns out he's epileptic
  • K3Nv2 @ K3Nv2:
    Get a 2nd opinion run mris etc they told me that also
  • Psionic Roshambo @ Psionic Roshambo:
    Also a food allergy study would be a good idea
  • K3Nv2 @ K3Nv2:
    Turns out you can't sprinkle methamphetamine on McDonald's French fries
    +1
  • ZeroT21 @ ZeroT21:
    they wouldn't be called french fries at that point
    +1
  • ZeroT21 @ ZeroT21:
    Probably just meth fries
    +1
  • K3Nv2 @ K3Nv2:
    White fries hold up
    +1
  • The Real Jdbye @ The Real Jdbye:
    @K3Nv2 sure you can
  • BakerMan @ BakerMan:
    why tf do people hate android users? is it the video quality? just because "AnDrOiD = pOoR" bc they don't cost an arm and a leg like iphones do?
    +1
  • BakerMan @ BakerMan:
    i won't be turned off by an iphone, but don't pick on me for having an android, that's just how this shit should work
  • ZeroT21 @ ZeroT21:
    Should say more what these kind of android users say bout nokia 3310 users
  • BigOnYa @ BigOnYa:
    I've owned both iPhone and Androids over the years. Both are just as good, other than Apples higher price. I'm currently on Android, Samsung S21 I think, and very happy with it.
  • K3Nv2 @ K3Nv2:
    Got my 60 minute steps in whew
    +2
  • BigOnYa @ BigOnYa:
    I get mine in everyday, going back n forth to the fridge for a beer.
    +1
  • K3Nv2 @ K3Nv2:
    6,000 steps in so far legs almost broke getting off
    +1
  • K3Nv2 @ K3Nv2:
    Your mind gets in a werid pattern of just finishing then when you're done you're like I need a soda
  • BigOnYa @ BigOnYa:
    You get a "walkers" high?
  • K3Nv2 @ K3Nv2:
    Not really I just use to love building up a sweat
  • BigOnYa @ BigOnYa:
    Funny, that's what uremum always says
  • K3Nv2 @ K3Nv2:
    Yeah and people that take viagra think they have a big dick
  • K3Nv2 @ K3Nv2:
    You cant fix one insult edit for another edit you pog
  • BigOnYa @ BigOnYa:
    Nuh I'm on my tablet n it always auto corrects me
  • K3Nv2 @ K3Nv2:
    Heorin and uremum do have close quarters
    K3Nv2 @ K3Nv2: Heorin and uremum do have close quarters