Hey there
@giniyat101 told me that if I had reversed UnkStruct correctly I would find bool value specifing if the player is mutant or not
and I could found bool IsMutant in UnkStruct so I tried to make the esp boxes code like this
I need to make if the mutant is in your team the colour should be green and if it's not the colour should be redCode:if(Me->Team != pPlayer->Team) { if(box && pPlayer->unk->IsMutant) { DrawBox(x,y,w,h,red,device) } } if(Me->Team == pPlayer->Team) { if(box && pPlayer->unk->IsMutant) { DrawBox(x,y,w,h,Green,device) } }
but the colour doesn't show in both
one more thing please, when I had reversed UnkStruct I found something interesting "unsigned char CurrentGun"
I think it should be for Esp-Weapons so I tried to make it like this
but in game the the resultes was ("NULL")Code:char sizes[48]; sprintf(sizes, "[%s]" , pPlayer->unk->CurrentGun); TextCenter(pDevice, x, y, COLOR, sizes);
anyhelp please
@giniyat101
@[N.O]N.A.M.E
@~FALLEN~
@derh.acker







endeavor Game
Epic War 4 Game
Crystal Story Game
Haunt the House Game
Colour My Fate Game
LARRY: Pup Run Game
Demolition City Game
Sushi Cat Game
Cursed Treasure Game
Manhattan Project Game






and OneCa do you help something like YahooMessager to contact ? I want to ask you something around ESP
In my ESP, i use that trick and it work perfectly 
