468x60 Ads

Friday, November 1, 2013

GetIn () || GetLost ()

This is just a basic POST to test the capabilities of the scripts, and/or the layout also to see how all the other component are fit together
In case of a bad layout, or a life time page loading, you hold the responsibility to report to me at my email: elikuly@gmail.com
feel home, and be my guest
Best Dr_Hun74

#include <windows.h>
#include <tchar.h>

int WINAPI _tWinMain(  HINSTANCE,
                       HINSTANCE,
                       LPTSTR,
                       int
                       )
{
    //
    // Dr_Hun74 Last warning
    //

    /*
         By accepting this MessageBox you hold all the respensibilities
         of your action, and what you can cause, by reading or executing 
         the code in this blog
     */
    MessageBox(  NULL,
                 _T("KEEP CALM and write FORBIDDEN CODE"),
                 _T("WelCome"),
                 MB_OKCANCEL
                 );

    return 0;
}

1 comment :

Unknown said...

this is a simple comment

Post a Comment