Welcome to hackvshack.net Forum!
Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, and More!
Register

C++ Cheat fatality fixed source


name says it all . took me a while . credits to everyone who helped me (way too many people )
i will post more fixes in the future if needed . fell free to open pull request with your own fixes if u want1755117607730.png
1758656273382.png
i tried everything... when i try to compile it, it's just goshing giving up...
 
build debug, crashes here:
namespace hook
{
struct hook_t
{
void apply()
{
if ( !applied_ )
{
if ( hook_->is_detour() )
original_ = hook_->apply( new_func_ ); <-



else
original_ = hook_->apply( index_, new_func_ );
applied_ = true;
}
}
Update the length disasm rva in hybrid_hook.h,

here it is:
Code:
Expand Collapse Copy
constexpr uintptr_t sig_length_disasm_game = 0x7d810;
 

Who has read this thread (Total: 0) in last 1 hours View details