feat: Initial commit of project structure, IDA database, the Tools, readme and license

This commit is contained in:
ALittlePatate
2021-12-18 13:02:24 +01:00
commit 0968b31444
40 changed files with 1232 additions and 0 deletions

16
Ezfrags/Signatures.h Normal file
View File

@@ -0,0 +1,16 @@
#pragma once
#include <stdio.h>
namespace get_sigs {
void start();
}
namespace Signatures {
static DWORD dwForceJump;
static DWORD dwLocalPlayer;
}
namespace Netvars {
static int m_fFlags;
static int m_flFlashMaxAlpha;
}