View Full Version : hooking into css
i really, really, really hate to sound like a n00b here, but how do u hook a hack into css and if u know, what would an example of a c++ code for this be?
omg i don't understand what it means >:/
i know how to compile and run shit, what i need to know is the source code to inject a hack
if(youAreGay) { LaunchHook(): }
-=Hellb0y?=-
12-09-07, 03:54
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpReserved)
{
if(dwReason == 1)
{
_MessageBox(NULL,"hello","you failed!",NULL);
}
return TRUE;
}
ROFL
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpReserved)
{
if(dwReason == 1)
MessageBox(NULL,"hello","you failed!",MB_OK);
return TRUE;
}
omg guys u just owned him :S
-=Hellb0y?=-
24-09-07, 09:43
:D www.SeanGreasly.com
Good Site to Learn
skillersx0
07-10-07, 03:34
Sure you can learn :S!
minitureman
07-10-07, 05:09
u guys are deep
Powered by vBulletin® Version 4.1.11 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.