Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. tell application "Screen Sharing"
  2.     GetURL "vnc://osx-mini.local" -- "osx.mini.local" would need to be replaced by "YourComputerName or IP Address"
  3. end tell
  4.  
  5. delay 1
  6.  
  7. tell application "System Events"
  8.     set value of attribute "AXFullScreen" of window 1 of process "Screen Sharing" to true
  9. end tell