Advertisement
StarzoZero

Untitled

Feb 6th, 2019
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.95 KB | None | 0 0
  1. -- Note, This was leaked on V3rmillion by a banned user so don't get mad at me for putting it on Pastebin
  2.  
  3. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  4. do
  5. script.Parent = owner.Character
  6. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  7. local function NewFakeEvent()
  8. local Bind = Instance.new("BindableEvent")
  9. local Fake;Fake = {Connections = {},
  10. fakeEvent=true;
  11. Connect=function(self,Func)
  12. Bind.Event:connect(Func)
  13. self.Connections[Bind] = true
  14. return setmetatable({Connected = true},{
  15. __index = function (self,Index)
  16. if Index:lower() == "disconnect" then
  17. return function() Fake.Connections[Bind] = false;self.Connected = false end
  18. end
  19. return Fake[Index]
  20. end;
  21. __tostring = function() return "Connection" end;
  22. })
  23. end}
  24. Fake.connect = Fake.Connect;return Fake;
  25. end
  26. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  27. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  28. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  29. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  30. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  31. local function TriggerEvent(self,Event,...)
  32. local Trigger = Mouse[Event]
  33. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  34. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  35. end
  36. end
  37. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  38. Event.OnServerEvent:Connect(function(FiredBy,Input)
  39. if FiredBy.Name ~= owner.Name then return end
  40. if Input.MouseEvent then
  41. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  42. else
  43. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  44. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  45. for _,Action in pairs(ContextActionService.Actions) do
  46. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  47. end
  48. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  49. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  50. end
  51. end)
  52. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  53. Event.Parent = NLS([[
  54. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  55. local Input = function(Input,gameProcessedEvent)
  56. if gameProcessedEvent then return end
  57. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  58. end
  59. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  60. local Hit,Target
  61. while wait(1/30) do
  62. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  63. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  64. end
  65. end
  66. ]],owner.Character)
  67. end
  68. RealGame = game;game = setmetatable({},{
  69. __index = function (self,Index)
  70. local Sandbox = function (Thing)
  71. if Thing:IsA("Player") then
  72. local RealPlayer = Thing
  73. return setmetatable({},{
  74. __index = function (self,Index)
  75. local Type = type(RealPlayer[Index])
  76. if Type == "function" then
  77. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  78. return function (self)return InternalData["Mouse"] end
  79. end
  80. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  81. end
  82. return RealPlayer[Index]
  83. end;
  84. __tostring = function(self) return RealPlayer.Name end
  85. })
  86. end
  87. end
  88. if RealGame[Index] then
  89. local Type = type(RealGame[Index])
  90. if Type == "function" then
  91. if Index:lower() == "getservice" or Index:lower() == "service" then
  92. return function (self,Service)
  93. local FakeServices = {
  94. ["players"] = function()
  95. return setmetatable({},{
  96. __index = function (self2,Index2)
  97. local RealService = RealGame:GetService(Service)
  98. local Type2 = type(Index2)
  99. if Type2 == "function" then
  100. return function (self,...) return RealService[Index2](RealService,...)end
  101. else
  102. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  103. return RealService[Index2]
  104. end
  105. end;
  106. __tostring = function(self) return RealGame:GetService(Service).Name end
  107. })
  108. end;
  109. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  110. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  111. ["runservice"] = function()
  112. return setmetatable({},{
  113. __index = function(self2,Index2)
  114. local RealService = RealGame:GetService(Service)
  115. local Type2 = type(Index2)
  116. if Type2 == "function" then
  117. return function (self,...) return RealService[Index2](RealService,...) end
  118. else
  119. local RunServices = {
  120. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  121. ["renderstepped"] = function() return RealService["Stepped"] end
  122. }
  123. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  124. return RealService[Index2]
  125. end
  126. end
  127. })
  128. end
  129. }
  130. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  131. return RealGame:GetService(Service)
  132. end
  133. end
  134. return function (self,...) return RealGame[Index](RealGame,...) end
  135. else
  136. if game:GetService(Index) then return game:GetService(Index) end
  137. return RealGame[Index]
  138. end
  139. end
  140. return nil
  141. end
  142. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  143.  
  144.  
  145. --made by dion stupid bamzookis
  146. warn("made by dion stupid bamzookis jk luv u all <3")
  147. function sandbox(var,func)
  148. local env = getfenv(func)
  149. local newenv = setmetatable({},{
  150. __index = function(self,k)
  151. if k=="script" then
  152. return var
  153. else
  154. return env[k]
  155. end
  156. end,
  157. })
  158. setfenv(func,newenv)
  159. return func
  160. end
  161. cors = {}
  162. mas = Instance.new("Model",game:GetService("Lighting"))
  163. Model0 = Instance.new("Model")
  164. Part1 = Instance.new("Part")
  165. Decal2 = Instance.new("Decal")
  166. Decal3 = Instance.new("Decal")
  167. Decal4 = Instance.new("Decal")
  168. Decal5 = Instance.new("Decal")
  169. Part6 = Instance.new("Part")
  170. Decal7 = Instance.new("Decal")
  171. Part8 = Instance.new("Part")
  172. Script9 = Instance.new("Script")
  173. Sound10 = Instance.new("Sound")
  174. Sound11 = Instance.new("Sound")
  175. Sound12 = Instance.new("Sound")
  176. Sound13 = Instance.new("Sound")
  177. Sound14 = Instance.new("Sound")
  178. Sound15 = Instance.new("Sound")
  179. Sound16 = Instance.new("Sound")
  180. Sound17 = Instance.new("Sound")
  181. Sound18 = Instance.new("Sound")
  182. Sound19 = Instance.new("Sound")
  183. Sound20 = Instance.new("Sound")
  184. Sound21 = Instance.new("Sound")
  185. Model0.Name = "leppie"
  186. Model0.Parent = mas
  187. Model0.PrimaryPart = Part6
  188. Part1.Name = "Screen"
  189. Part1.Parent = Model0
  190. Part1.BrickColor = BrickColor.new("Maroon")
  191. Part1.Rotation = Vector3.new(-180, 0, -180)
  192. Part1.Anchored = true
  193. Part1.Size = Vector3.new(75.8799591, 55.930027, 1.35998762)
  194. Part1.CFrame = CFrame.new(13.20014, -31.7921829, -39.5804062, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  195. Part1.BottomSurface = Enum.SurfaceType.Smooth
  196. Part1.TopSurface = Enum.SurfaceType.Smooth
  197. Part1.Color = Color3.new(0.458824, 0, 0)
  198. Part1.Position = Vector3.new(13.20014, -31.7921829, -39.5804062)
  199. Part1.Orientation = Vector3.new(0, 180, 0)
  200. Part1.Color = Color3.new(0.458824, 0, 0)
  201. Decal2.Name = "face"
  202. Decal2.Parent = Part1
  203. Decal2.Texture = "rbxassetid://90662479"
  204. Decal3.Name = "eyes"
  205. Decal3.Parent = Part1
  206. Decal3.Texture = "rbxassetid://90662469"
  207. Decal4.Name = "mouth"
  208. Decal4.Parent = Part1
  209. Decal5.Name = "breek"
  210. Decal5.Parent = Part1
  211. Decal5.Transparency = 1
  212. Decal5.Texture = "rbxassetid://1186442668"
  213. Part6.Name = "Keyboard"
  214. Part6.Parent = Model0
  215. Part6.BrickColor = BrickColor.new("Really black")
  216. Part6.Rotation = Vector3.new(-180, 0, -180)
  217. Part6.Anchored = true
  218. Part6.Size = Vector3.new(79.1299744, 1, 69.2299881)
  219. Part6.CFrame = CFrame.new(13.20014, -62.288559, -4.82504272, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  220. Part6.BottomSurface = Enum.SurfaceType.Smooth
  221. Part6.TopSurface = Enum.SurfaceType.Smooth
  222. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  223. Part6.Position = Vector3.new(13.20014, -62.288559, -4.82504272)
  224. Part6.Orientation = Vector3.new(0, 180, 0)
  225. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  226. Decal7.Parent = Part6
  227. Decal7.Texture = "http://www.roblox.com/asset/?id=244679164"
  228. Decal7.Face = Enum.NormalId.Top
  229. Part8.Name = "Toppart"
  230. Part8.Parent = Model0
  231. Part8.BrickColor = BrickColor.new("Really black")
  232. Part8.Rotation = Vector3.new(-180, 0, 0)
  233. Part8.Anchored = true
  234. Part8.Size = Vector3.new(79.1299744, 60.3200264, 1.35998762)
  235. Part8.CFrame = CFrame.new(13.20014, -31.7921829, -39.7079086, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  236. Part8.BottomSurface = Enum.SurfaceType.Smooth
  237. Part8.TopSurface = Enum.SurfaceType.Smooth
  238. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  239. Part8.Position = Vector3.new(13.20014, -31.7921829, -39.7079086)
  240. Part8.Orientation = Vector3.new(0, 180, 180)
  241. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  242. Script9.Parent = Model0
  243. table.insert(cors,sandbox(Script9,function()
  244. leppie = script.Parent
  245. keyboard = script.Parent.Keyboard
  246. screen = script.Parent.Screen
  247. top = script.Parent.Toppart
  248. eyes = leppie.Screen.eyes
  249. face = leppie.Screen.face
  250. mouth = leppie.Screen.mouth
  251.  
  252. local puddle = Instance.new("Part", workspace)
  253. puddle.Transparency = 1
  254. puddle.Anchored = true
  255. puddle.CanCollide = false
  256. puddle.Locked = true
  257. puddle.Position = Vector3.new(13.2, 0.386, -4.825)
  258. puddle.BrickColor = BrickColor.new("Really red")
  259. puddle.Shape = "Cylinder"
  260. puddle.Size = Vector3.new(0.6, 129.53, 132.12)
  261. puddle.Orientation = Vector3.new(0,0,90)
  262. puddle.Material = "Neon"
  263.  
  264. wait(1)
  265. script.Parent.Screen.face.Transparency = 0
  266. script.Parent.portal:Play()
  267. puddle.Transparency = 0.9
  268. wait()
  269. puddle.Transparency = 0.8
  270. wait()
  271. puddle.Transparency = 0.7
  272. wait()
  273. puddle.Transparency = 0.6
  274. wait()
  275. puddle.Transparency = 0.5
  276. wait()
  277. puddle.Transparency = 0.4
  278. wait()
  279. puddle.Transparency = 0.3
  280. wait()
  281. puddle.Transparency = 0.2
  282. wait()
  283. puddle.Transparency = 0.1
  284. wait()
  285. puddle.Transparency = 0
  286. wait(3)
  287. script.Parent.quake:Play()
  288. wait(1)
  289. script.Parent.intro:Play()
  290.  
  291. for i = 1,500 do
  292. leppie:SetPrimaryPartCFrame(leppie:GetPrimaryPartCFrame() * CFrame.new(0,0.125,0))
  293. wait()
  294. end
  295. script.Parent.quake:Stop()
  296. wait(3)
  297. script.Parent.intro:Stop()
  298. wait()
  299. puddle.Transparency = 0
  300. wait()
  301. puddle.Transparency = 0.1
  302. wait()
  303. puddle.Transparency = 0.2
  304. wait()
  305. puddle.Transparency = 0.3
  306. wait()
  307. puddle.Transparency = 0.4
  308. wait()
  309. puddle.Transparency = 0.5
  310. wait()
  311. puddle.Transparency = 0.6
  312. wait()
  313. puddle.Transparency = 0.7
  314. wait()
  315. puddle.Transparency = 0.8
  316. wait()
  317. puddle.Transparency = 0.9
  318. wait()
  319. puddle.Transparency = 1
  320. wait()
  321. puddle:Destroy()
  322. wait(1)
  323. leppie.Screen.face.Transparency = 1
  324. leppie.Screen.eyes.Transparency = 0
  325. leppie.Screen.mouth.Transparency = 0
  326. leppie.taunt:Play()
  327. wait()
  328. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  329. wait(0.1)
  330. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  331. wait(0.1)
  332. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  333. wait(0.3)
  334. mouth.Texture = "http://www.roblox.com/asset/?id=920435550"
  335. wait(0.1)
  336. mouth.Texture = "http://www.roblox.com/asset/?id=920434668"
  337. wait()
  338. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  339. wait(0.2)
  340. mouth.Texture = "http://www.roblox.com/asset/?id=920434815"
  341. wait(0.2)
  342. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  343. wait(0.1)
  344. mouth.Texture = "http://www.roblox.com/asset/?id=920435550"
  345. wait(0.2)
  346. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  347. wait(0.2)
  348. mouth.Texture = "http://www.roblox.com/asset/?id=920434524"
  349. wait()
  350. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  351. wait(0.1)
  352. mouth.Texture = "http://www.roblox.com/asset/?id=920434668"
  353. wait(0.2)
  354. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  355. wait()
  356. mouth.Texture = "http://www.roblox.com/asset/?id=920434949"
  357. wait(0.1)
  358. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  359. wait()
  360. mouth.Texture = "http://www.roblox.com/asset/?id=920435550"
  361. wait(0.2)
  362. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  363. wait()
  364. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  365. wait(0.1)
  366. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  367. wait(1)
  368. mouth.Transparency = 1
  369. eyes.Transparency = 1
  370. face.Texture = "http://www.roblox.com/asset/?id=90662479"
  371. face.Transparency = 0
  372. wait(2)
  373. eyes.Texture = "http://www.roblox.com/asset/?id=1136339833"
  374. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  375. face.Transparency = 1
  376. eyes.Transparency = 0
  377. mouth.Transparency = 0
  378. script.Parent.laugh:Play()
  379. wait()
  380. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  381. wait(0.8)
  382. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  383. wait(0.1)
  384. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  385. wait(0.1)
  386. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  387. wait(0.1)
  388. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  389. wait(0.1)
  390. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  391. wait(0.1)
  392. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  393. wait(0.1)
  394. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  395. wait(0.1)
  396. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  397. wait(0.1)
  398. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  399. wait(0.1)
  400. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  401. wait(0.1)
  402. leppie.laugh:Stop()
  403. mouth.Transparency = 1
  404. eyes.Transparency = 1
  405. face.Transparency = 0
  406. leppie.static:Play()
  407. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  408. wait(0.1)
  409. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  410. wait(0.1)
  411. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  412. wait(0.1)
  413. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  414. wait(0.1)
  415. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  416. wait(0.1)
  417. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  418. wait(0.1)
  419. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  420. wait(0.1)
  421. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  422. wait(0.1)
  423. leppie.static:Stop()
  424. wait()
  425. leppie.milkncereal:Play()
  426. face.Texture = "http://www.roblox.com/asset/?id=1452644310"
  427. wait(0.5)
  428. face.Texture = "http://www.roblox.com/asset/?id=1454229375"
  429. wait(0.5)
  430. face.Texture = "http://www.roblox.com/asset/?id=1452644930"
  431. wait(0.75)
  432. face.Texture = "http://www.roblox.com/asset/?id=1452644310"
  433. wait(0.4)
  434. face.Texture = "http://www.roblox.com/asset/?id=1454229375"
  435. wait(0.4)
  436. face.Texture = "http://www.roblox.com/asset/?id=1452644930"
  437. wait(0.60)
  438. face.Texture = "http://www.roblox.com/asset/?id=1452644310"
  439. wait(0.4)
  440. face.Texture = "http://www.roblox.com/asset/?id=1454229375"
  441. wait(0.4)
  442. face.Texture = "http://www.roblox.com/asset/?id=1452644930"
  443. wait(0.60)
  444. face.Texture = "http://www.roblox.com/asset/?id=1452644930"
  445. wait(0.2)
  446. face.Texture = "http://www.roblox.com/asset/?id=1454229375"
  447. wait(0.2)
  448. face.Texture = "http://www.roblox.com/asset/?id=1452644310"
  449. wait(0.2)
  450. leppie.milkncereal:Stop()
  451. leppie.static:Play()
  452. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  453. wait(0.1)
  454. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  455. wait(0.1)
  456. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  457. wait(0.1)
  458. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  459. wait(0.1)
  460. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  461. wait(0.1)
  462. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  463. wait(0.1)
  464. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  465. wait(0.1)
  466. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  467. wait(0.1)
  468. leppie.static:Stop()
  469. leppie.reee:Play()
  470. face.Texture = "http://www.roblox.com/asset/?id=1342394240"
  471. wait(1)
  472. face.Texture = "http://www.roblox.com/asset/?id=48129430"
  473. wait(3)
  474. leppie.static:Play()
  475. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  476. wait(0.1)
  477. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  478. wait(0.1)
  479. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  480. wait(0.1)
  481. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  482. wait(0.1)
  483. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  484. wait(0.1)
  485. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  486. wait(0.1)
  487. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  488. wait(0.1)
  489. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  490. wait(0.1)
  491. leppie.static:Stop()
  492. wait()
  493. face.Texture = "http://www.roblox.com/asset/?id=873240105"
  494. wait(0.3)
  495. leppie.static:Play()
  496. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  497. wait(0.1)
  498. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  499. wait(0.1)
  500. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  501. wait(0.1)
  502. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  503. wait(0.1)
  504. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  505. leppie.static:Stop()
  506. wait(0.05)
  507. leppie.static:Play()
  508. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  509. wait(0.1)
  510. face.Texture = "http://www.roblox.com/asset/?id=161123846"
  511. wait(0.1)
  512. face.Texture = "http://www.roblox.com/asset/?id=1437986267"
  513. leppie.static:Stop()
  514. face.Transparency = 1
  515. eyes.Texture = "http://www.roblox.com/asset/?id=238113668"
  516. eyes.Transparency = 0
  517. mouth.Texture = "http://www.roblox.com/asset/?id=377495903"
  518. mouth.Transparency = 0
  519. leppie.tooterals:Play()
  520. wait(3.2)
  521. eyes.Texture = "http://www.roblox.com/asset/?id=1136341716"
  522. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  523. wait(0.1)
  524. mouth.Texture = "http://www.roblox.com/asset/?id=920435550"
  525. wait(0.2)
  526. mouth.Texture = "http://www.roblox.com/asset/?id=591848611"
  527. eyes.Transparency = 1
  528. wait(2)
  529. eyes.Transparency = 0
  530. eyes.Texture = "http://www.roblox.com/asset/?id=1136341716"
  531. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  532. wait(0.1)
  533. mouth.Texture = "http://www.roblox.com/asset/?id=920435550"
  534. wait(0.1)
  535. mouth.Texture = "http://www.roblox.com/asset/?id=920434949"
  536. wait(2)
  537. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  538. wait(0.1)
  539. mouth.Texture = "http://www.roblox.com/asset/?id=920435550"
  540. wait(0.1)
  541. mouth.Texture = "http://www.roblox.com/asset/?id=920434949"
  542. wait(2.5)
  543. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  544. wait(0.1)
  545. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  546. wait(0.05)
  547. mouth.Texture = "http://www.roblox.com/asset/?id=920434949"
  548. wait(0.05)
  549. mouth.Texture = "http://www.roblox.com/asset/?id=920434815"
  550. wait(0.05)
  551. mouth.Texture = "http://www.roblox.com/asset/?id=920432367"
  552. wait(0.05)
  553. mouth.Texture = "http://www.roblox.com/asset/?id=920434949"
  554. wait(0.05)
  555. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  556. wait(0.1)
  557. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  558. wait(0.05)
  559. mouth.Texture = "http://www.roblox.com/asset/?id=920435550"
  560. wait(0.3)
  561. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  562. wait(0.05)
  563. mouth.Texture = "http://www.roblox.com/asset/?id=920435550"
  564. wait(0.04)
  565. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  566. wait(0.04)
  567. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  568. wait(0.04)
  569. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  570. wait(0.2)
  571. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  572. wait(0.04)
  573. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  574. wait(0.3)
  575. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  576. wait(0.05)
  577. mouth.Texture = "http://www.roblox.com/asset/?id=920435550"
  578. wait(0.03)
  579. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  580. wait(0.03)
  581. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  582. wait(0.03)
  583. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  584. wait(0.2)
  585. mouth.Texture = "http://www.roblox.com/asset/?id=920434523"
  586. wait(0.03)
  587. mouth.Texture = "http://www.roblox.com/asset/?id=920432772"
  588. wait(0.3)
  589. leppie.tooterals:Stop()
  590. face.Texture = "http://www.roblox.com/asset/?id=141181138"
  591. face.Transparency = 0
  592. eyes.Transparency = 1
  593. mouth.Transparency = 1
  594. leppie.fite1:Play()
  595.  
  596. for kek = 1,20 do
  597. local etecc = Instance.new("Part", leppie)
  598. etecc.BrickColor = BrickColor.Random()
  599. etecc.Size = Vector3.new(5.59, 4.4, 4.71)
  600. etecc.Anchored = false
  601. etecc.CanCollide = true
  602. etecc.Shape = "Ball"
  603. etecc.Position = Vector3.new(math.random(-300,300),300, math.random(-300, 300))
  604. wait(2)
  605. local boom = Instance.new("Explosion", etecc)
  606. boom.Position = etecc.Position
  607. boom.BlastRadius = 30
  608. wait(0.5)
  609. etecc:Destroy()
  610. end
  611.  
  612. local weakspot = Instance.new("Part", keyboard)
  613. weakspot.Shape = "Cylinder"
  614. weakspot.BrickColor = BrickColor.new("Really red")
  615. weakspot.Position = keyboard.Position
  616. weakspot.Size = Vector3.new(0.85, 8.96, 3.03)
  617. weakspot.Anchored = true
  618. weakspot.CanCollide = true
  619. weakspot.Orientation = Vector3.new(0,0,90)
  620. print("Weak spot has appeared!")
  621.  
  622. function onTouch(hit)
  623. print("weakspot has been attacked!")
  624. weakspot:Destroy()
  625. leppie.fite1:Stop()
  626. leppie.pain.Pitch = 0.5
  627. leppie.pain:Play()
  628. leppie.crash:Play()
  629. screen.breek.Transparency = 0
  630. screen.face.Texture = "http://www.roblox.com/asset/?id=132894111"
  631. wait(5)
  632.  
  633. local puddle = Instance.new("Part", workspace)
  634. puddle.Transparency = 0
  635. puddle.Anchored = true
  636. puddle.CanCollide = false
  637. puddle.Locked = true
  638. puddle.Position = Vector3.new(13.2, 0.386, -4.825)
  639. puddle.BrickColor = BrickColor.new("Really red")
  640. puddle.Shape = "Cylinder"
  641. puddle.Size = Vector3.new(0.6, 129.53, 132.12)
  642. puddle.Orientation = Vector3.new(0,0,90)
  643. puddle.Material = "Neon"
  644.  
  645. leppie.quake:Play()
  646. local victori = Instance.new("Sound", workspace)
  647. victori.SoundId = "http://www.roblox.com/asset/?id=230469540"
  648. victori.Volume = 10
  649. victori.TimePosition = 1.5
  650. victori.Looped = true
  651. victori:Play()
  652. for i = 1,500 do
  653. leppie:SetPrimaryPartCFrame(leppie:GetPrimaryPartCFrame() * CFrame.new(0,-0.125,0))
  654. wait()
  655. end
  656. leppie.quake:Stop()
  657. leppie:Destroy()
  658. end
  659.  
  660. weakspot.Touched:connect(onTouch)
  661.  
  662. end))
  663. Sound10.Name = "portal"
  664. Sound10.Parent = Model0
  665. Sound10.SoundId = "rbxassetid://956585775"
  666. Sound10.Volume = 10
  667. Sound11.Name = "quake"
  668. Sound11.Parent = Model0
  669. Sound11.SoundId = "rbxassetid://1444622148"
  670. Sound11.Volume = 5
  671. Sound12.Name = "intro"
  672. Sound12.Parent = Model0
  673. Sound12.SoundId = "rbxassetid://778514954"
  674. Sound12.Volume = 10
  675. Sound13.Name = "taunt"
  676. Sound13.Parent = Model0
  677. Sound13.SoundId = "rbxassetid://135017578"
  678. Sound13.Volume = 10
  679. Sound14.Name = "laugh"
  680. Sound14.Parent = Model0
  681. Sound14.SoundId = "rbxassetid://535587826"
  682. Sound14.Volume = 10
  683. Sound15.Name = "static"
  684. Sound15.Parent = Model0
  685. Sound15.SoundId = "rbxassetid://132081621"
  686. Sound15.Volume = 10
  687. Sound16.Name = "milkncereal"
  688. Sound16.Parent = Model0
  689. Sound16.SoundId = "rbxassetid://172144294"
  690. Sound16.Volume = 10
  691. Sound17.Name = "reee"
  692. Sound17.Parent = Model0
  693. Sound17.SoundId = "rbxassetid://1286168545"
  694. Sound17.Volume = 10
  695. Sound18.Name = "tooterals"
  696. Sound18.Parent = Model0
  697. Sound18.SoundId = "rbxassetid://647462622"
  698. Sound18.Volume = 10
  699. Sound19.Name = "fite1"
  700. Sound19.Parent = Model0
  701. Sound19.SoundId = "rbxassetid://1065496720"
  702. Sound19.Volume = 10
  703. Sound20.Name = "pain"
  704. Sound20.Parent = Model0
  705. Sound20.SoundId = "rbxassetid://346315740"
  706. Sound20.Volume = 10
  707. Sound21.Name = "crash"
  708. Sound21.Parent = Model0
  709. Sound21.SoundId = "rbxassetid://747351124"
  710. Sound21.Volume = 10
  711. for i,v in pairs(mas:GetChildren()) do
  712. v.Parent = game:GetService("Players").LocalPlayer.Character
  713. pcall(function() v:MakeJoints() end)
  714. end
  715. mas:Destroy()
  716. for i,v in pairs(cors) do
  717. spawn(function()
  718. pcall(v)
  719. end)
  720. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement