-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improvement Suggestion #1
Comments
I haven't played Genshin in a while, are they detecting Genshin-Cutscene-Auto-Fastforward or is this a precaution? |
Just me trying to be more cautious about my account and thought I'd share it. Actively playing Friend of mine used it since Inazuma and nothing happened, so I think it's still very safe to use as is. Honestly even if you do get banned you can always claim you got RSI or the likes. |
ok, good to know, I linked to your code post in the README |
Can I just ask how would I put this into the other one that was originally created? |
just copy the text from '~Capslock::' to 'return', open a new text file (try Notepad), paste, save as 'genshin chat clicker.ahk' |
Add random sleep, pos and spacebar to decrease detection chance.
Also I'd rename the file as genshin scans bg processes.
~Capslock::
Toggle := !Toggle
While Toggle{
Sendinput, {space}
Random ranSleepSB, 50, 150
sleep %ranSleepSB%
Random ranX, 1290, 1310
Random ranY, 790, 810
MouseClick, left, %ranX%, %ranY%
Random ranSleepMC, 50, 150
sleep %ranSleepMC%
}
return
The text was updated successfully, but these errors were encountered: