Thread: Glow Function

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    MemoryThePast's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    148
    Reputation
    10
    Thanks
    35
    My Mood
    Stressed

    Glow Function

    Code:
    #define m_GlowFunc 0x00000 // CShell_x64.dll = Pattern: 48 ?? ?? ?? ?? 57 ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? 0F B6 F2 48 8D ?? ?? ?? ?? ?? || String: PlayerOutLineRender 1
    
    typedef void(__fastcall* GlowFn)(__int64, unsigned int __int8);
    
    // =========================== [ Glow Function ] ========================== //
    GlowFn GFn = (GlowFn)(this->GetCShellx64Instance() + m_GlowFunc);
    if (IsValidPointer(GFn) && GFn != NULL && GFn != nullptr) // well?
    {
    	if (GetAsyncKeyState(VK_F10) & 1) GlowKey = (!GlowKey);
    	if (GlowKey && IsObjectReadyForHook()) // IsObjectReadyForHook = Object_x64.dll its useful tho for simple ingame checking, i add this thing to prevent a bug in storage where you get a BIG CHARACTER like crazy XD.
    	{
    		GFn(1, 1);
    	}
    	else
    	{
    		GFn(0, 0);
    	}
    }
    Credits: @dreek1 @vaisefud3
    idk if there is something i forgot to give credits please comment here ^_^.

    btw i post this for someone who needs and i'm trying to help

  2. The Following 5 Users Say Thank You to MemoryThePast For This Useful Post:

    DarkArtistry02 (02-22-2021),freezylord (02-19-2021),SpiderEater420 (02-18-2021),winiciosrocha (02-18-2021),xrdgtcc (07-05-2021)

  3. #2
    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
    Code:
    #define m_GlowFunc 0x00000 // CShell_x64.dll = Pattern: 48 ?? ?? ?? ?? 57 ?? ?? ?? ?? 48 8B ?? ?? ?? ?? ?? 0F B6 F2 48 8D ?? ?? ?? ?? ?? || String: PlayerOutLineRender 1
    
    typedef void(__fastcall* GlowFn)(__int64, unsigned int __int8);
    
    // =========================== [ Glow Function ] ========================== //
    GlowFn GFn = (GlowFn)(this->GetCShellx64Instance() + m_GlowFunc);
    if (IsValidPointer(GFn) && GFn != NULL && GFn != nullptr) // well?
    {
    	if (GetAsyncKeyState(VK_F10) & 1) GlowKey = (!GlowKey);
    	if (GlowKey && IsObjectReadyForHook()) // IsObjectReadyForHook = Object_x64.dll its useful tho for simple ingame checking, i add this thing to prevent a bug in storage where you get a BIG CHARACTER like crazy XD.
    	{
    		GFn(1, 1);
    	}
    	else
    	{
    		GFn(0, 0);
    	}
    }
    Credits: @dreek1 @vaisefud3
    idk if there is something i forgot to give credits please comment here ^_^.

    btw i post this for someone who needs and i'm trying to help
    1st param is ignored so you can leave it at 0. GJ anyways

  4. #3
    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
    1st param is ignored so you can leave it at 0. GJ anyways
    oh i see thanks, actually i didn't do anything about it and i only do just try it and it work so i didn't know what does it do in that another params

  5. #4
    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
    oh i see thanks, actually i didn't do anything about it and i only do just try it and it work so i didn't know what does it do in that another params
    The best method is still RunConsoleString + SetObjectOutline, but this at least helps the pasters out there

  6. #5
    winiciosrocha's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    2
    Good job !! thanks

  7. #6
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,393
    My Mood
    Stressed
    The this is, this has been posted so many times and it still works.
    Keep up the good work anyway.

  8. #7
    awdacwadc's Avatar
    Join Date
    Oct 2018
    Gender
    female
    Posts
    41
    Reputation
    10
    Thanks
    7
    My Mood
    Amazed
    Wish all /sgrtttttt

  9. #8
    raichfighter22's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by vaisefud3 View Post
    The best method is still RunConsoleString + SetObjectOutline, but this at least helps the pasters out there


    waiting for melhax credit

  10. #9
    MemoryThePast's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    148
    Reputation
    10
    Thanks
    35
    My Mood
    Stressed
    take a note this is crossfire x64 version i posted this for purposes because what i've seen to the other people, still doing in the same function even that's not are they looking and i hope they learn about reverse engineering about this

  11. #10
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by raichfighter22 View Post


    waiting for melhax credit
    wtf? I'm using the engine, not some code I found on the internet like most of the ppl here lol

  12. #11
    michael101015's Avatar
    Join Date
    Feb 2021
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Smile how to put this code in cf

    Quote Originally Posted by vaisefud3 View Post
    1st param is ignored so you can leave it at 0. GJ anyways
    how to use this code to it in cf

  13. #12
    modyxxtop1's Avatar
    Join Date
    Feb 2021
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    Good Job bro <3

    I want LoadLibrary 64 !

  14. #13
    DarkArtistry02's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Quote Originally Posted by modyxxtop1 View Post
    Good Job bro <3

    I want LoadLibrary 64 !
    https://www.mpgh.net/forum/showthread.php?t=1528363

    Here you go buddy

  15. #14
    modyxxtop1's Avatar
    Join Date
    Feb 2021
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by DarkArtistry02 View Post
    not work bro

  16. #15
    winiciosrocha's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by modyxxtop1 View Post
    not work bro
    use x64dbg > scylla or ida pro

    How to create LoadLibrary
    https://www.mpgh.net/forum/showthrea...ht=loadlibrary

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help] [C++] Glow function not working, not spotting the error
    By KF1337 in forum Counter-Strike 2 Coding & Resources
    Replies: 17
    Last Post: 01-06-2020, 05:00 AM
  2. [Solved] Is noping Glow Update functions detected?
    By morritz in forum Counter-Strike 2 Help
    Replies: 0
    Last Post: 09-06-2017, 01:01 PM
  3. hack function idea
    By l0ngcat in forum WarRock - International Hacks
    Replies: 6
    Last Post: 10-02-2007, 06:01 AM
  4. Replies: 8
    Last Post: 07-09-2007, 03:15 PM
  5. Disable some of punkbuster's functions.
    By System79 in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 09-06-2006, 11:32 PM