Skip to content

Instantly share code, notes, and snippets.

View user-grinch's full-sized avatar

Grinch_ user-grinch

View GitHub Profile
@user-grinch
user-grinch / hook.cpp
Last active December 29, 2024 10:03
GTA III VC SA DirectX Hooking Class
#include "pch.h"
#include "d3dhook.h"
#include "kiero/kiero.h"
#include "kiero/minhook/MinHook.h"
#include "imgui/imgui_impl_dx9.h"
#include "imgui/imgui_impl_dx11.h"
#include "imgui/imgui_impl_win32.h"
#include "../include/fonts/fonts.h"
#include "../trainer.h"
#include "../pages/menu.h"
{
"configurations": [
{
"name": "CODE",
"includePath": [
"${workspaceFolder}/**",
"C:\\Program Files\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt\\*"
],
"defines": [
"_DEBUG",
; Overlay v1.0
; Author: Grinch_
; 1 = YES, 0 = NO
;
; DISPLAY_POS values
;
; 0 = top left
; 1 = top right
; 2 = bottom left
####################################################################
# GitHub Release Stats v1.0
# Author: Grinch_
# Date: 18-03-2022
####################################################################
# Config
API_TOKEN = "YOUR_TOKEN"
REPO_NAME = "user-grinch/Cheat-Menu"
####################################################################
################################
# DestroySounds v1.0
# Config file
# Needs to me in DestroySounds directory
################################
OBJ_MODEL 1418
SOUND_DISTANCE 20.0
AUDIO_FILENAME test.mp3
"""
OP.GG Scrapper v1.0
Author: Grinch_
Last Update: 25-12-2021
TODO:
- Make the scrapper less prone to op.gg update breakages
- Add support for multiple runesets
- Add support for multiple runesets

GUN™ Modding

Logo

GUN™ is a western shooter game developed by Neversoft and published by Activision. Read more about it on the wiki

Directory Structure

data\..
data\movies\.. - Bink movie files. Can be played using MPlayer
texs\ - Texture directory. All of them are .png textures renamed as .dat
ds.dat & ncm.dat - dds files renamed as dat?

#include <CPools.h>
#include <assembly.hpp>
#include <extensions/ScriptCommands.h>
#include <extensions/scripting/ScriptCommandNames.h>
#define NEWS_CHOPPER 488
#define COP_CHOPPER 497
#define COP_CHAR 280
#define NEWS_CHAR 23
#define PILOT_CHAR 61
SCRIPT_START
{
NOP
LVAR_INT sc_player sc_car camera_style size sc_model
LVAR_FLOAT aircraft_roll positions[5]
positions[0] = -15.0
positions[1] = -20.0
positions[2] = -30.0
[Settings]
Key=71
Drive Style = 4
Drive Style increase key= 0x26
Drive Style decrease key= 0x28
Drive Speed = 25.0
Drive Speed increase key = 0x27
Drive Speed decrease key = 0x25
; Enter as passenger script v2.0 by Grinch_