Skip to content

Instantly share code, notes, and snippets.

View mcoot's full-sized avatar

Joseph Spearritt mcoot

View GitHub Profile
@mcoot
mcoot / keybase.md
Created September 10, 2019 23:52
Keybase proof of identity

Keybase proof

I hereby claim:

  • I am mcoot on github.
  • I am mcoot (https://keybase.io/mcoot) on keybase.
  • I have a public key ASA2l8zPbbIvXAbr2hctwhh18rJAP5jv27hnZGg9Vz6c6wo

To claim this, I am signing this object:

@mcoot
mcoot / TestSymFromName.cpp
Created October 7, 2018 04:48
Simple application to get the address of a given function for a running process
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <wchar.h>
#include <TlHelp32.h>
#include <DbgHelp.h>
#include <iostream>
#pragma comment(lib, "dbghelp.lib")
HANDLE getHandle(const char* name) {
@mcoot
mcoot / Currently supported TAMods Weapon List.md
Last active June 12, 2018 10:21
List of weapons currently supported for model swap / projectile swap

Great Documentation 4 TAMods lol

Info

Put things in your custom.lua (same folder as config.lua).

How to swap a weapon model

setWeaponModel(fromClass, fromWeapon, toClass, toWeapon, doSwapAnimations)