Official site anti-cheat Ultra Core Protector

Home Download F.A.Q. Addons Monitor Forum Support Advertise English version site UCP Anti-Cheat    Russian version site UCP Anti-Cheat
Ultra Core Protector - is the client-server anti-cheat freeware, for server protection from unscrupulous players.

Abilities Supported games  
Half-Life
Condition Zero
Counter-Strike 1.6
Day of Defeat
Adrenaline Gamer
Team Fortress Classic
Counter-Strike Source
MU Online
Ragnarok Online
Half-Life 2 Deathmatch
Adrenaline Gamer 2
Team Fortress 2
[C#] What is wrong with my glow

EDIT: Okay.. I restarted csgo and it worked.. wtf. Can be closed.

Have been searching for a while around the forums and through github to see where I am wrong. Can’t find the error, was hoping you guys could help me out.

My glow loop:

public bool Tick()
{
IntPtr GlowManager = memory.Read(memory.GetClientBase() + 0x4FA8050);

Entity[] list = updater.EntityList; //This is working fine, the issue is not in my EntityList
for (int i = 0; i < list.Length; i++) { if ((int) list[i].Base == 0 || list[i].GlowIndex == updater.Local.GlowIndex) //No extra checks simply to test if glow is working in the first place; which it isn't. continue; Memory memory = Memory.Instance(); memory.Write(1, GlowManager + list[i].GlowIndex * 0x38 + 0x4);
memory.Write(0, GlowManager + list[i].GlowIndex * 0x38 + 0x8);
memory.Write(0, GlowManager + list[i].GlowIndex * 0x38 + 0xC);
memory.Write(1, GlowManager + list[i].GlowIndex * 0x38 + 0x10);

memory.Write(true, GlowManager + list[i].GlowIndex * 0x38 + 0x24);
memory.Write(false, GlowManager + list[i].GlowIndex * 0x38 + 0x25);
}

return true;
}

Entity offsets:

[StructLayout(LayoutKind.Explicit)]
public struct Entity
{
[FieldOffset(0x0)]
public IntPtr Base;

[FieldOffset(0xF0)]
public int Team;

[FieldOffset(0xFC)]
public int Health;

[FieldOffset(0x100)]
public int Flags;

[FieldOffset(0xA310)]
public int GlowIndex;

[FieldOffset(0xB238)]
public int Armour;
}

Might want to add that my Entity list is working fine as I can retrieve information such as all players’ health without any problems.


 



Home | Download | F.A.Q. | Addons | Forum | Banners | Sitemap | Directory | Support
Copyright © 2008-2015 UCP. All rights reserved. Privacy Policy. Siter.