Thread: Glow ESP's

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love

    Glow ESP's

    Hello MPGH, today I will share one more function

    Preview

    Code:
    typedef void(WINAPI* oGlowESP)(bool value);
    #define ADDR_GLOWESP 0x090E60
    		
    void YourFunction(){
            oGlowESP pSetGlowColor = (oGlowESP)((DWORD)dwCShell + ADDR_GLOWESP);
            if(GlowESP){
    	     pSetGlowColor(true);
           }
    }
    How to get ADDR?
    Code:
    10090E60  /$ 53             PUSH EBX
    10090E61  |. 8B5C24 08      MOV EBX,DWORD PTR SS:[ESP+8]
    10090E65  |. 80FB 01        CMP BL,1
    10090E68  |. 55             PUSH EBP
    10090E69  |. 56             PUSH ESI
    10090E6A  |. 75 14          JNZ SHORT CShell_2.10090E80
    10090E6C  |. A1 E0C12411    MOV EAX,DWORD PTR DS:[1124C1E0]
    10090E71  |. 8B88 1C020000  MOV ECX,DWORD PTR DS:[EAX+21C]
    10090E77  |. 68 C076D810    PUSH CShell_2.10D876C0                   ;  ASCII "PlayerOutLineRender 1"
    10090E7C  |. FFD1           CALL ECX
    10090E7E  |. EB 13          JMP SHORT CShell_2.10090E93
    10090E80  |> 8B15 E0C12411  MOV EDX,DWORD PTR DS:[1124C1E0]
    10090E86  |. 8B82 1C020000  MOV EAX,DWORD PTR DS:[EDX+21C]
    10090E8C  |. 68 A876D810    PUSH CShell_2.10D876A8                   ;  ASCII "PlayerOutLineRender 0"
    10090E91  |. FFD0           CALL EAX
    10090E93  |> 0FB6CB         MOVZX ECX,BL
    10090E96  |. 83C4 04        ADD ESP,4
    10090E99  |. 51             PUSH ECX
    10090E9A  |. 68 9076D810    PUSH CShell_2.10D87690                   ;  ASCII "PlayerOutLineRender %d
    "
    10090E9F  |. FF15 14A6D710  CALL DWORD PTR DS:[10D7A614]
    10090EA5  |. 8B0D ECC12411  MOV ECX,DWORD PTR DS:[1124C1EC]          ;  CShell_2.112961E0
    If study the function you can do things like that


    Last edited by dreek1; 12-24-2018 at 05:22 PM.
    Public Hack:
    Jun 2012 / Dec 2017

  2. The Following 8 Users Say Thank You to dreek1 For This Useful Post:

    BlueeD (01-02-2019),gicogico223 (12-27-2018),iNational (01-02-2019),MemoryThePast (12-24-2018),RazerXJosh (12-25-2018),xuxuzinho123 (12-24-2018),yaago (01-13-2019),[K]akashi (12-24-2018)

  3. #2
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by dreek1 View Post
    Hello MPGH, today I will share one more function

    Preview

    Code:
    #define ADDR_GLOWESP 0x090E60
    		
    void YourFunction(){
            oGlowESP pSetGlowColor = (oGlowESP)((DWORD)dwCShell + ADDR_GLOWESP);
            if(GlowESP){
    	     pSetGlowColor(true);
           }
    }
    How to get ADDR?
    Code:
    10090E60  /$ 53             PUSH EBX
    10090E61  |. 8B5C24 08      MOV EBX,DWORD PTR SS:[ESP+8]
    10090E65  |. 80FB 01        CMP BL,1
    10090E68  |. 55             PUSH EBP
    10090E69  |. 56             PUSH ESI
    10090E6A  |. 75 14          JNZ SHORT CShell_2.10090E80
    10090E6C  |. A1 E0C12411    MOV EAX,DWORD PTR DS:[1124C1E0]
    10090E71  |. 8B88 1C020000  MOV ECX,DWORD PTR DS:[EAX+21C]
    10090E77  |. 68 C076D810    PUSH CShell_2.10D876C0                   ;  ASCII "PlayerOutLineRender 1"
    10090E7C  |. FFD1           CALL ECX
    10090E7E  |. EB 13          JMP SHORT CShell_2.10090E93
    10090E80  |> 8B15 E0C12411  MOV EDX,DWORD PTR DS:[1124C1E0]
    10090E86  |. 8B82 1C020000  MOV EAX,DWORD PTR DS:[EDX+21C]
    10090E8C  |. 68 A876D810    PUSH CShell_2.10D876A8                   ;  ASCII "PlayerOutLineRender 0"
    10090E91  |. FFD0           CALL EAX
    10090E93  |> 0FB6CB         MOVZX ECX,BL
    10090E96  |. 83C4 04        ADD ESP,4
    10090E99  |. 51             PUSH ECX
    10090E9A  |. 68 9076D810    PUSH CShell_2.10D87690                   ;  ASCII "PlayerOutLineRender %d
    "
    10090E9F  |. FF15 14A6D710  CALL DWORD PTR DS:[10D7A614]
    10090EA5  |. 8B0D ECC12411  MOV ECX,DWORD PTR DS:[1124C1EC]          ;  CShell_2.112961E0
    If study the function you can do things like that


    Another good function just thrown away
    Press thanks if I helped

    Xigncode Security:


  4. #3
    xuxuzinho123's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0

    Thumbs up i love u

    adorei o presente de natal seu gostoso < 3 partiu botar no D3D .

  5. #4
    Threadstarter
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love
    Quote Originally Posted by vaisefud3 View Post
    Another good function just thrown away
    I Will make all public.... CF is dead
    Public Hack:
    Jun 2012 / Dec 2017

  6. #5
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by dreek1 View Post
    I Will make all public.... CF is dead
    yeah, the players are giving up, but there's always an idiot that will buy zp... It's still fun to cheat in it. Just at least put some anti leecher on ur codes...

  7. #6
    xuxuzinho123's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0

    sabe qm sou

    Would like you give me the function 'oGlowESP'? cus i'm newbie and no have it.

  8. #7
    Threadstarter
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love
    Quote Originally Posted by xuxuzinho123 View Post
    Would like you give me the function 'oGlowESP'? cus i'm newbie and no have it.
    It's just typedef

    Code:
    typedef void(WINAPI* oGlowESP)(bool value);
    Public Hack:
    Jun 2012 / Dec 2017

  9. The Following User Says Thank You to dreek1 For This Useful Post:

    xuxuzinho123 (12-24-2018)

  10. #8
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    if you want to do in d3d9 you can read this
    to put it simple you just draw a line which will be the silhouette edge shader for the player , and just play with the color to make it glowing



  11. #9
    MemoryThePast's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    148
    Reputation
    10
    Thanks
    35
    My Mood
    Stressed
    thanks btw this thing will work if i check it on mutant?

  12. #10
    mrsimson's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    2
    Not work sir ! i am test for CFNA, run when game status = 11

  13. #11
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by MemoryThePast View Post
    thanks btw this thing will work if i check it on mutant?
    Mutants don't have glow

  14. #12
    MemoryThePast's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    148
    Reputation
    10
    Thanks
    35
    My Mood
    Stressed
    Quote Originally Posted by vaisefud3 View Post
    Mutants don't have glow
    oh i see thanks

  15. #13
    alisonbbzz's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    4
    My Mood
    Chatty
    Você é o papai noel ?, presente delicioso

  16. #14
    [K]akashi's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    213
    Reputation
    10
    Thanks
    583
    My Mood
    Bored
    Quote Originally Posted by mrsimson View Post
    Not work sir ! i am test for CFNA, run when game status = 11
    It works fine dude
    To become a successful coder you should become a leecher first
    .CHROME -DeV HACK.





  17. #15
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish
    isnt 0x21C push to console anyway ? a normal ptc command may work i think
    btw Gj

    just checked a really old cshell i had and it seems i am right

Page 1 of 2 12 LastLast

Similar Threads

  1. [Outdated] Merccy's Glow ESP - PolyHack - Auto Updating
    By Merccy2 in forum Counter-Strike 2 Hacks
    Replies: 2406
    Last Post: 04-27-2015, 02:50 PM
  2. [Outdated] CS:GO Glow Esp [Internal]
    By danimilea in forum Counter-Strike 2 Hacks
    Replies: 128
    Last Post: 04-25-2015, 02:23 AM
  3. [Solved] Merccy's Glow ESP. Wont Work. - NEED HELP -
    By Mazce in forum Counter-Strike 2 Help
    Replies: 4
    Last Post: 04-14-2015, 08:15 PM
  4. [Info] CSBLOW Linux Glow ESP
    By Rxndom in forum Counter-Strike 2 Coding & Resources
    Replies: 5
    Last Post: 03-26-2015, 02:48 AM
  5. Glow ESP
    By SweGaming1337 in forum Counter-Strike 2 Discussions
    Replies: 5
    Last Post: 03-18-2015, 02:58 PM