Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Unless otherwise noted the content of this AppleScript
  2. -- file is Copyright © 2010, 2011 Codeux Software.
  3.  
  4. on textualcmd(keyx)
  5.     if keyx is equal to "trex" then
  6.         return "................................................ ..........................._,-~\"¯¯\"~-,\n.................................................. ................__„-~\"¯¯:::,-~~-,_::::\"-\n.................................................. ..........„~\"¯::::::::::::::\"::::::::::::::::::::::\\\n.................................................. .__„„„-\"::::::::::::::::::::::::::::::::::::::::::::::\"~-,\n..........................................__-~\"::,-':::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::~-,\n..........................._______~\"___-~\"::::::::::::::::::::::::::::::::::::::::::::: ::: :: :::::::::::\"-,\n......................,~\"::::::::::::::¯¯::::::::: ::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::,: |\n....................:/:::::::::::::::::__-~\":::::::::::::::::::::::::::::::::::::::::::::::::_,-~\":'\\'-,:\\:|:\\|::\\|\\::\\:|\n...................,'::::::::,-~~\"~\"_::',::|::::::::::::::::::::::::::::::::::: :: :::,~ ':\\'-,::',\"-\\::'':\"::::::::\\|:|/\n..............._,-'\"~----\":::/,~\"¯\"-:|::|::|:::::::::::::::::::::::::::::::::::,~\"::\\'-,:\\;;'-';;;;;;;;;;;,-'::\\::|/\n............,-'::::::::::::::::'-\\~\"O¯_/::,'::|:::::::::::::::::::::::::::::::::,-',::\\'-,:|::\";;;;;;;;;;;;,-':\\:'-,::\\\n............|:::::::::::::::::-,_'~'::::,-'::,':::::::::::::::::::::::::::::,-':\\'-,:\\'-,';;';;;;;;;;;;;;;,-':\\:::'\\-,|''\n............|::,-~\"::::::::::::::\"~~\":::,-'::::::::::::::::::::::::_,-~':\\'-,|:\"'\";;;;;;;;;;;;;;,-'¯::'-,:',\\|\n.........../::/::::::::::::::::::::::::::::::::::::::::::::_,„-~\"¯\\:\\'-,|;''-';;;;;;;;;;;;;;;;;;,-'--,::\\-:\\:\\|\n........./::::|:::::::::::::::::::::::::::::::::::::::::,-';;'-';;;;',/;\\/;;;;;;;;;;;;;;;;;;;;,-,|:::\\-,:|\\|..\\|\n......./:::::::\\:::::::::::::::::::::::::::::::::::::,-';;;;;;;;;;;;;;;;;;;;;;;;;;;,-~'''(\"-,\\:::|\\:|::''\n......,':::::::,'::::::::::::::::::::::::::::::::: :,-'/;;;;;;;;;;;;;;;;;;;;;;;;;,--'::::::/\"~'\n.....,'::::::::|:::::::::::::::::::::::::::::,„-~\"::|;;;;;;;;;;;;;;;;;;;;;,-'::::::::,'::::/\n..../:::::::::|:::::::::::::„---~~\"\"¯¯¯::',:::::,';;;;;;;;;;;;;;;;;;;,'::::::::: :: |_,-'\n..,'::::::::::::\",:,-~\"¯::::::::\"-,::::::::::|:::/;;;;;;;;;;;;;;;;;;;,':::::::|::::,'\n./:::::::::::::::|:::::::::::::::::::\"-,:::::::\\:::|¯¯¯\"\"\"~-,~,_/::::::::,':::/\n::::::::::::::::::::::::::::::::::::::\"~-,_::|::\\: : : : : : |: : \\::::::::/:/\n::::::::::::::::::::::::::::::\",:::::::::::::\"-':::\\: : : : : : |: : :\\::::::\\ I'm A T-rex!!!!!!!!!!!!!!!!\n::::::::::::::::::::::::::::::::\",:::::::::::::: ::::\\: : : : : : \\: : : |:::::;;\\\n::::::::::::::::::\"-,:::::::::::::::\",:::::::::::::::/|\\ ,: : : : : : : |::::,'/|::::|\n:::::::::::::::::::::\"-,:::::::::::::::\"-,_::::::::::\\|:/|,: : : : : : : |::: |'-,/|:::|\n::::::::::::::::::::::::\"~-,_::::::::::::::\"~-,_:::\"-,/|/\\::::::::::: \\::: \\\"-/|::|\n:::::::::::::::::::::::::::::::\"~-,__:::::::::::',\"-,:::\"_|/\\:|\\: : : : \\::\\\":/|\\|\n::::::::::::::::::::::::::::::::::::::::\"~-,_:::::\\:::\\:::\"~/_:|:|\\: : : '-,\\::\"::,'\\\n:::::::::::::::::::::::::::::::::::::::::::::::\"-,_:'-,::\\:::::::\"-,|:||\\,-, : '-,\\:::|-'-„\n:::::::::::::::::::::::::::::::::::::::::::::::::: ::,-,'\"-:\"~,:::::\"/_/::|-/\\--';;\\:::/: ||\\-,\n:::::::::::::::::::::::::::::::::::::::::::::::::: :/...'-,::::::\"~„::::\"-,/_:|:/\\:/|/|/|_/:|\n:::::::::::::::::::::::::::::::::::::::::::::::::: |......\"-,::::::::\"~-:::::\"\"~~~\"¯:::|\n:::::::::::::::::::::::::::::::::::::::::::::::::: |.........\"-,_::::::::::::::::::::::::::::/\n:::::::::::::::::::::::::::::::::::::::::::::::::\\ ..............\"~--„_____„„-~~\""
  7.     else if keyx is equal to "facepalm" then
  8.         return "............................................______ __ \n....................................,.-‘”...................``~., \n.............................,.-”...................................“-., \n.........................,/...............................................”:, \n.....................,?........................... ..........................., \n.................../.................................................. .........,} \n................./.................................................. ....,:`^`..} \n.............../.................................................. .,:”........./ \n..............?.....__............................ .............:`.........../ \n............./__.(.....“~-,_..............................,:`........../ \n.........../(_....”~,_........“~,_....................,:`..... ..._/ \n..........{.._$;_......”=,_.......“-,_.......,.-~-,},.~”;/....} \n...........((.....*~_.......”=-._......“;,,./`..../”............../ \n...,,,___.`~,......“~.,....................`..... }............../ \n............(....`=-,,.......`........................(......;_,,-” \n............/.`~,......`-...................................../ \n.............`~.*-,.....................................|,./.....,__ \n,,_..........}.>-._...................................|........... ...`=~-, \n.....`=~-,__......`,................................. \n...................`=~-,,.,............................... \n................................`:,,.............. .............`..............__ \n.....................................`=-,...................,%`>--==`` \n........................................_........ …_,-%…….`"
  9.     else
  10.         return "/debug Valid Keys: facepalm, trex"
  11.     end if
  12. end textualcmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement