

I have not had much time to test it (made it yesterday) so if you find any bugs please post them here. This could potentially have some cool uses inside instances so if you find anything fun to do please share
How to use
- FFXIV Needs to be running before you start the hack. Multiple instances of the game are not supported.
- Tick the 'enable' box to activate, untick it to deactivate.
- Use 'W' and 'S' to move forwards and backwards, 'Q' and 'E' to strafe left and right, Up and Down arrows to move up and down
- It is recommended that you unbind 'Point camera up' and 'Point camera down' in the game.
- You can also press F2 to enable the hack and F3 to disable it.
- These hotkeys only work when the game is focused.
- Does not work while mounted
How it works
The program is written in C# which means you need .NET Framework. It is not obfuscated so if you want to look at the code go ahead.
The following windows functions are called:
- ReadProcessMemory
- WriteProcessMemory
- OpenProcess
- CloseHandle
- GetForegroundWindow
- GetAsyncKeyState
The program moves your character by simply editing your position in memory. This obviously goes against the rules of the game, use at your own risk.






