Time Scaler
Made by Hanneswasco, started from Alexander Blade's Native Trainer

** Features
Scale the time speed by accessing the ingame menu.
Possible speeds:
	Normal (2s real = 1m ingame)
	Stop Time
	Time x 2 (1s = 1m)
	Time x 30 (1s = 15m)
	Time x 60 (1s  = 30m)
	Time x 120 (1s  = 1h)
	Time x 240 (1s  = 2h)
	Time x 480 (1s  = 4h)
	Time x 480 (1s  = 8h)
	Time / 2 (4s = 1m)
	Time / 15 (30s = 1m)
	Time / 30 (1m = 1m)
	Time / 60 (2m = 1m)
	
It's also possible to change the time manually:
	Go forward 1 hour
	Go backward 1 hour
	Go forward 1 minute
	Go backward 1 minute
	Set to system time


F6 to open
NUMPAD 5 to enter
NUMPAD 0 to go back
NUMPAD 8 for up
NUMPAD 2 for down
	
Your settings can be remembered (= same time speed on next game start) by turning on the option in the ingame menu.

** Installation
Place TimeScaler.asi and time_scaler.ini in the GTA V directory where the ScriptHookV is also placed.
More info on ScriptHookV: http://gtaforums.com/topic/788343-vrel-script-hook-v/

** Control Keys
You can edit the keys for the menu in the time_scaler.ini file using the Symbolic Constant Name you can find on this website:
http://nehe.gamedev.net/article/msdn_virtualkey_codes/15009/

The default keys are:
	F6 to open
	NUMPAD 5 to enter
	NUMPAD 0 to go back
	NUMPAD 8 for up
	NUMPAD 2 for down

** Credits
Alexander Blade: ScriptHookV and Native Trainer