GuzeyA / Pubg-internal-sdk

Some basics for pubg hacks. Mibht be useful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pubg-internal-sdk

Some basics for pubg hacks. Mibht be useful

how to use:

HRESULT __stdcall HookedPresent(IDXGISwapChain* pSwapChain, UINT SyncInterval, UINT Flags)
{
	static bool Init = true;
	if (Init)
	{
		Offsets::Init();
		Decrypt::Init();
		Init = false;
	}
	Hack::MainLoop();
}

About

Some basics for pubg hacks. Mibht be useful


Languages

Language:C++ 100.0%