Thread: glow address

Results 1 to 14 of 14
  1. #1
    antierror's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed

    Exclamation glow address

    Please Why No find address glow

  2. #2
    TheGe2k's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    58
    Reputation
    31
    Thanks
    272
    My Mood
    Cynical
    Quote Originally Posted by antierror View Post
    Please Why No find address glow

    Bro! Don't spam posts, please



    Glow Addr:
    Code:
    0x00B54DB0
    Reference: https://www.mpgh.net/forum/showthread.php?t=1421183
    Last edited by TheGe2k; 01-11-2021 at 08:28 AM.

  3. The Following User Says Thank You to TheGe2k For This Useful Post:

    antierror (01-11-2021)

  4. #3
    antierror's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Quote Originally Posted by TheGe2k View Post
    Bro! Don't spam posts, please



    Glow Addr:
    Code:
    0x00B54DB0
    Reference: https://www.mpgh.net/forum/showthread.php?t=1421183
    i only need learn what's the problem

  5. #4
    TheGe2k's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    58
    Reputation
    31
    Thanks
    272
    My Mood
    Cynical
    Quote Originally Posted by antierror View Post
    i only need learn what's the problem
    It's not my business if you are learning or not...

    The problem is you are posting many posts On the same topic,
    You can post 1 post but explain the problem you have and others will able to help you...

    Anyway do what you want, I am not the "Website Owner" to give Instructions and Rules.

  6. #5
    antierror's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Quote Originally Posted by TheGe2k View Post
    Bro! Don't spam posts, please



    Glow Addr:
    Code:
    0x00B54DB0
    Reference: https://www.mpgh.net/forum/showthread.php?t=1421183
    u can learn me how to find address

  7. #6
    TheGe2k's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    58
    Reputation
    31
    Thanks
    272
    My Mood
    Cynical
    Quote Originally Posted by antierror View Post
    u can learn me how to find address
    You can learn how to get it by

    Reference: https://www.mpgh.net/forum/showthread.php?t=1421183

  8. #7
    antierror's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Quote Originally Posted by TheGe2k View Post
    You can learn how to get it by

    Reference: https://www.mpgh.net/forum/showthread.php?t=1421183
    hatfdl zy manta ya 3mr msh nawy tt8er

  9. #8
    arhter.11's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Cool

    Help

    Quote Originally Posted by TheGe2k View Post
    Bro! Don't spam posts, please



    Glow Addr:
    Code:
    0x00B54DB0
    Reference: https://www.mpgh.net/forum/showthread.php?t=1421183


    Hey TheGe2k Why NotWork Adrr Glow ! ?

  10. #9
    TheGe2k's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    58
    Reputation
    31
    Thanks
    272
    My Mood
    Cynical
    Quote Originally Posted by arhter.11 View Post


    Hey TheGe2k Why NotWork Adrr Glow ! ?
    Glow Function works in-game Only,
    Try to Join Room.

  11. #10
    arhter.11's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Cool

    Help

    Quote Originally Posted by TheGe2k View Post
    Glow Function works in-game Only,
    Try to Join Room.
    Bro notwork How to Fix This Please ?

  12. #11
    TheGe2k's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    58
    Reputation
    31
    Thanks
    272
    My Mood
    Cynical
    Quote Originally Posted by arhter.11 View Post
    Bro notwork How to Fix This Please ?
    May you didn't call it in Hook,

    Or code is wrong

    Code:
    #define ADDR_GLOWESP 0x00B54DB0
    
    typedef void(WINAPI* oGlowESP)(bool value);
    #define ADDR_GLOWESP 0x090E60
    		
    void YourFunction(){
            DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
            oGlowESP pSetGlowColor = (oGlowESP)((DWORD)dwCShell + ADDR_GLOWESP);
            if(GlowESP) // Variable...{
    	     pSetGlowColor(true); // ON
           }
           else
          {
                pSetGlowColor(false); // OFF
          }
    }
    CALL:
    Code:
    YourFunction();

  13. The Following User Says Thank You to TheGe2k For This Useful Post:

    arhter.11 (01-12-2021)

  14. #12
    arhter.11's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    ok Thanks Bro <33

  15. #13
    arhter.11's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    Quote Originally Posted by TheGe2k View Post
    May you didn't call it in Hook,

    Or code is wrong

    Code:
    #define ADDR_GLOWESP 0x00B54DB0
    
    typedef void(WINAPI* oGlowESP)(bool value);
    #define ADDR_GLOWESP 0x090E60
    		
    void YourFunction(){
            DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
            oGlowESP pSetGlowColor = (oGlowESP)((DWORD)dwCShell + ADDR_GLOWESP);
            if(GlowESP) // Variable...{
    	     pSetGlowColor(true); // ON
           }
           else
          {
                pSetGlowColor(false); // OFF
          }
    }
    CALL:
    Code:
    YourFunction();
    Thx Bro <3
    Done Work ^_^

  16. #14
    Tonny2515's Avatar
    Join Date
    Feb 2023
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by TheGe2k View Post
    You can learn how to get it by

    Reference: https://www.mpgh.net/forum/showthread.php?t=1421183
    Thanks for info!

Similar Threads

  1. [Help] Glow Esp , I found the memory address and didn't know how to modify it.
    By L100664719 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 02-01-2019, 08:40 AM
  2. Updated addresses for some hacks.
    By sp0tie in forum Gunz Hacks
    Replies: 3
    Last Post: 02-22-2006, 08:18 AM
  3. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  4. Direct Memory Access (DMA) to Static Memory Addresses
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-31-2005, 08:18 PM