[TUT]Make Msg_Box

08/10/2012 16:14 GeneralHkx#1
Hi Welcome to this post Today I Will Teach You How To Make a Msg_Box
In Microsoft Visual C++ 2010

Code:
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL,"This Is Msg_Box","Press the thanks button",MB_OK);//
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0); 
break;
}
return TRUE;
}
That is a Msg Box
[Only registered and activated users can see links. Click Here To Register...]
08/14/2012 15:50 Mi4uric3#2
Code:
MessageBoxA(NULL,"This Is Msg_Box","Press the thanks button",MB_OK);
Dude wtf.. even begging for thanks for this sh*t :facepalm:

#reported
08/14/2012 16:11 F.Gump#3
Das geht viel leichter.

Siehe hier ;

[Only registered and activated users can see links. Click Here To Register...]

Müsst ihr als .vbs speichern
Save as .vbs
08/14/2012 20:43 MrSm!th#4
#closed