Instant Exit - v1.0.2 (Created By QuestDragon)
*This explanation uses Google Translate.

~How it was created~
In GTAV you can get in and out of various cars, but there are times when you can't get out when you want.
For example, when you're flying through the air. While playing, you suddenly think that it's not just the car that shines, but the driver should shine too. In the air.
So I created this, wanting to be able to get out of the car instantly, whether the car is flying through the air or whatever.

~Function~
You can get out of the car at any time by pressing the key specified in the ini file.
A parachute can be automatically equipped in the event of getting out of the car in mid-air. *If the height is too low, it may not be automatically equipped.
It can also make you invincible until you land.

~Additional features and feedback~
Since the creator is a beginner, I think there are some things that are lacking.
If you find any problems, please contact QuestDragon.
Also, if you have any requests such as "I want this feature!" or "I want something like this!", please contact us.
I also want to learn about script mods, so I'm always looking forward to your opinions and requests.

～Included items～
The zip file contains the following files:
InstantExit.dll: This is the script body.
InstantExit.ini: Configuration file.
Readme_JP.txt: Japanese instruction manual.
Readme_EN.txt: English instruction manual. (this file)

～Installation～
InstantExit.dll, and InstantExit.ini to Grand Theft Auto V\scripts.
Download Script Hook V from the link below, unzip it, and copy the two dll files in the bin folder to the Grand Theft Auto V folder.
http://dev-c.com/gtav/scripthookv/
Download the latest version of ScriptHookVDotNet-v3.6.0-nightly from the link below, unzip the zip file, and copy the seven files containing the string "ScriptHookVDotNet" to the Grand Theft Auto V folder.
https://github.com/scripthookvdotnet/scripthookvdotnet-nightly/releases
In addition, the above two requirements must be met for operation. Please check the description section of each download page for details.

~Various settings~
Settings are made via an ini file.
There are only three settings.

- InstantExitKey: The key used to exit the car using this script. The default value is the F key. Setting this to None will disable the script.
- ModifierKey: The modifier key used to exit the car using this script. The default value is the left Shift key (LShiftKey). Setting this to None will operate, simply by pressing the key specified in InstantExitKey.
- Parachute: Automatically obtain a parachute when dismounting.
- Invincible: After dismounting, you will be invincible until you hit the ground.
- DebugMode: The operating status of this script can be checked using the notification function. Normally this should be set to False.

～How to use～
You can get off the vehicle by getting in and pressing the key set in the ini file.
If ModifierKey is set to anything other than None, you must also press ModifierKey.
If you land in the air, a parachute will be equipped. *It may not be equipped if you land at a low altitude. You must also enable the setting in the ini file.
If you have enabled the invincible setting in the ini file, you will be invincible until you land on the ground.

~Aside~
A chaos mod created by someone had this built in as an "emergency escape function," but there was no script mod with just that function, so I made one.
I made it haphazardly, so there may be some roughness in it...
I also got a little help from ChatGPT. I'm not good with Function.Call (functions that can send more advanced commands to GTAV), so...

～Disclaimer～
I, QuestDragon, cannot be held responsible for any damage caused by using this script mod. Please use at your own risk.
Secondary distribution is prohibited.
Distribution may be stopped without notice. Please note.

Production: QuestDragon