Yo,
This is my first time in csgo.
I've got until now working the bhop, trigger, glowesp .
I didnt succesfully got working NoFlash.
I can just say that all offs/addy are correctly.
DWORD Dupe_dwLocal = 0xA804CC;
DWORD Dupe_dwFlashMaxAlpha = 0xA2F4;
Code:
if (Dupe_NoFlashOn == true)
{
DWORD Dupe_LocalBase Dupe_Mem.nmd<DWORD>(Dupe_Client+Dupe_dwLocal);
while(true)
{
if((Dupe_Mem.nmd<float>(Dupe_LocalBase+Dupe_dwFlashMaxAlpha)) > 0.0f)
{
Dupe_Mem.cmd<float>(Dupe_LocalBase+Dupe_dwFlashMaxAlpha,0);
Sleep(1);
}
}
}
And maybe someone could tell me what i need to read+write to get the radar working?
If someone had once kind of bug with glowesp like it doesnt draw the enemy if they are too far maybe u guys can please tell me how to fix it?