#pragma once
#include "../classes.hpp"
#include "../settings.hpp"
#include "../encryptfunction.hpp"
bool NeedToDisable = false;
bool IsDisabled = false;
bool IsOnFOV = false;
bool shooting = false;
bool isonscreen(ImVec2 coords) {
if (coords.x < 0.1f || coords.y < 0.1 || coords.x >...