SyntaxIsHere

Untitled

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