Skip to content

Instantly share code, notes, and snippets.

@lvous
lvous / D3D Aimbot
Created August 12, 2014 19:33
D3D Aimbot
//pure d3d aim 1.0
//simplified version
#include <Windows.h>
#include <d3d9.h>
#include <d3dx9.h>
#pragma comment(lib, "d3d9.lib")
#pragma comment(lib, "d3dx9.lib")
//#include "detours/detours.h" //detours 1.5
#include "detours3/detours.h" //detours 3.0 (google microsoft detours)