Results 1 to 6 of 6
  1. #1
    MIXA066's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    228
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed

    Full Bloom in glow

    Hello, I'd like to add full bloom function in my glow esp
    Code:
    void DrawGlow(int GlowIndex, GlowStruct Color)
    {
    	Mem.Write<float>((GlowPointer + ((GlowIndex * 0x38) + 0x4)), Color.r);    
    	Mem.Write<float>((GlowPointer + ((GlowIndex * 0x38) + 0x8)), Color.g);     
    	Mem.Write<float>((GlowPointer + ((GlowIndex * 0x38) + 0xC)), Color.b);   
    	Mem.Write<float>((GlowPointer + ((GlowIndex * 0x38) + 0x10)), Color.a);   
    	Mem.Write<bool>((GlowPointer + ((GlowIndex * 0x38) + 0x24)), Color.rwo);
    	Mem.Write<bool>((GlowPointer + ((GlowIndex * 0x38) + 0x25)), Color.rwuo);
    }
    What should I add in place ???, to FullBloom start works
    Mem.Write<bool>((GlowPointer + ((GlowIndex * 0x38) + ???)), Color.FullBloom);

  2. #2
    armez47's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    932
    Code:
    Mem.Write<bool>((GlowPointer + ((GlowIndex * 0x38) + 0x24)), Color.rwo);
    Mem.Write<bool>((GlowPointer + ((GlowIndex * 0x38) + 0x2C)), true);
    Color.rwo must be true.

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

    MIXA066 (02-18-2017)

  4. #3
    MIXA066's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    228
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    Quote Originally Posted by armez47 View Post
    Code:
    Mem.Write<bool>((GlowPointer + ((GlowIndex * 0x38) + 0x24)), Color.rwo);
    Mem.Write<bool>((GlowPointer + ((GlowIndex * 0x38) + 0x2C)), true);
    Color.rwo must be true.
    I'll try, thx

  5. #4
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    Code:
    Mem.Write< float >((GlowPointer + ((GlowIndex * 0x38) + 0x4)), 0.f);
    Mem.Write< float >((GlowPointer + ((GlowIndex * 0x38) + 0x8)), 0.f);
    Mem.Write< float >((GlowPointer + ((GlowIndex * 0x38) + 0xC)), 225.f);
    Mem.Write< float >((GlowPointer + ((GlowIndex * 0x38) + 0x10)), 0.40f);
    Mem.Write< bool >((GlowPointer + ((GlowIndex * 0x38) + 0x24)), true);
    Mem.Write< bool >((GlowPointer + ((GlowIndex * 0x38) + 0x26)), true);
    Last edited by DarknzNet; 02-18-2017 at 02:55 AM. Reason: Changed variables.
     
    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

  6. The Following User Says Thank You to DarknzNet For This Useful Post:

    MIXA066 (02-18-2017)

  7. #5
    MIXA066's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    228
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    Quote Originally Posted by DarknzNet View Post
    Code:
    Mem.Write< bool >((GlowPointer + ((GlowIndex * 0x38) + 0x26)), true);
    It works, thank you

  8. #6
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    Good to hear. Thread closed.
     
    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

Similar Threads

  1. Help me!!!!! DOWNLOAD FULL VERSION !!
    By athenna123 in forum Gunz General
    Replies: 2
    Last Post: 03-15-2009, 12:00 PM
  2. Full Twirlled Signature
    By mostwanted in forum Tutorials
    Replies: 38
    Last Post: 10-29-2008, 09:06 AM
  3. Full Metal alchimist
    By gunot in forum Anime
    Replies: 27
    Last Post: 10-27-2006, 04:01 AM
  4. DOWNLOAD WoW.exe HERE! (Full Client For MPGH Server)
    By RebornAce in forum General Gaming
    Replies: 25
    Last Post: 05-14-2006, 02:54 AM
  5. Full Abstact By UberMan
    By Paolo1993 in forum Tutorials
    Replies: 3
    Last Post: 01-28-2006, 02:53 AM