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

  • Thread starter RyDog
  • Start date
  • Views 1,065,941
  • Replies 4,613
  • Likes 77

Mega-Mew

Well-Known Member
Member
Joined
May 10, 2015
Messages
416
Trophies
0
XP
1,486
Country
France
I did this:
[Able to walk on the river]
DD000000 00000200
D3000000 15069D88
C0000000 000A3200
90000000 00004A29
10000000 0000CE39
D0000000 00000000
DC000000 00000001
D1000000 00000000
D2000000 00000000

It's buggy, but usable
@itsRyan you can add this one into the plugin ;)
(You need to use this code when the game is loading)
 
Last edited by Mega-Mew,

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
23
XP
2,839
Country
United States
yeah, I am using cell9's old source
basically, you just need to read float and write float (instead of read32 write32) to the address
Maybe @Nanquitas knows how to code it
Try putting your function in my source and you'll see how much smoother it is ;)
I did this:
[Able to walk on the river]
DD000000 00000200
D3000000 15069D88
C0000000 000A3200
90000000 00004A29
10000000 0000CE39
D0000000 00000000
DC000000 00000001
D1000000 00000000
D2000000 00000000

It's buggy, but usable
@itsRyan you can add this one into the plugin ;)
(You need to use this code when the game is loading)
I like it but the only problem is it makes bridges impossible to walk on, and if you walk on one somehow you get stuck on it and you'll have to walk off it using moon jump so it's no biggy :P
 

Nanquitas

Well-Known Member
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
29
Location
South of France :)
XP
3,324
Country
France
yeah, I am using cell9's old source
basically, you just need to read float and write float (instead of read32 write32) to the address
Maybe @Nanquitas knows how to code it
Actually you can read and write float value with READU32 and WRITEU32 but if you prefer to deal directly with float value you can use those macros:
Code:
#ifndef READFLOAT
#define READFLOAT(addr)        *(float *)addr
#endif
#ifndef WRITEFLOAT
#define WRITEFLOAT(addr, value)    *(float *)addr = (float)value
#endif
Of course you need to use float variable / number. ;)
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
23
XP
2,839
Country
United States
Actually you can read and write float value with READU32 and WRITEU32 but if you prefer to deal directly with float value you can use those macros:
Code:
#ifndef READFLOAT
#define READFLOAT(addr)        *(float *)addr
#endif
#ifndef WRITEFLOAT
#define WRITEFLOAT(addr, value)    *(float *)addr = (float)value
#endif
Of course you need to use float variable / number. ;)
Can I use that to add float values or is there another macro for it?
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
23
XP
2,839
Country
United States
Testing float values now!
If it works then it'll fix that slowdown bug thanks to @dsrules for noticing and @Nanquitas for the macros :yay3ds:

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

here is what +45 float looks like
http://sendvid.com/4lob7m4v
Also, how did you get those mini trees with fruit on them lol
24f06eb8071343328f29837444a29115.png
 
  • Like
Reactions: Deleted User
D

Deleted User

Guest
Hey @itsRyan, can we move C.M. above Teleport in the main release and on the forum? It seems that more people like CM than teleport - even though they're BOTH good :D
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
23
XP
2,839
Country
United States
Hey @itsRyan, can we move C.M. above Teleport in the main release and on the forum? It seems that more people like CM than teleport - even though they're BOTH good :D
Yeah I have 2.2.2's source ready just in case if there's still bugs in the older release ;) I'll do that once I'm done tweaking CM moon jump and speed.
 
  • Like
Reactions: Deleted User
D

Deleted User

Guest
Yeah I have 2.2.2's source ready just in case if there's still bugs in the older release ;) I'll do that once I'm done tweaking CM moon jump and speed.
Ok cool! Also, 5 more people like Speed Hack than teleportation... Do you want to lower teleport to the bottom or nah? If anyone else has some input on this, that would be GREATLY Appreciated!
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
23
XP
2,839
Country
United States
Ok cool! Also, 5 more people like Speed Hack than teleportation... Do you want to lower teleport to the bottom or nah? If anyone else has some input on this, that would be GREATLY Appreciated!
I guess I'll do that too

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

16 (0x10) is still way too fast for coordinates modifier :rofl: it's because Nanquita's library preforms a lot smoother and faster :P
 
  • Like
Reactions: Deleted User

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
23
XP
2,839
Country
United States
Ok I have to use 0x1 because 0x2 is too fast to be precise but 0x1 is precise and allows clipping through some stuff but there are some collisions that don't allow you to clip through. You can use moon jump to jump over them. Once I finish cleaning up my code I'll push USA out first and then later tonight I'll push EUR and JAP (you guys are last because I'm going out for a bit)
It now is a constant value so no slow downs or speed ups :hrth::hrth::hrth::hrth::hrth::hrth::hrth:
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
23
XP
2,839
Country
United States
Uploaded to GitHub!
Here's what's new:
-Using float values for moon jump, coordinates modifier and speed hack so it's now a constant speed instead so it gets rid of the pesky slow downs.
-Cleaned up some unused code so when you compile so the compiler doesn't yell at you for it.
-USA only for now (porting EUR and JAP will be easy, I just don't have the time atm)

Planning on:
-Tweaking layout for 2.2.2 + 2.3 beta
-Maybe I'll find data of when you're trapped in a pitfall or not so people can stop abusing a glitch to trap people
-House injector (same as seeder but this time it's in your house)
-Walk on water code?
-Real time acre modifier?
 
  • Like
Reactions: Deleted User

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,234
Trophies
2
XP
5,589
Country
Testing float values now!
If it works then it'll fix that slowdown bug thanks to @dsrules for noticing and @Nanquitas for the macros :yay3ds:

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


Also, how did you get those mini trees with fruit on them lol
24f06eb8071343328f29837444a29115.png
those are apple trees, just a visual effect to make the trees look smaller
it will revert back to normal size after reload, so it's nothing useful
 
  • Like
Reactions: RyDog
General chit-chat
Help Users
  • No one is chatting at the moment.
  • JuanMena @ JuanMena:
    Will you give me mouth to mouth oxygen if my throat closes?
  • K3N1 @ K3N1:
    Nah the air can do that
  • K3N1 @ K3N1:
    Ask @x65943 he's trained for that stuff
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
    A @ abraarukuk: hi guys