ROM Hack [NTR Cheats Plugin] Ported from Gateshark

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,747
Trophies
2
XP
6,317
Country
hope I am correct on the translation
Code:
D3000000 00000000
4FFFFBF4 16000000//if(READU32(0x0FFFFBF4) > 0x16000000
3FFFFBF4 18000000//&& READU32(0x0FFFFBF4) < 0x18000000)
BFFFFBF4 00000000//offset = READU32(0x0FFFFBF4);
DC000000 FFFFF930//offset -= 0x6D0;
B0000000 00000000//offset = READU32(offset);
DC000000 FFFFF208//offset -= 0xDF8;
A0000004 00000000//READU16(offset + 4) != 0
10000000 00007FFF// WRITEU16(offset, 0x7FFF);
D2000000 00000000
 
  • Like
Reactions: Nanquitas

Nanquitas

Well-Known Member
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
30
Location
South of France :)
XP
3,336
Country
France
Your code is more meaningful, but following the gateshark template, it's not that.
Code:
D3000000 00000000
4FFFFBF4 16000000//if(READU32(0x0FFFFBF4) > 0x16000000 --> GOOD
3FFFFBF4 18000000//&& READU32(0x0FFFFBF4) < 0x18000000) --> GOOD
BFFFFBF4 00000000//offset = READU32(0x0FFFFBF4); --> GOOD
DC000000 FFFFF930//offset -= 0x6D0; --> GOOD
B0000000 00000000//offset = READU32(offset); --> Nope --> offset = READU32(0x0) (From Gateway: "BXXXXXXX 00000000 –> offset = *(xxx)"
DC000000 FFFFF208//offset -= 0xDF8; --> GOOD
A0000004 00000000//READU16(offset + 4) != 0 --> GOOD
10000000 00007FFF// WRITEU16(offset, 0x7FFF); --> GOOD
D2000000 00000000
That's why I said the code have a problem.
It's just a single line which are broking the whole code:
B0000000 00000000
 
Last edited by Nanquitas,
  • Like
Reactions: chronoss

leonmagnus99

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
3,704
Trophies
2
Age
33
Location
Seinegald
XP
2,875
Country
Iraq
Sorry, it's now OK :)

awesome, can you please guide me in how to make certain cheats in use ?

like lets say i only want to use a certain cheat, how do i disable enable a single or a few that i want?
does the cheat function in the NTR menu allow which to set etc.?

after i copy the '0004000000179800' folder into plugin folder, i guess i have to run Boot NTR cia and then how do i apply a cheat i want though?

iirc. we press X+Y to open up the NTR menu, and then how do i use a certain cheat, thanks in advance!!
 
Last edited by leonmagnus99,

chronoss

Well-Known Member
OP
Member
Joined
May 26, 2015
Messages
3,010
Trophies
1
XP
4,910
Country
Congo, Republic of the
awesome, can you please guide me in how to make certain cheats in use ?

like lets say i only want to use a certain cheat, how do i disable enable a single or a few that i want?
does the cheat function in the NTR menu allow which to set etc.?
You can enable ou disable all cheat you want, just launch NTR and launch the game, open the game plugin with Y+X and active all cheat you want ;)
 
  • Like
Reactions: leonmagnus99

leonmagnus99

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
3,704
Trophies
2
Age
33
Location
Seinegald
XP
2,875
Country
Iraq
You can enable ou disable all cheat you want, just launch NTR and launch the game, open the game plugin with Y+X and active all cheat you want ;)

wow did not know it was that simple XD and i was waiting for GW A9lh support all these days, i shall try this out sooner or later today man.

many thanks for converting , i have this thread bookmarked.
 
  • Like
Reactions: chronoss

chronoss

Well-Known Member
OP
Member
Joined
May 26, 2015
Messages
3,010
Trophies
1
XP
4,910
Country
Congo, Republic of the

DrakeLyon

Console Perfectionist
Member
Joined
Sep 15, 2015
Messages
338
Trophies
0
Age
29
Location
Moss Point, MS
XP
503
Country
United States
Last edited by DrakeLyon,
  • Like
Reactions: chronoss

pandavova

56
Member
Joined
Oct 27, 2015
Messages
902
Trophies
0
XP
2,110
Country
Germany
Would nice to see the ACNL EUR Cheats, specifically these:
[L+A for 99k Bells in slot 1]
DD000000 00000201
D3000000 10000000
25FBEDD0 00000012
25FBEDD1 00000021

[Dynamic Slot 1 Modifier (Read Description)]
DD000000 00000A00
DA000000 15FBEDD0
D7000000 170608E8
D0000000 00000000
DD000000 00000900
DA000000 170608E8
D7000000 15FBEDD0

This lets you edit/read the id of the item in the slot 1 on the fly.
Simply go to the post offices ATM and go into the withdrawal/deposit interface.
Now press L+Y to read the items id in the first slot. It will be shown as the number of bells you want to deposit/withdraw.
You can press R+Y to change the items id in the first slot to whatever number you have set as bells to deposit/withdraw.
You dont need to actually deposit/withdraw any money. Simply back out of the interface afterwards by pressing B

[Item Duplication (L copy, R paste)]
DD000000 00000200
D9000000 15FBEDD0
D6000000 15FBED60
D0000000 00000000
DD000000 00000100
D9000000 15FBED60
D6000000 15FBEDD0

L to copy the item in slot 1
R to paste the copied item back into slot 1
 
  • Like
Reactions: chronoss

chronoss

Well-Known Member
OP
Member
Joined
May 26, 2015
Messages
3,010
Trophies
1
XP
4,910
Country
Congo, Republic of the
See the first post before ask something :(, Terreria and MK7 are already posted :(

Would nice to see the ACNL EUR Cheats, specifically these:
:yaynds::gba:

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


This code has a lot of conditions so once you have the plugin, you should read the conditions on the web site...
Already asked and it's in progress....
 
  • Like
Reactions: pandavova

leonmagnus99

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
3,704
Trophies
2
Age
33
Location
Seinegald
XP
2,875
Country
Iraq
guys could someone tell me how i can load NTR with updated sysNAND ?

i have the firmware bin of NTR inside my Luma folder and i also have the Ntr bin in the root of my sd card.

but when i start bootntr it loads alot of dump files and at the end says failed.
 

pandavova

56
Member
Joined
Oct 27, 2015
Messages
902
Trophies
0
XP
2,110
Country
Germany
guys could someone tell me how i can load NTR with updated sysNAND ?

i have the firmware bin of NTR inside my Luma folder and i also have the Ntr bin in the root of my sd card.

but when i start bootntr it loads alot of dump files and at the end says failed.
put the ntr.bin at the root of your sd
 

leonmagnus99

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
3,704
Trophies
2
Age
33
Location
Seinegald
XP
2,875
Country
Iraq
put the ntr.bin at the root of your sd

yes it works now, i have had it already in the root of my sd.

i used the trick of someone some long while ago , if you speed run it you will have more success of booting it XD

Edit: it is kind of hassly using bootntr ,i just now got stuck on 3ds logo when i started FE:fates.
 
Last edited by leonmagnus99,
  • Like
Reactions: pandavova

chronoss

Well-Known Member
OP
Member
Joined
May 26, 2015
Messages
3,010
Trophies
1
XP
4,910
Country
Congo, Republic of the
guys could someone tell me how i can load NTR with updated sysNAND ?

i have the firmware bin of NTR inside my Luma folder and i also have the Ntr bin in the root of my sd card.

but when i start bootntr it loads alot of dump files and at the end says failed.
Boot your emunand
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://youtu.be/PYUKEiLGHpQ?si=UosLAHElVkjIKfxN