Page 1 of 3

Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Wed Feb 28, 2018 8:18 am
by TwilightStarocean
i would like Inf hp, money, max items

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Thu Mar 01, 2018 12:49 am
by NumberXer0
+1 for the game. 100% drop rate and exp multiplier is the best. There will be a table soon. There always is for every Nep game =P

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Thu Mar 01, 2018 5:27 am
by Kentda
Money is easy to find. Found it via a simply 4 byte search. For those who have the "itch" until someone codes up a formal table.

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Thu Mar 01, 2018 2:29 pm
by kirby59
i would like Inf hp, Inf Exp and 100% drop rate.

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Thu Mar 01, 2018 11:43 pm
by NumberXer0
Is there some kind of weird anti cheat in this game? I think this is the longest it's taken to get cheats for a Neptunia game, it's usually day one. No table, no fearlessrevolution, no MAF, not even on CH.

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Fri Mar 02, 2018 6:33 am
by furkan_1227
I can easily change money so there isn't any anti cheat for sure. It would be so good to have a trainer/table right now.

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Fri Mar 02, 2018 8:05 am
by Cyber
I think the reason why there is no table/trainer for this game because op code in this game accesses tons of addresses. Maybe, it will take a while

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Sat Mar 03, 2018 4:11 am
by SpeedyDash
The lack of a pause probably makes it harder to get the values like health and mp.

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Sat Mar 03, 2018 10:16 am
by hangocan
CH required funding for the trainer, while fearlessrevolution was busy with Final fantasy XV, and MAF is usually slow with trainer.
In this game, mp and hp does not auto regen, so pinpointing the value addresses is easy. However, changing the values is difficult, as those values are binded to another command.
Item address and even money address is weird, too. Moving to another area seems like will change the address again, but you can cheat them while shopping, so it is fine. Still, I dont know how exact one item address relate to another.
well, I am still a noob, so I hope someone can explain it better.

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Sun Mar 04, 2018 1:08 am
by gahqm
I refer to the chinese website [Link], we can find out the exp(float) first(said $exp), $exp+78h is hp, $exp+7ch is sp, $exp+80h is power, $exp+84h is int, $exp+88h is def, all those values(power,int,def,hp and sp) mean "attribute increased by item", so the default value should be zero by default and it is permanent change (i.e. it will not roll back after load the save :D )

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Sun Mar 04, 2018 9:53 am
by Algester
items are easy but finding the table hooks for them is something thats beyond my expertice
but generally it follows a logical address of a 4 byte
XXXXX XXXX
where XXXXX seems to be a dynamic access pointer where XXXX is the slot number (IE they change address per active playthrough)
getting the dynamic access pointers to become static is the basic idea since Shinkansen's templated tables should make it work once you find the static pointers
getting the float values to stick like active SP is another thing I tried to freeze them it doesnt stick but I can freeze items for that active playthrough essentially making infinite items
I'd like to have infinite SP though just to experiment as it seems there's animation cancelling mechanics in the game

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Mon Mar 05, 2018 2:38 am
by 321123
can anyone describe how to search for those addresses with the currently known offsets?
i managed to find the exp address and i understand you shift the address "exp+78h" to get the hp address for example but i dont know how to do that.
I tried to browse the memory of the exp address but i didnt know what to do from there (i know i am pretty close now!!)

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Mon Mar 05, 2018 4:48 am
by NumberXer0
Hopefully @Shinkansen is taking a look at the game. He made amazing tables for all of the other games in the series.

Edit: Can you tag people on these forums? I don't know how it works here haha.

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Tue Mar 06, 2018 3:06 am
by 321123
Again guys I would really appreciated it if anyone can walk me through finding the health address from the experience address as mentioned above.
That would really make my day!

Re: Cyberdimension Neptunia 4 Goddesses Online steam

Posted: Thu Mar 08, 2018 11:06 am
by Algester
MP, HP values are floating vales however if you "lock" them up when you enter a new map your game will crash possibly due to the fact each map may have a dynamic pointer for the current HP and MP values