Skip to content

Instantly share code, notes, and snippets.

View ArdentLeKhey's full-sized avatar

Rocwo ArdentLeKhey

View GitHub Profile
@ArdentLeKhey
ArdentLeKhey / mpstatssetup.xml
Created April 24, 2024 09:06 — forked from Local9/mpstatssetup.xml
mpstatssetup
<!--
#############################################################################################################
#############################################################################################################
#############################################################################################################
READ THIS BEFORE STARTING
READ THIS BEFORE STARTING
READ THIS BEFORE STARTING
READ THIS BEFORE STARTING
This file has been truncated, but you can view the full file.
// https://www.unknowncheats.me/forum/grand-theft-auto-v/275597-gtahax-1-50-external.html
(packed)MP_PSTAT_BOOL0 // Stat with Packed booleans index 0. Takes up to 64 booleans.
(packed)MP_PSTAT_BOOL1 // Stat with Packed booleans index 1. Takes up to 64 booleans.
(packed)MP_PSTAT_BOOL2 // Stat with Packed booleans index 2. Takes up to 64 booleans.
(packed)PSTAT_BOOL0 // Add MP0_ or MP1_ // Character Stat with Packed booleans index 0. Takes up to 64 booleans.
(packed)PSTAT_BOOL1 // Add MP0_ or MP1_ // Character Stat with Packed booleans index 1. Takes up to 64 booleans.
(packed)PSTAT_BOOL2 // Add MP0_ or MP1_ // Character Stat with Packed booleans index 2. Takes up to 64 booleans.
(packed)MP_PSTAT_INT0 // Stat with Packed integers index 0. Takes up to 8 integers.
(packed)MP_PSTAT_INT1 // Stat with Packed integers index 1. Takes up to 8 integers

Activate Windows 8, 8.1, 10 and 11 Pro for Free

A guide how to get and activate Windows 8, 8.1, 10 and 11 Pro for free!

NOTE

If you see the Windows keyboard button in this guide; and you can't find it on your keyboard, you likely have/had Windows 10 which has the button . If you can't find that one, you likely have a PC that has been upgraded to Windows 8/8.1/10/11 from Windows 8.1/8/7/Vista/XP and other ones. If you have one of those, refer the Windows key button to as yours. A list of them is below:

Windows key buttons

- Windows 11

- Windows 10

@ArdentLeKhey
ArdentLeKhey / PICKUP_HASHES.cpp
Created November 21, 2022 09:48
GTA V Pickup Hash enum
enum ePickupHash : Hash
{
PICKUP_AMMO_BULLET_MP = 0x550447A9,
PICKUP_AMMO_FIREWORK = 0xF92F486C,
PICKUP_AMMO_FIREWORK_MP = 0x602941D0,
PICKUP_AMMO_FLAREGUN = 0xE013E01C,
PICKUP_AMMO_GRENADELAUNCHER = 0x881AB0A8,
PICKUP_AMMO_GRENADELAUNCHER_MP = 0xA421A532,
PICKUP_AMMO_HOMINGLAUNCHER = 0x5C517D97,
PICKUP_AMMO_MG = 0xDE58E0B3,
@ArdentLeKhey
ArdentLeKhey / casino-nightclub.lua
Created December 10, 2021 13:55 — forked from ImBaphomettt/casino-nightclub.lua
Get casino nightclub with light and more features.
local ENTER_VECTOR = vector3(987.5367, 79.6912, 80.9905)
local EXIT_VECTOR = vector3(1578.3608, 253.3105, -46.0051)
local IS_IN_NIGHTCLUB = false;
local Ped = {};
local REQUEST_IPLS = {
"h4_int_placement_h4_interior_1_dlc_int_02_h4_milo_",
};
internal static class DamagePack
{
public static void ApplyDamagePack(this Ped ped, string damagePackName, float damage, float multiplier)
{
NativeFunction.Natives.ApplyPedDamagePack(ped, damagePackName, damage, multiplier);
}
public const string BigHitByVehicle = "BigHitByVehicle";
public const string SCR_Dumpster = "SCR_Dumpster";
public const string SCR_Torture = "SCR_Torture";
{
"2725352035": {
"HashKey": "WEAPON_UNARMED",
"NameGXT": "WT_UNARMED",
"DescriptionGXT": "WTD_UNARMED",
"Name": "Unarmed",
"Description": "",
"Group": "GROUP_UNARMED",
"ModelHashKey": "",
"DefaultClipSize": 0,
/*
0x7FEAD38B326B9F74 (GET_PED_AMMO_TYPE_FROM_WEAPON) returns the current ammo type (means MK2 weapon magazines change the returned value)
0xF489B44DD5AF4BD9 (_GET_PED_AMMO_TYPE_FROM_WEAPON_2) returns the base ammo type
*/
enum eAmmoType
{
AMMO_PISTOL = 0x743D4F54,
AMMO_SMG = 0x6C7D23B8,
AMMO_RIFLE = 0xD05319F,