IP Address Automation
IP Address Automation
Autohotkey Script
UrlDownloadToFile, https://api.ipify.org/, %temp%\Ip.txtFileread, Ipaddress, %temp%\Ip.txtGui, Font, S16 CDefault, VerdanaGui, Add, Text, x12 y49 w100 h30 , Public IPGui, Add, Edit, x122 y49 w220 h30 vIpaddress, %ipaddress%Gui, Add, Text, x352 y49 w50 h30 vTXT, UPGui, Add, Text, x12 y89 w100 h30 , Local IPlocalip:=A_ipaddress1Gui, Add, Edit, x122 y89 w220 h30 vlocalip,%localip%Gui, Show, x608 y329 h183 w432, Pro_IPCheckerV1returnGuiClose:ExitApp
Comments