Thumbs upGhost Mode

Posts 115 of 37 · Page 1 of 3
Ghost Mode
Code:
//Ghosth Mod
// ativa e desativa ghost
void ghost ()
{
	bool trocar = false;

	while (true)
	{
		if (GetAsyncKeyState (VK_NUMPAD1))
		{
			trocar =! trocar;

			if (trocar)
			{
				// ativado
				*(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 0;
				
				
			}
			else
			{
				// desativado
				*(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 1;
				
			}
		}

		Sleep (100);
	}
}

BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
    if (dwReason == DLL_PROCESS_ATTACH ) {
        CreateThread (0,0, ( LPTHREAD_START_ROUTINE ) ghost, 0,0,0);
    }
    return 1;
}
╔═.♥.══╗
Credits
╚══.♥.═╝
✎ @C0DEBREAKER
✎ @viinnyAndRoots
✎ @HaXiNgRuLeZ
This Is Full Source Code?....Put Its On Main.cpp?
Quote Originally Posted by Miverz View Post
This Is Full Source Code?....Put Its On Main.cpp?
Just edit a little .. ya put in main.cpp
Anyone here know how to change weapon bp --> p weapon ?? for weapon hack

- - - Updated - - -

LEL outdated address
Quote Originally Posted by ScorpionVenom789 View Post
Anyone here know how to change weapon bp --> p weapon ?? for weapon hack

- - - Updated - - -

LEL outdated address
Example - find address ssg82 like 13 00 00 00 00 FF .. find address for p weapon like this 58 00 00 00 00 FF and change 13 to 58 .. but now its hard to do bcause MModified
Quote Originally Posted by MafiaBoy BlackShit View Post
Example - find address ssg82 like 13 00 00 00 00 FF .. find address for p weapon like this 58 00 00 00 00 FF and change 13 to 58 .. but now its hard to do bcause MModified
I have the MIM bypass but only i don't know how to change the weapon bp to p
Quote Originally Posted by ScorpionVenom789 View Post
I have the MIM bypass but only i don't know how to change the weapon bp to p

Example - *(byte*) 0x(SSG82 address) = 58; .. if you dont know how to find the address .. try find in coding section
Quote Originally Posted by MafiaBoy BlackShit View Post

Example - *(byte*) 0x(SSG82 address) = 58; .. if you dont know how to find the address .. try find in coding section
Yes ..I found one but it not a static address ...so it can't be use
Quote Originally Posted by ScorpionVenom789 View Post
Yes ..I found one but it not a static address ...so it can't be use
Use Ptr + Offset Or Sig Scan .
Quote Originally Posted by ScorpionVenom789 View Post
Anyone here know how to change weapon bp --> p weapon ?? for weapon hack

- - - Updated - - -

LEL outdated address
That Not SEA Address La -,- That GLOBAL Address
Quote Originally Posted by ScorpionVenom789 View Post
Yes ..I found one but it not a static address ...so it can't be use

U must use pointer + offset
Quote Originally Posted by MafiaBoy BlackShit View Post

U must use pointer + offset
I press scan pointer for this address ...then 0 pointer found ...ERK ..IDK
Quote Originally Posted by ScorpionVenom789 View Post
I press scan pointer for this address ...then 0 pointer found ...ERK ..IDK
Use sig scan .. if you dont know , go ask @RuShi
Nice release.
Posts 115 of 37 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?