FINAL FANTASY VII REBIRTH +15 (table Update.8)

Upload your cheat tables here (No requests)
User avatar
nanaki
Noobzor
Noobzor
Posts: 14
Joined: Tue Jan 21, 2025 9:37 am
Reputation: 0

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by nanaki »

Is there a cheat to increase a character's likeability to the maximum?

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

tarohina810
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jan 31, 2022 8:05 am
Reputation: 1

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by tarohina810 »

im looking for instant pressuring enemies
:!: do not stagger
thank you

HimoShifu
Expert Cheater
Expert Cheater
Posts: 95
Joined: Sat Jan 27, 2018 11:00 pm
Reputation: 27

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by HimoShifu »

Rubyelf wrote:
Thu Feb 13, 2025 1:49 am
HimoShifu wrote:
Wed Feb 12, 2025 11:51 pm
Is there any way for someone to fix the chocobo race ability? I really hate some of these mini games.
What's wrong with it? It's working for me on Steam PC
For some reason the ability cheat doesn't want to turn on and I would only have time speed one on at that time. Can you link me the table you're using if yours is working. Maybe I'm using someone else's that doesn't work. It did use to work before the latest update for me.

delpirero
Cheater
Cheater
Posts: 34
Joined: Sun Apr 22, 2018 1:53 am
Reputation: 35

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by delpirero »

hard mode - Restore MP at the rest spots for game 1.001

Code: Select all

{ Game   : ff7rebirth_.exe
  Version: 
  Date   : 2025-02-13
  Author : gudu_

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,ff7rebirth_.exe,74 04 B0 02 EB 07) // should be unique
alloc(newmem,$1000,INJECT)

label(code)
label(return)

newmem:

code:
  jmp ff7rebirth_.exe+BFA9F1
  mov al,02
  jmp ff7rebirth_.exe+BFA9F8
  jmp return

INJECT:
  jmp newmem
  nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 74 04 B0 02 EB 07

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ff7rebirth_.exe+BFA9EB

ff7rebirth_.exe+BFA9C0: 74 34                    - je ff7rebirth_.exe+BFA9F6
ff7rebirth_.exe+BFA9C2: 80 B8 CA 0B 00 00 00     - cmp byte ptr [rax+00000BCA],00
ff7rebirth_.exe+BFA9C9: 74 08                    - je ff7rebirth_.exe+BFA9D3
ff7rebirth_.exe+BFA9CB: 8A 80 C9 0B 00 00        - mov al,[rax+00000BC9]
ff7rebirth_.exe+BFA9D1: EB 25                    - jmp ff7rebirth_.exe+BFA9F8
ff7rebirth_.exe+BFA9D3: 48 8B 80 00 01 00 00     - mov rax,[rax+00000100]
ff7rebirth_.exe+BFA9DA: 48 8B 40 28              - mov rax,[rax+28]
ff7rebirth_.exe+BFA9DE: 48 83 C0 10              - add rax,10
ff7rebirth_.exe+BFA9E2: 74 12                    - je ff7rebirth_.exe+BFA9F6
ff7rebirth_.exe+BFA9E4: 80 3D 8A C5 4D 06 00     - cmp byte ptr [ff7rebirth_.exe+70D6F75],00
// ---------- INJECTING HERE ----------
ff7rebirth_.exe+BFA9EB: 74 04                    - je ff7rebirth_.exe+BFA9F1
// ---------- DONE INJECTING  ----------
ff7rebirth_.exe+BFA9ED: B0 02                    - mov al,02
ff7rebirth_.exe+BFA9EF: EB 07                    - jmp ff7rebirth_.exe+BFA9F8
ff7rebirth_.exe+BFA9F1: 8A 40 20                 - mov al,[rax+20]
ff7rebirth_.exe+BFA9F4: EB 02                    - jmp ff7rebirth_.exe+BFA9F8
ff7rebirth_.exe+BFA9F6: B0 01                    - mov al,01
ff7rebirth_.exe+BFA9F8: 3C 02                    - cmp al,02
ff7rebirth_.exe+BFA9FA: 48 8D 35 FF 8D 5E 05     - lea rsi,[ff7rebirth_.exe+61E3800]
ff7rebirth_.exe+BFAA01: 0F 94 45 67              - sete byte ptr [rbp+67]
ff7rebirth_.exe+BFAA05: 0F BA 2D E3 A7 3D 08 08  - bts [ff7rebirth_.exe+8FD51F0],08
ff7rebirth_.exe+BFAA0D: 33 FF                    - xor edi,edi
}
Last edited by delpirero on Fri Feb 14, 2025 12:15 pm, edited 1 time in total.

kvh
Cheater
Cheater
Posts: 28
Joined: Sat Nov 25, 2017 7:30 pm
Reputation: 5

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by kvh »

I'd like to second the request for anything regarding the moogle mog throwing boxes game in chapter 11. I tried to find it myself, but I'm so godawful at the game that I couldn't even get one box smashed. The controls are a bit janky for me on PC. I don't know if there's a way to pause the timer. Any help would be immensely appreciated!

delpirero
Cheater
Cheater
Posts: 34
Joined: Sun Apr 22, 2018 1:53 am
Reputation: 35

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by delpirero »

Last edited by delpirero on Fri Feb 14, 2025 1:56 pm, edited 1 time in total.

J3r3k
Expert Cheater
Expert Cheater
Posts: 77
Joined: Wed Sep 11, 2019 1:27 pm
Reputation: 9

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by J3r3k »

Once again. Thank you mate.

delpirero
Cheater
Cheater
Posts: 34
Joined: Sun Apr 22, 2018 1:53 am
Reputation: 35

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by delpirero »

kvh wrote:
Fri Feb 14, 2025 10:34 am
I'd like to second the request for anything regarding the moogle mog throwing boxes game in chapter 11. I tried to find it myself, but I'm so godawful at the game that I couldn't even get one box smashed. The controls are a bit janky for me on PC. I don't know if there's a way to pause the timer. Any help would be immensely appreciated!

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="45">
  <CheatEntries>
    <CheatEntry>
      <ID>1337104204</ID>
      <Description>" chapter 11 throwing boxes freeze time"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ff7rebirth_.exe
  Version: 
  Date   : 2025-02-14
  Author : gudu_

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,ff7rebirth_.exe,C5 CA 58 47 30) // should be unique
alloc(newmem,$1000,INJECT)

label(code)
label(return)

newmem:

code:
  //vaddss xmm0,xmm6,[rdi+30]
  jmp return

INJECT:
  jmp newmem
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db C5 CA 58 47 30

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ff7rebirth_.exe+34C8009

ff7rebirth_.exe+34C7FE3: B1 0B                    - mov cl,0B
ff7rebirth_.exe+34C7FE5: E8 32 BF 5C FD           - call ff7rebirth_.exe+A93F1C
ff7rebirth_.exe+34C7FEA: 84 C0                    - test al,al
ff7rebirth_.exe+34C7FEC: 75 12                    - jne ff7rebirth_.exe+34C8000
ff7rebirth_.exe+34C7FEE: 44 39 A3 88 22 A1 01     - cmp [rbx+01A12288],r12d
ff7rebirth_.exe+34C7FF5: 75 09                    - jne ff7rebirth_.exe+34C8000
ff7rebirth_.exe+34C7FF7: 44 39 A3 48 75 A1 01     - cmp [rbx+01A17548],r12d
ff7rebirth_.exe+34C7FFE: 74 09                    - je ff7rebirth_.exe+34C8009
ff7rebirth_.exe+34C8000: 44 38 A7 AB 00 00 00     - cmp [rdi+000000AB],r12b
ff7rebirth_.exe+34C8007: 74 0A                    - je ff7rebirth_.exe+34C8013
// ---------- INJECTING HERE ----------
ff7rebirth_.exe+34C8009: C5 CA 58 47 30           - vaddss xmm0,xmm6,[rdi+30]
// ---------- DONE INJECTING  ----------
ff7rebirth_.exe+34C800E: C5 FA 11 47 30           - vmovss [rdi+30],xmm0
ff7rebirth_.exe+34C8013: C5 7A 10 05 C5 2C AD 02  - vmovss xmm8,[ff7rebirth_.exe+5F9ACE0]
ff7rebirth_.exe+34C801B: 4C 8D 35 5A DE 1B 02     - lea r14,[ff7rebirth_.exe+5685E7C]
ff7rebirth_.exe+34C8022: 44 8B 7F 4C              - mov r15d,[rdi+4C]
ff7rebirth_.exe+34C8026: 41 8B CF                 - mov ecx,r15d
ff7rebirth_.exe+34C8029: 45 85 FF                 - test r15d,r15d
ff7rebirth_.exe+34C802C: 0F 84 BC 02 00 00        - je ff7rebirth_.exe+34C82EE
ff7rebirth_.exe+34C8032: 41 2B CD                 - sub ecx,r13d
ff7rebirth_.exe+34C8035: 0F 84 98 00 00 00        - je ff7rebirth_.exe+34C80D3
ff7rebirth_.exe+34C803B: 41 3B CD                 - cmp ecx,r13d
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols>
    <SymbolEntry>
      <Name>MatEdit</Name>
      <Address>25F21600000</Address>
    </SymbolEntry>
  </UserdefinedSymbols>
</CheatTable>

eddy717
Novice Cheater
Novice Cheater
Posts: 19
Joined: Mon Jan 27, 2025 4:30 am
Reputation: 0

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by eddy717 »

Genius
Can someone tell me how to inject this

eddy717
Novice Cheater
Novice Cheater
Posts: 19
Joined: Mon Jan 27, 2025 4:30 am
Reputation: 0

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by eddy717 »

Or is this added in hard mode ct 1.02

Rubyelf
Expert Cheater
Expert Cheater
Posts: 858
Joined: Mon Mar 12, 2018 11:47 pm
Reputation: 315

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by Rubyelf »

HimoShifu wrote:
Thu Feb 13, 2025 10:49 pm
Rubyelf wrote:
Thu Feb 13, 2025 1:49 am
HimoShifu wrote:
Wed Feb 12, 2025 11:51 pm
Is there any way for someone to fix the chocobo race ability? I really hate some of these mini games.
What's wrong with it? It's working for me on Steam PC
For some reason the ability cheat doesn't want to turn on and I would only have time speed one on at that time. Can you link me the table you're using if yours is working. Maybe I'm using someone else's that doesn't work. It did use to work before the latest update for me.
viewtopic.php?p=389085#p389085

I'm using that one

Outcast
Noobzor
Noobzor
Posts: 8
Joined: Wed Mar 07, 2018 7:47 pm
Reputation: 1

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by Outcast »

How to freeze Chocobo race timer?

HimoShifu
Expert Cheater
Expert Cheater
Posts: 95
Joined: Sat Jan 27, 2018 11:00 pm
Reputation: 27

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by HimoShifu »

Rubyelf wrote:
Fri Feb 14, 2025 8:15 pm
HimoShifu wrote:
Thu Feb 13, 2025 10:49 pm
Rubyelf wrote:
Thu Feb 13, 2025 1:49 am


What's wrong with it? It's working for me on Steam PC
For some reason the ability cheat doesn't want to turn on and I would only have time speed one on at that time. Can you link me the table you're using if yours is working. Maybe I'm using someone else's that doesn't work. It did use to work before the latest update for me.
viewtopic.php?p=389085#p389085

I'm using that one
I swear I'm using this. They worked before 1.01 and at my first time in Gold Saucer, but my second trip in chapter 12, they don't work. But with 1.02, who knows, maybe it'll work again.

Rubyelf
Expert Cheater
Expert Cheater
Posts: 858
Joined: Mon Mar 12, 2018 11:47 pm
Reputation: 315

Re: FINAL FANTASY VII REBIRTH +15 (table Update.8)

Post by Rubyelf »

HimoShifu wrote:
Sat Feb 15, 2025 1:29 am
Rubyelf wrote:
Fri Feb 14, 2025 8:15 pm
HimoShifu wrote:
Thu Feb 13, 2025 10:49 pm


