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

C++ goofy.solutions hvh (free) ALPHA

can you be help me out and explain or reply with a pic of how or what you removed to fix it? :)
entry.cpp
entry.cpp:
Expand Collapse Copy
#include "includes.h"

int __stdcall DllMain(HMODULE self, ulong_t reason, void* reserved) {
    if (reason == DLL_PROCESS_ATTACH) {
        HANDLE thread = CreateThread(nullptr, 0, Client::init, nullptr, 0, nullptr);
        if (!thread)
            return 0;

        return 1;
    }
    return 0;
}
 
  • Like
Reactions: JessePinkman231

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