Mage_Enderman

Glovepie Wingdings -Made by me!!-

Feb 8th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. // Unicode Wing Dings Made by Mage_Enderman on Pastebin --> http://pastebin.com/u/Mage_Enderman
  2. //โฌฅโœ‹โ˜ โ˜๐Ÿ‘Žโœ‹โ˜ โ˜๐Ÿ’ง โšโ˜ผ โฌฅ๐Ÿ‘Ž โ˜โœŒ๐Ÿ’งโ„โ˜œโ˜ผ
  3. //I have only added letters and not Numbers or !?.:'[]()
  4.  
  5.  
  6.  
  7. if said("hide", 5) or said('flee') or said('run away') or said('disapear') then
  8. hidepie
  9. end if
  10.  
  11. if said("show", 5) or said('reveal') or said('return') or said('come back') then
  12. showpie
  13. end if
  14.  
  15. if said('eye am gast') or said('eye am the one who speak in hands') then
  16. var.Gaster = true
  17. end if
  18.  
  19. if said('im not gast') then
  20. var.Gaster = false
  21. end if
  22.  
  23. if var.Gaster = true then
  24. Key.BackSpace and Type('โœˆ') = key.Q
  25. Key.BackSpace and Type('โฌฅ') = key.W
  26. Key.BackSpace and Type('โ˜œ') = key.E
  27. Key.BackSpace and Type('โ˜ผ') = key.R
  28. Key.BackSpace and Type('โ„') = key.T
  29. Key.BackSpace and Type('โœก') = key.Y
  30. Key.BackSpace and Type('โ—†') = key.U
  31. Key.BackSpace and Type('โœ‹') = key.I
  32. Key.BackSpace and Type('โš') = key.O
  33. Key.BackSpace and Type('โ—ป') = key.P
  34. Key.BackSpace and Type('โœŒ') = key.A
  35. Key.BackSpace and Type('๐Ÿ’ง') = key.S
  36. Key.BackSpace and Type('๐Ÿ‘Ž') = key.D
  37. Key.BackSpace and Type('โ˜ž') = key.F
  38. Key.BackSpace and Type('โ˜') = key.G
  39. Key.BackSpace and Type('โ˜Ÿ') = key.H
  40. Key.BackSpace and Type('โ˜บ') = key.J
  41. Key.BackSpace and Type('๐Ÿ˜') = key.K
  42. Key.BackSpace and Type('โ˜น') = key.L
  43. Key.BackSpace and Type('โ˜ช') = key.Z
  44. Key.BackSpace and Type('โœ ') = key.X
  45. Key.BackSpace and Type('๐Ÿ‘') = key.C
  46. Key.BackSpace and Type('โœž') = key.V
  47. Key.BackSpace and Type('๐Ÿ‘Œ') = key.B
  48. Key.BackSpace and Type('โ˜ ') = key.N
  49. Key.BackSpace and Type('๐Ÿ’ฃ') = key.M
  50. end if
Add Comment
Please, Sign In to add comment