im very close to releasing my first addons for halo but i cant figure out how to use TextOut cant anyone give me a working example
Code:#include <windows.h> using namespace std; int main() { while(true) { if(GetAsyncKeyState(VK_F7)) { HWND hwnd = FindWindow(NULL, "Halo"); if(!hwnd) { TextOut(hwnd,"error finding halo",0); } else { TextOut(hwnd,"Aimbot ON",0); } } } }



LinkBack URL
About LinkBacks


