Skip to content
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

Sleep Function and Correct Sleep Time #1

Open
JohnnYDeveloperAHK opened this issue Aug 4, 2023 · 0 comments
Open

Sleep Function and Correct Sleep Time #1

JohnnYDeveloperAHK opened this issue Aug 4, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@JohnnYDeveloperAHK
Copy link
Owner

Explanation:

  • I've noticed that the sleep function in the text documents generated from recording keystrokes displays a huge random number, such as 750000, at the beginning. However, - the correct sleep time in milliseconds is actually hidden within this number. Let's take an example, if the sleep function shows 465321, the correct sleep time is 321 milliseconds.

  • To identify the correct sleep time, you need to look for the lowest and highest numbers in the sleep functions across different text documents. For instance, if you find the lowest number as 465000 and the highest number as 466231, it means the correct sleep time is 1231 milliseconds, as it represents the time elapsed. e.g,

(465000 + 1231 = 466231)

The Fix for now.

  • To address this intriguing issue, we should remove the prefix numbers from the sleep functions, like 465 in the example above, and retain only the correct sleep time.

Any explanations or fixes are valuable

If you have any bright ideas or insights regarding this issue, please share them in the comments section. Your input is immensely valuable in enhancing the T.A.G-ToolAssistedGameplay project.

@JohnnYDeveloperAHK JohnnYDeveloperAHK pinned this issue Aug 4, 2023
@JohnnYDeveloperAHK JohnnYDeveloperAHK added the help wanted Extra attention is needed label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant