Skip to content

zH4x/FinalFantasy7Remake-Menu

 
 

Repository files navigation

FinalFantasy7Remake-Menu

Important

  • This cheat menu is intended for educational and single-player use only.
  • Use cheats responsibly and respect the terms of use of the games you are modifying.

Codacy Badge Static Badge image

FEATURES

  • Party Stats Manager
  • Basic Cheats

USAGE

  • Compile Solution ( DLL )
  • Launch FF7 Remake Integrade as you normally would
  • Inject DLL with program of choice ( CheatEngine, Process Hacker, GH Injector . . . )
  • A beep will announce the success of the hooking of dx11 and a welcome message will be displayed.
  • Navigate the menu with controller , keyboard and/or mouse

UPDATING

Main Game Offset https://github.com/xCENTx/FinalFantasy7Remake-Menu/blob/8bd9d81bc85dbcbe241434a0a570870344f01256/include/Game.h#L26
Pause Game https://github.com/xCENTx/FinalFantasy7Remake-Menu/blob/8bd9d81bc85dbcbe241434a0a570870344f01256/src/Game.cpp#L268-L311
Gamepad Input https://github.com/xCENTx/FinalFantasy7Remake-Menu/blob/8bd9d81bc85dbcbe241434a0a570870344f01256/src/Game.cpp#L253-L265
Infinite Health https://github.com/xCENTx/FinalFantasy7Remake-Menu/blob/8bd9d81bc85dbcbe241434a0a570870344f01256/src/Game.cpp#L314-L389
Infinite Mana https://github.com/xCENTx/FinalFantasy7Remake-Menu/blob/8bd9d81bc85dbcbe241434a0a570870344f01256/src/Game.cpp#L392-L492
Infinite Items https://github.com/xCENTx/FinalFantasy7Remake-Menu/blob/8bd9d81bc85dbcbe241434a0a570870344f01256/src/Game.cpp#L495-L696
Enemy Stats https://github.com/xCENTx/FinalFantasy7Remake-Menu/blob/8bd9d81bc85dbcbe241434a0a570870344f01256/src/Game.cpp#L699-L755
Enemy Stagger https://github.com/xCENTx/FinalFantasy7Remake-Menu/blob/8bd9d81bc85dbcbe241434a0a570870344f01256/src/Game.cpp#L758-L768

CONTRIBUTING

  • Issues are to be used for programming error only such as application crashing induced by methods in the module. Please refrain from opening issues in regards to outdated offsets.
  • Pull requests are welcome , please adhere to the coding guidlines as outlined below
GUIDELINES https://github.com/xCENTx/FinalFantasy7Remake-Menu/blob/8bd9d81bc85dbcbe241434a0a570870344f01256/include/Game.h#L7-L22

References & Credits

Dear ImGui
MinHook
DX11-Internal-Base

About

Final Fantasy Vii Remake Internal Cheat w/ Dear ImGui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.9%
  • C 10.1%