Thanks. Took me a while to find it but it works now.Mine worked after I installed the autoexit version. Bootrate is pretty bad though. Restart your console and try again
Thanks. Took me a while to find it but it works now.Mine worked after I installed the autoexit version. Bootrate is pretty bad though. Restart your console and try again
Exactly.I have a 2DS on RX and a N3DS on reinand.
So all I need to do install one of the cia's and put ntr.bin in the root.
Then whenever we want to use it we execute the no/autoexit and it will be on until next reboot?
No reason it wouldn't.So, I have BootNTR 3.3. Would the NTR Language Plugin still work on it?
Blame Gateway, the box is open now.Just wish to say thanks for disabling online cheat. Just found a fu***ng cheater on Mario kark 7 with infinite boosts
I read somewhere that NTR CFW can only modify certain memregions when making cheats, but I can't find them. There's definitely more than one, and there's a formula you have to do to get the cheat back under if the cheat is above the required memregion. Anyone have links to those? Can't find them now.
(Currently running NTR 3.3 on N3ds XL 10.5)
Is there anyway that you could change the system time through the NTR menu during a game? or can this be an added feature?
im asking as im playing Yo Kai watch and i have lots of Crank coins. only being able to use 3 coins a day i have to change the system time to next day to use more.
this was all good before i downgraded and wasent using reinand as it was simple turn off and back on and change settings.
now i would have to turn off, load through all the menuhax and reinand splash screen, change settings which when leaving system setting i would have to load through menuhax and reinand splash screen AGAIN, load up NTR and load game AGAIN.
the thought of doing all that makes me want to pull my hair out lmao
(Currently running NTR 3.3 on N3ds XL 10.5)
Is there anyway that you could change the system time through the NTR menu during a game? or can this be an added feature?
im asking as im playing Yo Kai watch and i have lots of Crank coins. only being able to use 3 coins a day i have to change the system time to next day to use more.
this was all good before i downgraded and wasent using reinand as it was simple turn off and back on and change settings.
now i would have to turn off, load through all the menuhax and reinand splash screen, change settings which when leaving system setting i would have to load through menuhax and reinand splash screen AGAIN, load up NTR and load game AGAIN.
the thought of doing all that makes me want to pull my hair out lmao
About that... I've been wondering if there's any way to get BootNTR to run after ReiNand starts. I don't really know the context in which BootNTR expects to be ran, but maybe if its source code was mixed with ReiNand's, placed right after "launchFirm();", it could essentially coldboot NTR?
Wouldn't know. Haven't tried it yet, I'm busy watching anime.
thats sounds great but i wouldnt know the first step in creating a cheat codeWouldn't it be easier to make a cheat code that simply locks the amount of coins to 3, or changes the amount to 99? I would guess a plugin could be written to do that.
thats sounds great but i wouldnt know the first step in creating a cheat code
Check out cell9's ALBW cheat plugin. You can modify its source to create other cheat codes.
If you know the least bit of C and somewhat understand Gateway cheat codes(writing things to addresses, key combination here and there), you can get it working in no time. To apply it, all you'd need is to compile and place in /plugin/TITLEID/(e.g. /plugin/000400...12/cheat.plg).
-- EDIT --
Here's the thread with the ALBW cheat plugin I mentioned: link
There's a link to a .zip file with the source code in there. Edit source/gameplg.c and then build. Here's what I tried doing for Badge Catcher(after which I realized I couldn't go online for it to actually work...):
![]()
thank you i will have a go
--------------------- MERGED ---------------------------
Looks sooo complicated, i think i will leave it as i dont have a clue.
i will try to request to get a code made
DD000000 00000240 -- L+UP
D3000000 3646674C -- Memory address.
20000000 00000004 -- Value to write.
D2000000 00000000 -- No clue.
yeah this is why i shouldnt be doing it lol you lost me at loop block![]()
int
main(void)
{
/* Single statement. */
puts("This is a function call! And I am the parameter!\n");
/* Block of 3 lines. */
{
int x = 4;
x *= 8;
printf("x went from 4 to %d\n", x);
}
/* x is no longer here. The scope of the previous
* code block died, so did the local variables. */
/* By the way, these things are comments. */
return 0;
}
int
main(void)
{ /* Start of main's scope. */
...
{ /* Start of this block's scope. */
... /* You can access variables in both the global scope
* and main's here. They're still alive. */
} /* End of this block's scope. */
...
return 0;
} /* End of main's scope. */
while (1)
{ /* Start of a block of code executed by this while loop. */
...
NTR for CFW 10.4 or 10.5?
I thought there would be made a new thread for it but instead of that there posting it here, making it hard for me to update NTRRead up on this thread. 3.3-3D is working fine for me on ReiNand 10.5.
I thought there would be made a new thread for it but instead of that there posting it here, making it hard for me to update NTR