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

  • Thread starter RyDog
  • Start date
  • Views 1,125,401
  • 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
is there a way to use a cheat to change a texture on an item like the lightsaber axe re-texture in wild world??
That's a ROM hack. In ACCF there were open dlc slots for hackers to use for some reason but I highly doubt it's in NL. maybe they'll add more dlc in the new update but well see.
 

ImCarlosGG

Well-Known Member
Member
Joined
Sep 21, 2015
Messages
398
Trophies
0
Location
Virtual World
XP
1,069
Country
Spain
is there a way to use a cheat to change a texture on an item like the lightsaber axe re-texture in wild world??
That would be awesome, imagine having swords and other things and show them in the island! (I know, people couldn't see that texture hacks, but that would rock).
 
Last edited by ImCarlosGG,
  • Like
Reactions: Deleted User
D

Deleted User

Guest
Heh heh heh @itsRyan for this: "18. A code for all public works projects being "requested" it would be awesome if all villagers run up to you at the same time!!!

I'm talking about.... ZOMBIE HOARD MODE!! Could you impliment this so that they all run at you if they see you? And maybe increase their speed too??
@itsRyan Does this sound reasonable? ^ Maybe @Mega-Mew could figure it out with all of his quirky Splatoon codes :P

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

There's a ACNL discord server here btw https://discord.gg/GGtr2Fy
 
D

Deleted User

Guest
@Nanquitas Is there a way I can make my notes easier to port to EUR and JAP?
Code:
#include "cheats.h"

char    *builder_name = "itsRyan";

//Notes

    static const char * const warning = "!!! Warning !!!\n\nIn order to prevent a crash of the game," \
    "we strongly advise you to only open the menu either on the title screen or indoor.\n\nDon't ever open during a multiplayer session!";
    static const char * const ra =    "Enable one R+A cheat at a time,\n\nExecute one,\n\nThen go in and out of a house.";
    static const char * const trans = "Do not execute during big transistions!";
    static const char * const slot1mod = "Open up ATM,\n\nPress L+Y to read slot 1 item,\n\nPress R+Y to write slot 1 item.";   
    static const char * const dup = "Press R to duplicate the slot 1 item!";
    static const char * const t2i = "Type item ID,\n\nPress X+D Pad right,\n\nTo write item to slot 1!";
    static const char * const mj = "Press and hold L to moon jump!";
    static const char * const tele = "B+D Pad Up to save,\n\nB+D Pad Down to teleport,\n\nPress L/R to store multiple.";
    static const char * const cm = "Press A+D Pad in any direction to move around at turbo speed!";
    static const char * const speed = "Press and hold B to start running at turbo fast speed!";
    static const char * const warp = "Touch the map to warp anywhere!";
    static const char * const seed = "Drop 100 bells, Type item ID,\n\nR+D Pad Down to Set,\n\nR+D Pad Up to Destroy,\n\nR+D Pad Left to Undo";
    static const char * const tree = "Press X for your tree to instantly grow!";
    static const char * const sar = "Type ID, L+D Pad Up to Search,\n\nType ID to replace with,\n\nL+D Pad Down to Replace";
    static const char * const tan = "Enable to max out your Mayor's Tan!";
    static const char * const enviro = "After executing one of these codes,\n\nUpdate the status to verify the object!";
   
void    usa_menu(void)
{
    int index;
    //USA
    new_unselectable_entry("ACNL Cheats 2.3");//2
    new_spoiler("Inventory Codes");
        index = new_entry("Text to Item", text2item_usa);
            set_note(t2i, index);
        index = new_entry("Duplication", duplicate_usa);
            set_note(dup, index);
        index = new_entry("Bank to Item", dynamicSlotmod_usa);
            set_note(slot1mod, index);
    exit_spoiler();
    index = new_spoiler("Movement Codes");
    set_note(trans, index);
        index = new_entry("Moon Jump", moonjump_usa);
            set_note(mj, index);
        index = new_entry("Teleport", teleport_usa);
            set_note(tele, index);
        index = new_entry("Coordinates Modifier", coord_usa);
            set_note(cm, index);
        index = new_entry("Speed Hack", speed_usa);
            set_note(speed, index);
        index = new_entry("Warping", warping_usa);
            set_note(warp, index);
    exit_spoiler();
    index = new_spoiler("Environment Codes");
    set_note(enviro, index);
        index = new_entry("Seeder", seed_usa);
            set_note(seed, index);
        index = new_entry("Search and Replace", search_usa);
            set_note(sar, index);
        index = new_entry("Instant Tree", tree_usa);
            set_note(tree, index);
        index = new_radio_entry("Destroy All Weeds", weeder_usa);//R+A Cheats
            set_note(ra, index);
        index = new_radio_entry("Water All Flowers", quench_usa);
            set_note(ra, index);
        index = new_radio_entry("Grass", grass_usa);
            set_note(ra, index);
        index = new_radio_entry("Desert", desert_usa);
            set_note(ra, index);
    exit_spoiler();
    new_spoiler("Nookling Upgrades");
        new_radio_entry("T&T Mart", nook1_usa);
        new_radio_entry("Super T&T", nook2_usa);
        new_radio_entry("T.I.Y", nook3_usa);
           new_radio_entry("T&T Emporium", nook4_usa);
    exit_spoiler();
    new_spoiler("Appearance Codes");
        index = new_entry("Player 1 Max Tan", tan_usa);
            set_note(tan, index);
    exit_spoiler();
    index = new_entry("Warning!", keep_it_off_usa);//28
       set_note(warning, index);
}
 

DarkRioru

reach for the stars
Member
Joined
Aug 29, 2015
Messages
2,114
Trophies
0
Age
26
Location
looking up at the stars
Website
steamcommunity.com
XP
1,882
Country
United States
One of the users of this cheat tricked my non-hacker friend into being trapped
trapped? how? spawned rocks around him??? pitfalls all over the place?

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

today, I realized that one of my villagers pheobe is a guy...
 
  • Like
Reactions: Deleted User

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
I'm a meany >: )
turned @SirBeethoven into a tree :rofl:
upload_2016-7-30_0-48-16.png
 
  • Like
Reactions: Deleted User

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    HiradeGirl @ HiradeGirl: :discuss: