Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

[misc] Cheat is leaking something which makes it autodetected as a cheat while joining community servers #69

Closed
DemonLoverHvH opened this issue Aug 6, 2022 · 2 comments

Comments

@DemonLoverHvH
Copy link

DemonLoverHvH commented Aug 6, 2022

Like the title says you get insta banned from servers with the AntiDLL plugin which is most likely caused by event listeners as you will be able to see here

And doing something like this should fix it:

for (int i=0; i < m_GameEvents.Count(); i++) // what we want to listen to 
{
    CGameEventDescriptor &descriptor = m_GameEvents[i];
    if ( descriptor.local )
    {
        continue;  // event is not networked
    }
} 
@8dcc
Copy link
Member

8dcc commented Aug 6, 2022

The cheat doesn't have an event listener, instead uses FireEventIntern. See #36

@DemonLoverHvH
Copy link
Author

The cheat doesn't have an event listener, instead uses FireEventIntern. See #36

hmm then idk what's causing it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants