Skip to content

Instantly share code, notes, and snippets.

View VertofChest's full-sized avatar
💭
Enjoy!

Beru VertofChest

💭
Enjoy!
View GitHub Profile
@David-Lor
David-Lor / KillPlayerOnDemand.cs
Created January 1, 2021 18:01
GTA V - "Kill Player on Demand" script
using System.Windows.Forms;
using GTA;
using GTA.Native;
public class KillPlayerOnDemand : Script {
public KillPlayerOnDemand() {
KeyUp += OnKeyUp;
}