I wanted to see if I could create a program that would essentially do the same as checking the website and pasting in a domain and getting the details without having to actually visit the website, aka using autoit. I have successfully pulled this task off and have even added a colour coding and added commenting to anyone who is trying to understand what is going on and why. Let me know what you think!
#include <String.au3>
#include <ButtonConstants.au3>
#include <EditConstants.a