|
|
#1 |
|
AppleScript "Fake" Virus Question
I am making a fake virus for mac using Applescript. Here's what I've got so far. Final Stage.rtfd is this in textedit. I need it to display fullscreen this image.
http://www.conservativecat.com/Ferdy...eVirusMSN.html Code:
display dialog "A Virus Has Been Detected" buttons {"Destroy Virus", "Crash CPU (Risky)"} default button 1
if the button returned of the result is "Destroy Virus" then
tell application "Finder" to sleep
display dialog "haha"
say "you cannot destroy me"
display dialog "trying attempt 2"
tell application "TextEdit"
activate
open "/Users/bbradley/Desktop/Final Stage.rtfd"
end tell
display dialog "trying last attempt"
say "Virus Upload Complete"
tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.displays"
end tell
tell application "System Events"
tell process "System Preferences"
tell slider 1 of group 2 of tab group 1 of window 1
set value to 0.0
end tell
end tell
end tell
tell application "System Preferences" to quit
else
display dialog "Good Move"
end if
|
|
|
|
1
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Going to buy a MBP, do I need a virus scanner? | Ulf1103 | Buying Tips and Advice | 13 | Aug 2, 2011 02:08 AM |
| Handling Duplicate AppleScripts | the Otter | Mac Programming | 1 | Dec 22, 2010 05:53 AM |
| Virus question | gogoshire | Mac Basics and Help | 12 | May 13, 2005 01:36 AM |
| OS X Virus Questions and Advice Needed | Diomedes | Mac Applications and Mac App Store | 24 | Feb 11, 2005 06:01 PM |
| someone who knows applescript.. very quick question | rock6079 | Mac Applications and Mac App Store | 1 | Aug 21, 2004 04:08 AM |
All times are GMT -5. The time now is 03:49 AM.







Threaded Mode
