Jump to content

Problem with Antivirus


Paki
 Share

Recommended Posts

Hi i have this script but when i compile it and check it here virusscan.jotti.org he find a trojan inside, but i think here is no any trojan is it right?

Here is a code:

HotKeySet ( "{F10}","Host" )
HotKeySet ( "{F9}","Party" )
Opt("MouseCoordMode", 2)
Opt("PixelCoordMode", 2)
Dim $var
Dim $p

Func Host ()

send("{F8}")


Sleep(300)

MouseDown("right")
Sleep(100)
MouseUp("right")

send("{F1}")

Sleep(100)

MouseDown("right")
Sleep(2000)
MouseUp("right")

$p = PixelGetColor( 370 , 440 )

if $p = 394758 OR $p = 263172 Then

MouseMove(570,230)

sleep(100)

MouseClick("left")

sleep(100)

MouseClick("left")

Sleep(100)

Else

MouseMove(367,230)

sleep(100)

Here is scan result:

AntiVir Found nothing

ArcaVir Found Trojan.Psw.Agent.Ez

Avast Found nothing

AVG Antivirus Found nothing

BitDefender Found nothing

ClamAV Found nothing

Dr.Web Found nothing

F-Prot Antivirus Found nothing

Fortinet Found nothing

Kaspersky Anti-Virus Found nothing

NOD32 Found nothing

Norman Virus Control Found nothing

UNA Found Backdoor.Rbot

VirusBuster Found nothing

VBA32 Found nothing

Link to comment
Share on other sites

  • Moderators

Try compiling it in the newest Beta and see if you still get the alert.

Edit:

But Please do report it to them all the same!!

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...