Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. tell application "Screen Sharing"
  2.     activate
  3.     tell application "Screen Sharing"
  4.         activate
  5.  
  6.         tell application "System Events"
  7.             keystroke "osx-mini.local" -- "osx.mini.local" would need to be replaced by "YourComputerName or IP Address"
  8.             keystroke return
  9.         end tell
  10.  
  11.     end tell
  12.  
  13.     delay 2
  14.  
  15.     tell application "System Events"
  16.         set value of attribute "AXFullScreen" of window 1 of process "Screen Sharing" to true
  17.  
  18.     end tell
  19. end tell