Tab Content
No Recent Activity

2 Visitor Messages

  1. how do i add it?
  2. You need add more code bellow that code

    bool Ready2Hook()
    {
    if(GetModuleHandleA("CShell.dll") != NULL
    && GetModuleHandleA("ClientFx.fxd") != NULL)
    return 1;
    return 0;
    }

    DWORD WINAPI Wait(LPVOID)
    {
    while(!Ready2Hook()) Sleep(200);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
    return 0;
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);

    if ( dwReason == DLL_PROCESS_ATTACH )
    {


    CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
    }
    return 1;
    }
Showing Visitor Messages 1 to 2 of 2
About yennah02

Basic Information

About yennah02
What are you here for?:
hackx
Gender:
male
Flag:
Bangladesh

Statistics


Total Posts
Total Posts
12
Posts Per Day
0.00
Visitor Messages
Total Messages
2
Most Recent Message
01-25-2012
Total Thanks
Total Thanks
5
  • Thanked 1 Time in 1 Post
General Information
Last Activity
09-27-2015
Join Date
12-06-2011
Referrals
0

1 Friend

  1. sopaver3 sopaver3 is offline

    Dual-Keyboard Member

    sopaver3
Showing Friends 1 to 1 of 1
Post Areas

Top Areas Of Posting