Upscalefanatic3

Noob Tool Eating Other People Script

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