how chamshi its me the retarded guy who wants ot make a cheat anyways im working on an internal i got the boxes name weapons glow etc, i just want chams now, how do?
Originally Posted by recdev hi its me the retarded guy who wants ot make a cheat anyways im working on an internal i got the boxes name weapons glow etc, i just want chams now, how do? Code: mem.Write<CRGBA>(entity.dwCEntity + offsets.m_clrRender, clr); CRGBA is a byte struct. You can convert external -> internal, I am lazy and you need more than copy pasta knowledge.
lol if i dont copy paste then how do i lern? - - - Updated - - - Originally Posted by Sandwich Code: mem.Write<CRGBA>(entity.dwCEntity + offsets.m_clrRender, clr); CRGBA is a byte struct. You can convert external -> internal, I am lazy and you need more than copy pasta knowledge. ill convert it to internal, only thing i can do, also what is "clr" and "dwCEntity"?
Originally Posted by recdev what is "clr" and "dwCEntity"? CLR (Common Language Runtime) = Variable used to decide what color the chameleon skin should be. Code: //Example if (entity.team == TEAM_COUNTER_TERRORIST && entity.defusing) clr = DefusingColor; else clr = entity.team == player.team ? AllyColor : EnemyColor; dwCEntity = Entity base address. - - - Updated - - - Originally Posted by recdev lol if i dont copy paste then how do i lern? How do you retain programming knowledge if all you do is press CTRL + C and CTRL + V?