Yes, it sounds like you're dealing with a challenging situation. It's possible that the bot you created might be inadvertently creating Trojans or malware, especially if it interacts with external sources or has vulnerabilities. Here are a few steps to consider:
Check your bot's code carefully for any sections that might unintentionally create or download malware. Ensure there's no malicious code or security loopholes.
- Dependencies and Libraries: Verify that any third-party libraries or dependencies you're using are from reputable sources and are up-to-date. Sometimes, malicious code can be introduced through compromised libraries.
- Check for External Interactions: If your bot interacts with external systems or services, ensure those interactions are secure and not introducing vulnerabilities.
- Run Multiple Antivirus Scans: Use different antivirus and anti-malware tools to scan your system. Sometimes, one tool might miss threats that another can detect.
- Update Your Software: Ensure your operating system and all software are updated with the latest security patches.
- Consult a Security Expert: If the issue persists, consider consulting with a cybersecurity professional who can provide a detailed analysis of your bot and system.
It’s crucial to address these issues to protect your devices and data from further harm.