Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    dakr54's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    396
    Reputation
    16
    Thanks
    669
    Quote Originally Posted by Biesi View Post


    yup, definitely looks like C syntax
    also pointless..

  2. The Following User Says Thank You to dakr54 For This Useful Post:

    -[I]fLuX (01-29-2013)

  3. #17
    Saedelaere*'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by vinke2013 View Post
    DWORD CShell = (DWORD)GetMouleHandleA("C""S""h""e""l""l"".""d""l" "l");
    Looool. You know the precompiler is merging that to "CShell.dll" again?

    Quote Originally Posted by Biesi View Post
    yup, definitely looks like C syntax
    It is valid C syntax, but it's very stupid.

  4. #18
    Pingo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    687
    Reputation
    24
    Thanks
    865
    My Mood
    Blah
    Definitely not GetModuleHandle thats detected.

    Code:
    	while (GetModuleHandle("CShell") == NULL)
    		Sleep(10);
         char t1[64];
         sprintf(t1, "%p", GetModuleHandle("CShell"));
         MessageBox(0, t1, "Pointer value", MB_OK);
     
    [IMG]https://i203.photobucke*****m/albums/aa29/Baxter_esa/xtrapbypassed_zps447e1894.png[/IMG]


    I'll release the source after i test it more.
    I used a different method for undetecting the base.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help] GetModuleHandle problem...
    By rabir007 in forum CrossFire Europe Hack Source Code
    Replies: 31
    Last Post: 02-14-2013, 12:49 PM
  2. [Solved] GetModuleHandle Got DETECTED !!
    By NanoGold in forum Crossfire Coding Help & Discussion
    Replies: 7
    Last Post: 12-19-2012, 02:31 PM