Thread: Glow offsets

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    weeb420's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    29
    My Mood
    Amused

    Glow offsets

    Can someone provide me with the glow offsets for this code?
    Code:
    			system("Color a");
    			PlayerList[i].ReadInformation(i);
    			DWORD myplayer;
    			ReadProcessMemory(mglow.__HandleProcess, (PBYTE*)(mglow.__dwordClient + 0x00A9430C), &myplayer, sizeof(DWORD), 0);
    			ReadProcessMemory(mglow.__HandleProcess, (PBYTE*)(myplayer + 0xF0), &myteam, sizeof(int), 0);
    			if (GetAsyncKeyState(VK_F1))
    			{
    				espe = !espe;
    				Sleep(250);
    			}
    
    			-------
    			{
    				DWORD g_currentPlayer;
    				int g_currentPlayerTeam;
    				int g_currentPlayer_GlowIndex;
    
    
    				ReadProcessMemory(mglow.__HandleProcess, (PBYTE*)(mglow.__dwordClient + 0x04B4D724), &GlowPointer, sizeof(DWORD), 0);
    				ReadProcessMemory(mglow.__HandleProcess, (PBYTE*)(mglow.__dwordClient + 0x00A9430C + ((i)* 16)), &g_currentPlayer, sizeof(DWORD), 0);
    				ReadProcessMemory(mglow.__HandleProcess, (PBYTE*)(g_currentPlayer + 0x000086A0), &g_currentPlayer_GlowIndex, sizeof(int), 0);
    				ReadProcessMemory(mglow.__HandleProcess, (PBYTE*)(g_currentPlayer + 0x000000F0), &g_currentPlayerTeam, sizeof(int), 0);

  2. #2
    420skid420's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Sweden
    Posts
    203
    Reputation
    10
    Thanks
    18
    m_dwGlowObject: ______________________ 0x04B4D724

  3. #3
    weeb420's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    29
    My Mood
    Amused
    Quote Originally Posted by 420skid420 View Post
    m_dwGlowObject: ______________________ 0x04B4D724
    im asking for the correct ones

  4. #4
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool
    Seriously? 0x04B4D724 is correct offset.

  5. #5
    weeb420's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    29
    My Mood
    Amused
    Quote Originally Posted by legit_player View Post
    Seriously? 0x04B4D724 is correct offset.
    Well then i am officially retarded. I have no clue why the enemy players arent glowing...

  6. #6
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool
    glow coded from scratch or using source?

  7. #7
    weeb420's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    29
    My Mood
    Amused
    Quote Originally Posted by legit_player View Post
    glow coded from scratch or using source?
    I have modified a source, learning purposes. I just dont know what offsets i have to put and where

  8. #8
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool
    Can you tell me which source?

  9. #9
    weeb420's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    29
    My Mood
    Amused
    Quote Originally Posted by legit_player View Post
    Can you tell me which source?
    I dont know anymore. I had these files for some time

  10. #10
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool
    There should be something like this:
    Code:
    DWORD EntityList = 0x04A369E4;
    DWORD LocalPlayer = 0x00A9430C;
    DWORD LifeState = 0x0000025B;
    DWORD Team = 0xF0;
    DWORD CrossHairId = 0x00008CE4;
    DWORD EntitySize = 0x10;

  11. #11
    sup h0wl's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    the arctic
    Posts
    624
    Reputation
    10
    Thanks
    1,945
    My Mood
    Sad
    Quote Originally Posted by weeb420 View Post
    I dont know anymore. I had these files for some time
    maybe you should stop copy pasting and actually learn how the glow esp works

  12. #12
    weeb420's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    29
    My Mood
    Amused
    Quote Originally Posted by h0wl-senpai View Post
    maybe you should stop copy pasting and actually learn how the glow esp works
    I'm not Copy + pasting, im just rewriting some stuff i take out of multiple sources + fix errors myself. I have only one problem that when i toggle they dont glow. I think i have fucked up the offsets or something

  13. #13
    rwby's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    client.dll
    Posts
    1,631
    Reputation
    142
    Thanks
    6,724
    Quote Originally Posted by weeb420 View Post
    I'm not Copy + pasting, im just rewriting some stuff i take out of multiple sources + fix errors myself. I have only one problem that when i toggle they dont glow. I think i have fucked up the offsets or something
    Wait you rewrite stuff that you take out of multiple sources then fix errors? In my mind thats C+P. Learn how glow esp works and then you will figure it out ^^

  14. #14
    PhY'z's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    518
    Reputation
    58
    Thanks
    1,310
    My Mood
    Angelic
    I agree with @rwby, You are using it "wrong" way, probably missing headers and "shitty" things like that, Why you don't use ProcMem or PMemory?... Ah, wait, or you are "Re-Writing" it too?

    Contact with me in any question...


    Hi (:

  15. #15
    weeb420's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    29
    My Mood
    Amused
    Quote Originally Posted by rwby View Post
    Wait you rewrite stuff that you take out of multiple sources then fix errors? In my mind thats C+P. Learn how glow esp works and then you will figure it out ^^
    Well thays how i learn. From using a code and reading what it does. Īve learned how to Makē a triggerbot aame way. Now will you show me whats wrong ir no

Page 1 of 2 12 LastLast

Similar Threads

  1. [Tutorial] C++ Glow ESP Source (automatically updates offsets)
    By ZER0MEM0RY in forum Counter-Strike 2 Coding & Resources
    Replies: 47
    Last Post: 12-07-2018, 07:20 PM
  2. [Help] Glow Offset
    By iwillkillzombies in forum Counter-Strike 2 Coding & Resources
    Replies: 4
    Last Post: 09-16-2015, 05:02 PM
  3. Replies: 231
    Last Post: 07-14-2015, 10:51 PM
  4. [Release] Offsets for GLOW esp 6/12/2015
    By calvass in forum Counter-Strike 2 Coding & Resources
    Replies: 0
    Last Post: 06-12-2015, 12:36 AM
  5. [Solved] New offsets polyloader glow esp
    By n0namept in forum Counter-Strike 2 Help
    Replies: 2
    Last Post: 05-26-2015, 02:28 PM