Open web page after injection
Hey
I have just made a warrock hack and i want it to open up a web page after it injects.
The bottom of my code is:
Where would i put the code?
I think its somehting like DLL_ATTACH or something like that (Not 100 sure)
Can someone please help me?
THanks,
acid_buRn
I have just made a warrock hack and i want it to open up a web page after it injects.
The bottom of my code is:
Code:
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0); //create the hackthread
break;
}
return TRUE;
}
I think its somehting like DLL_ATTACH or something like that (Not 100 sure)
Can someone please help me?
THanks,
acid_buRn
lol
