I_M_Epic

Hungry

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