For some reason the ability cheat doesn't want to turn on and I would only have time speed one on at that time. Can you link me the table you're using if yours is working. Maybe I'm using someone else's that doesn't work. It did use to work before the latest update for me.
viewtopic.php?p=389085#p389085

I'm using that one
I swear I'm using this. They worked before 1.01 and at my first time in Gold Saucer, but my second trip in chapter 12, they don't work. But with 1.02, who knows, maybe it'll work again.
Oh, I haven't gotten to the ones in chapter 12 yet (I have kids everything is slow), if it's not working for me I can try to fix it :)

acff
Cheater
Cheater
Posts: 35
Joined: Sun Oct 27, 2019 8:37 pm
Reputation: 1

Re: FINAL FANTASY VII REBIRTH +5 (table Update.2)

Post by acff »

This isn't working for me. Or maybe I'm not understanding the purpose of it.
Cissa90 wrote:
Fri Jan 24, 2025 11:48 am
Tired of assessing everything? Open Enemy Intel in Menu and they will get flagged as assessed.

Code: Select all

[ENABLE]

aobscanmodule(InstaAssess,ff7rebirth_.exe,48 03 C0 0F B7 1C C1) // should be unique
alloc(newmem,$1000,InstaAssess)

label(code)
label(return)

newmem:
  add rax,rax
push rbx
lea rbx,[rcx+rax*8]
or byte ptr [ebx-4],2
pop rbx
code:

  movzx ebx,word ptr [rcx+rax*8]
  jmp return

InstaAssess:
  jmp newmem
  nop 2
return:
registersymbol(InstaAssess)

[DISABLE]

InstaAssess:
  db 48 03 C0 0F B7 1C C1

unregistersymbol(InstaAssess)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ff7rebirth_.exe+187D0B3

ff7rebirth_.exe+187D089: 48 89 45 F0           - mov [rbp-10],rax
ff7rebirth_.exe+187D08D: 8A 45 10              - mov al,[rbp+10]
ff7rebirth_.exe+187D090: 88 45 F8              - mov [rbp-08],al
ff7rebirth_.exe+187D093: 48 8D 05 FE 39 E4 03  - lea rax,[ff7rebirth_.exe+56C0A98]
ff7rebirth_.exe+187D09A: 48 89 45 E0           - mov [rbp-20],rax
ff7rebirth_.exe+187D09E: E8 29 00 00 00        - call ff7rebirth_.exe+187D0CC
ff7rebirth_.exe+187D0A3: 3D E8 03 00 00        - cmp eax,000003E8
ff7rebirth_.exe+187D0A8: 73 10                 - jae ff7rebirth_.exe+187D0BA
ff7rebirth_.exe+187D0AA: 8B C0                 - mov eax,eax
ff7rebirth_.exe+187D0AC: 48 8D 0D 51 9F 88 05  - lea rcx,[ff7rebirth_.exe+7107004]
// ---------- INJECTING HERE ----------
ff7rebirth_.exe+187D0B3: 48 03 C0              - add rax,rax
// ---------- DONE INJECTING  ----------
ff7rebirth_.exe+187D0B6: 0F B7 1C C1           - movzx ebx,word ptr [rcx+rax*8]
ff7rebirth_.exe+187D0BA: 8B C3                 - mov eax,ebx
ff7rebirth_.exe+187D0BC: 48 8B 5C 24 58        - mov rbx,[rsp+58]
ff7rebirth_.exe+187D0C1: 48 83 C4 40           - add rsp,40
ff7rebirth_.exe+187D0C5: 5D                    - pop rbp
ff7rebirth_.exe+187D0C6: C3                    - ret 
ff7rebirth_.exe+187D0C7: 33 C0                 - xor eax,eax
ff7rebirth_.exe+187D0C9: EB F1                 - jmp ff7rebirth_.exe+187D0BC
ff7rebirth_.exe+187D0CB: CC                    - int 3 
ff7rebirth_.exe+187D0CC: 40 53                 - push rbx
}

Post Reply

Who is online

Users browsing this forum: citizenkingX, Darth_Clark, gatagahshgatwe, mack_b_nibble, WoodyST, Xevian, YandexBot