Skip to content

Commit bd514c9

Browse files
committed
Update to last version (28/04/2017)
1 parent 2984b29 commit bd514c9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
all:
2+
g++ -o NierAutomataFreeCamera.exe main.cpp

NierAutomataFreeCamera.exe

583 KB
Binary file not shown.

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Credits to @Wunkolo (https://twitter.com/Wunkolo/status/843387447656435712)
12
#include <windows.h>
23
#include <tlhelp32.h>
34
#include <cstdint>
@@ -54,8 +55,7 @@ int main (int argc, char **argv)
5455
HANDLE hNier = GetHandleFromName ("NieRAutomata.exe");
5556

5657
// Check patch state
57-
// Thanks to @Wunkolo (https://twitter.com/Wunkolo/status/843387447656435712)
58-
LPVOID address = (void *) 0x1413FC410;
58+
LPVOID address = (void *) 0x141415B90;
5959
std::uint64_t data;
6060
SIZE_T bytes_read;
6161

0 commit comments

Comments
 (0)