Thread: CS:GO Esp

Results 1 to 14 of 14
  1. #1
    MistakingGirl39's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Vancouver, British Columbia, Canada.
    Posts
    116
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking

    CS:GO Esp

    Found this public esp code and edited it a bit so I was wondering if this would work and if it needed internal base ect...

    Code:
    void cEsp::FarEsp(int index)
    {
    if(!gRadar[index].iIndex)
    return;
    if(gRadar[index].iHealth <= 0 || gRadar[index].iHealth > 1000)
    return;
    if(gRadar[index].vOrigin == Vector(0,0,0))
    return;
    if(gVars.Esp_EnemyOnly && gRadar[index].iTeam == gEnt.m_iTeamNum(gMe.BaseEnt()))
    return;
    if(!gHelp.WorldToScreen( Vector(gRadar[index].vOrigin.x,gRadar[index].vOrigin.y,gRadar[index].vOrigin.z+64), vPlayerHead )
    || !gHelp.WorldToScreen( gRadar[index].vOrigin, vPlayerOrigin))
    return;
    
    Color = GetTeamColorInVis(gRadar[index].iTeam);
    CalcEsp(vPlayerHead,vPlayerOrigin);
    SpotEsp();
    NameEsp(gRadar[index].sName);
    HlthEsp(gRadar[index].iHealth,0);
    BombEsp(index);
    }
    
    &nbsp;
    Last edited by MistakingGirl39; 01-07-2015 at 12:44 PM.

  2. #2
    IsaacDoe's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Maine
    Posts
    123
    Reputation
    10
    Thanks
    66
    My Mood
    Cool
    Could you post a photo of the in-game and this is wrong section.

  3. #3
    Mustar390's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    Earth
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    VT scans?
    Maybe image/vid proof?
    Installment/how to use guide?

    Seems legit so far though.

  4. #4
    MistakingGirl39's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Vancouver, British Columbia, Canada.
    Posts
    116
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    Quote Originally Posted by Mustar390 View Post
    VT scans?
    Maybe image/vid proof?
    Installment/how to use guide?

    Seems legit so far though.
    Why lol? It's a source code, you don't need to download it.
    If you don't know how to use it then it's not for you.

  5. #5
    FavYo's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Germany, BW
    Posts
    134
    Reputation
    10
    Thanks
    34
    My Mood
    In Love
    Quote Originally Posted by MistakingGirl39 View Post
    Why lol? It's a source code, you don't need to download it.
    If you don't know how to use it then it's not for you.
    He is new , don't expect something ...

  6. #6
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,668
    My Mood
    Cool
    Wrong section...

    But yeah this code is so incomplete that it is nothing.

    If you want to make it work you need a WorldToScreen function (google), you need to be able to read the bone matrix of entities and you need to figure out how to draw.

    This code only links those things together.

  7. #7
    The Czar's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    513
    Reputation
    35
    Thanks
    2,141
    My Mood
    Aggressive
    Quote Originally Posted by MistakingGirl39 View Post
    Why lol? It's a source code, you don't need to download it.
    If you don't know how to use it then it's not for you.
    It's not for you either, read your own thread it states you don't even know this code works rofl.


    Found this public esp code and edited it a bit so I was wondering if this would work and if it needed internal base ect...
    Last edited by The Czar; 01-07-2015 at 01:09 PM.

  8. #8
    IsaacDoe's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Maine
    Posts
    123
    Reputation
    10
    Thanks
    66
    My Mood
    Cool
    Quote Originally Posted by sepox0 View Post
    It's not for you either, read your own thread it states you don't even know this code works rofl.
    ROASTED

  9. #9
    Bayley_LOL's Avatar
    Join Date
    Jun 2014
    Gender
    female
    Location
    Trollaux's Leeching Grounds
    Posts
    527
    Reputation
    74
    Thanks
    1,437
    My Mood
    Bored
    Code:
    void cEsp::FarEsp(int index)
    {
    if(!gRadar[index].iIndex)
    return;
    if(gRadar[index].iHealth <= 0 || gRadar[index].iHealth > 1000)
    return;
    if(gRadar[index].vOrigin == Vector(0,0,0))
    return;
    if(gVars.Esp_EnemyOnly && gRadar[index].iTeam == gEnt.m_iTeamNum(gMe.BaseEnt()))
    return;
    if(!gHelp.WorldToScreen( Vector(gRadar[index].vOrigin.x,gRadar[index].vOrigin.y,gRadar[index].vOrigin.z+64), vPlayerHead )
    || !gHelp.WorldToScreen( gRadar[index].vOrigin, vPlayerOrigin))
    return;
    
    Color = GetTeamColorInVis(gRadar[index].iTeam);
    CalcEsp(vPlayerHead,vPlayerOrigin);
    SpotEsp(); //It will force every player to be 'spotted' on the radar. 
    NameEsp(gRadar[index].sName); //Reference to an external class where it will grab the players name from the radar base and display it
    HlthEsp(gRadar[index].iHealth,0); //Reference to an external class where HP will be displayed next to the enemy.
    BombEsp(index); //Reference to an external class where it checks if the entity has the bomb
    }
    It could be internal or external but it's easy to do both.

  10. #10
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Moved to coding

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  11. #11
    IsaacDoe's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Maine
    Posts
    123
    Reputation
    10
    Thanks
    66
    My Mood
    Cool
    Anyone tested it yet?

  12. #12
    David.'s Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    ก็็็็็็็็็็็็็&#
    Posts
    2,881
    Reputation
    556
    Thanks
    2,514
    My Mood
    Amazed
    Thanks For THis Esp Source

  13. #13
    realstyla's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    nice, got plenty of new sources. always learn more things

  14. #14
    Bayley_LOL's Avatar
    Join Date
    Jun 2014
    Gender
    female
    Location
    Trollaux's Leeching Grounds
    Posts
    527
    Reputation
    74
    Thanks
    1,437
    My Mood
    Bored
    Quote Originally Posted by realstyla View Post
    nice, got plenty of new sources. always learn more things
    Code:
    void cEsp::FarEsp(int index)
    {
    if(!gRadar[index].iIndex)
    return;
    if(gRadar[index].iHealth <= 0 || gRadar[index].iHealth > 1000)
    return;
    if(gRadar[index].vOrigin == Vector(0,0,0))
    return;
    if(gVars.Esp_EnemyOnly && gRadar[index].iTeam == gEnt.m_iTeamNum(gMe.BaseEnt()))
    return;
    if(!gHelp.WorldToScreen( Vector(gRadar[index].vOrigin.x,gRadar[index].vOrigin.y,gRadar[index].vOrigin.z+64), vPlayerHead )
    || !gHelp.WorldToScreen( gRadar[index].vOrigin, vPlayerOrigin))
    return;
    
    Color = GetTeamColorInVis(gRadar[index].iTeam);
    CalcEsp(vPlayerHead,vPlayerOrigin);
    SpotEsp();
    NameEsp(gRadar[index].sName);
    HlthEsp(gRadar[index].iHealth,0);
    BombEsp(index);
    }
    
    &nbsp;
    what the fuck have you learnt from that?

Similar Threads

  1. HL2 Hack With Aimbot|ESP| And much, Much more.
    By quin123 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 10
    Last Post: 04-03-2009, 12:57 PM
  2. ESP/Chams For BHD 1.5.0.5 Arugs 1.2m: Undetected
    By sf0d in forum General Game Hacking
    Replies: 1
    Last Post: 11-05-2008, 02:31 PM
  3. ESP
    By condor01 in forum WarRock - International Hacks
    Replies: 42
    Last Post: 09-29-2007, 04:19 PM
  4. esp
    By mopo in forum WarRock - International Hacks
    Replies: 5
    Last Post: 09-24-2007, 09:33 AM
  5. Replies: 16
    Last Post: 08-10-2007, 07:10 AM