-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve player reads #13
base: master
Are you sure you want to change the base?
Conversation
That's a good idea 0.0 |
can u fix the spec list as well |
The spectator list is working fine, not sure what you mean. |
It's not working for me
…On Thu, Aug 22, 2024, 8:49 PM hir0xygen ***@***.***> wrote:
can u fix the spec list as well
The spectator list is working fine, not sure what you mean.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXS7GPCD4LPSFJWDZPFQ5LZSYQCXAVCNFSM6AAAAABJCWLEE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBVGMYTQMZYGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
i turned it on in the esp it isnt working |
So can anyone in here that's smarter than me (probably just about everyone lol)tell me what's wrong with the aimbot since yesterday's anti cheat thing. I know it all works in the firing range pretty well. But start up an game and it like targets only some legends and at random it will lock on like 1 member in each squad and it's driving me nuts, it's a deeper issue than I can diagnose. Edit*** |
Use roller not mouse it will be fixed
…On Fri, Aug 23, 2024, 7:47 PM joejoejoejoe1 ***@***.***> wrote:
can u fix the spec list as well
The spectator list is working fine, not sure what you mean.
So can anyone in here that's smarter than me (probably just about everyone
lol)tell me what's wrong with the aimbot since yesterday's anti cheat
thing. I know it all works in the firing range pretty well. But start up an
game and it like targets only some legends and at random it will lock on
like 1 member in each squad and it's driving me nuts, it's a deeper issue
than I can diagnose.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXS7GOJIPPIN4QFTBS54RDZS5RSBAVCNFSM6AAAAABJCWLEE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBXGQ2DSOBSHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
So put it memory controller
On Fri, Aug 23, 2024, 9:02 PM hussein abdallah ***@***.***>
wrote:
… Use roller not mouse it will be fixed
On Fri, Aug 23, 2024, 7:47 PM joejoejoejoe1 ***@***.***>
wrote:
> can u fix the spec list as well
>
> The spectator list is working fine, not sure what you mean.
>
> So can anyone in here that's smarter than me (probably just about
> everyone lol)tell me what's wrong with the aimbot since yesterday's anti
> cheat thing. I know it all works in the firing range pretty well. But start
> up an game and it like targets only some legends and at random it will lock
> on like 1 member in each squad and it's driving me nuts, it's a deeper
> issue than I can diagnose.
>
> —
> Reply to this email directly, view it on GitHub
> <#13 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AJXS7GOJIPPIN4QFTBS54RDZS5RSBAVCNFSM6AAAAABJCWLEE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBXGQ2DSOBSHA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
My God, you weren't joking!! Holly hell.. lol |
As previously discussed via Discord direct messages, this implements a
Player->FullRead()
every tick, aPlayer->ShortRead()
constantly and a rebuild ofstd::vector<Player*>* Players
every 5 seconds to improve performance while maintaining smooth ESP and aim bot functionality.Solves #11.