bluedep

SCRIPT HOOK V download

Aug 13th, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Description
  2. Script hook is the library that allows to use GTA V script native functions in custom *.asi plugins.
  3.  
  4. Installation
  5. 1. Copy ScriptHookV.dll to the game's main folder, i.e. where GTA5.exe is located.
  6. 2. In order to load asi plugins you need to have asi loader installed, you can download it separately or use the latest version that comes with this distrib (dinput8.dll). You must delete previous asi loader (dsound.dll) before using new one.
  7. 3. This distrib also includes a sample asi plugin - native trainer, if you need the trainer then copy NativeTrainer.asi as well.
  8.  
  9. Multiplayer
  10. Script hook closes the game when player goes Online, this is done because the game reports installed mods list to R* while being in Online mode.
  11.  
  12. Changelog
  13. v1.0.791.2
  14. - added support of the latest patch
  15. v1.0.757.4
  16. - added support of the latest patch
  17. v1.0.757.2
  18. - added support of the latest patch
  19. v1.0.678.1
  20. - added support of the latest patch
  21. v1.0.617.1a
  22. - added ability to access pickup pool
  23. - added ability to get base object pointer using script handle
  24. v1.0.617.1
  25. - added support of the latest patch
  26. v1.0.573.1a
  27. - fixed an issue with object spawning limit with the latest patch
  28. v1.0.573.1
  29. - added support of the latest patch
  30. v1.0.505.2a
  31. - fixed an issue with starting more than 20 scripts with the latest patch
  32. v1.0.505.2
  33. - added support of the latest patch
  34. v1.0.463.1
  35. - added support of the latest patch
  36. v1.0.393.4a
  37. - added ability to create more objects
  38. - added ability to access entity pools
  39. v1.0.393.4
  40. - added support of the latest patch
  41. v1.0.393.2
  42. - added support of the latest patch
  43. v1.0.372.2a
  44. - added directx hook
  45. - added ability to access script globals
  46. v1.0.372.2
  47. - added support of the latest patch
  48. v1.0.350.2b
  49. - fixed thread start issue while using more than 20 scripts
  50.  
  51. Supported game versions:
  52. 1.0.335.2, 1.0.350.1/2, 1.0.372.2, 1.0.393.2/4, 1.0.463.1,
  53. 1.0.505.2, 1.0.573.1, 1.0.617.1, 1.0.678.1, 1.0.757.2/4,
  54. 1.0.791.2
  55.  
  56. download link >> http://adf.ly/1d9fxY
  57. download sdk >> http://adf.ly/1d9fxY
Add Comment
Please, Sign In to add comment