Advertisement
PasterXIV

Untitled

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