#NoTrayIcon #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Change2CUI=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include "winpcap.au3" Global $pcap Global $iScan = 0 Global $iAlive = 0 ;declare array that will be filled with what ip's we will be scanning Dim $aIPSendArray[2] = [1, 0] Dim $aAliveHosts[1] = [0] ; initialise the Library $winpcap = _PcapSetup() If ($winpcap = -1) Then ConsoleWrite("WinPcap not found!") Exit EndIf ; Get the in