Feb-02-2021, 05:59 AM
Hi all,
So I have this small program that does multiple actions:
I'm struggeling with terminating the thread with "when" condition or "if" condition but I still get 2 threads running infintly.
this is the output I get (no errors):
EDIT: Problem solved.
So I have this small program that does multiple actions:
- Mouse - Captures mouse location.
- Capture system information to file.
- Keylogger - logging keyboard presses and save to file.
- Screenshot - Taking a full screenshot and save to file.
- Upload - Uploads dir content to FTP every n time.
I'm struggeling with terminating the thread with "when" condition or "if" condition but I still get 2 threads running infintly.
this is the output I get (no errors):
Quote:| Mouse: False | Screen: True | Keylogger: True | Upload: False
| Mouse: False | Screen: True | Keylogger: True | Upload: False
| Mouse: False | Screen: True | Keylogger: True | Upload: False
| Mouse: False | Screen: True | Keylogger: True | Upload: False
| Mouse: False | Screen: True | Keylogger: True | Upload: False
| Mouse: False | Screen: True | Keylogger: True | Upload: False
| Mouse: False | Screen: True | Keylogger: True | Upload: False
Process finished with exit code -1
EDIT: Problem solved.