Thread: External chams

Results 1 to 5 of 5
  1. #1
    zeper666's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Paris
    Posts
    49
    Reputation
    10
    Thanks
    12
    My Mood
    Asleep

    Question External chams

    Hello !

    I just wanna talk about how to make an chams in external

    for now I use m_clrRender to color the enemy team and the glow esp with the opposite color
     
     
    Code:
    void DrawChams(ChamStruct COLOR)
    {
    	for (int i = 0; i <= 64; i++)
    	{
    		int Chplyr = realtime.Read<int>(Client + EntityList + (i * 0x10));
    		int ChCurPl = realtime.Read< int >(Chplyr + m_iTeamNum);
    		if (ChCurPl != InMyTeam)
    		{
    			realtime.Edit((Chplyr + m_clrRender), Color(0, 0, 0, 255));     /* use color.h of the source sdk */
    		}
    	}
    }


    It's work correctly but I've some trouble to see if the enemy is behind the wall on a dark area...

    so I was wondering, is someone using an different way for make an chams fully external ?


    I've try to get the health indicator when you hurt an enemy with the glow esp on...
     

    but I'm bad af and all i've try just broke the game...
     


    any idea ?

  2. #2
    gigagiga's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Weedistan
    Posts
    366
    Reputation
    10
    Thanks
    5,040
    1. Those arent chams
    2. Turn off bloom then health will be fine again.
    Pasters:
    Quote Originally Posted by undetected88 View Post
    Are you planning to share source?
    Quote Originally Posted by undetected88 View Post
    could you please share the Source? <3
    Also Pasters:
    Quote Originally Posted by undetected88 View Post
    don't reupload my cheats.
    Quote Originally Posted by undetected88 View Post
    Credits: All credits to me
    --------------------------------------------------
    Quote Originally Posted by MaGicSuR View Post
    externals, cause you can only get ban for 1 file.
    Quote Originally Posted by XeSynTh View Post
    Hello guys. I need help with a source code that I made and I need help compiling it. If anyone wants to compile it for me or leave step by step instructions on how to compile it that would be amazing.
    AimTux will never get detected ...
    I am here for Comedy posts/threads

  3. #3
    zeper666's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Paris
    Posts
    49
    Reputation
    10
    Thanks
    12
    My Mood
    Asleep
    Quote Originally Posted by gigagiga View Post
    1. Those arent chams
    2. Turn off bloom then health will be fine again.
    1. yes sorry it's not realy a chams but i don't know the real name of it...
    2. yea I get it

  4. #4
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    I think that just looks horrible.
     
    Member since : 08-24-2015

    Premium Member since : 01-19-2016

    Contributor : 02-27-2016 - 11.09.2017

    League of Legends Minion since : 08-24-2016

    Counter Strike: Global Offensive Minion since : 12-29-2016

    Steam Minion since : 02-11-2017

    Resigned : 04-20-2017

  5. #5
    MIXA066's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    228
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    Last edited by MIXA066; 08-04-2017 at 10:19 AM.

Similar Threads

  1. [Solved] Glow and chams external
    By MIXA066 in forum Counter-Strike 2 Help
    Replies: 5
    Last Post: 07-14-2017, 03:56 AM
  2. [Outdated] External by Petrut [Glow Esp , Chams]
    By Petrut in forum Counter-Strike 2 Hacks
    Replies: 27
    Last Post: 07-05-2017, 12:15 PM
  3. [Detected] DDX Multihack v1.15 [EXTERNAL] + FakeLag & Chams
    By Zaczero in forum Counter-Strike 2 Hacks
    Replies: 76
    Last Post: 01-06-2017, 10:06 AM
  4. [Help] Need help with external chams
    By VGZDESIGN in forum Counter-Strike 2 Coding & Resources
    Replies: 2
    Last Post: 09-01-2016, 12:13 PM
  5. [Source Code] Chams using an external texture
    By [H]aaBX in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 01-02-2013, 12:45 PM

Tags for this Thread