Youtube superchat donations control your GTA5 Gameplay

Youtube superchat donations control your GTA5 Gameplay

Youtube superchat donations control your GTA5 Gameplay

Open the widget

This widget executes commands in GTA5. Single-player only. Below is the plugin installation guide.

Preview:

  • Make sure GTA5 is not running.
  • Download the latest version of the plugin.
  • Unzip the downloaded ZIP archive.
  • Copy all files and folders into your GTA 5 installation directory (the one containing GTA5.exe).
    Default installation path: C:\Program Files\Rockstar Games\Grand Theft Auto V
    If you installed the game via Steam, the path will be: E:\SteamLibrary\steamapps\common\Grand Theft Auto V (Drive letter may vary)
  • Download and place into the game folder the plugin from https://www.dev-c.com/gtav/scripthookv/
  • Restart GTA5 and start a game in offline/story mode.
On the widget page, add rewards or donations and assign commands to be executed. Here’s a list of basic commands:

The plugin provides several webhook URLs that can be used to trigger various actions in the game.
Basic syntax: <command>:<parameter>

Increases or decreases the player's health by the specified amount. In this case — +20. Use a negative value (e.g., -20) to decrease health.

kill

Kills the player.

spawn_vehicle:Felon

Spawns the specified vehicle near the player. In this case — Felon.
Full list of vehicle names is available here: https://web.archive.org/web/20230514212045/https://wiki.gtanet.work/index.php?title=Vehicle_Models

remove_spawned_vehicles

Removes all previously spawned vehicles.

repair_current_vehicle

Repairs the current vehicle to 100% health.

explode_vehicle

Explodes all vehicles within a 20-meter radius.

give_weapon:CombatMG

Gives the player the specified weapon. In this case — CombatMG.
Weapon name list: https://wiki.gtanet.work/index.php?title=Weapons_Models

set_max_weapon_ammo

Sets the maximum ammo for the current weapon.

set_time:02

Sets the in-game time. In this case — 02 (02:00), making the world dark. Use 13 to make it bright again.

set_weather:Raining

Sets the specified weather. In this case — Raining. Available values: Halloween, Clear, Unknown, Neutral, Clearing, Blizzard, Christmas, Clouds, ExtraSunny, Foggy, Overcast, Raining, Smog, Snowing, Snowlight, ThunderStorm

increase_wanted

Increases the wanted level by 1. Maximum level is 5.

decrease_wanted

Decreases the wanted level by 1. Maximum level is 5.

max_wanted

Sets the wanted level to maximum (5).

add_money:10

Adds the specified amount to the player's wallet. In this case — 10. Use a negative value (e.g., -10) to remove money.

set_money:500

Sets the money balance to the specified amount. In this case — 500.

spawn_attackers:1

Spawns the specified number of attacking NPCs. In this case — 1.

spawn_attackers_and_shoot:1

Spawns the specified number of attacking NPCs with weapons. In this case — 1.

attackers_start_shooting:30

Gives all spawned attackers weapons for the specified time (in this case — 30 seconds). They might start shooting each other, giving you an advantage :)

remove_attackers:5

Removes the specified number of attacking NPCs. In this case — 5.

leave_car

If you're in a vehicle, this command will eject you from it.

skydive

Triggers a parachute jump.

increase_health:20

Increases or decreases the player's health by the specified amount. In this case — +20. Use a negative value (e.g., -20) to decrease health.

New commands coming soon...

Author: smeysu

Open the widget