Welcome to HvH Forum!

SignUp Now! Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, And More!


SignUp Now!

Recent content by minau

  1. minau

    Source Code goofy.solutions hvh (freeED) ALPHA

    entry.cpp #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; }...
Top