CSGOTriggerbot.CSGOScanner.GlowManager C# (CSharp) Method

GlowManager() static private method

static private GlowManager ( MemUtils memUtils ) : void
memUtils MemUtils
return void
        static void GlowManager(MemUtils memUtils)
        {
            scan = memUtils.PerformSignatureScan(new byte[] { 0x8D, 0x8F, 0x00, 0x00, 0x00, 0x00, 0xA1, 0x00, 0x00, 0x00, 0x00, 0xC7, 0x04, 0x02, 0x00, 0x00, 0x00, 0x00, 0x89, 0x35, 0x00, 0x00, 0x00, 0x00, 0x8B, 0x51 }, "xx????x????xxx????xx????xx", clientDll);
            if (scan.Success)
            {
                int tmp = memUtils.Read<int>((IntPtr)(scan.Address.ToInt32() + 7));
                CSGOOffsets.Misc.GlowManager = tmp - clientDllBase;
            }
        }