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

What does this part do exactly? #5

Open
b3ck opened this issue Sep 22, 2022 · 1 comment
Open

What does this part do exactly? #5

b3ck opened this issue Sep 22, 2022 · 1 comment

Comments

@b3ck
Copy link

b3ck commented Sep 22, 2022

What does this part do exactly?

gui_hacker_code_01

Just wanted to know if there was a way to have it run for a certain time, then once it reaches it's time limit what happens?

@loktar00
Copy link
Owner

loktar00 commented Nov 3, 2022

Sorry for the late response... didn't see this notification.

That all just controls the actual text on the bottom. So the "isProcessing" is just a flag for showing the dots, when it does like

some message.......

Then after X time period it resets it with last process,

which does

some message......
new message

Then the "isProcessing" is flipped to true, and the dots are added, and the process repeats,.

lines 205 - 226 here, https://github.com/loktar00/guihacker/blob/master/public/javascripts/hack.js#L205

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

No branches or pull requests

2 participants