i have problem when i made .exe file of my script and upload it on virustotal.com
it give me multiple viruses and i scaned on my computer with avira it say its clean
it show only for 32 bit
and here is my code
Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=D:\Igre\Justacarch\Archlord.ico
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_UseX64=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.8.1
Author: Arctic
Script Function:
Changing window mode on/off.
#ce ----------------------------------------------------------------------------
; Script Start
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#region ### START Koda GUI section ###
$GUI = GUICreate("UI change", 203, 76, 252, 316)
$Checkbox1 = GUICtrlCreateCheckbox("Window mode", 16, 12, 89, 17)
$saveBtn = GUICtrlCreateButton("Save", 112, 8, 75, 25)
$selectBtn = GUICtrlCreateButton("Select Justac folder", 16, 40, 171, 25)
GUISetState(@SW_SHOW)
#endregion ### END Koda GUI section ###
Global $file = "COption.ini"
Global $path
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $selectBtn
$path = FileSelectFolder("Select Justac folder", "")
If Not FileExists($path & "\ini\" & $file) Then
MsgBox(48, "", "It´s not a Archlord folder")
EndIf
Case $saveBtn
If GUICtrlRead($Checkbox1) == $GUI_CHECKED Then
IniWrite($path & "\ini\" & $file, "Patch_Option", "Windowed", "1")
MsgBox(64, "", "Window mode on", 5)
Else
IniWrite($path & "\ini\" & $file, "Patch_Option", "Windowed", "0")
MsgBox(64, "", "Full screen mode on", 5)
EndIf
EndSwitch
WEnd
This happens more often than it should but it's normal.
Many antivirusprograms are detecting AutoIt-Scripts as a virus which are none.
You can deactivate upx but it doesn't help much.
beside that, this is a good way to check which "antivirus tools" are simply useless...
there's different ways for "antivirus tools" to check for virusses.. for some of them, every tool accessing the hdd is a virus... others detect any tool accessing other processes memory as virus, others take any network action as a serious security problem...
in the end it's allways a good idea to just publish your tools open source, so every1 can easily check the source
beside that, this is a good way to check which "antivirus tools" are simply useless...
there's different ways for "antivirus tools" to check for virusses.. for some of them, every tool accessing the hdd is a virus... others detect any tool accessing other processes memory as virus, others take any network action as a serious security problem...
in the end it's allways a good idea to just publish your tools open source, so every1 can easily check the source
You may also use my tool which protects autoit-scripts which was made to have as less virus warnings as possible so maybe it could help but there always will be some virus warnings left.
AutoIT Problem(e) mit meinem Bot Script 09/13/2013 - AutoIt - 6 Replies Howdy,
Ich fange an AutoIT mit learning by doing zu lernen. Da ich schon immer über einen Farmbot für ein MMORPG nachdenke und niemand sowas releast hat, will ich ihn selbst schreiben, da er auch recht simpel aufgebaut sein soll.
Dieser in Zukunft 1. Bot von mir, soll zuerst mit einem Mausklick zu einer Monster-Route laufen, diese Monster töten, deren Gegenstände einsammeln, sich hinsetzen und regenerieren und dann das ganze von vorn.
Problem hierbei, das ich einfach nicht weiß, wie...
Visual Basic AutoStart-Script Virus Problem 10/22/2011 - Main - 3 Replies Hey,
erstmal sorry wegen dem "doofen" Titel,
mir fiel nichts besseres ein :P.
Also mein Problem:
Ich programmiere mit Visual Basic
momentan ein Programm.
Nun kann der unter den Optionen
auswählen ob das Programm
Automatisch beim anschalten des
Pc´s gestartet werden soll.
Einfaches AutoIT Script Problem 08/24/2011 - General Coding - 6 Replies Hey leute ;D
Habe ein Problem gerade bei meinem Script . Es soll automatisch okay nicht so automatisch xD eine Email erstellen . Ich komme nicht bei dem Email namen weiter . Hier das Video das ich hochgeladen habe für euch :
http://www.youtube.com/watch?v=eRiEzN8xjEk
Mfg
Die verarbeitung kan noch laufen deswegen kan das Video noch nicht klappen da ich alles schnell in 5 Minuten gamcht habe ich meine Soein Bot ist garnichts :P
Edit : Das Passwort wiederholen Problem hab ich jetz...
[HELP] Problem bei autoit script 10/24/2010 - AutoIt - 8 Replies Hey habn problem mim autoit script .. des startet die programme nich und die coords beim mouseclick machts i-wo oben links obwohl xampp unten rechts ist ^^
run ("C:\Dokumente und Einstellungen\***\Desktop\Portmap\Portmap.exe" ;)
sleep ( 1000 )
run ("C:\Dokumente und Einstellungen\***\Desktop\XAMPP Control Panel.exe")
MouseClick ( "left" ])
sleep ( 1000 )
MouseClick
sleep ( 1000 )
run ("C:\Dokumente und Einstellungen\Dackupix3\Desktop\Pserver\Serverstar ter.vmc")