Results 1 to 3 of 3
  1. #1
    austen407's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    Virginia
    Posts
    87
    Reputation
    10
    Thanks
    10
    My Mood
    Amazed

    Ok..Im Working Currently On A Menu Hack

    I Am Using SeaBase
    Screenshot:

    [IMG]https://i527.photobucke*****m/albums/cc354/austen407/Picture.png[/IMG]

    The Menus Are Movable...

    To Select Hacks In A Diffrent Menu..Click On That Menu And It Will Allow You

    To Select It That Way...

    (It Will Have A Green Border If Selected)

    Hack Menu Is Scroll Meaning Less Space(Just Keep Going Down Or Up)

    Other Is For Premium

    Credits Is Well You Get The Picture(Idk Why The Letters Under IT Appear :/)


    One Problem Though...I Think My Hook Is Detected For The Menu Part( I Have A Bypass For Console Commands )

    Code:
    BOOL APIENTRY DllMain( HMODULE hModule,
    	DWORD  ul_reason_for_call,
    	LPVOID lpReserved
    	)
    {
    	switch (ul_reason_for_call)
    	{
    	case DLL_PROCESS_ATTACH:
    		CreateThread(NULL,NULL,(LPTHREAD_START_ROUTINE)&main,NULL,NULL,NULL);
    	case DLL_THREAD_ATTACH:
    	case DLL_THREAD_DETACH:
    	case DLL_PROCESS_DETACH:
    		break;
    	}
    	return TRUE;
    }
    Do I Need A New Hook Or No???

  2. #2
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by austen407 View Post
    I Am Using SeaBase
    Screenshot:

    [IMG]https://i527.photobucke*****m/albums/cc354/austen407/Picture.png[/IMG]

    The Menus Are Movable...

    To Select Hacks In A Diffrent Menu..Click On That Menu And It Will Allow You

    To Select It That Way...

    (It Will Have A Green Border If Selected)

    Hack Menu Is Scroll Meaning Less Space(Just Keep Going Down Or Up)

    Other Is For Premium

    Credits Is Well You Get The Picture(Idk Why The Letters Under IT Appear :/)


    One Problem Though...I Think My Hook Is Detected For The Menu Part( I Have A Bypass For Console Commands )

    Code:
    BOOL APIENTRY DllMain( HMODULE hModule,
    	DWORD  ul_reason_for_call,
    	LPVOID lpReserved
    	)
    {
    	switch (ul_reason_for_call)
    	{
    	case DLL_PROCESS_ATTACH:
    		CreateThread(NULL,NULL,(LPTHREAD_START_ROUTINE)&main,NULL,NULL,NULL);
    	case DLL_THREAD_ATTACH:
    	case DLL_THREAD_DETACH:
    	case DLL_PROCESS_DETACH:
    		break;
    	}
    	return TRUE;
    }
    Do I Need A New Hook Or No???
    Er... I don't see much special.

    Anyway, if you remove the hook, does the hack become undetected? If so, it's your hook.

    You've given us basically ZERO code there. Actually, literally ZERO code. Nothing useful at you.

    We can't help you very much with zero code.

  3. #3
    austen407's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    Virginia
    Posts
    87
    Reputation
    10
    Thanks
    10
    My Mood
    Amazed
    Quote Originally Posted by freedompeace View Post
    Er... I don't see much special.

    Anyway, if you remove the hook, does the hack become undetected? If so, it's your hook.

    You've given us basically ZERO code there. Actually, literally ZERO code. Nothing useful at you.

    We can't help you very much with zero code.
    freedompeace want me to send you the edited base? so
    you can try to find out what's wrong?

    P.S Portal Injector Owns

    [SOLVED]:Hook Is Fucked(Detected)

Similar Threads

  1. [REQUEST]How work that :Warrock D3D Menu Hack
    By taylan in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 01-26-2010, 09:06 AM
  2. [Release] No Menu Hack(works for XP,too)
    By Razorr5 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 10-21-2009, 10:57 AM
  3. Warrock NO Menu hack working (july 29)
    By slickick in forum WarRock - International Hacks
    Replies: 21
    Last Post: 07-29-2009, 10:10 PM
  4. Nice No Menu Hack Working 29/07/09
    By tagger28 in forum WarRock - International Hacks
    Replies: 18
    Last Post: 07-29-2009, 03:34 PM