Recent content by shoryuXE10

  1. S

    Hacking 3DS NOOB PARADISE - Ask questions here

    how do i make a plugin that writes large values for experience? in my source gameplg.c code i used WRITEU16(0x0882C034, 0x000F423F); exported to a plugin, and the code technically works, but instead of writing F423F (999999exp), it just writes 423F (16959exp)... i could get 999999exp when i was...
  2. S

    ROM Hack [Release] Mario Kart 7 Online NTR Plugin

    why is it only partially compatible with jpn games, if i may ask? o.o also, do you think you'd be able to port fishguy's anticheat? since it currently only works on us rev1 cartridges and mine is rev0. i told him i could get him the ram dump he needed a month ago but he doesn't respond. ;-;
  3. S

    Hacking 3DS NOOB PARADISE - Ask questions here

    i need help with nitrostream.. i can get ntrviewer to connect to my 3ds (screen flashes colors when i click connect), but the video output is just a small box of random colored pixels. all settings default, tested with "quality of service value" 15 and 101, same outcome. there are obvious...
  4. S

    ROM Hack Making an NTR code, I just need some pointers...

    I used Nanquitas's process dumper, US region. Should I just use the NTR Debugger instead?
  5. S

    ROM Hack Making an NTR code, I just need some pointers...

    So I'm trying to create an experience modifier code for Conception 2. The cheat exists for the Japanese version 1.00 of the game on speedfly, but all U.S. releases are v1.1 and nobody can get the existing plugin to work with it. speedfly didn't have the plugin's source uploaded, so that was of...