Thread: New Codes

Results 1 to 4 of 4
  1. #1
    (Virus)'s Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    41
    My Mood
    Fine

    New Codes

    As i see there is no activity here so i decide to post some codes to make it alive again so everyone have code post it here to help each other

    Code:
    int GetTheRealAowProcId()
    {
    	DWORD dwRet = 0;
    	DWORD dwThreadCountMax = 0;
    	HANDLE hSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0);
    	PROCESSENTRY32 pe32;
    	pe32.dwSize = sizeof(PROCESSENTRY32);
    	Process32First(hSnapshot, &pe32);
    	do
    	{
    		if (_tcsicmp(pe32.szExeFile, _T("aow_exe.exe")) == 0)
    		{
    			DWORD dwTmpThreadCount = GetProcessThreadNumByID(pe32.th32ProcessID);
    			if (dwTmpThreadCount > dwThreadCountMax)
    			{
    				dwThreadCountMax = dwTmpThreadCount;
    				dwRet = pe32.th32ProcessID;
    			}
    		}
    	} while (Process32Next(hSnapshot, &pe32));
    	CloseHandle(hSnapshot);
    	return dwRet;
    }
    [Pubg Private Cheats]

    [Cf Private Cheats]


    [Combat Arms Cheats]
    Await.

  2. #2
    Little Snow's Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    The Snow Den
    Posts
    2,575
    Reputation
    46
    Thanks
    195
    My Mood
    Cheerful
    Sorry, I don't understand these codes.
    What do they do?

  3. #3
    (Virus)'s Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    41
    My Mood
    Fine
    Quote Originally Posted by Little Snow View Post
    Sorry, I don't understand these codes.
    What do they do?
    Ok,When u open pubgm using tencent emulator it lanuch over 9 process of the same name like chrome do ->"Chrome.exe" so if u making internal cheat that one get u the real one and inject to it
    [Pubg Private Cheats]

    [Cf Private Cheats]


    [Combat Arms Cheats]
    Await.

  4. #4
    lingtenlouifrar's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Thanks for it. As for an IT I believe it can help me.

Similar Threads

  1. Playspan new code
    By petunies4 in forum CrossFire Tutorials
    Replies: 1
    Last Post: 08-06-2010, 04:26 AM
  2. LEECHED new coded minds hack
    By joeybeasley in forum Combat Arms Discussions
    Replies: 7
    Last Post: 02-03-2010, 04:55 PM
  3. Cheated, banned, new code, help!
    By timedeath in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 0
    Last Post: 01-08-2010, 05:30 PM
  4. pls some1 find the new code for cheat engine
    By d1v1ne in forum Blackshot Hacks & Cheats
    Replies: 3
    Last Post: 07-30-2009, 02:18 PM
  5. OPK tut. with the new codes
    By smiths in forum WarRock - International Hacks
    Replies: 9
    Last Post: 10-24-2008, 01:24 AM