b1scoito / clicker

Advanced Minecraft auto-clicker made in C++
https://github.com/b1scoito/clicker
GNU General Public License v3.0
132 stars 12 forks source link

Potentially a virus #28

Closed ItsYaBoyBanana closed 3 years ago

ItsYaBoyBanana commented 3 years ago

39/70 antivirus has flagged this as a virus (https://www.virustotal.com). Also when this file is executed, it sends information to this IP 104.72.157.41:443

image

b1scoito commented 3 years ago

Please refer to the previously made issue #27

Compile it yourself with x64 (64-bit) and try to run VirusTotal, results will be way different. The reason for this amount of flags are mainly because of the low-level mouse and keyboard hooking and input stuff.

The current release is compiled in x86 (32-bit). That's why so many flags.

Now about the IP Traffic, their VM got an IP unrelated to my application, my application does not communicate in any way with the internet, it doesn't even have the libraries for that. This IP is related to Windows's or other application's telemetry.

Landonator08 commented 3 years ago

My computer flagged a trojan after i ran all day, Then i got a message that said logged in from another location smh

b1scoito commented 3 years ago

Unrelated to this project or application.