Thread: how chams

Results 1 to 4 of 4
  1. #1
    recdev's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    My Mood
    Stressed

    Red face how chams

    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?

  2. #2
    Sandwich's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    client_panorama.dll
    Posts
    1,512
    Reputation
    98
    Thanks
    23,162
    My Mood
    Psychedelic
    Quote Originally Posted by recdev View Post
    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.
    Last edited by Sandwich; 05-27-2019 at 01:15 PM.

  3. #3
    recdev's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    My Mood
    Stressed
    lol if i dont copy paste then how do i lern?

    - - - Updated - - -

    Quote Originally Posted by Sandwich View Post

    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"?

  4. #4
    Sandwich's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    client_panorama.dll
    Posts
    1,512
    Reputation
    98
    Thanks
    23,162
    My Mood
    Psychedelic
    Quote Originally Posted by recdev View Post
    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 - - -

    Quote Originally Posted by recdev View Post
    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?
    Last edited by Sandwich; 05-30-2019 at 02:46 PM.

Similar Threads

  1. How to make Chams for Warrock
    By Str8Thimo in forum Game Hacking Tutorials
    Replies: 4
    Last Post: 03-07-2012, 07:27 PM
  2. How to change Elitevision chams colors
    By Synns in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 02-05-2010, 09:36 PM
  3. (in-depth Video tut) how to use chams/wallhack with bypass
    By hiiway in forum Combat Arms Hacks & Cheats
    Replies: 23
    Last Post: 08-30-2008, 12:32 AM
  4. How Do I Change the Color of My Enemy CHAMS?
    By DarkSoda in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-11-2008, 01:06 PM
  5. [HELP]How to make your OWN Chams
    By true1playa in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 08-07-2008, 03:15 PM