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/LagExploit.hpp
2017-11-13 09:41:53 +03:00

24 lines
392 B
C++

/*
* LagExploit.hpp
*
* Created on: May 7, 2017
* Author: nullifiedcat
*/
#ifndef HACKS_LAGEXPLOIT_HPP_
#define HACKS_LAGEXPLOIT_HPP_
#include "common.hpp"
// Idea from UC (instant bomb defuse thread)
namespace hacks { namespace shared { namespace lagexploit {
void CreateMove();
void AddExploitTicks(int ticks);
bool ExploitActive();
}}}
#endif /* HACKS_LAGEXPLOIT_HPP_ */