GrandTheftAuto_Console 1.2
DevelopersDescription
GrandTheftAuto_Console
Description
A modern console using ScriptHookV and ImGui.
This was initially created as a challenge, and then decided to share it to help other developers debug code or simply learn how ImGui works.
Change log Version 1.2
- pattern patched by @pongo1231 to be able to use it with the actual latest version: 1.0.2545.0
Change log Version 1.1
- Can now add a description to your commands.
- New colors added.
- And some cleanup made.
Source Code
./GTA_Console
This mod requires the Version 1.0.2245.0 of GTA V patch
same for the Alexander Blade's ScripthookV version to be able to use it.
All the commands can be found in Commands.cpp.
Before to create your own commands, you should know at least the basic of C++
No need to be expert you can learn by practice as i do as a beginner.
Read and understand how the code works and then begin.
Controls
- F8 - Open.
- UP - To have the previous command entered.
- Enter - to send.
Installation
Extract the .asi file on your gta v directory file.
Start your game, you will see a console pop up that's mean it's has been successfully injected, and waiting to ImGui to be hooked.
First Upload: November 11, 2024 Last Updated: November 11, 2024