We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to set two keys for auto-aiming at the same time. I want to set both the left and right keys to auto-aim
If the key has expired, how can it be reacquired?
The text was updated successfully, but these errors were encountered:
For setting two keys for auto-aiming at the same time:
In AimBot.py, modify def on_click(self, x, y, button, pressed): this method
AimBot.py
def on_click(self, x, y, button, pressed):
If the key has expired:
Comment the self.login = verify_identity(self.args.card_num) in AimBot.py, or modify the utils/netLoginUnit.py
self.login = verify_identity(self.args.card_num)
utils/netLoginUnit.py
Sorry, something went wrong.
It also need comment the apex.login.loginHeart() in apex.py Otherwise you will log out in 10 minutes
apex.login.loginHeart()
He always reminds me that python version 3.5 does not support a 'F' prefix. How can I solve this?
No branches or pull requests
How to set two keys for auto-aiming at the same time. I want to set both the left and right keys to auto-aim
If the key has expired, how can it be reacquired?
The text was updated successfully, but these errors were encountered: