Neptunia: Sisters VS Sisters

Upload your cheat tables here (No requests)
Post Reply
Tuuuup!
Table Makers
Table Makers
Posts: 225
Joined: Sat Sep 26, 2020 9:54 am
Reputation: 1331

Neptunia: Sisters VS Sisters

Post by Tuuuup! »



Nep nep time:

inf HP
inf TAC
inf EXE
XP multiplier
Fast disc development
Money + more

Have fun.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
neptunia-sisters-vs-sisters.CT
(55.04 KiB) Downloaded 1630 times

furkan_1227
Cheater
Cheater
Posts: 33
Joined: Wed Sep 20, 2017 2:31 pm
Reputation: 1

Re: Neptunia: Sisters VS Sisters

Post by furkan_1227 »

Thanks, this helps a lot!

Asuma
Expert Cheater
Expert Cheater
Posts: 82
Joined: Thu Mar 08, 2018 9:39 am
Reputation: 9

Re: Neptunia: Sisters VS Sisters

Post by Asuma »

Thanks! I don't suppose there's a chance we can get a quest complete code?

chaos-sensei
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Aug 01, 2021 6:16 am
Reputation: 0

Re: Neptunia: Sisters VS Sisters

Post by chaos-sensei »

thanks good table!
Would you add edit game cycle?
this game has exclusive content for after 2nd cycle, higurashi-chan and shanghai alice-chan and photomode

Algester
Expert Cheater
Expert Cheater
Posts: 281
Joined: Sun Mar 04, 2018 9:48 am
Reputation: 58

Re: Neptunia: Sisters VS Sisters

Post by Algester »

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>115473</ID>
      <Description>"99 Items on change"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : neptunia-sisters-vs-sisters.exe
  Version: 
  Date   : 2023-01-28
  Author : Algester

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(DiscDevitem,GameAssembly.dll,44 89 40 20 B0 01) // should be unique
alloc(newmem,$1000,DiscDevitem)

label(code)
label(return)

newmem:

code:
  mov [rax+20],#99
  //mov [rax+20],r8d
  mov al,01
  jmp return

DiscDevitem:
  jmp newmem
  nop
return:
registersymbol(DiscDevitem)

[DISABLE]

DiscDevitem:
  db 44 89 40 20 B0 01

unregistersymbol(DiscDevitem)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: GameAssembly.dll+573872

GameAssembly.dll+573853: 48 85 C0        - test rax,rax
GameAssembly.dll+573856: 74 22           - je GameAssembly.dll+57387A
GameAssembly.dll+573858: 8B 50 20        - mov edx,[rax+20]
GameAssembly.dll+57385B: 44 8B 43 28     - mov r8d,[rbx+28]
GameAssembly.dll+57385F: 41 03 D6        - add edx,r14d
GameAssembly.dll+573862: 44 3B C2        - cmp r8d,edx
GameAssembly.dll+573865: 44 0F 4D C2     - cmovge r8d,edx
GameAssembly.dll+573869: 33 C9           - xor ecx,ecx
GameAssembly.dll+57386B: 45 85 C0        - test r8d,r8d
GameAssembly.dll+57386E: 44 0F 48 C1     - cmovs r8d,ecx
// ---------- INJECTING HERE ----------
GameAssembly.dll+573872: 44 89 40 20     - mov [rax+20],r8d
// ---------- DONE INJECTING  ----------
GameAssembly.dll+573876: B0 01           - mov al,01
GameAssembly.dll+573878: EB 02           - jmp GameAssembly.dll+57387C
GameAssembly.dll+57387A: 32 C0           - xor al,al
GameAssembly.dll+57387C: 48 8B 5C 24 40  - mov rbx,[rsp+40]
GameAssembly.dll+573881: 48 8B 6C 24 48  - mov rbp,[rsp+48]
GameAssembly.dll+573886: 48 8B 74 24 50  - mov rsi,[rsp+50]
GameAssembly.dll+57388B: 48 8B 7C 24 58  - mov rdi,[rsp+58]
GameAssembly.dll+573890: 48 83 C4 30     - add rsp,30
GameAssembly.dll+573894: 41 5E           - pop r14
GameAssembly.dll+573896: C3              - ret 
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
this one will give you 99 copies of an item you acquired

CuteLittleGirl
Cheater
Cheater
Posts: 49
Joined: Thu Mar 09, 2017 11:27 pm
Reputation: 2

Re: Neptunia: Sisters VS Sisters

