THE GREATEST MAC PRANK EVER!!!!!!!!!
by SebLim in Circuits > Computers
79400 Views, 12 Favorites, 0 Comments
THE GREATEST MAC PRANK EVER!!!!!!!!!
This is one of the greatest pranks for a mac computer known to the human race. It is a compile of knowledge collected over about 3 months of using apple script editor on and off. I took everything I knew and compiled it into a massive killer prank that will own any victim you choose (of course, they have to have a mac). As promised in the video, here is the script you can copy into apple script editor if you don't want to memorize all the commands. VOTE FOR ME IN THE APRIL FOOLS DAY CONTEST and maybe post a comment telling me what the reaction was of your victim and how you used this prank. Peace Out
As promised here is the code:
tell application "Finder" to say "PUT WHATEVER YOU WANT YOUR VICTIM'S COMPUTER TO SAY"
tell application "Finder"
activate
repeat # times
make new Finder window
end repeat
end tell
tell application "PUT WHATEVER WEB BROSWER YOUR VICTIM USES HERE"
open location "PUT RICK-ROLL SITE HERE"
end tell
display dialog "PUT YOUR TXT HERE" buttons {"FIRST BUTTON", "SECOND BUTTON"} default button 2if the button returned of the result is "FIRST BUTTON" then
-- action for 1st button goes here
else
-- action for 2nd button goes here
end if
file:///Users/sebastianlim/Desktop/Safari.app/
Disclaimer: I don't want to be a party pooper by posting this, but I have to. I am not responsible for any kind of trouble you get into by using this prank (I got 2 hours of detention for this prank, but it was still quite worth it) :D.As promised here is the code:
tell application "Finder" to say "PUT WHATEVER YOU WANT YOUR VICTIM'S COMPUTER TO SAY"
tell application "Finder"
activate
repeat # times
make new Finder window
end repeat
end tell
tell application "PUT WHATEVER WEB BROSWER YOUR VICTIM USES HERE"
open location "PUT RICK-ROLL SITE HERE"
end tell
display dialog "PUT YOUR TXT HERE" buttons {"FIRST BUTTON", "SECOND BUTTON"} default button 2if the button returned of the result is "FIRST BUTTON" then
-- action for 1st button goes here
else
-- action for 2nd button goes here
end if