Advertisement
okban

NANI

Feb 8th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.14 KB | None | 0 0
  1. --[[
  2. /:::
  3. ; ':/. _
  4. ` -√
  5. . :-
  6. | :'
  7. ,, ; __',,,,,"-------++++++"
  8. - - ',,'-,,''' '',---+--''__-__ '--// '--//
  9. ,' - ".-+-'' `__'' ''' _'.'. `__` :' '__` :`
  10. . - -'-·:.· ...---::--.+++,---,+-- '' --. _:` :' .:' :'
  11. `- ;, ___-- `__-/.--------.: '/...:',_, .:--`-- `. :. '.
  12. ; _ ,_,` `.:/:::.'''' -- '-::--. -/::-` : __ :
  13. '. '/:' _-+-:.'' · _:- `·-·' '---' /-:::: / / /
  14. `. '_,' `.::-` ·- ' '' ''-.:. `-::` / :' /
  15. _ ·-;.' ,::.' __ · ' '-:-:· _- :`
  16. |- ·,-+-, '- '- :. '_/. _- _-
  17. '/ , ·_· : · / ':- '-. /
  18. : ; , __ -' : -- ./. `,.` /
  19. .- '' ' ·.· '-'''' ': . ./-.-.· /
  20. `:` ,,-'. ·- __ ''../...'''____-. '' +· /
  21. ':- '·''· / __' .: '/ ·_ :'/ -.
  22. /.;;' - '- : / ''_/'' -.': '/
  23. ;;-·'·--'' , : __ .: _''':''''___` : :' '' _'' '/
  24. '√' ·--+♪ ': `: /. : _-_ : / -.-... -:
  25. '; ♪ :' :: .: - :: :' :' :.` ,:.
  26. : '; / .-: .: - - :/ __ / ` _-:.
  27. -- :` ': ':.` -.: / ` ::` / `: :---`..
  28. '; '; /` -./ : : : '' /.: -` / `: -
  29. '♪ ,;' / : / .: : `: '' /': ' / : ''
  30. '' .-- _.'- / :-'/ /'': -; / : : -' '-
  31. ♪·--' '_; _ .- /`-: ' :'': // _` :'- -` : _ -.
  32. ,·' '..'. '. .' -.':. .: --'-: /\ :- / _' '' : : :
  33. ._..' ·,· ; /'':',,,,:/''/.'/- /\` :: / _ _ / _ .-
  34. '''·-···-·----- ♪ ; ··`.:.'''-:-.-:-:-- /\` /- / '_ -: / _ /
  35. : ''''' :/- '-::___:.-::/-/-::-.:-.:.- //` '.:/___:'': :: _- _` /
  36. :' //-. .':/-__/-'../..':/'':''::- `::` '.:/''_:-': :/ :` __ .:`
  37. .: ::/-: - -::-.-/'''---+-+::/--+--' '-.' :-//:-'-:-,: :`: / __ '---
  38. /' ':::-/ --//.... -: / .' '.--· _--++·`/./`:-'-/--/..''':': / .:'''.-/
  39. :. :::-./ .` :'-... -: '_.'/ . ''.'.h:-.u/::-''/''+++::· `: .:....·
  40. '- -/.'.'/ - __ '/'''' :_.': '' ';----';''''-.:-.-::· :' _·
  41. '· ; ·/:'/.·/ ' .' -://::-' ':''' :'__' _: ' ': :.`:··:/: : :`
  42. '; . '/:- - / '' ___.- ''-.'-:''' :-.:. -: -::''/ - .:--:' / /
  43. _< . :-·' :· · ·_,,,,,:-:-'' :` .:''''./ ./:..` /-''/ / /
  44. ., · `" .- ·/ · ':'--:::/: '+-.` .-.'': :::-
  45. '·/ / /· .' '_ · .·. . '-4 ''''/.:_,,' : ''-- `;/ `
  46. :^:^ ;/;. "' |' ': - ·____; ...--:--' _· · - -/
  47. ·:·;. .2'-- '^ ·__··/ · : .,,.. ' _ '' : ::
  48. __· ;♪ --.' ''..: ,,, :` ''': ♪
  49. ·__· ·,_'// '' '-- - - _- - / '' / ·
  50. _,_';/':, ' ''' _/ ... .- :.'' / ..
  51. _:;;:/' ' ' ':. : '' :'' '/ :
  52. .:.:''--_____'/ : ./ ' -' :
  53. '____...../. . ..:. -: ''''- ♪
  54. __. / : `--. `-._ '''__ :
  55. '..." _. · .' '...' `--;-' _ _♪ `:
  56. .../ : ./. ___'_ ~. `-.--.'' `/'-/ ♪
  57. ·...:' :. /'''''''.',,,/:;..:'''''''''''_'..-/`---''''' -:''" :
  58. ': :. :-----" --::---------:-/`'': _
  59. / :.' -'''' '''''''' /`'.: :
  60. ·- :-" `- `- ' .-
  61. :':.:. " :'' :
  62. '.: -.'" /''.- .-
  63. ··· --.♪ /
  64. .: ♪
  65. :__
  66. ·u·
  67. --]]
  68. function sandbox(var,func)
  69. local env = getfenv(func)
  70. local newenv = setmetatable({},{
  71. __index = function(self,k)
  72. if k=="script" then
  73. return var
  74. else
  75. return env[k]
  76. end
  77. end,
  78. })
  79. setfenv(func,newenv)
  80. return func
  81. end
  82. cors = {}
  83. mas = Instance.new("Model",game:GetService("Lighting"))
  84. Model0 = Instance.new("Model")
  85. Part1 = Instance.new("Part")
  86. Script2 = Instance.new("Script")
  87. Sound3 = Instance.new("Sound")
  88. Model0.Name = "Anime"
  89. Model0.Parent = mas
  90. Part1.Name = "bosh"
  91. Part1.Parent = Model0
  92. Part1.BrickColor = BrickColor.new("Black")
  93. Part1.Transparency = 1
  94. Part1.Rotation = Vector3.new(-180, 0, -180)
  95. Part1.Anchored = true
  96. Part1.Size = Vector3.new(4.31001425, 2.94140148, 0.0685162395)
  97. Part1.CFrame = CFrame.new(60.734993, 1.47070801, -47.8899994, -1, 0, 8.74227766e-08, 0, 1, 0, -8.74227766e-08, 0, -1)
  98. Part1.Color = Color3.new(0.101961, 0.164706, 0.203922)
  99. Part1.Position = Vector3.new(60.734993, 1.47070801, -47.8899994)
  100. Part1.Orientation = Vector3.new(0, 180, 0)
  101. Part1.Color = Color3.new(0.101961, 0.164706, 0.203922)
  102. Script2.Parent = Part1
  103. table.insert(cors,sandbox(Script2,function()
  104.  
  105. game.Workspace.Anime.Sound:Play()
  106. end))
  107. Sound3.Parent = Model0
  108. Sound3.SoundId = "rbxassetid://1131624146"
  109. Sound3.Volume = 10
  110. for i,v in pairs(mas:GetChildren()) do
  111. v.Parent = workspace
  112. pcall(function() v:MakeJoints() end)
  113. end
  114. mas:Destroy()
  115. for i,v in pairs(cors) do
  116. spawn(function()
  117. pcall(v)
  118. end)
  119. end
  120. wait(10)
  121. function sandbox(var,func)
  122. local env = getfenv(func)
  123. local newenv = setmetatable({},{
  124. __index = function(self,k)
  125. if k=="script" then
  126. return var
  127. else
  128. return env[k]
  129. end
  130. end,
  131. })
  132. setfenv(func,newenv)
  133. return func
  134. end
  135. cors = {}
  136. mas = Instance.new("Model",game:GetService("Lighting"))
  137. Model0 = Instance.new("Model")
  138. Part1 = Instance.new("Part")
  139. Script2 = Instance.new("Script")
  140. Part3 = Instance.new("Part")
  141. ParticleEmitter4 = Instance.new("ParticleEmitter")
  142. ParticleEmitter5 = Instance.new("ParticleEmitter")
  143. ParticleEmitter6 = Instance.new("ParticleEmitter")
  144. ParticleEmitter7 = Instance.new("ParticleEmitter")
  145. Sound8 = Instance.new("Sound")
  146. Model0.Name = "Anime2"
  147. Model0.Parent = mas
  148. Part1.Name = "bosh"
  149. Part1.Parent = Model0
  150. Part1.BrickColor = BrickColor.new("Black")
  151. Part1.Transparency = 1
  152. Part1.Rotation = Vector3.new(-180, 0, -180)
  153. Part1.Anchored = true
  154. Part1.Size = Vector3.new(4.31001425, 2.94140148, 0.0685162395)
  155. Part1.CFrame = CFrame.new(29.8349934, 1.47071302, -24.4300003, -1, 0, 8.74227766e-08, 0, 1, 0, -8.74227766e-08, 0, -1)
  156. Part1.Color = Color3.new(0.101961, 0.164706, 0.203922)
  157. Part1.Position = Vector3.new(29.8349934, 1.47071302, -24.4300003)
  158. Part1.Orientation = Vector3.new(0, 180, 0)
  159. Part1.Color = Color3.new(0.101961, 0.164706, 0.203922)
  160. Script2.Parent = Part1
  161. table.insert(cors,sandbox(Script2,function()
  162. game.Workspace.Anime2.Sound2:Play()
  163. end))
  164. Part3.Name = "HumanoidRootPart"
  165. Part3.Parent = Model0
  166. Part3.Transparency = 1
  167. Part3.Rotation = Vector3.new(0, -37.3800011, 0)
  168. Part3.Anchored = true
  169. Part3.CanCollide = false
  170. Part3.Locked = true
  171. Part3.FormFactor = Enum.FormFactor.Symmetric
  172. Part3.Size = Vector3.new(2, 2, 1)
  173. Part3.CFrame = CFrame.new(-30.8972664, 86.3904037, 23.4598732, 0.794624925, 0, -0.607101083, 0, 1, 0, 0.607101083, 0, 0.794624925)
  174. Part3.BottomSurface = Enum.SurfaceType.Smooth
  175. Part3.TopSurface = Enum.SurfaceType.Smooth
  176. Part3.Position = Vector3.new(-30.8972664, 86.3904037, 23.4598732)
  177. Part3.Orientation = Vector3.new(0, -37.3800011, 0)
  178. ParticleEmitter4.Parent = Part3
  179. ParticleEmitter4.Texture = "rbxassetid://732274592"
  180. ParticleEmitter4.Lifetime = NumberRange.new(20, 30)
  181. ParticleEmitter4.Rate = 500
  182. ParticleEmitter4.VelocitySpread = 200
  183. ParticleEmitter5.Parent = Part3
  184. ParticleEmitter5.Texture = "rbxassetid://732274592"
  185. ParticleEmitter5.Lifetime = NumberRange.new(20, 30)
  186. ParticleEmitter5.Rate = 500
  187. ParticleEmitter5.VelocitySpread = 200
  188. ParticleEmitter6.Parent = Part3
  189. ParticleEmitter6.Texture = "rbxassetid://732274592"
  190. ParticleEmitter6.Lifetime = NumberRange.new(20, 30)
  191. ParticleEmitter6.Rate = 500
  192. ParticleEmitter6.VelocitySpread = 200
  193. ParticleEmitter7.Parent = Part3
  194. ParticleEmitter7.Texture = "rbxassetid://732274592"
  195. ParticleEmitter7.Lifetime = NumberRange.new(20, 30)
  196. ParticleEmitter7.Rate = 500
  197. ParticleEmitter7.VelocitySpread = 200
  198. Sound8.Name = "Sound2"
  199. Sound8.Parent = Model0
  200. Sound8.SoundId = "rbxassetid://357562152"
  201. Sound8.Volume = 10
  202. for i,v in pairs(mas:GetChildren()) do
  203. v.Parent = workspace
  204. pcall(function() v:MakeJoints() end)
  205. end
  206. mas:Destroy()
  207. for i,v in pairs(cors) do
  208. spawn(function()
  209. pcall(v)
  210. end)
  211. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement