Advertisement
lafur

Untitled

Aug 31st, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.21 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end -- Created with Z_Vs M2S Plugin TouchTransmitter
  6. --CFrame is calling a model not in the script
  7. --Clipping isssues when firing bricks.
  8. Create = function(itemClass,tabl)
  9. local item = Instance.new(itemClass)
  10. for i,v in pairs(tabl) do
  11. local a,b = ypcall(function() return item[i] end)
  12. if a then
  13. item[i] = tabl[i]
  14. end
  15. end
  16. return item
  17. end
  18. function runDummyScript(f,scri)
  19. local oldenv = getfenv(f)
  20. local newenv = setmetatable({}, {
  21. __index = function(_, k)
  22. if k:lower() == 'script' then
  23. return scri
  24. else
  25. return oldenv[k]
  26. end
  27. end
  28. })
  29. setfenv(f, newenv)
  30. ypcall(function() f() end)
  31. end
  32. cors = {}
  33. mas = Instance.new("Model",game:GetService("Lighting"))
  34. mas.Name = "CompiledModel"
  35. o1 = Create("Tool",{
  36. ["Name"] = "Noobie McNoobington",
  37. ["Parent"] = mas,
  38. ["GripPos"] = Vector3.new(0, -1.60000002, -0.150000006),
  39. ["ToolTip"] = "A cuddly little noob.",
  40. })
  41. o2 = Create("Part",{
  42. ["Name"] = "Handle",
  43. ["Parent"] = o1,
  44. ["BrickColor"] = BrickColor.new("Bright blue"),
  45. ["Position"] = Vector3.new(330.49054, 87.0765381, -126.744385),
  46. ["Rotation"] = Vector3.new(-178.779846, 36.0838814, 179.281296),
  47. ["RotVelocity"] = Vector3.new(1, 1, 1),
  48. ["Velocity"] = Vector3.new(-9.18760204, 0, 13.3689327),
  49. ["CFrame"] = CFrame.new(330.49054, 87.0765381, -126.744385, -0.808091879, -0.0101370653, 0.588969052, -1.52181243e-014, 0.999851942, 0.0172089934, -0.589056253, 0.0139064481, -0.807972252),
  50. ["Locked"] = true,
  51. ["FormFactor"] = Enum.FormFactor.Symmetric,
  52. ["Size"] = Vector3.new(2, 2, 1),
  53. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  54. ["TopSurface"] = Enum.SurfaceType.Smooth,
  55. ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
  56. })
  57. o3 = Create("BlockMesh",{
  58. ["Parent"] = o2,
  59. ["Scale"] = Vector3.new(0.75, 0.75, 0.75),
  60. })
  61. o4 = Create("Sound",{
  62. ["Name"] = "FRESHMEAT",
  63. ["Parent"] = o2,
  64. ["Pitch"] = 1.0249999761581,
  65. ["SoundId"] = "http://www.roblox.com/asset/?id=2767085",
  66. ["Volume"] = 1,
  67. })
  68. o5 = Create("Sound",{
  69. ["Name"] = "KABOOOOM2",
  70. ["Parent"] = o2,
  71. ["Pitch"] = 0.80000001192093,
  72. ["SoundId"] = "http://www.roblox.com/asset/?id=2101159",
  73. ["Volume"] = 1,
  74. })
  75. o6 = Create("Sound",{
  76. ["Name"] = "RAWR",
  77. ["Parent"] = o2,
  78. ["Pitch"] = 0,
  79. ["SoundId"] = "http://roblox.com/asset/?id=2767096",
  80. ["Volume"] = 0,
  81. })
  82. o7 = Create("Sound",{
  83. ["Name"] = "NOM",
  84. ["Parent"] = o2,
  85. ["SoundId"] = "http://www.roblox.com/asset/?id=189652112",
  86. ["Volume"] = 1,
  87. })
  88. o8 = Create("Sound",{
  89. ["Name"] = "wee",
  90. ["Parent"] = o2,
  91. ["Pitch"] = 1.0499999523163,
  92. ["SoundId"] = "http://www.roblox.com/asset/?id=4700455",
  93. ["Volume"] = 1,
  94. })
  95. o9 = Create("Sound",{
  96. ["Name"] = "GETOVERHERE",
  97. ["Parent"] = o2,
  98. ["Pitch"] = 0.89999997615814,
  99. ["SoundId"] = "http://www.roblox.com/asset/?id=58435367",
  100. ["Volume"] = 1,
  101. })
  102. o10 = Create("Sound",{
  103. ["Name"] = "KABOOOOM1",
  104. ["Parent"] = o2,
  105. ["SoundId"] = "http://www.roblox.com/asset/?id=1994345",
  106. ["Volume"] = 1,
  107. })
  108. o11 = Create("Sound",{
  109. ["Name"] = "SWING",
  110. ["Parent"] = o2,
  111. ["Pitch"] = 1.1000000238419,
  112. ["SoundId"] = "http://www.roblox.com/asset/?id=189505649",
  113. ["Volume"] = 1,
  114. })
  115. o12 = Create("Sound",{
  116. ["Name"] = "OWNED",
  117. ["Parent"] = o2,
  118. ["Pitch"] = 0.30000001192093,
  119. ["SoundId"] = "http://roblox.com/asset/?id=2801263",
  120. ["Volume"] = 0.125,
  121. })
  122. o13 = Create("Sound",{
  123. ["Name"] = "FULL",
  124. ["Parent"] = o2,
  125. ["Pitch"] = 0.89999997615814,
  126. ["SoundId"] = "http://www.roblox.com/asset/?id=13075805",
  127. ["Volume"] = 1,
  128. })
  129. o14 = Create("Sound",{
  130. ["Name"] = "OPEN1",
  131. ["Parent"] = o2,
  132. ["SoundId"] = "http://www.roblox.com/asset/?id=90869127",
  133. ["Volume"] = 1,
  134. })
  135. o15 = Create("Sound",{
  136. ["Name"] = "OPEN3",
  137. ["Parent"] = o2,
  138. ["Pitch"] = 1.25,
  139. ["SoundId"] = "http://www.roblox.com/asset/?id=90110171",
  140. ["Volume"] = 0,
  141. })
  142. o16 = Create("Sound",{
  143. ["Name"] = "OPEN2",
  144. ["Parent"] = o2,
  145. ["Pitch"] = 0,
  146. ["SoundId"] = "http://www.roblox.com/asset/?id=11450310",
  147. ["Volume"] = 0,
  148. })
  149. o17 = Create("Sound",{
  150. ["Name"] = "SAUCE1",
  151. ["Parent"] = o2,
  152. ["Pitch"] = 0.69999998807907,
  153. ["SoundId"] = "http://www.roblox.com/asset/?id=2697295",
  154. ["Volume"] = 1,
  155. })
  156. o18 = Create("Sound",{
  157. ["Name"] = "SAUCE2",
  158. ["Parent"] = o2,
  159. ["Pitch"] = 0.77499997615814,
  160. ["SoundId"] = "http://www.roblox.com/asset/?id=2697295",
  161. ["Volume"] = 1,
  162. })
  163. o19 = Create("Sound",{
  164. ["Name"] = "Fire",
  165. ["Parent"] = o2,
  166. ["Pitch"] = 0.85000002384186,
  167. ["SoundId"] = "http://roblox.com/asset/?id=10209776",
  168. ["Volume"] = 1,
  169. })
  170. o20 = Create("Sound",{
  171. ["Name"] = "Startup",
  172. ["Parent"] = o2,
  173. ["Pitch"] = 0.85000002384186,
  174. ["SoundId"] = "http://roblox.com/asset/?id=10209788",
  175. ["Volume"] = 1,
  176. })
  177. o21 = Create("Sound",{
  178. ["Name"] = "Winddown",
  179. ["Parent"] = o2,
  180. ["Pitch"] = 0.85000002384186,
  181. ["SoundId"] = "http://roblox.com/asset/?id=10209786",
  182. ["Volume"] = 1,
  183. })
  184. o22 = Create("Sound",{
  185. ["Name"] = "InitialThrust",
  186. ["Parent"] = o2,
  187. ["Pitch"] = 0.60000002384186,
  188. ["SoundId"] = "http://www.roblox.com/asset/?id=30624262",
  189. ["Volume"] = 1,
  190. })
  191. o23 = Create("Sound",{
  192. ["Name"] = "Thrusting",
  193. ["Parent"] = o2,
  194. ["SoundId"] = "http://www.roblox.com/asset/?id=30624426",
  195. ["Volume"] = 1,
  196. })
  197. o24 = Create("Sound",{
  198. ["Name"] = "Equip",
  199. ["Parent"] = o2,
  200. ["SoundId"] = "http://www.roblox.com/asset/?id=189652125",
  201. ["Volume"] = 1,
  202. })
  203. o25 = Create("Sound",{
  204. ["Name"] = "NOM2",
  205. ["Parent"] = o2,
  206. ["Pitch"] = 0.97079998254776,
  207. ["SoundId"] = "http://www.roblox.com/asset/?id=1390349 ",
  208. })
  209. o26 = Create("Sound",{
  210. ["Name"] = "NOM1",
  211. ["Parent"] = o2,
  212. ["Pitch"] = 0.76563334465027,
  213. ["SoundId"] = "http://www.roblox.com/asset/?id=41410287",
  214. })
  215. o28 = Create("Part",{
  216. ["Name"] = "Handle2",
  217. ["Parent"] = o1,
  218. ["BrickColor"] = BrickColor.new("Bright yellow"),
  219. ["Position"] = Vector3.new(330.481354, 87.9005737, -126.731689),
  220. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  221. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  222. ["Velocity"] = Vector3.new(-9.18036747, 0, 13.4155693),
  223. ["CFrame"] = CFrame.new(330.481354, 87.9005737, -126.731689, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  224. ["CanCollide"] = false,
  225. ["Locked"] = true,
  226. ["FormFactor"] = Enum.FormFactor.Symmetric,
  227. ["Size"] = Vector3.new(1, 1, 1),
  228. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  229. ["TopSurface"] = Enum.SurfaceType.Smooth,
  230. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  231. })
  232. o29 = Create("SpecialMesh",{
  233. ["Parent"] = o28,
  234. ["Scale"] = Vector3.new(1, 0.150000006, 0.75),
  235. ["MeshType"] = Enum.MeshType.Brick,
  236. })
  237. o30 = Create("Script",{
  238. ["Name"] = "Welds",
  239. ["Parent"] = o1,
  240. })
  241. table.insert(cors,coroutine.create(function()
  242. wait()
  243. runDummyScript(function()
  244. wait()
  245. Tool=script.Parent
  246.  
  247. Weld=function()
  248. for _,v in pairs(Tool.Handle:children()) do
  249. if v.className=="Weld" then
  250. v:Remove()
  251. end
  252. end
  253.  
  254. w=Instance.new("Weld")
  255. w.Part0=Tool.Handle
  256. w.Part1=Tool.Handle2
  257. w.C0=CFrame.new(0,.825,0)
  258. w.Parent=w.Part0
  259.  
  260. w=Instance.new("Weld")
  261. w.Part0=Tool.Handle
  262. w.Part1=Tool.Handle3
  263. w.C0=CFrame.new(1.125,0,0)
  264. w.Parent=w.Part0
  265.  
  266. w=Instance.new("Weld")
  267. w.Part0=Tool.Handle
  268. w.Part1=Tool.Handle4
  269. w.C0=CFrame.new(-1.125,0,0)
  270. w.Parent=w.Part0
  271.  
  272. w=Instance.new("Weld")
  273. w.Part0=Tool.Handle
  274. w.Part1=Tool.Handle5
  275. w.C0=CFrame.new(.375,-1.5,0)
  276. w.Parent=w.Part0
  277.  
  278. w=Instance.new("Weld")
  279. w.Part0=Tool.Handle
  280. w.Part1=Tool.Handle6
  281. w.C0=CFrame.new(-.375,-1.5,0)
  282. w.Parent=w.Part0
  283.  
  284. --
  285.  
  286. w=Instance.new("Weld")
  287. w.Name="CheekWeld1"
  288. w.Part0=Tool.Handle
  289. w.Part1=Tool.Cheek1
  290. w.C0=CFrame.new(-.425,1.325,0)
  291. w.Parent=w.Part0
  292.  
  293. w=Instance.new("Weld")
  294. w.Name="CheekWeld2"
  295. w.Part0=Tool.Handle
  296. w.Part1=Tool.Cheek2
  297. w.C0=CFrame.new(.425,1.325,0)
  298. w.Parent=w.Part0
  299.  
  300. w=Instance.new("Weld")
  301. w.Name="CheekWeld3"
  302. w.Part0=Tool.Handle
  303. w.Part1=Tool.Cheek3
  304. w.C0=CFrame.new(0,1.325,.3)
  305. w.Parent=w.Part0
  306.  
  307. w=Instance.new("Weld")
  308. w.Name="CheekWeldTop"
  309. w.Part0=Tool.Handle
  310. w.Part1=Tool.Top
  311. w.C0=CFrame.new(0,1.675,-.0375)
  312. w.Parent=w.Part0
  313.  
  314. w=Instance.new("Weld")
  315. w.Name="CheekWeld4"
  316. w.Part0=Tool.Handle
  317. w.Part1=Tool.Cheek4
  318. w.C0=CFrame.new(0,1.4,-.3)
  319. w.Parent=w.Part0
  320.  
  321. w=Instance.new("Weld")
  322. w.Name="CheekWeld5"
  323. w.Part0=Tool.Handle
  324. w.Part1=Tool.Cheek5
  325. w.C0=CFrame.new(0,1.05,-.3)
  326. w.Parent=w.Part0
  327.  
  328. w=Instance.new("Weld")
  329. w.Name="FaceWeld"
  330. w.Part0=Tool.Handle
  331. w.Part1=Tool.Face
  332. w.C0=CFrame.new(0,1.3,-.39)
  333. w.Parent=w.Part0
  334.  
  335. w=Instance.new("Weld")
  336. w.Name="CheekWeld6"
  337. w.Part0=Tool.Handle
  338. w.Part1=Tool.Cheek6
  339. w.C0=CFrame.new(0,.85,0)
  340. w.Parent=w.Part0
  341.  
  342. w=Instance.new("Weld")
  343. w.Name="CheekWeld7"
  344. w.Part0=Tool.Handle
  345. w.Part1=Tool.Cheek7
  346. w.C0=CFrame.new(.4,1.25,0)
  347. w.Parent=w.Part0
  348.  
  349. w=Instance.new("Weld")
  350. w.Name="CheekWeld8"
  351. w.Part0=Tool.Handle
  352. w.Part1=Tool.Cheek8
  353. w.C0=CFrame.new(0,1.325,.275)
  354. w.Parent=w.Part0
  355.  
  356. w=Instance.new("Weld")
  357. w.Name="CheekWeld9"
  358. w.Part0=Tool.Handle
  359. w.Part1=Tool.Cheek9
  360. w.C0=CFrame.new(-.4,1.25,0)
  361. w.Parent=w.Part0
  362.  
  363. w=Instance.new("Weld")
  364. w.Name="CheekWeldTop2"
  365. w.Part0=Tool.Handle
  366. w.Part1=Tool.Top2
  367. w.C0=CFrame.new(0,1.65,-.0375)
  368. w.Parent=w.Part0
  369.  
  370. w=Instance.new("Weld")
  371. w.Name="ChewWeld1"
  372. w.Part0=Tool.Handle
  373. w.Part1=Tool.Chew1
  374. w.C0=CFrame.new(-.65,1.25,0)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  375. w.Parent=w.Part0
  376.  
  377. w=Instance.new("Weld")
  378. w.Name="ChewWeld2"
  379. w.Part0=Tool.Handle
  380. w.Part1=Tool.Chew2
  381. w.C0=CFrame.new(.65,1.25,0)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  382. w.Parent=w.Part0
  383.  
  384. w=Instance.new("Weld")
  385. w.Name="CheekWeld10"
  386. w.Part0=Tool.Handle
  387. w.Part1=Tool.Cheek10
  388. w.C0=CFrame.new(0,1.25,.8)
  389. w.Parent=w.Part0
  390.  
  391. end
  392.  
  393. Weld()
  394. Tool.AncestryChanged:connect(Weld)
  395. end,o30)
  396. end))
  397. o31 = Create("Part",{
  398. ["Name"] = "Handle3",
  399. ["Parent"] = o1,
  400. ["BrickColor"] = BrickColor.new("Bright yellow"),
  401. ["Position"] = Vector3.new(329.581451, 87.0765381, -127.407104),
  402. ["Rotation"] = Vector3.new(-178.779846, 36.0838814, 179.281296),
  403. ["RotVelocity"] = Vector3.new(0, 0.144870773, 0),
  404. ["Velocity"] = Vector3.new(-9.28361034, 0, 13.5006351),
  405. ["CFrame"] = CFrame.new(329.581451, 87.0765381, -127.407104, -0.808091879, -0.0101370653, 0.588969052, -1.52181243e-014, 0.999851942, 0.0172089934, -0.589056253, 0.0139064481, -0.807972252),
  406. ["CanCollide"] = false,
  407. ["Locked"] = true,
  408. ["FormFactor"] = Enum.FormFactor.Symmetric,
  409. ["Size"] = Vector3.new(1, 2, 1),
  410. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  411. ["TopSurface"] = Enum.SurfaceType.Smooth,
  412. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  413. })
  414. o32 = Create("SpecialMesh",{
  415. ["Parent"] = o31,
  416. ["Scale"] = Vector3.new(0.75, 0.75, 0.75),
  417. ["MeshType"] = Enum.MeshType.Brick,
  418. })
  419. o33 = Create("Part",{
  420. ["Name"] = "Handle4",
  421. ["Parent"] = o1,
  422. ["BrickColor"] = BrickColor.new("Bright yellow"),
  423. ["Position"] = Vector3.new(331.399658, 87.0765381, -126.081665),
  424. ["Rotation"] = Vector3.new(-178.779846, 36.0838814, 179.281296),
  425. ["RotVelocity"] = Vector3.new(0, 0.144870773, 0),
  426. ["Velocity"] = Vector3.new(-9.09159374, 0, 13.2372303),
  427. ["CFrame"] = CFrame.new(331.399658, 87.0765381, -126.081665, -0.808091879, -0.0101370653, 0.588969052, -1.52181243e-014, 0.999851942, 0.0172089934, -0.589056253, 0.0139064481, -0.807972252),
  428. ["CanCollide"] = false,
  429. ["Locked"] = true,
  430. ["FormFactor"] = Enum.FormFactor.Symmetric,
  431. ["Size"] = Vector3.new(1, 2, 1),
  432. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  433. ["TopSurface"] = Enum.SurfaceType.Smooth,
  434. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  435. })
  436. o34 = Create("SpecialMesh",{
  437. ["Parent"] = o33,
  438. ["Scale"] = Vector3.new(0.75, 0.75, 0.75),
  439. ["MeshType"] = Enum.MeshType.Brick,
  440. })
  441. o35 = Create("Part",{
  442. ["Name"] = "Handle5",
  443. ["Parent"] = o1,
  444. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  445. ["Position"] = Vector3.new(330.202728, 85.5767822, -126.986076),
  446. ["Rotation"] = Vector3.new(-178.779846, 36.0838814, 179.281296),
  447. ["RotVelocity"] = Vector3.new(0, 0.144870773, 0),
  448. ["Velocity"] = Vector3.new(-9.22261715, 0, 13.4106302),
  449. ["CFrame"] = CFrame.new(330.202728, 85.5767822, -126.986076, -0.808091879, -0.0101370653, 0.588969052, -1.52181243e-014, 0.999851942, 0.0172089934, -0.589056253, 0.0139064481, -0.807972252),
  450. ["CanCollide"] = false,
  451. ["Locked"] = true,
  452. ["FormFactor"] = Enum.FormFactor.Symmetric,
  453. ["Size"] = Vector3.new(1, 2, 1),
  454. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  455. ["TopSurface"] = Enum.SurfaceType.Smooth,
  456. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  457. })
  458. o36 = Create("SpecialMesh",{
  459. ["Parent"] = o35,
  460. ["Scale"] = Vector3.new(0.75, 0.75, 0.75),
  461. ["MeshType"] = Enum.MeshType.Brick,
  462. })
  463. o37 = Create("Part",{
  464. ["Name"] = "Handle6",
  465. ["Parent"] = o1,
  466. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  467. ["Position"] = Vector3.new(330.808777, 85.5767822, -126.544312),
  468. ["Rotation"] = Vector3.new(-178.779846, 36.0838814, 179.281296),
  469. ["RotVelocity"] = Vector3.new(0, 0.144870773, 0),
  470. ["Velocity"] = Vector3.new(-9.15861702, 0, 13.3228292),
  471. ["CFrame"] = CFrame.new(330.808777, 85.5767822, -126.544312, -0.808091879, -0.0101370653, 0.588969052, -1.52181243e-014, 0.999851942, 0.0172089934, -0.589056253, 0.0139064481, -0.807972252),
  472. ["CanCollide"] = false,
  473. ["Locked"] = true,
  474. ["FormFactor"] = Enum.FormFactor.Symmetric,
  475. ["Size"] = Vector3.new(1, 2, 1),
  476. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  477. ["TopSurface"] = Enum.SurfaceType.Smooth,
  478. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  479. })
  480. o38 = Create("SpecialMesh",{
  481. ["Parent"] = o37,
  482. ["Scale"] = Vector3.new(0.75, 0.75, 0.75),
  483. ["MeshType"] = Enum.MeshType.Brick,
  484. })
  485. o39 = Create("Part",{
  486. ["Name"] = "Cheek1",
  487. ["Parent"] = o1,
  488. ["BrickColor"] = BrickColor.new("Bright yellow"),
  489. ["Position"] = Vector3.new(330.81955, 88.400444, -126.474121),
  490. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  491. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  492. ["Velocity"] = Vector3.new(-9.13731194, 0, 13.3590374),
  493. ["CFrame"] = CFrame.new(330.81955, 88.400444, -126.474121, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  494. ["CanCollide"] = false,
  495. ["Locked"] = true,
  496. ["FormFactor"] = Enum.FormFactor.Symmetric,
  497. ["Size"] = Vector3.new(1, 1, 1),
  498. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  499. ["TopSurface"] = Enum.SurfaceType.Smooth,
  500. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  501. })
  502. o40 = Create("SpecialMesh",{
  503. ["Parent"] = o39,
  504. ["Scale"] = Vector3.new(0.150000006, 0.850000024, 0.75),
  505. ["MeshType"] = Enum.MeshType.Brick,
  506. })
  507. o41 = Create("Part",{
  508. ["Name"] = "Cheek2",
  509. ["Parent"] = o1,
  510. ["BrickColor"] = BrickColor.new("Bright yellow"),
  511. ["Position"] = Vector3.new(330.13266, 88.400444, -126.974854),
  512. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  513. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  514. ["Velocity"] = Vector3.new(-9.22101402, 0, 13.4738541),
  515. ["CFrame"] = CFrame.new(330.13266, 88.400444, -126.974854, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  516. ["CanCollide"] = false,
  517. ["Locked"] = true,
  518. ["FormFactor"] = Enum.FormFactor.Symmetric,
  519. ["Size"] = Vector3.new(1, 1, 1),
  520. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  521. ["TopSurface"] = Enum.SurfaceType.Smooth,
  522. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  523. })
  524. o42 = Create("SpecialMesh",{
  525. ["Parent"] = o41,
  526. ["Scale"] = Vector3.new(0.150000006, 0.850000024, 0.75),
  527. ["MeshType"] = Enum.MeshType.Brick,
  528. })
  529. o43 = Create("Part",{
  530. ["Name"] = "Cheek3",
  531. ["Parent"] = o1,
  532. ["BrickColor"] = BrickColor.new("Bright yellow"),
  533. ["Position"] = Vector3.new(330.652802, 88.4058228, -126.966919),
  534. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  535. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  536. ["Velocity"] = Vector3.new(-9.21968746, 0, 13.3869104),
  537. ["CFrame"] = CFrame.new(330.652802, 88.4058228, -126.966919, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  538. ["CanCollide"] = false,
  539. ["Locked"] = true,
  540. ["FormFactor"] = Enum.FormFactor.Symmetric,
  541. ["Size"] = Vector3.new(1, 1, 1),
  542. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  543. ["TopSurface"] = Enum.SurfaceType.Smooth,
  544. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  545. })
  546. o44 = Create("SpecialMesh",{
  547. ["Parent"] = o43,
  548. ["Scale"] = Vector3.new(0.75, 0.850000024, 0.150000006),
  549. ["MeshType"] = Enum.MeshType.Brick,
  550. })
  551. o45 = Create("Part",{
  552. ["Name"] = "Top",
  553. ["Parent"] = o1,
  554. ["BrickColor"] = BrickColor.new("Bright yellow"),
  555. ["Position"] = Vector3.new(330.450348, 88.7497482, -126.689087),
  556. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  557. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  558. ["Velocity"] = Vector3.new(-9.17324543, 0, 13.4207516),
  559. ["CFrame"] = CFrame.new(330.450348, 88.7497482, -126.689087, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  560. ["CanCollide"] = false,
  561. ["Locked"] = true,
  562. ["FormFactor"] = Enum.FormFactor.Symmetric,
  563. ["Size"] = Vector3.new(1, 1, 1),
  564. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  565. ["TopSurface"] = Enum.SurfaceType.Smooth,
  566. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  567. })
  568. o46 = Create("SpecialMesh",{
  569. ["Parent"] = o45,
  570. ["Scale"] = Vector3.new(0.925000012, 0.150000006, 0.675000012),
  571. ["MeshType"] = Enum.MeshType.Brick,
  572. })
  573. o47 = Create("Part",{
  574. ["Name"] = "Cheek4",
  575. ["Parent"] = o1,
  576. ["BrickColor"] = BrickColor.new("Bright yellow"),
  577. ["Position"] = Vector3.new(330.298645, 88.4700928, -126.480957),
  578. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  579. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  580. ["Velocity"] = Vector3.new(-9.13845539, 0, 13.4461126),
  581. ["CFrame"] = CFrame.new(330.298645, 88.4700928, -126.480957, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  582. ["CanCollide"] = false,
  583. ["Locked"] = true,
  584. ["FormFactor"] = Enum.FormFactor.Symmetric,
  585. ["Size"] = Vector3.new(1, 1, 1),
  586. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  587. ["TopSurface"] = Enum.SurfaceType.Smooth,
  588. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  589. })
  590. o48 = Create("SpecialMesh",{
  591. ["Parent"] = o47,
  592. ["Scale"] = Vector3.new(0.75, 0.425000012, 0.150000006),
  593. ["MeshType"] = Enum.MeshType.Brick,
  594. })
  595. o49 = Create("Part",{
  596. ["Name"] = "Cheek5",
  597. ["Parent"] = o1,
  598. ["BrickColor"] = BrickColor.new("Bright yellow"),
  599. ["Position"] = Vector3.new(330.302307, 88.1201782, -126.486076),
  600. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  601. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  602. ["Velocity"] = Vector3.new(-9.13931179, 0, 13.4454994),
  603. ["CFrame"] = CFrame.new(330.302307, 88.1201782, -126.486076, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  604. ["CanCollide"] = false,
  605. ["Locked"] = true,
  606. ["FormFactor"] = Enum.FormFactor.Symmetric,
  607. ["Size"] = Vector3.new(1, 1, 1),
  608. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  609. ["TopSurface"] = Enum.SurfaceType.Smooth,
  610. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  611. })
  612. o50 = Create("SpecialMesh",{
  613. ["Parent"] = o49,
  614. ["Scale"] = Vector3.new(0.725000024, 0.310000002, 0.150000006),
  615. ["MeshType"] = Enum.MeshType.Brick,
  616. })
  617. o51 = Create("Part",{
  618. ["Name"] = "Face",
  619. ["Parent"] = o1,
  620. ["BrickColor"] = BrickColor.new("Bright yellow"),
  621. ["Position"] = Vector3.new(330.246674, 88.3685303, -126.40966),
  622. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  623. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  624. ["Velocity"] = Vector3.new(-9.12653828, 0, 13.4547977),
  625. ["CFrame"] = CFrame.new(330.246674, 88.3685303, -126.40966, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  626. ["CanCollide"] = false,
  627. ["Locked"] = true,
  628. ["FormFactor"] = Enum.FormFactor.Symmetric,
  629. ["Size"] = Vector3.new(1, 1, 1),
  630. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  631. ["TopSurface"] = Enum.SurfaceType.Smooth,
  632. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  633. })
  634. o52 = Create("SpecialMesh",{
  635. ["Parent"] = o51,
  636. ["Scale"] = Vector3.new(1, 1, 0.00200000009),
  637. ["MeshType"] = Enum.MeshType.Brick,
  638. })
  639. o53 = Create("Decal",{
  640. ["Parent"] = o51,
  641. ["Texture"] = "http://www.roblox.com/asset/?id=8056256",
  642. })
  643. o54 = Create("IntValue",{
  644. ["Name"] = "Nom",
  645. ["Parent"] = o1,
  646. ["Value"] = 204,
  647. })
  648. o55 = Create("LocalScript",{
  649. ["Parent"] = o1,
  650. })
  651. table.insert(cors,coroutine.create(function()
  652. wait()
  653. runDummyScript(function()
  654. --Saz
  655. --Based off of Mario's Castle Collab 1/2
  656.  
  657. --My finest creation
  658.  
  659. wait(2)
  660.  
  661. Tool=script.Parent
  662. Scaling=0
  663.  
  664. Chewing=false
  665. canScale=true
  666.  
  667. OnlyEyes="http://www.roblox.com/asset/?id=98704326"
  668. MouthToo="http://www.roblox.com/asset/?id=8056256"
  669.  
  670. BESTSIZE=0
  671.  
  672. permobjects={}
  673.  
  674. updateScaling=function() --updates the mouth.
  675.  
  676. if canScale==false then return end
  677.  
  678. Lol=Scaling/6
  679.  
  680. Tool.Handle2.Mesh.Scale=Vector3.new(1, 0.15, 0.75) + Vector3.new(Lol/10*2.5, 0, 0)
  681. Tool.Cheek6.Mesh.Scale=Vector3.new(0.85, 0.15, 0.6) + Vector3.new(Lol/10*2.5, 0, 0)
  682.  
  683. Tool.Cheek1.Mesh.Scale=Vector3.new(0.15, 0.85, 0.75) + Vector3.new(0, Lol, 0)
  684. Tool.Handle.CheekWeld1.C0=CFrame.new(-.425,1.325,0) * CFrame.new(-Lol/20*2.5, Lol/2, 0)
  685. Tool.Cheek9.Mesh.Scale=Vector3.new(0.15, 0.7, 0.6) + Vector3.new(0, Lol, 0)
  686. Tool.Handle.CheekWeld9.C0=CFrame.new(-.4,1.25,0) * CFrame.new(-Lol/20*2.5, Lol/2, 0)
  687.  
  688. Tool.Cheek2.Mesh.Scale=Vector3.new(0.15, 0.85, 0.75) + Vector3.new(0, Lol, 0)
  689. Tool.Handle.CheekWeld2.C0=CFrame.new(.425,1.325,0) * CFrame.new(Lol/20*2.5, Lol/2, 0)
  690. Tool.Cheek7.Mesh.Scale=Vector3.new(0.15, 0.7, 0.6) + Vector3.new(0, Lol, 0)
  691. Tool.Handle.CheekWeld7.C0=CFrame.new(.4,1.25,0) * CFrame.new(Lol/20*2.5, Lol/2, 0)
  692.  
  693.  
  694. Tool.Top.Mesh.Scale=Vector3.new(0.925, 0.15, 0.675) + Vector3.new(Lol/10*2.5, 0, 0)
  695. Tool.Handle.CheekWeldTop.C0=CFrame.new(0,1.675,-.0375) * CFrame.new(0, Lol, 0)
  696. Tool.Top2.Mesh.Scale=Vector3.new(0.9, 0.15, 0.65) + Vector3.new(Lol/10*2.5, 0, 0)
  697. Tool.Handle.CheekWeldTop2.C0=CFrame.new(0,1.65,-.0375) * CFrame.new(0, Lol, 0)
  698.  
  699. Tool.Cheek3.Mesh.Scale=Vector3.new(0.75, 0.85, 0.15) + Vector3.new(Lol/10*2.5, Lol, 0)
  700. Tool.Handle.CheekWeld3.C0=CFrame.new(0,1.325,.3) * CFrame.new(0, Lol/2, 0)
  701.  
  702. Tool.Cheek8.Mesh.Scale=Vector3.new(0.75, 0.84, 0.15) + Vector3.new(Lol/10*2.5, Lol, 0)
  703. Tool.Handle.CheekWeld8.C0=CFrame.new(0,1.325,.275) * CFrame.new(0, Lol/2, 0)
  704.  
  705.  
  706. Tool.Handle.FaceWeld.C0=CFrame.new(0,1.3,-.39) * CFrame.new(0, Lol/1.01, 0)
  707.  
  708. Tool.Cheek4.Mesh.Scale=Vector3.new(0.75, 0.425, 0.15) + Vector3.new(Lol/10*2.5, Lol/40, 0)
  709. Tool.Handle.CheekWeld4.C0=CFrame.new(0,1.4,-.3) * CFrame.new(0, Lol, 0)
  710.  
  711. Tool.Cheek10.Mesh.Scale=Vector3.new(1,1,1) + Vector3.new(Lol/10*2.5, Lol, BESTSIZE/10)
  712. Tool.Handle.CheekWeld10.C0=CFrame.new(0,1.25,.8) * CFrame.new(0, Lol/2, BESTSIZE/20)
  713.  
  714. if Scaling>0 then
  715. Tool.Face.Decal.Texture=OnlyEyes
  716. Tool.Cheek5.Transparency=1
  717. else
  718. Tool.Face.Decal.Texture=MouthToo
  719. Tool.Cheek5.Transparency=0
  720. end
  721.  
  722. if BESTSIZE>0 then
  723. Tool.Cheek10.Transparency=0
  724. else
  725. Tool.Cheek10.Transparency=1
  726. end
  727.  
  728. end
  729.  
  730. Chew=function() --nomnom
  731.  
  732. Chewing=true
  733.  
  734. start=0
  735. Tool.Chew1.Transparency=0
  736. Tool.Chew2.Transparency=0
  737.  
  738.  
  739. for lol=1, 3 do
  740.  
  741. Tool.Handle.NOM1:Play()
  742. Tool.Handle.NOM2:Play()
  743.  
  744. if math.random(1,3)~=1 then
  745.  
  746. Tool.Handle.NOM1.Pitch=.7625 + math.random(-700,150)/15000
  747. Tool.Handle.NOM2.Pitch=1 + math.random(-700,150)/15000
  748.  
  749. else
  750.  
  751. Tool.Handle.NOM1.Pitch=.8
  752. Tool.Handle.NOM2.Pitch=.95
  753.  
  754. end
  755.  
  756. for i=1, 6 do
  757.  
  758. Scaling=0-i/3
  759.  
  760. Tool.Chew2.Mesh.Scale=Vector3.new(0.5, 0.65, 0.5) - Vector3.new(Scaling,Scaling/5,Scaling)/4
  761. Tool.Handle.ChewWeld2.C0=CFrame.new(.5,1.15,0)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(0, 0, -Scaling/150)
  762.  
  763. Tool.Chew1.Mesh.Scale=Vector3.new(0.5, 0.65, 0.5) - Vector3.new(Scaling,Scaling/5,Scaling)/4
  764. Tool.Handle.ChewWeld1.C0=CFrame.new(-.5,1.15,0)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(0, 0, -Scaling/150)
  765.  
  766. wait()
  767. end
  768. for i=1, 5 do
  769. Scaling=-(5/3)+i/3
  770.  
  771. Tool.Chew2.Mesh.Scale=Vector3.new(0.5, 0.65, 0.5) - Vector3.new(Scaling,Scaling/5,Scaling)/4
  772. Tool.Handle.ChewWeld2.C0=CFrame.new(.5,1.15,0)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(0, 0, -Scaling/150)
  773.  
  774. Tool.Chew1.Mesh.Scale=Vector3.new(0.5, 0.65, 0.5) - Vector3.new(Scaling,Scaling/5,Scaling)/4
  775. Tool.Handle.ChewWeld1.C0=CFrame.new(-.5,1.15,0)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(0, 0, -Scaling/150)
  776.  
  777. wait()
  778. end
  779. end
  780. Tool.Chew1.Transparency=1
  781. Tool.Chew2.Transparency=1
  782.  
  783. if Tool.Nom.Value>300 then Tool.Nom.Value=300 Tool.Handle.FULL:Play() end
  784.  
  785. Chewing=false
  786.  
  787. end
  788.  
  789. EatObject=function(Object) --Attempts to eat the object, annihilate it and gain charges.
  790.  
  791. end
  792. Attackdeb=true
  793.  
  794. GetNearParts=function(Model)
  795. local pen={}
  796. for __,vv in pairs(Model:children()) do
  797. if vv.className=="Model" then
  798. for ___,vvv in pairs(GetNearParts(vv)) do
  799. table.insert(pen,vvv)
  800. end
  801. elseif vv:IsA("BasePart") then
  802. table.insert(pen,vv)
  803. end
  804. end
  805. return pen
  806. end
  807.  
  808. Attack=function() --Click and hold readies the noob; releasing swings it.
  809.  
  810. if Tool.Nom.Value<300 then
  811.  
  812. if Attackdeb==false then return end
  813. if Chewing==true then return end
  814.  
  815. arm=Tool.Parent.Torso:FindFirstChild([[Right Shoulder]])
  816.  
  817. if arm==nil then print("FUUUUUUUUUU") return end
  818.  
  819. holdi=1
  820. Waiting=true
  821. Attackdeb=false
  822.  
  823. co=arm.C0
  824. c1=arm.Part1["RightGrip"].C0
  825.  
  826. Tool.Handle.SAUCE2:Play()
  827. Tool.Handle.SAUCE1:Play()
  828.  
  829. for i=1, 5 do
  830.  
  831. Scaling=-i/2
  832.  
  833. wait()
  834.  
  835. end
  836.  
  837. Tool.Handle.OPEN1:Play()
  838. Tool.Handle.OPEN2:Play()
  839. Tool.Handle.OPEN3:Play()
  840.  
  841. for i=1, 10 do --must be held for the full 20, or moot.
  842. if Waiting==false then break end
  843.  
  844. Scaling=10*i
  845.  
  846. arm.C0=arm.C0*CFrame.fromEulerAnglesXYZ(0,0,math.pi/1.75/10)
  847.  
  848. arm.Part1["RightGrip"].C0=arm.Part1["RightGrip"].C0*CFrame.fromEulerAnglesXYZ(-math.pi/45*2,0,0)
  849.  
  850. wait()
  851.  
  852. holdi=i*2
  853.  
  854. end
  855.  
  856. while Waiting==true do
  857. wait()
  858. end
  859.  
  860. if holdi==20 then --fully charged
  861.  
  862. Tool.Parent.Torso.Anchored=true
  863. gg=Instance.new("BodyGyro") --no re
  864. gg.P=7000
  865. gg.D=500
  866. gg.maxTorque=Vector3.new(500000,500000,500000)*500000000000000000000000000000
  867. gg.cframe=Tool.Parent.Torso.CFrame
  868.  
  869. gp=Instance.new("BodyPosition")
  870. gp.P=5000
  871. gp.maxForce=Vector3.new(50000,50000,50000)*500000000000
  872. gp.position=Tool.Parent.Torso.CFrame.p
  873. gp.Parent=Tool.Parent.Torso
  874. gg.Parent=Tool.Parent.Torso
  875.  
  876. Tool.Handle.SWING:Play()
  877.  
  878. didGrab=false
  879.  
  880. objects={}
  881. players={}
  882.  
  883. for i=1, 6 do
  884. arm.C0=arm.C0*CFrame.fromEulerAnglesXYZ(0,0,-math.pi/2.25/5)
  885. arm.Part1["RightGrip"].C0=arm.Part1["RightGrip"].C0*CFrame.fromEulerAnglesXYZ(-math.pi/60,0,0)
  886.  
  887. dir=(Tool.Handle.Position-Tool.Handle2.Position).unit
  888. for peni=-2, 2 do
  889. hit,loc=workspace:FindPartOnRay(Ray.new(Tool.Handle2.Position+(Tool.Parent["Right Arm"].Position-Tool.Parent.Torso.Position).unit*peni+Tool.Handle.CFrame.lookVector*2.4,-dir*30),Tool.Parent)
  890. if hit~=nil and #objects<=12 then
  891. if hit.Parent~=nil then
  892. h=hit.Parent:FindFirstChild("Humanoid")
  893. if h~=nil and hit.Parent~=Tool.Parent then
  894.  
  895. h.Parent.Head.Transparency=1
  896.  
  897. table.insert(permobjects,hit:clone())
  898. table.insert(permobjects,h.Parent.Head:clone())
  899.  
  900. h.PlatformStand=true
  901. table.insert(players,h.Parent)
  902. ww=Instance.new("Weld")
  903. ww.Part0=Tool.Cheek3
  904. ww.C0=CFrame.new(0,1.5,1)*CFrame.fromEulerAnglesXYZ(math.pi/2,math.pi/2,0)
  905. ww.Part1=h.Parent.Head
  906. ww.Parent=ww.Part1
  907.  
  908. ww.Name="lolowned"
  909.  
  910. Tool.Handle.GETOVERHERE:Play()
  911.  
  912. if BESTSIZE < 8 then
  913. BESTSIZE = 8
  914. end
  915.  
  916. else
  917.  
  918. for _,v in pairs(GetNearParts(hit.Parent)) do
  919. if v:GetMass()<=180 and v.Parent~=Tool.Parent and v.Parent~=Tool and (v.Position-hit.Position).magnitude<=7 then
  920. table.insert(objects,v)
  921.  
  922. if BESTSIZE < v:GetMass() then
  923. BESTSIZE = v:GetMass()
  924. end
  925.  
  926. table.insert(permobjects,v:clone())
  927. x=Instance.new("BodyForce") x.force=Vector3.new(0,v:GetMass(),0) x.Parent=v
  928.  
  929. for __,vv in pairs(v:children()) do
  930. hasmesh=false
  931. if vv:IsA("DataModelMesh") then
  932. vv.Scale=vv.Scale
  933. hasmesh=true
  934. print("LOL")
  935. end
  936. if hasmesh==false then --give it one
  937. m=Instance.new("SpecialMesh") m.MeshType="Brick" m.Scale=Vector3.new(v.Size.x,v.Size.y,v.Size.z) m.Parent=v
  938. end
  939. end
  940.  
  941. v.Size=Vector3.new(1,1,1)
  942.  
  943. v:BreakJoints()
  944. v.CanCollide=false
  945. v.Anchored=false
  946.  
  947. v:BreakJoints()
  948. v.CanCollide=false
  949. v.Anchored=false
  950.  
  951. v.CFrame=Tool.Cheek3.CFrame
  952.  
  953. ww=Instance.new("Weld")
  954. ww.Part0=Tool.Cheek3
  955. ww.C0=CFrame.new(math.random(-10,10)/100,math.random(-50,50)/10,math.random(-10,10)/10)*CFrame.fromEulerAnglesXYZ(math.random(-10,10),math.random(-10,10),0)
  956. ww.Part1=v
  957. ww.Parent=ww.Part1
  958.  
  959. ww.Name="lolowned"
  960.  
  961. x=Instance.new("BodyForce") x.force=Vector3.new(0,v:GetMass()*186,0) x.Parent=v
  962.  
  963. ss=Tool.Handle.OWNED:clone() ss.Pitch=.7 - v:GetMass()/70 ss.Parent=v ss:Play()
  964.  
  965. end
  966. end
  967.  
  968. end
  969. else --single part
  970. if hit:GetMass()<=220 then
  971.  
  972. table.insert(permobjects,hit)
  973. table.insert(objects,hit)
  974.  
  975. hit:BreakJoints()
  976. hit.CanCollide=false
  977. hit.Anchored=false
  978.  
  979. x=Instance.new("BodyForce") x.force=Vector3.new(0,hit:GetMass()*186,0) x.Parent=hit
  980.  
  981. hit.CFrame=Tool.Cheek3.CFrame
  982.  
  983. ww=Instance.new("Weld")
  984. ww.Part0=Tool.Cheek3
  985. ww.C0=CFrame.new(math.random(-10,10)/100,math.random(-10,10)/10,math.random(-10,10)/10)*CFrame.fromEulerAnglesXYZ(math.random(-10,10),math.random(-10,10),0)
  986. ww.Part1=hit
  987. ww.Parent=ww.Part1
  988.  
  989. ww.Name="lolowned"
  990. end
  991. end
  992. end
  993. end
  994. wait()
  995. end
  996. if #objects>0 or #players>0 then
  997. Tool.Handle.NOM:Play()
  998. end
  999. wait(.2)
  1000.  
  1001. for _,v in pairs(objects) do
  1002. ss=Tool.Handle.OWNED:clone() ss.Pitch=.6 - v:GetMass()/60 ss.Parent=v ss:Play() ss.Volume=ss.Volume+.2
  1003. end
  1004.  
  1005. for i=1, 3 do
  1006.  
  1007. Tool.Parent.Torso.CFrame=gg.cframe
  1008.  
  1009. BESTSIZE=BESTSIZE/3
  1010.  
  1011. for _,v in pairs(objects) do
  1012. hasmesh=false
  1013. for __,vv in pairs(v:children()) do
  1014. if vv:IsA("DataModelMesh") then
  1015. vv.Scale=vv.Scale/2
  1016. hasmesh=true
  1017. end
  1018. end
  1019. if hasmesh==false then --give it one
  1020. print("AAAAA")
  1021. m=Instance.new("SpecialMesh") m.MeshType="Brick" m.Scale=Vector3.new(.9,.9,.9) m.Parent=v
  1022. end
  1023. end
  1024.  
  1025. for _,v in pairs(players) do
  1026. if v:FindFirstChild("Humanoid")~=nil then
  1027. v.Humanoid.PlatformStand=true
  1028. end
  1029. end
  1030.  
  1031. Scaling=Scaling-33.33
  1032.  
  1033. arm.Part1["RightGrip"].C0=arm.Part1["RightGrip"].C0*CFrame.fromEulerAnglesXYZ(math.pi/16,0,0)
  1034.  
  1035. wait()
  1036. end
  1037.  
  1038. Tool.Parent.Torso.Anchored=false
  1039.  
  1040. num=0
  1041. if #objects>0 or #players>0 then
  1042. for _,v in pairs(objects) do
  1043.  
  1044.  
  1045.  
  1046. num=num+(v:GetMass()*2)
  1047. v:Remove() --lolgone
  1048. end
  1049. for _,v in pairs(players) do
  1050. num=num+40
  1051. v.Torso:BreakJoints()
  1052. for __,vv in pairs(v:children()) do
  1053. if vv.className=="Part" then
  1054. coroutine.resume(coroutine.create(function(p) p.Transparency=1 wait(.1) p:Remove() end),vv)
  1055. end
  1056. end
  1057. end
  1058. Tool.Nom.Value=Tool.Nom.Value+math.floor(num)
  1059. BESTSIZE=0
  1060. Scaling=0
  1061.  
  1062. Chew()
  1063.  
  1064. for i=1, holdi/2 do
  1065. arm.C0=arm.C0*CFrame.fromEulerAnglesXYZ(0,0,math.pi/2.25/100/2)
  1066. arm.Part1["RightGrip"].C0=arm.Part1["RightGrip"].C0*CFrame.fromEulerAnglesXYZ(math.pi/40,0,0)
  1067.  
  1068. wait()
  1069. end
  1070.  
  1071. arm.Part1["RightGrip"].C0=c1
  1072. arm.C0=co
  1073.  
  1074. end
  1075. BestSize=0
  1076. print(num)
  1077.  
  1078. Tool.Parent.Torso.Anchored=false
  1079. gp.Parent=nil
  1080. gg.Parent=nil
  1081.  
  1082. else --nope
  1083.  
  1084. for i=1, holdi do
  1085. arm.C0=arm.C0*CFrame.fromEulerAnglesXYZ(0,0,-math.pi/1.75/20)
  1086. Scaling=Scaling-5
  1087. arm.Part1["RightGrip"].C0=arm.Part1["RightGrip"].C0*CFrame.fromEulerAnglesXYZ(math.pi/45,0,0)
  1088. wait()
  1089. end
  1090.  
  1091. end
  1092. arm.Part1["RightGrip"].C0=c1
  1093. Attackdeb=true
  1094. arm.C0=co
  1095. Scaling=0
  1096.  
  1097. else
  1098.  
  1099. Attackdeb=true
  1100. secondary()
  1101.  
  1102. end
  1103.  
  1104. end
  1105.  
  1106. Tool.Activated:connect(Attack)
  1107. Tool.Deactivated:connect(function() Waiting=false end)
  1108.  
  1109. secondary=function()
  1110.  
  1111. if Chewing==true or Attackdeb==false or Tool.Nom.Value<50 or #permobjects<0 then return end
  1112. Attackdeb=false
  1113.  
  1114.  
  1115. gg=Instance.new("BodyGyro") --no re
  1116. gg.P=7000
  1117. gg.D=500
  1118. gg.maxTorque=Vector3.new(500000,500000,500000)*500000000000000000000000000000
  1119. gg.cframe=Tool.Parent.Torso.CFrame
  1120.  
  1121. gp=Instance.new("BodyPosition")
  1122. gp.P=5000
  1123. gp.maxForce=Vector3.new(50000,50000,50000)*500000000000
  1124. gp.position=Tool.Parent.Torso.CFrame.p
  1125. gp.Parent=Tool.Parent.Torso
  1126. gg.Parent=Tool.Parent.Torso
  1127.  
  1128.  
  1129. tofire={}
  1130. x=Tool.Nom.Value/4
  1131. if #permobjects<Tool.Nom.Value/3 then x=#permobjects end
  1132. while (#tofire<x)do
  1133. for _,v in pairs(permobjects) do
  1134. if math.random(1,6)==1 and v:FindFirstChild("AAAA")==nil then
  1135. table.insert(tofire,v)
  1136. p=Instance.new("ObjectValue") p.Name="AAAA" p.Value=game.Players:GetPlayerFromCharacter(Tool.Parent) p.Parent=v
  1137. end
  1138. end
  1139. end
  1140.  
  1141. Tool.Handle.Startup:Play()
  1142.  
  1143. lolpos=Tool.Parent.Humanoid.TargetPoint
  1144.  
  1145. for i=1, 8 do
  1146. Scaling=Scaling+10
  1147. wait()
  1148. end
  1149.  
  1150. wait(.5)
  1151.  
  1152. Tool.Handle.Startup:Stop()
  1153. Tool.Handle.Fire:Play()
  1154.  
  1155. firing={}
  1156. for _,v in pairs(tofire) do
  1157.  
  1158. LOL=v:clone()
  1159. LOL.CFrame=Tool.Cheek3.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-5,5),0,math.random(-5,5))
  1160. LOL.CanCollide=true
  1161. LOL.Anchored=false
  1162. LOL.Parent=workspace
  1163. vv=Instance.new("BodyVelocity")
  1164. vv.Parent=LOL
  1165. vv.P=6000
  1166. vv.maxForce=Vector3.new(50000000000,50000000000,50000000000)*5000
  1167. vv.velocity=Tool.Handle.CFrame.lookVector*200+Vector3.new(math.random(-10,10),math.random(-5,5),math.random(-10,10))
  1168. game:GetService("Debris"):AddItem(vv,.33)
  1169. game:GetService("Debris"):AddItem(LOL,15)
  1170.  
  1171. wait(.075)
  1172.  
  1173. end
  1174.  
  1175. Tool.Handle.Fire:Stop()
  1176.  
  1177. wait(.25)
  1178.  
  1179. Tool.Handle.Winddown:Play()
  1180.  
  1181. for i=1, 8 do
  1182. Scaling=Scaling-10
  1183. wait()
  1184. end
  1185.  
  1186. gp.Parent=nil
  1187. gg.Parent=nil
  1188. permobjects={}
  1189.  
  1190. Scaling=0
  1191.  
  1192. if Tool.Nom.Value==300 then --Yay
  1193. canScale=false
  1194. Noob=Instance.new("Model")
  1195. Noob.Name="Tactical FUUUUUU"
  1196. for _,v in pairs(Tool:children()) do
  1197. lol=v:clone() if lol.className=="Part" then lol.CanCollide=false end lol.Parent=Noob
  1198. if v.className=="Part" then v.Transparency=1 end
  1199. end
  1200.  
  1201. Noob.Parent=workspace
  1202.  
  1203. wait(.1)
  1204.  
  1205. smoke=Instance.new("Smoke")
  1206. smoke.Color=Color3.new(.8,.8,.8)
  1207. smoke.RiseVelocity=-5
  1208. smoke.Parent=Noob.Handle
  1209. smoke.Opacity=.4
  1210. smoke.Size=2
  1211.  
  1212. smoke2=Instance.new("Fire")
  1213. smoke2.Heat=-8
  1214. smoke2.Parent=Noob.Handle
  1215. smoke2.Enabled=false
  1216.  
  1217. Noob.Handle.InitialThrust:Play()
  1218. move=Instance.new("BodyVelocity")
  1219. move.P=6000
  1220. move.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  1221. move.velocity=Vector3.new(0,-5,0)
  1222. move.Parent=smoke.Parent
  1223.  
  1224. firecols={BrickColor:Red(),BrickColor.new("Bright orange"),BrickColor.new("Pastel yellow"),BrickColor.new("Bright yellow")}
  1225.  
  1226. for i=1, 130 do
  1227. wait(.03)
  1228. move.velocity=move.velocity+Vector3.new(0,.52*(i/5),0)
  1229. Noob.Handle.Thrusting.Pitch=1+i/50
  1230. if i>10 then
  1231. smoke2.Enabled=true
  1232.  
  1233. if i/2==math.floor(i/2) then
  1234.  
  1235. local p=Instance.new("Part")
  1236. p.Name="FadeTrail"
  1237. p.TopSurface=0
  1238. p.BottomSurface=0
  1239. p.BrickColor=firecols[math.random(1,4)]
  1240. p.formFactor="Symmetric"
  1241. p.Size=Vector3.new(1,1,1)
  1242. p.Anchored=true
  1243. p.CanCollide=false
  1244. p.CFrame=Noob.Handle.CFrame*CFrame.new(0,-2,0)*CFrame.fromEulerAnglesXYZ(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1245. local mm=Instance.new("BlockMesh")
  1246. mm.Parent=p
  1247. mm.Scale=Vector3.new(5,5,5)
  1248. p.Parent=Noob
  1249. coroutine.resume(coroutine.create(function(p) for i=1, 10 do p.CFrame=p.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-100,100)/1000,math.random(-100,100)/1000,math.random(-100,100)/1000) p.Mesh.Scale=p.Mesh.Scale-Vector3.new(1/15,1/15,1/15) wait() end p.BrickColor=BrickColor.new("Medium stone grey") for i=1, 40 do p.Transparency=i/40 p.CFrame=p.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-100,100)/100,math.random(-100,100)/100,math.random(-100,100)/100)-Vector3.new(0,.1,0) p.Mesh.Scale=p.Mesh.Scale+Vector3.new(8/30,8/30,8/30) wait() end p:Remove() end),p)
  1250. end
  1251.  
  1252. end
  1253. if i/10==math.floor(i/10) then
  1254. Noob.Handle.Thrusting:Play()
  1255. end
  1256.  
  1257. end
  1258.  
  1259. Noob.Handle.CFrame=CFrame.new(lolpos+Vector3.new(math.random(-9,9)*160,1100,math.random(-9,9)*160),lolpos)
  1260. Noob.Handle.Anchored=true
  1261.  
  1262. move.velocity=(Noob.Handle.Position-lolpos).unit*-320
  1263.  
  1264. wait(6)
  1265.  
  1266. Tool.Script.DoGui.Value=true
  1267.  
  1268. Tool.Ohgodno:Play()
  1269.  
  1270. elap=0
  1271. Noob.Handle.Anchored=false
  1272.  
  1273. yeeh=false
  1274.  
  1275. while (elap<300 and (Noob.Handle.Position-lolpos).magnitude>=30) do
  1276. wait(.03)
  1277.  
  1278. if (Noob.Handle.Position-lolpos).magnitude<=300 and yeeh==false then yeeh=true Noob.Handle.wee:Play() Noob.Handle.KABOOOOM2:Play() end
  1279.  
  1280. if elap/2==math.floor(elap/2) then
  1281.  
  1282. local p=Instance.new("Part")
  1283. p.Name="FadeTrail"
  1284. p.TopSurface=0
  1285. p.BottomSurface=0
  1286. p.BrickColor=firecols[math.random(1,4)]
  1287. p.formFactor="Symmetric"
  1288. p.Size=Vector3.new(1,1,1)
  1289. p.Anchored=true
  1290. p.CanCollide=false
  1291. p.CFrame=Noob.Handle.CFrame*CFrame.new(0,0,-1)*CFrame.fromEulerAnglesXYZ(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1292. local mm=Instance.new("BlockMesh")
  1293. mm.Parent=p
  1294. mm.Scale=Vector3.new(8,8,8)
  1295. p.Parent=Noob
  1296. coroutine.resume(coroutine.create(function(p) for i=1, 10 do p.CFrame=p.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-100,100)/1000,math.random(-100,100)/1000,math.random(-100,100)/1000) p.Mesh.Scale=p.Mesh.Scale-Vector3.new(1/15,1/15,1/15) wait() end p.BrickColor=BrickColor.new("Medium stone grey") for i=1, 10 do p.Transparency=i/10 p.CFrame=p.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-100,100)/100,math.random(-100,100)/100,math.random(-100,100)/100) p.Mesh.Scale=p.Mesh.Scale+Vector3.new(3/40,3/40,3/40) wait() end p:Remove() end),p)
  1297.  
  1298. end
  1299.  
  1300. if elap/5==math.floor(elap/5) then
  1301. Noob.Handle.Thrusting:Play()
  1302. end
  1303.  
  1304. elap=elap+1
  1305.  
  1306. end
  1307.  
  1308. wait(.25)
  1309.  
  1310. Tool.Script.DoGui.Value=false
  1311.  
  1312. Tool.Ohgodno:Stop()
  1313.  
  1314. Noob.Handle.CFrame=CFrame.new(lolpos)
  1315. Noob.Handle.Anchored=true
  1316. Noob.Handle.Transparency=1
  1317. s=script.NuclearBomb:clone()
  1318. s.Disabled=false
  1319. s.Parent=Noob.Handle
  1320.  
  1321. for _,v in pairs(Tool:children()) do
  1322. if v.className=="Part" and v.Name~="Face" and v.Name~="Cheek10" and string.sub(v.Name,1,4)~="Chew" then v.Transparency=0 end
  1323. end
  1324.  
  1325. Tool.Ohgodno:Stop()
  1326.  
  1327. wait(10)
  1328.  
  1329. Noob:Remove()
  1330.  
  1331. end
  1332.  
  1333. canScale=true
  1334.  
  1335. Tool.Nom.Value=0
  1336.  
  1337. Attackdeb=true
  1338.  
  1339. end
  1340.  
  1341. eql=function(mouse)
  1342. Tool.Handle.Equip:Play()
  1343. mouse.KeyDown:connect(function(key) if key=="z" then secondary() end end)
  1344. end
  1345. Tool.Equipped:connect(eql)
  1346.  
  1347. c=-1
  1348. while true do
  1349. if Tool.Handle:FindFirstChild("CheekWeld1")~=nil then
  1350. updateScaling()
  1351. end
  1352. wait()
  1353. end
  1354. end,o55)
  1355. end))
  1356. o56 = Create("ScreenGui",{
  1357. ["Name"] = "DEATHGUI",
  1358. ["Parent"] = o55,
  1359. })
  1360. o57 = Create("ImageLabel",{
  1361. ["Parent"] = o56,
  1362. ["Transparency"] = 1,
  1363. ["Position"] = UDim2.new(0.3125,0,0.20000000298023,0),
  1364. ["Size"] = UDim2.new(0.050000000745058,0,0.050000000745058,0),
  1365. ["BackgroundTransparency"] = 1,
  1366. ["SizeConstraint"] = Enum.SizeConstraint.RelativeXX,
  1367. ["Image"] = "http://www.roblox.com/asset/?id=26533945",
  1368. })
  1369. o58 = Create("Frame",{
  1370. ["Parent"] = o56,
  1371. ["Transparency"] = 0.73750001192093,
  1372. ["Position"] = UDim2.new(-0.5,0,-0.5,0),
  1373. ["Size"] = UDim2.new(2,0,2,0),
  1374. ["BackgroundColor3"] = Color3.new(1, 0, 0),
  1375. ["BackgroundTransparency"] = 0.73750001192093,
  1376. ["ZIndex"] = 10,
  1377. })
  1378. o59 = Create("TextLabel",{
  1379. ["Parent"] = o56,
  1380. ["Position"] = UDim2.new(0.5,0,0.25,0),
  1381. ["Text"] = "WARNING: TACTICAL NOOB INBOUND",
  1382. ["Font"] = Enum.Font.ArialBold,
  1383. ["FontSize"] = Enum.FontSize.Size14,
  1384. ["TextColor3"] = Color3.new(1, 0, 0),
  1385. ["TextStrokeColor3"] = Color3.new(0.8, 0, 0),
  1386. ["TextStrokeTransparency"] = 0.94999998807907,
  1387. ["TextTransparency"] = 0.73750001192093,
  1388. })
  1389. o60 = Create("ImageLabel",{
  1390. ["Parent"] = o56,
  1391. ["Transparency"] = 1,
  1392. ["Position"] = UDim2.new(0.63749998807907,0,0.20000001788139,0),
  1393. ["Size"] = UDim2.new(0.050000000745058,0,0.050000000745058,0),
  1394. ["BackgroundTransparency"] = 1,
  1395. ["SizeConstraint"] = Enum.SizeConstraint.RelativeXX,
  1396. ["Image"] = "http://www.roblox.com/asset/?id=26533945",
  1397. })
  1398. o61 = Create("Script",{
  1399. ["Parent"] = o56,
  1400. ["Disabled"] = true,
  1401. })
  1402. table.insert(cors,coroutine.create(function()
  1403. wait()
  1404. runDummyScript(function()
  1405. wait()
  1406. while true do
  1407. for i=1, 20 do
  1408. script.Parent.TextLabel.TextTransparency=.75-i/80
  1409. script.Parent.TextLabel.TextStrokeTransparency=1-i/40
  1410. script.Parent.Frame.BackgroundTransparency=.75-i/80
  1411. wait()
  1412. end
  1413. for i=1, 20 do
  1414. script.Parent.TextLabel.TextTransparency=.5+i/80
  1415. script.Parent.TextLabel.TextStrokeTransparency=i/20
  1416. script.Parent.Frame.BackgroundTransparency=.5+i/80
  1417. wait()
  1418. end
  1419. end
  1420. end,o61)
  1421. end))
  1422. o62 = Create("Script",{
  1423. ["Name"] = "NuclearBomb",
  1424. ["Parent"] = o55,
  1425. ["Disabled"] = true,
  1426. })
  1427. table.insert(cors,coroutine.create(function()
  1428. wait()
  1429. runDummyScript(function()
  1430. wait(.2)
  1431. d=true
  1432. Asplode=function()
  1433. if d==false then return end
  1434. d=false
  1435. for _,v in pairs(game.Players:children()) do
  1436. if v.Character~=nil then
  1437. if v.Character:FindFirstChild("Torso")~=nil then
  1438. if (v.Character.Torso.Position-script.Parent.Position).magnitude<=800 then
  1439. s=script.ScreenGui:clone()
  1440. s.Frame.Script.Disabled=false
  1441. s.Parent=v.PlayerGui
  1442. s=script.ScreenGui2:clone()
  1443. s.Frame.Script.Disabled=false
  1444. s.Parent=v.PlayerGui
  1445. end
  1446. end
  1447. end
  1448. end
  1449. ex=Instance.new("Explosion")
  1450. ex.BlastRadius=40
  1451. ex.BlastPressure=ex.BlastPressure*1.5
  1452. ex.Position=script.Parent.Position
  1453. ex.Parent=workspace
  1454. p=Instance.new("Part")
  1455. p.TopSurface=0
  1456. p.BottomSurface=0
  1457. p.formFactor="Symmetric"
  1458. p.BrickColor=BrickColor.new("Cool yellow")
  1459. p.Size=Vector3.new(1,1,1)
  1460. p.Anchored=true
  1461. p.CanCollide=false
  1462. p.Name="Blast"
  1463. p.CFrame=CFrame.new(script.Parent.Position-Vector3.new(0,3,0))
  1464. p.Parent=workspace
  1465. s=script.Asplosion:clone()
  1466. s.Disabled=false
  1467. s.Parent=p
  1468. m=Instance.new("SpecialMesh")
  1469. m.MeshType="Sphere"
  1470. m.Scale=Vector3.new(5,5,5)
  1471. m.Parent=p
  1472. p.CanCollide=false
  1473. script.Parent.Transparency=1
  1474. script.Parent.Anchored=true
  1475. end
  1476. Asplode()
  1477.  
  1478. end,o62)
  1479. end))
  1480. o63 = Create("Script",{
  1481. ["Name"] = "Asplosion",
  1482. ["Parent"] = o62,
  1483. ["Disabled"] = true,
  1484. })
  1485. table.insert(cors,coroutine.create(function()
  1486. wait()
  1487. runDummyScript(function()
  1488. wait(.05)
  1489.  
  1490. s=Instance.new("Sound")
  1491. s.SoundId="http://www.roblox.com/asset/?id=2101159"
  1492. s.Pitch=.37555
  1493. s.Name="Kaboom"
  1494. s.Volume=1
  1495. s.Parent=workspace
  1496.  
  1497. wait(.05)
  1498.  
  1499. s:Play()
  1500.  
  1501. c=script.Parent.CFrame
  1502.  
  1503. GetHumans=function()
  1504. Chars={}
  1505. Things=workspace:GetChildren()
  1506. for ii,v in pairs(Things) do
  1507. if v.className=="Model" then
  1508. Human=v:FindFirstChild("Humanoid")
  1509. PTorso=v:FindFirstChild("Torso")
  1510. vv=game.Players:GetPlayerFromCharacter(v)
  1511. if Human~=nil and PTorso~=nil then
  1512. table.insert(Chars,PTorso)
  1513. end
  1514. end
  1515. end
  1516. return Chars
  1517. end
  1518.  
  1519. for i=1, 70 do
  1520.  
  1521. local p=Instance.new("Part")
  1522. p2=Instance.new("Smoke")
  1523. p2.Color=Color3.new(.75,.7554,.7895)
  1524. p2.Size=20
  1525. p2.Opacity=.8
  1526. p2.RiseVelocity=10
  1527. p2.Parent=p
  1528. p.Name="FadeTrail"
  1529. p.TopSurface=0
  1530. p.BottomSurface=0
  1531. p.formFactor="Symmetric"
  1532. p.Size=Vector3.new(1,1,1)
  1533. p.Anchored=true
  1534. p.CanCollide=false
  1535. p.Transparency=1
  1536. p.CFrame=CFrame.new(script.Parent.Position,script.Parent.Position+Vector3.new(math.cos(90/70*i),0,math.sin(90/70*i)))*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  1537. p.Parent=workspace
  1538. coroutine.resume(coroutine.create(function(p) for i=1, 140 do p.CFrame=p.CFrame*CFrame.new(0,6,0) wait() end p.Smoke.Enabled=false wait(5) p:Remove() end),p)
  1539. game:GetService("Debris"):AddItem(p,25)
  1540.  
  1541. end
  1542.  
  1543. cc=game.Lighting.Brightness
  1544. game.Lighting.Brightness=game.Lighting.Brightness+3
  1545.  
  1546. for i=1, 100 do
  1547. game.Lighting.Brightness=game.Lighting.Brightness-.01825
  1548. script.Parent.Transparency=script.Parent.Transparency+1/100
  1549. script.Parent.Size=script.Parent.Size+Vector3.new(4,4,4)
  1550. script.Parent.CFrame=c
  1551.  
  1552. for _,v in pairs(game.Players:children()) do
  1553. s=script.LocalScript:clone() s.Disabled=false s.Parent=v.PlayerGui
  1554. end
  1555.  
  1556. noobs=GetHumans()
  1557.  
  1558. for _,v in pairs(noobs) do
  1559.  
  1560. Dist=(v.Position-script.Parent.Position).magnitude
  1561. if Dist<script.Parent.Size.x*5 / 1.65 then
  1562. v:BreakJoints()
  1563. end
  1564.  
  1565. Base=120
  1566. Size=script.Parent.Size.x / 50
  1567. Calc=(Base/Size - Dist/10) + 10
  1568. if Calc<0 then Calc=1 end
  1569.  
  1570. if i>=25 then
  1571.  
  1572. for lolol,poo in pairs(v:children()) do
  1573.  
  1574. vv=Instance.new("BodyVelocity")
  1575. vv.P=4000
  1576. vv.maxForce=Vector3.new(50000000000,0,50000000000)
  1577. vv.velocity=(v.Position-script.Parent.Position).unit*(Calc+6)
  1578. vv.Parent=poo
  1579. game:GetService("Debris"):AddItem(vv,.25)
  1580.  
  1581. end
  1582.  
  1583. end
  1584.  
  1585. end
  1586.  
  1587. wait()
  1588. end
  1589.  
  1590. game.Lighting.Brightness=cc
  1591.  
  1592. wait(2)
  1593.  
  1594. script.Parent.Parent=nil
  1595.  
  1596. end,o63)
  1597. end))
  1598. o64 = Create("LocalScript",{
  1599. ["Parent"] = o63,
  1600. ["Disabled"] = true,
  1601. })
  1602. table.insert(cors,coroutine.create(function()
  1603. wait()
  1604. runDummyScript(function()
  1605. wait(.05)
  1606. cam=workspace.CurrentCamera
  1607. cam.CoordinateFrame=cam.CoordinateFrame*CFrame.new(math.random(-50,50)/1000,math.random(-50,50)/100,math.random(-50,50)/100)*CFrame.fromEulerAnglesXYZ(math.random(-5,5)/10,math.random(-5,5)/10,math.random(-5,5)/10)
  1608. script:Remove()
  1609. end,o64)
  1610. end))
  1611. o65 = Create("ScreenGui",{
  1612. ["Parent"] = o62,
  1613. })
  1614. o66 = Create("Frame",{
  1615. ["Parent"] = o65,
  1616. ["Transparency"] = 1,
  1617. ["Position"] = UDim2.new(-0.5,0,-0.5,0),
  1618. ["Size"] = UDim2.new(3,0,3,0),
  1619. ["BackgroundColor3"] = Color3.new(1, 1, 0.941177),
  1620. ["BackgroundTransparency"] = 1,
  1621. ["BorderColor3"] = Color3.new(1, 1, 1),
  1622. })
  1623. o67 = Create("Script",{
  1624. ["Parent"] = o66,
  1625. ["Disabled"] = true,
  1626. })
  1627. table.insert(cors,coroutine.create(function()
  1628. wait()
  1629. runDummyScript(function()
  1630. wait(.2)
  1631.  
  1632. frame=script.Parent
  1633. for i=1, 10 do
  1634. frame.BackgroundTransparency=1-i*.1
  1635. wait()
  1636. end
  1637. wait(.25)
  1638. for i=1, 200 do
  1639. frame.BackgroundTransparency=i/200
  1640. wait()
  1641. end
  1642. script.Parent.Parent:Remove()
  1643.  
  1644. end,o67)
  1645. end))
  1646. o68 = Create("ScreenGui",{
  1647. ["Name"] = "ScreenGui2",
  1648. ["Parent"] = o62,
  1649. })
  1650. o69 = Create("Frame",{
  1651. ["Parent"] = o68,
  1652. ["Transparency"] = 0.625,
  1653. ["Position"] = UDim2.new(-0.5,0,-0.5,0),
  1654. ["Size"] = UDim2.new(3,0,3,0),
  1655. ["BackgroundColor3"] = Color3.new(1, 1, 0.6),
  1656. ["BackgroundTransparency"] = 0.625,
  1657. ["BorderColor3"] = Color3.new(1, 1, 1),
  1658. })
  1659. o70 = Create("Script",{
  1660. ["Parent"] = o69,
  1661. ["Disabled"] = true,
  1662. })
  1663. table.insert(cors,coroutine.create(function()
  1664. wait()
  1665. runDummyScript(function()
  1666. wait(.1)
  1667. for i=1, 100 do
  1668. wait()
  1669. end
  1670. script.Parent.Parent:Remove()
  1671.  
  1672. end,o70)
  1673. end))
  1674. o71 = Create("Part",{
  1675. ["Name"] = "Cheek6",
  1676. ["Parent"] = o1,
  1677. ["BrickColor"] = BrickColor.new("Black"),
  1678. ["Reflectance"] = 0.125,
  1679. ["Position"] = Vector3.new(330.481079, 87.9255371, -126.731323),
  1680. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  1681. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  1682. ["Velocity"] = Vector3.new(-9.18030548, 0, 13.4156132),
  1683. ["CFrame"] = CFrame.new(330.481079, 87.9255371, -126.731323, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  1684. ["CanCollide"] = false,
  1685. ["Locked"] = true,
  1686. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1687. ["Size"] = Vector3.new(1, 1, 1),
  1688. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1689. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1690. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1691. })
  1692. o72 = Create("SpecialMesh",{
  1693. ["Parent"] = o71,
  1694. ["Scale"] = Vector3.new(0.850000024, 0.150000006, 0.600000024),
  1695. ["MeshType"] = Enum.MeshType.Brick,
  1696. })
  1697. o73 = Create("Part",{
  1698. ["Name"] = "Cheek7",
  1699. ["Parent"] = o1,
  1700. ["BrickColor"] = BrickColor.new("Black"),
  1701. ["Reflectance"] = 0.125,
  1702. ["Position"] = Vector3.new(330.153656, 88.3255005, -126.961182),
  1703. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  1704. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  1705. ["Velocity"] = Vector3.new(-9.21872902, 0, 13.4703465),
  1706. ["CFrame"] = CFrame.new(330.153656, 88.3255005, -126.961182, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  1707. ["CanCollide"] = false,
  1708. ["Locked"] = true,
  1709. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1710. ["Size"] = Vector3.new(1, 1, 1),
  1711. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1712. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1713. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1714. })
  1715. o74 = Create("SpecialMesh",{
  1716. ["Parent"] = o73,
  1717. ["Scale"] = Vector3.new(0.150000006, 0.699999988, 0.600000024),
  1718. ["MeshType"] = Enum.MeshType.Brick,
  1719. })
  1720. o75 = Create("Part",{
  1721. ["Name"] = "Cheek8",
  1722. ["Parent"] = o1,
  1723. ["BrickColor"] = BrickColor.new("Black"),
  1724. ["Reflectance"] = 0.125,
  1725. ["Position"] = Vector3.new(330.638062, 88.4053955, -126.946655),
  1726. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  1727. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  1728. ["Velocity"] = Vector3.new(-9.21630001, 0, 13.3893719),
  1729. ["CFrame"] = CFrame.new(330.638062, 88.4053955, -126.946655, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  1730. ["CanCollide"] = false,
  1731. ["Locked"] = true,
  1732. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1733. ["Size"] = Vector3.new(1, 1, 1),
  1734. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1735. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1736. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1737. })
  1738. o76 = Create("SpecialMesh",{
  1739. ["Parent"] = o75,
  1740. ["Scale"] = Vector3.new(0.75, 0.839999974, 0.150000006),
  1741. ["MeshType"] = Enum.MeshType.Brick,
  1742. })
  1743. o77 = Create("Part",{
  1744. ["Name"] = "Cheek9",
  1745. ["Parent"] = o1,
  1746. ["BrickColor"] = BrickColor.new("Black"),
  1747. ["Reflectance"] = 0.125,
  1748. ["Position"] = Vector3.new(330.80011, 88.3255005, -126.489868),
  1749. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  1750. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  1751. ["Velocity"] = Vector3.new(-9.13994408, 0, 13.3622828),
  1752. ["CFrame"] = CFrame.new(330.80011, 88.3255005, -126.489868, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  1753. ["CanCollide"] = false,
  1754. ["Locked"] = true,
  1755. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1756. ["Size"] = Vector3.new(1, 1, 1),
  1757. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1758. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1759. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1760. })
  1761. o78 = Create("SpecialMesh",{
  1762. ["Parent"] = o77,
  1763. ["Scale"] = Vector3.new(0.150000006, 0.699999988, 0.600000024),
  1764. ["MeshType"] = Enum.MeshType.Brick,
  1765. })
  1766. o79 = Create("Part",{
  1767. ["Name"] = "Top2",
  1768. ["Parent"] = o1,
  1769. ["BrickColor"] = BrickColor.new("Black"),
  1770. ["Position"] = Vector3.new(330.450623, 88.7247314, -126.689453),
  1771. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  1772. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  1773. ["Velocity"] = Vector3.new(-9.17330647, 0, 13.4207077),
  1774. ["CFrame"] = CFrame.new(330.450623, 88.7247314, -126.689453, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  1775. ["CanCollide"] = false,
  1776. ["Locked"] = true,
  1777. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1778. ["Size"] = Vector3.new(1, 1, 1),
  1779. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1780. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1781. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1782. })
  1783. o80 = Create("SpecialMesh",{
  1784. ["Parent"] = o79,
  1785. ["Scale"] = Vector3.new(0.899999976, 0.150000006, 0.649999976),
  1786. ["MeshType"] = Enum.MeshType.Brick,
  1787. })
  1788. o81 = Create("Part",{
  1789. ["Name"] = "Chew1",
  1790. ["Parent"] = o1,
  1791. ["BrickColor"] = BrickColor.new("Bright yellow"),
  1792. ["Transparency"] = 1,
  1793. ["Position"] = Vector3.new(330.881989, 88.2255249, -126.432495),
  1794. ["Rotation"] = Vector3.new(90.8242798, 0.600809634, -143.914261),
  1795. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  1796. ["Velocity"] = Vector3.new(-9.13035393, 0, 13.3485985),
  1797. ["CFrame"] = CFrame.new(330.881989, 88.2255249, -126.432495, -0.808091879, 0.588962913, 0.0104859145, -1.50948132e-014, 0.0178012121, -0.999841571, -0.589056253, -0.807963848, -0.0143850138),
  1798. ["CanCollide"] = false,
  1799. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1800. ["Size"] = Vector3.new(1, 1, 1),
  1801. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1802. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1803. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  1804. })
  1805. o82 = Create("CylinderMesh",{
  1806. ["Parent"] = o81,
  1807. ["Scale"] = Vector3.new(0.5, 0.649999976, 0.5),
  1808. })
  1809. o83 = Create("Part",{
  1810. ["Name"] = "Chew2",
  1811. ["Parent"] = o1,
  1812. ["BrickColor"] = BrickColor.new("Bright yellow"),
  1813. ["Transparency"] = 1,
  1814. ["Position"] = Vector3.new(330.073883, 88.2255249, -127.021484),
  1815. ["Rotation"] = Vector3.new(90.8242798, 0.600809634, -143.914261),
  1816. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  1817. ["Velocity"] = Vector3.new(-9.2288084, 0, 13.4836798),
  1818. ["CFrame"] = CFrame.new(330.073883, 88.2255249, -127.021484, -0.808091879, 0.588962913, 0.0104859145, -1.50948132e-014, 0.0178012121, -0.999841571, -0.589056253, -0.807963848, -0.0143850138),
  1819. ["CanCollide"] = false,
  1820. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1821. ["Size"] = Vector3.new(1, 1, 1),
  1822. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1823. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1824. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  1825. })
  1826. o84 = Create("CylinderMesh",{
  1827. ["Parent"] = o83,
  1828. ["Scale"] = Vector3.new(0.5, 0.649999976, 0.5),
  1829. })
  1830. o85 = Create("Model",{
  1831. ["Name"] = "CannonLol",
  1832. ["Parent"] = o1,
  1833. })
  1834. o86 = Create("Part",{
  1835. ["Name"] = "Handle3",
  1836. ["Parent"] = o85,
  1837. ["BrickColor"] = BrickColor.new("Really black"),
  1838. ["Reflectance"] = 0.20000000298023,
  1839. ["Transparency"] = 1,
  1840. ["Position"] = Vector3.new(357.59201, 441.334045, 1019.901),
  1841. ["Rotation"] = Vector3.new(-89.9998016, 0.000384738727, -90.0294189),
  1842. ["RotVelocity"] = Vector3.new(-0.00269895676, -0.000197061745, 0.000686151907),
  1843. ["Velocity"] = Vector3.new(0.00399211096, 0.00265668612, -0.00679172343),
  1844. ["Anchored"] = true,
  1845. ["CFrame"] = CFrame.new(357.59201, 441.334045, 1019.901, -0.000513518928, 0.999999762, 6.71495764e-006, -3.53025621e-006, -6.71677162e-006, 1, 0.999999762, 0.000513518869, 3.53370501e-006),
  1846. ["CanCollide"] = false,
  1847. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1848. ["Size"] = Vector3.new(4, 6, 4),
  1849. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1850. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1851. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1852. })
  1853. o87 = Create("CylinderMesh",{
  1854. ["Parent"] = o86,
  1855. ["Scale"] = Vector3.new(1.04999995, 1.04999995, 1.04999995),
  1856. })
  1857. o88 = Create("Part",{
  1858. ["Name"] = "Handle",
  1859. ["Parent"] = o85,
  1860. ["Material"] = Enum.Material.DiamondPlate,
  1861. ["BrickColor"] = BrickColor.new("Black"),
  1862. ["Reflectance"] = 0.20000000298023,
  1863. ["Transparency"] = 1,
  1864. ["Position"] = Vector3.new(357.600006, 438.594055, 1022.90002),
  1865. ["Rotation"] = Vector3.new(-180, 0, -180),
  1866. ["Anchored"] = true,
  1867. ["CFrame"] = CFrame.new(357.600006, 438.594055, 1022.90002, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  1868. ["CanCollide"] = false,
  1869. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1870. ["Size"] = Vector3.new(4, 4, 2),
  1871. ["BottomSurface"] = Enum.SurfaceType.Weld,
  1872. ["TopSurface"] = Enum.SurfaceType.Weld,
  1873. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1874. })
  1875. o89 = Create("Part",{
  1876. ["Name"] = "Handle",
  1877. ["Parent"] = o85,
  1878. ["Material"] = Enum.Material.DiamondPlate,
  1879. ["BrickColor"] = BrickColor.new("Black"),
  1880. ["Reflectance"] = 0.20000000298023,
  1881. ["Transparency"] = 1,
  1882. ["Position"] = Vector3.new(357.600006, 441.585022, 1022.90503),
  1883. ["Rotation"] = Vector3.new(-179.90416, 0.00742864469, -179.999832),
  1884. ["RotVelocity"] = Vector3.new(-0.0330850519, -0.00169609871, -0.00513586681),
  1885. ["Velocity"] = Vector3.new(0.00120087306, -0.00596932694, 0.00861900207),
  1886. ["Anchored"] = true,
  1887. ["CFrame"] = CFrame.new(357.600006, 441.585022, 1022.90503, -0.999999762, 3.03301886e-006, 0.000129654305, 3.24990719e-006, 0.999998629, 0.00167285791, -0.000129649023, 0.00167285791, -0.999998331),
  1888. ["CanCollide"] = false,
  1889. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1890. ["Size"] = Vector3.new(4, 2, 2),
  1891. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1892. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1893. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1894. })
  1895. o90 = Create("SpecialMesh",{
  1896. ["Parent"] = o89,
  1897. ["MeshType"] = Enum.MeshType.Torso,
  1898. })
  1899. o91 = Create("Part",{
  1900. ["Name"] = "Handle",
  1901. ["Parent"] = o85,
  1902. ["Material"] = Enum.Material.DiamondPlate,
  1903. ["BrickColor"] = BrickColor.new("Black"),
  1904. ["Reflectance"] = 0.20000000298023,
  1905. ["Transparency"] = 1,
  1906. ["Position"] = Vector3.new(357.600006, 438.594055, 1016.90002),
  1907. ["Rotation"] = Vector3.new(-180, 0, -180),
  1908. ["Anchored"] = true,
  1909. ["CFrame"] = CFrame.new(357.600006, 438.594055, 1016.90002, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  1910. ["CanCollide"] = false,
  1911. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1912. ["Size"] = Vector3.new(4, 4, 2),
  1913. ["BottomSurface"] = Enum.SurfaceType.Weld,
  1914. ["TopSurface"] = Enum.SurfaceType.Weld,
  1915. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1916. })
  1917. o92 = Create("Part",{
  1918. ["Name"] = "Handle2",
  1919. ["Parent"] = o85,
  1920. ["Material"] = Enum.Material.DiamondPlate,
  1921. ["BrickColor"] = BrickColor.new("Black"),
  1922. ["Reflectance"] = 0.20000000298023,
  1923. ["Transparency"] = 1,
  1924. ["Position"] = Vector3.new(357.593994, 441.584045, 1016.901),
  1925. ["Rotation"] = Vector3.new(-179.999802, 0.0294249728, -179.999619),
  1926. ["RotVelocity"] = Vector3.new(-0.00269895676, -0.000197061745, 0.000686151907),
  1927. ["Velocity"] = Vector3.new(0.00441175839, -0.00544018392, -0.00746646244),
  1928. ["Anchored"] = true,
  1929. ["CFrame"] = CFrame.new(357.593994, 441.584045, 1016.901, -0.999999762, 6.71497992e-006, 0.000513562642, 6.71677162e-006, 1, 3.48654453e-006, -0.000513562583, 3.48999356e-006, -0.999999762),
  1930. ["CanCollide"] = false,
  1931. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1932. ["Size"] = Vector3.new(4, 2, 2),
  1933. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1934. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1935. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1936. })
  1937. o93 = Create("SpecialMesh",{
  1938. ["Parent"] = o92,
  1939. ["MeshType"] = Enum.MeshType.Torso,
  1940. })
  1941. o94 = Create("Motor",{
  1942. ["Parent"] = o92,
  1943. ["Part0"] = o92,
  1944. ["Part1"] = o86,
  1945. })
  1946. o95 = Create("Part",{
  1947. ["Name"] = "Handle4",
  1948. ["Parent"] = o85,
  1949. ["BrickColor"] = BrickColor.new("Really black"),
  1950. ["Reflectance"] = 0.20000000298023,
  1951. ["Transparency"] = 1,
  1952. ["Position"] = Vector3.new(360.59201, 441.334045, 1019.90302),
  1953. ["Rotation"] = Vector3.new(-89.9998016, 0.000384738727, -90.0294189),
  1954. ["RotVelocity"] = Vector3.new(-0.00269895676, -0.000197061745, 0.000686151907),
  1955. ["Velocity"] = Vector3.new(0.00399211096, 0.00471514184, -0.00620053802),
  1956. ["Anchored"] = true,
  1957. ["CFrame"] = CFrame.new(360.59201, 441.334045, 1019.90302, -0.000513518928, 0.999999762, 6.71495764e-006, -3.53025621e-006, -6.71677162e-006, 1, 0.999999762, 0.000513518869, 3.53370501e-006),
  1958. ["CanCollide"] = false,
  1959. ["FormFactor"] = Enum.FormFactor.Plate,
  1960. ["Size"] = Vector3.new(4, 0.400000006, 4),
  1961. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1962. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1963. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1964. })
  1965. o96 = Create("SpecialMesh",{
  1966. ["Parent"] = o95,
  1967. ["Scale"] = Vector3.new(1.05999994, 5.5, 1.05999994),
  1968. ["MeshType"] = Enum.MeshType.Sphere,
  1969. })
  1970. o97 = Create("Part",{
  1971. ["Name"] = "Handle6",
  1972. ["Parent"] = o85,
  1973. ["BrickColor"] = BrickColor.new("Really black"),
  1974. ["Reflectance"] = 0.20000000298023,
  1975. ["Transparency"] = 1,
  1976. ["Position"] = Vector3.new(352.34201, 441.334045, 1019.89899),
  1977. ["Rotation"] = Vector3.new(-89.9998016, 0.000384738727, -90.0294189),
  1978. ["RotVelocity"] = Vector3.new(-0.00269895676, -0.000197061745, 0.000686151907),
  1979. ["Velocity"] = Vector3.new(0.00399211096, -0.000945611391, -0.00782629754),
  1980. ["Anchored"] = true,
  1981. ["CFrame"] = CFrame.new(352.34201, 441.334045, 1019.89899, -0.000513518928, 0.999999762, 6.71495764e-006, -3.53025621e-006, -6.71677162e-006, 1, 0.999999762, 0.000513518869, 3.53370501e-006),
  1982. ["CanCollide"] = false,
  1983. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1984. ["Size"] = Vector3.new(6, 2, 6),
  1985. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1986. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1987. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1988. })
  1989. o98 = Create("CylinderMesh",{
  1990. ["Parent"] = o97,
  1991. ["Scale"] = Vector3.new(0.899999976, 1.14999998, 0.899999976),
  1992. })
  1993. o99 = Create("Part",{
  1994. ["Name"] = "Handle5",
  1995. ["Parent"] = o85,
  1996. ["BrickColor"] = BrickColor.new("Really black"),
  1997. ["Reflectance"] = 0.20000000298023,
  1998. ["Transparency"] = 1,
  1999. ["Position"] = Vector3.new(353.59201, 441.334045, 1019.89899),
  2000. ["Rotation"] = Vector3.new(-89.9998016, 0.000384738727, -90.0294189),
  2001. ["RotVelocity"] = Vector3.new(-0.00269895676, -0.000197061745, 0.000686151907),
  2002. ["Velocity"] = Vector3.new(0.00399211096, -8.79215077e-005, -0.00757997017),
  2003. ["Anchored"] = true,
  2004. ["CFrame"] = CFrame.new(353.59201, 441.334045, 1019.89899, -0.000513518928, 0.999999762, 6.71495764e-006, -3.53025621e-006, -6.71677162e-006, 1, 0.999999762, 0.000513518869, 3.53370501e-006),
  2005. ["CanCollide"] = false,
  2006. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2007. ["Size"] = Vector3.new(4, 2, 4),
  2008. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2009. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2010. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2011. })
  2012. o100 = Create("CylinderMesh",{
  2013. ["Parent"] = o99,
  2014. ["Scale"] = Vector3.new(1.14999998, 1.14999998, 1.14999998),
  2015. })
  2016. o101 = Create("Part",{
  2017. ["Name"] = "Handle8",
  2018. ["Parent"] = o85,
  2019. ["Material"] = Enum.Material.DiamondPlate,
  2020. ["Reflectance"] = 0.20000000298023,
  2021. ["Transparency"] = 1,
  2022. ["Position"] = Vector3.new(357.593994, 440.584045, 1015.70099),
  2023. ["Rotation"] = Vector3.new(90.0002594, -6.11382784e-005, 179.998169),
  2024. ["Anchored"] = true,
  2025. ["CFrame"] = CFrame.new(357.593994, 440.584045, 1015.70099, -0.999999821, -3.20675244e-005, -1.0670642e-006, 1.06691914e-006, 4.48937271e-006, -1, 3.20675717e-005, -0.999999821, -4.48933861e-006),
  2026. ["CanCollide"] = false,
  2027. ["FormFactor"] = Enum.FormFactor.Plate,
  2028. ["Size"] = Vector3.new(2, 0.400000006, 2),
  2029. ["BackSurface"] = Enum.SurfaceType.Weld,
  2030. ["BottomSurface"] = Enum.SurfaceType.Weld,
  2031. ["FrontSurface"] = Enum.SurfaceType.Weld,
  2032. ["LeftSurface"] = Enum.SurfaceType.Weld,
  2033. ["RightSurface"] = Enum.SurfaceType.Weld,
  2034. ["TopSurface"] = Enum.SurfaceType.Weld,
  2035. })
  2036. o102 = Create("SpecialMesh",{
  2037. ["Parent"] = o101,
  2038. ["Scale"] = Vector3.new(1.05999994, 5.5, 1.05999994),
  2039. ["MeshType"] = Enum.MeshType.Sphere,
  2040. })
  2041. o103 = Create("Part",{
  2042. ["Name"] = "Handle8",
  2043. ["Parent"] = o85,
  2044. ["Material"] = Enum.Material.DiamondPlate,
  2045. ["Reflectance"] = 0.20000000298023,
  2046. ["Transparency"] = 1,
  2047. ["Position"] = Vector3.new(357.600006, 440.583069, 1024.10303),
  2048. ["Rotation"] = Vector3.new(90.0958481, -0.000173780791, -179.983185),
  2049. ["Anchored"] = true,
  2050. ["CFrame"] = CFrame.new(357.600006, 440.583069, 1024.10303, -0.999999821, 0.000293433928, -3.03304705e-006, 3.52491816e-006, 0.00167288422, -0.999998629, -0.00029342834, -0.999998391, -0.00167283218),
  2051. ["CanCollide"] = false,
  2052. ["FormFactor"] = Enum.FormFactor.Plate,
  2053. ["Size"] = Vector3.new(2, 0.400000006, 2),
  2054. ["BackSurface"] = Enum.SurfaceType.Weld,
  2055. ["BottomSurface"] = Enum.SurfaceType.Weld,
  2056. ["FrontSurface"] = Enum.SurfaceType.Weld,
  2057. ["LeftSurface"] = Enum.SurfaceType.Weld,
  2058. ["RightSurface"] = Enum.SurfaceType.Weld,
  2059. ["TopSurface"] = Enum.SurfaceType.Weld,
  2060. })
  2061. o104 = Create("SpecialMesh",{
  2062. ["Parent"] = o103,
  2063. ["Scale"] = Vector3.new(1.05999994, 5.5, 1.05999994),
  2064. ["MeshType"] = Enum.MeshType.Sphere,
  2065. })
  2066. o105 = Create("Script",{
  2067. ["Parent"] = o85,
  2068. })
  2069. table.insert(cors,coroutine.create(function()
  2070. wait()
  2071. runDummyScript(function()
  2072. wait()
  2073.  
  2074. script.Parent:BreakJoints()
  2075.  
  2076. lol=function()
  2077.  
  2078. w=Instance.new("Motor")
  2079. w.Part0=script.Parent.Handle2
  2080. w.Part1=script.Parent.Handle3
  2081. w.C0=CFrame.new(0,-.25,-3)*CFrame.fromEulerAnglesXYZ(-math.pi/2,0,math.pi/2)
  2082. w.Parent=w.Part0
  2083.  
  2084. w=Instance.new("Weld")
  2085. w.Part0=script.Parent.Handle3
  2086. w.Part1=script.Parent.Handle4
  2087. w.C0=CFrame.new(0,3,0)
  2088. w.Parent=w.Part0
  2089.  
  2090. w=Instance.new("Weld")
  2091. w.Part0=script.Parent.Handle3
  2092. w.Part1=script.Parent.Handle5
  2093. w.C0=CFrame.new(0,-4,0)
  2094. w.Parent=w.Part0
  2095.  
  2096. w=Instance.new("Weld")
  2097. w.Part0=script.Parent.Handle3
  2098. w.Part1=script.Parent.Handle6
  2099. w.C0=CFrame.new(0,-5.25,0)
  2100. w.Parent=w.Part0
  2101.  
  2102. end
  2103.  
  2104. script.Parent.AncestryChanged:connect(lol)
  2105. end,o105)
  2106. end))
  2107. o106 = Create("Part",{
  2108. ["Name"] = "Base",
  2109. ["Parent"] = o85,
  2110. ["Material"] = Enum.Material.DiamondPlate,
  2111. ["BrickColor"] = BrickColor.new("Black"),
  2112. ["Transparency"] = 1,
  2113. ["Position"] = Vector3.new(357.600006, 436.094055, 1019.90002),
  2114. ["Rotation"] = Vector3.new(-180, 0, -180),
  2115. ["Anchored"] = true,
  2116. ["CFrame"] = CFrame.new(357.600006, 436.094055, 1019.90002, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  2117. ["CanCollide"] = false,
  2118. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2119. ["Size"] = Vector3.new(6, 1, 8),
  2120. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2121. ["TopSurface"] = Enum.SurfaceType.Weld,
  2122. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2123. })
  2124. o107 = Create("Part",{
  2125. ["Name"] = "Cheek10",
  2126. ["Parent"] = o1,
  2127. ["BrickColor"] = BrickColor.new("Bright yellow"),
  2128. ["Transparency"] = 1,
  2129. ["Position"] = Vector3.new(330.948059, 88.3397217, -127.371948),
  2130. ["Rotation"] = Vector3.new(-178.737854, 36.0834503, 179.256561),
  2131. ["RotVelocity"] = Vector3.new(0, 0.167158738, 0),
  2132. ["Velocity"] = Vector3.new(-9.28739166, 0, 13.3375549),
  2133. ["CFrame"] = CFrame.new(330.948059, 88.3397217, -127.371948, -0.808091879, -0.0104859406, 0.588962913, -1.50948132e-014, 0.999841571, 0.017801255, -0.589056253, 0.0143850492, -0.807963848),
  2134. ["CanCollide"] = false,
  2135. ["Locked"] = true,
  2136. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2137. ["Size"] = Vector3.new(1, 1, 1),
  2138. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2139. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2140. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  2141. })
  2142. o108 = Create("SpecialMesh",{
  2143. ["Parent"] = o107,
  2144. ["MeshType"] = Enum.MeshType.Brick,
  2145. })
  2146. o109 = Create("Sound",{
  2147. ["Name"] = "Ohgodno",
  2148. ["Parent"] = o1,
  2149. ["Pitch"] = 0.52999997138977,
  2150. ["SoundId"] = "http://www.roblox.com/asset/?id=28510547",
  2151. ["Volume"] = 1,
  2152. ["Looped"] = true,
  2153. })
  2154. o110 = Create("Script",{
  2155. ["Parent"] = o1,
  2156. })
  2157. table.insert(cors,coroutine.create(function()
  2158. wait()
  2159. runDummyScript(function()
  2160. while true do --blargh
  2161.  
  2162.  
  2163. for _,v in pairs(game.Players:children()) do
  2164. if v:FindFirstChild("PlayerGui")~=nil then
  2165. if script.DoGui.Value==true then
  2166.  
  2167. if v.PlayerGui:FindFirstChild("DEATHGUI")==nil then
  2168. s=script.Parent.LocalScript.DEATHGUI:clone()
  2169. s.Script.Disabled=false
  2170. s.Parent=v.PlayerGui
  2171. end
  2172.  
  2173. else
  2174.  
  2175. if v.PlayerGui:FindFirstChild("DEATHGUI")~=nil then
  2176. v.PlayerGui.DEATHGUI:Remove()
  2177. end
  2178.  
  2179. end
  2180.  
  2181. end
  2182. end
  2183.  
  2184. wait(.1)
  2185.  
  2186. end
  2187. end,o110)
  2188. end))
  2189. o111 = Create("BoolValue",{
  2190. ["Name"] = "DoGui",
  2191. ["Parent"] = o110,
  2192. })
  2193.  
  2194. mas.Parent = workspace
  2195. mas:MakeJoints()
  2196. local mas1 = mas:GetChildren()
  2197. for i=1,#mas1 do
  2198. mas1[i].Parent = game.Players.LocalPlayer.Backpack
  2199. ypcall(function() mas1[i]:MakeJoints() end)
  2200. end
  2201. mas:Destroy()
  2202. for i=1,#cors do
  2203. coroutine.resume(cors[i])
  2204. end
  2205.  
  2206.  
  2207. -- yoo waddup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement