Paki Posted March 13, 2006 Posted March 13, 2006 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: expandcollapse popupHotKeySet ( "{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
Nuffilein805 Posted March 13, 2006 Posted March 13, 2006 lol nice 1 you just have to get in contact with those av-guys and tell them your code (gotta send it there) is no trojan or backdoor my little chatmy little encryption toolmy little hidermy unsafe clickbot
Moderators SmOke_N Posted March 13, 2006 Moderators Posted March 13, 2006 (edited) 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 March 13, 2006 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now