Advertisement
voidman

Untitled

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