Skip to content

Instantly share code, notes, and snippets.

View user-grinch's full-sized avatar

Grinch_ user-grinch

View GitHub Profile
// This is a shit script, use it at your own risk!
SCRIPT_START
{
NOP
LVAR_INT sc_player , sc_car ,sc_char
LVAR_FLOAT distance, x , y ,z ,x2 , y2 ,z2,mindis
mindis = 400.0
GET_PLAYER_CHAR 0 sc_player
SCRIPT_START
{
NOP
LVAR_INT sc_char sc_model sc_player
GET_PLAYER_CHAR 0 sc_player
WHILE TRUE
GET_CHAR_PLAYER_IS_TARGETING 0 sc_char
IF sc_char > 0
GET_CHAR_MODEL sc_char sc_model
[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_
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
#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

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?

"""
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
################################
# DestroySounds v1.0
# Config file
# Needs to me in DestroySounds directory
################################
OBJ_MODEL 1418
SOUND_DISTANCE 20.0
AUDIO_FILENAME test.mp3
####################################################################
# GitHub Release Stats v1.0
# Author: Grinch_
# Date: 18-03-2022
####################################################################
# Config
API_TOKEN = "YOUR_TOKEN"
REPO_NAME = "user-grinch/Cheat-Menu"
####################################################################
; Overlay v1.0
; Author: Grinch_
; 1 = YES, 0 = NO
;
; DISPLAY_POS values
;
; 0 = top left
; 1 = top right
; 2 = bottom left