ROM Hack [Release] Animal Crossing New Leaf Multi Cheat NTR Plugin

  • Thread starter RyDog
  • Start date
  • Views 1,129,072
  • Replies 4,613
  • Likes 77

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Github just doesn't want to work lol. The support guy told me to uninstall, clear every trace of GitHub from my computer and reinstall but it still won't work. :gun:\
I blame Windows 10, as I recently installed a update.
Anyways, test here. Report how it works and please note, it only works on club tortimer.
To use: Type in the decimal of the item ID you want, and press Y + D pad right to send it.

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

Here's the function to dynamic slot mod:
Code:
void    dynamicMod(void)
{
    u32     offset;
    u8      player;
    u16     data;

    if (is_pressed(BUTTON_Y + BUTTON_DR))
    {
        data = READU16(g_abd);
        player = READU8(g_player);
        if (player <= 0x3)
        {
            offset = player * 0xA480;
            WRITEU16(g_inv + offset, data);
            if (READU16(g_online4_inv) != 0)
                WRITEU16(g_online4_inv, data);
            if (READU16(g_online5_inv) != 0)
                WRITEU16(g_online5_inv, data);
            if (READU16(g_online6_inv) != 0)
                WRITEU16(g_online6_inv, data);
        }
        if (player >= 0x3)
        {
            if (READU16(g_online0_inv) != 0)
                WRITEU16(g_online0_inv, data);
            if (READU16(g_online1_inv) != 0)
                WRITEU16(g_online1_inv, data);
            if (READU16(g_online2_inv) != 0)
                WRITEU16(g_online2_inv, data);
            if (READU16(g_online3_inv) != 0)
                WRITEU16(g_online3_inv, data);
        } 
    }  
}
And the offsets I've found
Code:
#define        USA_ABD_ADDR                         0x32DD1AC8 //this one stays in memory, so it is used to write to the inventory. nvm, it doesn't
#define        USA_ABD_REAL_ADDR                    0x32DD1EF8 //this one is the real decimal offset,
#define        USA_ABD_OFFLINE_ADDR                0x32DC5520
 

Attachments

  • ACNL_MULTI.zip
    365.5 KB · Views: 400
Last edited by RyDog,

ponyboy837

Member
Newcomer
Joined
Dec 10, 2016
Messages
20
Trophies
0
Age
25
XP
85
Country
United States
Haven't tested those but i do know the seeder works.

EDIT: The Text2Item hack works in the gate to other towns area. Weird. It also seems certain item ids have some sort of check preventing them from being put into your inventory.


I also have a idea. How about a modifier for items your going to place in your home like in that animation?
 
Last edited by ponyboy837,

coinblock

Well-Known Member
Member
Joined
Sep 4, 2015
Messages
254
Trophies
0
XP
287
Country

Slattz

Easygoing Fairy
Member
Joined
Nov 21, 2015
Messages
1,259
Trophies
1
XP
1,787
Country
Ireland
Yes the bank is encrypted, so are meow coupons. Last time I checked island coins weren't. There is still a way to cheat the bank, and there is still a way to cheat meow coupons. It's just unstable.
Medals seem to be encrypted too (maybe they weren't in an older version) and they all seem to use the same algorithm to get the encrypted value. So... somehow find the algorithm, you can generate any value (including negatives).
 
Last edited by Slattz,
  • Like
Reactions: elBenyo

RedRose30

Well-Known Member
Member
Joined
Jul 14, 2016
Messages
439
Trophies
0
XP
506
Country
United States
Random question, but does anyone know how to get the academy paper, snowman paper, Halloween paper, museum paper, etc. to appear in the catalogue? I've seen pics of them listed, but when I modified my save to get them, nothing happens. I even have 4 of each type of paper, dropped them on the ground and picked them up, and still nothing appears. I also tried mailing the academy paper to my future self and that didn't work either.

Does anyone know how to get them?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    BakerMan @ BakerMan: