Is it possible to make a script that would register my click anywhere on my computers screen even if its not in in the scene? Thanks.

This might help: https://msdn.microsoft.com/en-us/library/system.windows.input.mouse.leftbutton(v=vs.110).aspx

Using this property you can check whether the mouse button is clicked and do something if it is or not.