This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/include/hacks/AntiAntiAim.hpp
2019-05-26 00:07:16 +02:00

19 lines
394 B
C++

/*
Created on 29.07.18.
*/
#pragma once
#include <core/interfaces.hpp>
#include <core/sdk.hpp>
#include <globals.h>
#include <core/netvars.hpp>
#include <settings/Bool.hpp>
#include <localplayer.hpp>
#include <entitycache.hpp>
namespace hacks::shared::anti_anti_aim
{
void createMove();
void resolveEnt(int IDX, IClientEntity *entity = nullptr);
} // namespace hacks::shared::anti_anti_aim