Member
- Oct
- Threads
- 1
- 3
- 0
- 1
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
I want to ask something about the ProShield anti-cheat system
When I open the sources file with Visual Studio, it appears in the Anti_Dll Injection.cpp section.
typedef struct PE_Head {
int TimeStamp;
int Text;
int Data;
} *PEE;
PE_Head BadList[] = {
//[cd.dll]
{1423652323, 69632, 40960},
//[FishBot.dll]
{1408265827, 3989504, 221184},
Does anyone know which program the red values in BasList are from?
BasList'teki kırmızı değerlerin hangi programa ait olduğunu bilen var mı?
When I open the sources file with Visual Studio, it appears in the Anti_Dll Injection.cpp section.
typedef struct PE_Head {
int TimeStamp;
int Text;
int Data;
} *PEE;
PE_Head BadList[] = {
//[cd.dll]
{1423652323, 69632, 40960},
//[FishBot.dll]
{1408265827, 3989504, 221184},
Does anyone know which program the red values in BasList are from?
BasList'teki kırmızı değerlerin hangi programa ait olduğunu bilen var mı?

