1. Get a good hex editor e.g. HxD ~google it
2. Open the original ScriptHookV.dll in hex editor (Only changing the ScriptHookV.dll one file is enough)
3. Search byte pattern in hex: 74 3A 48 8D 0D 12 84
4. Change '74' to 'EB' (hex value). 74 3A 48 8D 0D 12 84 => EB 3A 48 8D 0D 12 84
5. Save the dll file in hex editor. (There will be 2 files one being your scripthookv.dll <- edited and scripthookv.dll.bak <- non edited.)
6. After patched, make sure there is no change in dll file size.
7. Done.
Credit - holyswordman