OP Posted at 21-08-2022, 01:55 PM
This mod is completely external and doesn't use any natives whatever.
To use it:
Spoiler:
- Start GTA5 and wait until the game has fully loaded
- Start the mod
- Read the disclaimer
- Default keys include:
<F5> to show/hide the menu,
<Numpad 0> to go back,
<Numpad 8> and <Numpad 2> to navigate up/down through the menu options.
<Numpad 4> and <Numpad 6> to decrease/increase the current value.
<Numpad 5> to activate an option, toggle its value or applying any changed setting.
Configuration options:
Spoiler:
Keybindings can be changed in the accompanying config.json file. For a list of keycodes, you could for example check out: http://cherrytree.at/misc/vk.htm
Besides the menu navigation keys, you can also add hotkeys. At the moment the list of supported "Actions" is limited, but you can add hotkeys in the config file under "Hotkeys".
Current supported actions include:
A typical config file may look like:
config.json:
Besides the menu navigation keys, you can also add hotkeys. At the moment the list of supported "Actions" is limited, but you can add hotkeys in the config file under "Hotkeys".
Current supported actions include:
- CallAirstrike
- CallHeliBackup
- ChooseCharacter
- ClearWantedLevel
- DeliverAmmo
- DeliverAvenger
- DeliverAvisa
- DeliverBullshark
- DeliverDinghy
- DeliverKosatka
- DeliverMinigun
- DeliverMOC
- DeliverPersonalVehicle
- DeliverSparrow
- DeliverTerrorbyte
- DetachObjects
- DisconnectSession
- EmptySession
- EndCutscene
- EnterPV
- GetPersonalVehicle
- HealAll
- HealAllVehicles
- HealPlayer
- HealVehicle
- InstantBullshark
- InstantDrone
- InstantRCBandito
- InstantMinigun
- InstantMinitank
- KillAllCars
- KillAllEnemies
- KillAllMissionPeds
- KillAllMissionVehicles
- KillAllNPCs
- KillCurrentVehicle
- LevelVehicle
- LoseBounty
- MaxAllAmmo
- MaxCurrentAmmo
- RefillBoost
- RemoveCCTVs
- RemoveInsuranceClaims
- RepairOnlineVehicle
- RetrievePersonalVehicle
- StartChooseCharacter
- StartCreatorMode
- StartSinglePlayer
- Suicide
- SuicidePlayer
- TeleportForward
- TeleportToLastVehicle
- TeleportToObjective
- TeleportToWaypoint
- ToggleAssistedAim
- ToggleBigMap
- ToggleBribeAuthorities
- ToggleBulletproofTires
- ToggleBulletproofTyres
- ToggleCopsTurnBlindEye
- ToggleDriftTyres
- ToggleFreezeAmmo
- ToggleGhostOrganisation
- ToggleGodmode
- ToggleInfiniteAmmo
- ToggleInfiniteBoost
- ToggleInfiniteClip
- ToggleNightVision
- ToggleOffradar
- ToggleOutOfSight
- TogglePassive
- ToggleSuperjump
- ToggleThermalVision
- ToggleVehicleGodmode
- ToggleVehicleModelFlagHasParachute
- ToggleVehicleModelFlagHasRocketBoost
- ToggleVehicleModelFlagJumpingCar
- ToggleVehicleNeon
- ToggleWantedLevel
- ToggleWindowCollisionsDisabled
- TriggerBoatPickup
- TriggerBunkerProduction
- TriggerBunkerResearch
- TriggerHeliPickup
- TriggerHeliVIPPickup
- TriggerMCProduction
- TriggerNightclubProduction
- QuitMenu
A typical config file may look like:
config.json:
Code:
{
"Menu" : {
"XPosition" : 240,
"YPosition" : 40,
"Opacity" : 192,
"KeyBindings" : {
"MenuToggle" : 116,
"SelectKey" : 101,
"UpKey" : 104,
"DownKey" : 98,
"LeftKey" : 100,
"RightKey" : 102,
"BackKey" : 8
}
},
"Hotkeys" : [{
"VirtualKey" : 117,
"Action" : "TeleportToWaypoint"
}, {
"VirtualKey" : 118,
"Action" : "HealAll"
}, {
"VirtualKey" : 119,
"Action" : "ClearWantedLevel"
}, {
"VirtualKey" : 121,
"Action" : "TeleportToObjective"
}, {
"VirtualKey" : 69,
"Action" : "RefillBoost"
}
]
}
Download:
Reply