Advertisement
ItzInfern

noob

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