Post by CuteLittleGirl »

Anybody know how to increase runspeed? Speedhack doesn't work for this game for some reason.

Nevermind, I did a quick search and it turns out that unity games will have problems with cheat engine speedhack if vsync is enabled. I force disabled it through the nvidia control panel and speedhack is working fine now.

RubyRubyRWBY
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jan 29, 2023 12:19 pm
Reputation: 0

Re: Neptunia: Sisters VS Sisters

Post by RubyRubyRWBY »

CuteLittleGirl wrote:
Sun Jan 29, 2023 6:33 am
Anybody know how to increase runspeed? Speedhack doesn't work for this game for some reason.

Nevermind, I did a quick search and it turns out that unity games will have problems with cheat engine speedhack if vsync is enabled. I force disabled it through the nvidia control panel and speedhack is working fine now.
How were you able to do that? I disabled vsync through nvidia control panel globally and for the game itself and neither did the trick, it still stays at 75fps and can't be affected by speedhack at all.

CuteLittleGirl
Cheater
Cheater
Posts: 49
Joined: Thu Mar 09, 2017 11:27 pm
Reputation: 2

Re: Neptunia: Sisters VS Sisters

Post by CuteLittleGirl »

RubyRubyRWBY wrote:
Sun Jan 29, 2023 12:19 pm
CuteLittleGirl wrote:
Sun Jan 29, 2023 6:33 am
Anybody know how to increase runspeed? Speedhack doesn't work for this game for some reason.

Nevermind, I did a quick search and it turns out that unity games will have problems with cheat engine speedhack if vsync is enabled. I force disabled it through the nvidia control panel and speedhack is working fine now.
How were you able to do that? I disabled vsync through nvidia control panel globally and for the game itself and neither did the trick, it still stays at 75fps and can't be affected by speedhack at all.

I disabled it for the game specifically and not globally. My monitor is also capped at 60hz although I doubt that matters.

Ignez9MKIV
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Feb 03, 2023 4:46 am
Reputation: 0

Re: Neptunia: Sisters VS Sisters

Post by Ignez9MKIV »

So, I just got the Cheat Table, but when I try to use it on Cheat Engine 7.4, it only says <<Module not found:GameAssembly dll>>, Is there something i'm missing?

ray86
Noobzor
Noobzor
Posts: 6
Joined: Fri Apr 01, 2022 7:24 pm
Reputation: 0

Re: Neptunia: Sisters VS Sisters

Post by ray86 »

sorry for asking. I'm new to the cheat engine. How did you manage to find the character's exp? or find code to increase exp gain? I have difficulty cheating when the total exp gained is not shown. sorry for any mistakes. use translator. :)

DarkOne666x
Noobzor
Noobzor
Posts: 11
Joined: Sun Mar 24, 2019 9:23 pm
Reputation: 0

Re: Neptunia: Sisters VS Sisters

Post by DarkOne666x »

Could anyone unlock the camera limit?

Algester
Expert Cheater
Expert Cheater
Posts: 281
Joined: Sun Mar 04, 2018 9:48 am
Reputation: 58

Re: Neptunia: Sisters VS Sisters

Post by Algester »

I tried to make something preliminary but I'm not being pointed in the "right directions"

all I know EXP value is now "somewhat encrypted" I'll try if my proding is true cause the tables will not work as I can't get a "gameassembly hook" to pop

it could also be from my side cause my game is modded

Algester
Expert Cheater
Expert Cheater
Posts: 281
Joined: Sun Mar 04, 2018 9:48 am
Reputation: 58

Re: Neptunia: Sisters VS Sisters

Post by Algester »

ray86 wrote:
Sun Feb 12, 2023 3:55 am
sorry for asking. I'm new to the cheat engine. How did you manage to find the character's exp? or find code to increase exp gain? I have difficulty cheating when the total exp gained is not shown. sorry for any mistakes. use translator. :)
EXP is simple you start from 0 thats level 1 and it keeps increasing from there so first you need to find unknown 4 digit value then you search increased by 4 byte by the number you see on a finish of a battle

if for neptunia SisvSis then its much simpler getting EXP is by going to activate mono properties then open .netInfo go into Assembly-CSharp.dll then find DbCharaSave then look at offset 20 after you click lookup Instance to sanity check if the value is correct locate the level corresponding to the character one could guess Nep, Noire, Blanc, Vert are Char IDs 1-4, with Nepgear at 5

Post Reply