Skip to content

aerotutorials/ScriptHookV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Description

Script hook is the library that allows to use GTA V script native functions in custom *.asi plugins.

Installation

  1. Copy ScriptHookV.dll to the game's main folder, i.e. where GTA5.exe is located.
  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.
  3. This distrib also includes a sample asi plugin - native trainer, if you need the trainer then copy NativeTrainer.asi as well.

Multiplayer 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.

Changelog

v1.0.877.1

  • added support of the latest patch v1.0.791.2
  • added support of the latest patch v1.0.757.4
  • added support of the latest patch

v1.0.757.2

  • added support of the latest patch

v1.0.678.1

  • added support of the latest patch

v1.0.617.1a

  • added ability to access pickup pool
  • added ability to get base object pointer using script handle

v1.0.617.1

  • added support of the latest patch

v1.0.573.1a

  • fixed an issue with object spawning limit with the latest patch

v1.0.573.1

  • added support of the latest patch

v1.0.505.2a

  • fixed an issue with starting more than 20 scripts with the latest patch

v1.0.505.2

  • added support of the latest patch

v1.0.463.1

  • added support of the latest patch

v1.0.393.4a

  • added ability to create more objects
  • added ability to access entity pools

v1.0.393.4

  • added support of the latest patch

v1.0.393.2

  • added support of the latest patch

v1.0.372.2a

  • added directx hook
  • added ability to access script globals

v1.0.372.2

  • added support of the latest patch

v1.0.350.2b

  • fixed thread start issue while using more than 20 scripts

Supported game versions: 1.0.335.2, 1.0.350.1/2, 1.0.372.2, 1.0.393.2/4, 1.0.463.1,

1.0.505.2, 1.0.573.1, 1.0.617.1, 1.0.678.1, 1.0.757.2/4, 1.0.791.2, 1.0.877.1

DOWNLOAD ---> http://www.dev-c.com/gtav/scripthookv/

=======================

Addon

If the website is down for you, you can also download it here ---> ScriptHookV_1.0.2845.0.zip

About

Always updated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published