Simple Noflash
Hello there i want to share Noflash
2 min Noflash
Have Fun
2 min Noflash
Have Fun
Code:
while (true)
{
INT32 localPlayer = mem.Read<INT32>(ClientDLL + localPlayerOffset);
if (enable)
{
if (mem.Read<float>(localPlayer + flashMaxAlphaOffset) > 0.0f)
{
mem.Write<float>(localPlayer + flashMaxAlphaOffset, 0.0f);
}
}
else if (mem.Read<float>(localPlayer + flashMaxAlphaOffset) == 0.0f)
{
mem.Write<float>(localPlayer + flashMaxAlphaOffset, 255.0f);
}
}

/tooshort