Advertisement
svfsftfwfwrfwqrfqafa

Untitled

Mar 27th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.07 KB | None | 0 0
  1. jun = game.Players.AlbertOnTheShelf
  2. Stuff = false
  3. --password
  4. function ssj()
  5. if Stuff == false then
  6. Stuff = true
  7. for u, c in pairs (jun.Character:GetChildren()) do
  8. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  9. c.Handle.Transparency = 1
  10. end
  11. end
  12. Hair22 = Instance.new("Part")
  13. Hair22.Parent = jun.Character
  14. Hair22.Name = "Hair"
  15. Hair22.formFactor = "Symmetric"
  16. Hair22.Size = Vector3.new(1, 1, 1)
  17. Hair22.CFrame = jun.Character.Head.CFrame
  18. Hair22:BreakJoints()
  19. Hair22.CanCollide = false
  20. Hair22.TopSurface = "Smooth"
  21. Hair22.BottomSurface = "Smooth"
  22. Hair22.BrickColor = BrickColor.new("Bright yellow")
  23. Weld = Instance.new("Weld")
  24. Weld.Part0 = jun.Character.Head
  25. Weld.Part1 = Hair22
  26. Weld.Parent = jun.Character.Head
  27. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  28. Mesh = Instance.new("SpecialMesh")
  29. Mesh.Parent = Hair22
  30. Mesh.MeshType = "Sphere"
  31. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  32. Hair4 = Instance.new("Part")
  33. Hair4.Parent = jun.Character
  34. Hair4.Name = "Hair"
  35. Hair4.CanCollide = false
  36. Hair4.Locked = true
  37. Hair4.TopSurface = "Smooth"
  38. Hair4.BottomSurface = "Smooth"
  39. Hair4.formFactor = "Symmetric"
  40. Hair4.BrickColor = BrickColor.new("Bright yellow")
  41. Hair4.CFrame = jun.Character.Torso.CFrame
  42. Hair4.Size = Vector3.new(1, 1, 1)
  43. Weld = Instance.new("Weld")
  44. Weld.Parent = jun.Character.Head
  45. Weld.Part0 = jun.Character.Head
  46. Weld.Part1 = Hair4
  47. Weld.C0 = CFrame.new(0, 1, 0)
  48. Mesh = Instance.new("SpecialMesh")
  49. Mesh.Parent = Hair4
  50. Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
  51. Mesh.MeshType = "FileMesh"
  52. Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
  53. Mesh.TextureId = ""
  54. Effect = Instance.new("Part")
  55. Effect.Parent = jun.Character
  56. Effect.Anchored = true
  57. Effect.CanCollide = false
  58. Effect.Size = Vector3.new(1, 1, 1)
  59. Effect.formFactor = "Symmetric"
  60. Effect.Transparency = 0.5
  61. Effect.BrickColor = BrickColor.new("Bright yellow")
  62. Effect.TopSurface = "Smooth"
  63. Effect.BottomSurface = "Smooth"
  64. EffectMesh = Instance.new("CylinderMesh")
  65. EffectMesh.Parent = Effect
  66. EffectMesh.Scale = Vector3.new(1, 1500, 1)
  67. --[[ex = Instance.new("Explosion")
  68. ex.Position = jun.Character.Torso.Position
  69. ex.BlastPressure = 0
  70. ex.Parent = workspace]]
  71. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  72. for i = 1 , 20 do
  73. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  74. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2)
  75. Effect.Transparency = Effect.Transparency + 0.025
  76. wait(0.06)
  77. end
  78. Effect:Remove()
  79. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  80. pie = Instance.new("Fire")
  81. pie.Name = "PwnFire"
  82. pie.Parent = jun.Character.Torso
  83. pie.Size = 13
  84. pie.Color = BrickColor.new("Bright yellow")
  85. end
  86. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  87. pie = Instance.new("Sparkles")
  88. pie.Name = "PwnSparkles"
  89. pie.Parent = jun.Character.Torso
  90. pie.Color = BrickColor.new("Bright yellow")
  91. end
  92. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  93. wait(0.3)
  94. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  95. end
  96. end
  97. function nossj()
  98. if Stuff == true then
  99. Stuff = false
  100. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  101. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  102. end
  103. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  104. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  105. end
  106. p = Instance.new("Part")
  107. p.Parent = jun.Character
  108. p.Anchored = true
  109. p.CanCollide = false
  110. p.Transparency = 0.1
  111. p.formFactor = "Symmetric"
  112. p.Size = Vector3.new(22, 22, 22)
  113. p.TopSurface = "Smooth"
  114. p.BottomSurface = "Smooth"
  115. p.Name = "Sharingan"
  116. p.Shape = "Ball"
  117. p.CFrame = jun.Character.Torso.CFrame
  118. p.BrickColor = BrickColor.new("Bright yellow")
  119. for i = 1 , 10 do
  120. wait(0.05)
  121. p.Size = p.Size + Vector3.new(-4, -4, -4)
  122. p.Transparency = p.Transparency + 0.1
  123. p.CFrame = jun.Character.Torso.CFrame
  124. end
  125. p:Remove()
  126. for u, c in pairs (jun.Character:GetChildren()) do
  127. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  128. c.Handle.Transparency = 0
  129. end
  130. if c.Name == "Hair" then
  131. c:Remove()
  132. end
  133. end
  134. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  135. wait(0.3)
  136. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  137. end
  138. end
  139. jun.Chatted:connect(function(Msg)
  140. msg = Msg:lower()
  141. if string.sub(msg, 1, 7) == "pwnage" then
  142. wait(0.1)
  143. ssj()
  144. end
  145. if string.sub(msg, 1, 13) == "super saiyan" then
  146. wait(0.1)
  147. ssj()
  148. end
  149. if string.sub(msg, 1, 6) == "ssj" then
  150. wait(0.1)
  151. ssj()
  152. end
  153. if string.sub(msg, 1, 10) == "pwnd" then
  154. wait(0.1)
  155. nossj()
  156. end
  157. if string.sub(msg, 1, 3) == "off" then
  158. wait(0.1)
  159. nossj()
  160. end
  161. end)
  162. function OnDeath()
  163. wait()
  164. nossj()
  165. end
  166. jun.Character.Humanoid.Died:connect(OnDeath)
  167. jun = game.Players.AlbertOnTheShelfjun = game.Players.AlbertOnTheShelf
  168. Stuff = false
  169. --password
  170. function ssj()
  171. if Stuff == false then
  172. Stuff = true
  173. for u, c in pairs (jun.Character:GetChildren()) do
  174. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  175. c.Handle.Transparency = 1
  176. end
  177. end
  178. Hair22 = Instance.new("Part")
  179. Hair22.Parent = jun.Character
  180. Hair22.Name = "Hair"
  181. Hair22.formFactor = "Symmetric"
  182. Hair22.Size = Vector3.new(1, 1, 1)
  183. Hair22.CFrame = jun.Character.Head.CFrame
  184. Hair22:BreakJoints()
  185. Hair22.CanCollide = false
  186. Hair22.TopSurface = "Smooth"
  187. Hair22.BottomSurface = "Smooth"
  188. Hair22.BrickColor = BrickColor.new("Bright yellow")
  189. Weld = Instance.new("Weld")
  190. Weld.Part0 = jun.Character.Head
  191. Weld.Part1 = Hair22
  192. Weld.Parent = jun.Character.Head
  193. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  194. Mesh = Instance.new("SpecialMesh")
  195. Mesh.Parent = Hair22
  196. Mesh.MeshType = "Sphere"
  197. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  198. Hair4 = Instance.new("Part")
  199. Hair4.Parent = jun.Character
  200. Hair4.Name = "Hair"
  201. Hair4.CanCollide = false
  202. Hair4.Locked = true
  203. Hair4.TopSurface = "Smooth"
  204. Hair4.BottomSurface = "Smooth"
  205. Hair4.formFactor = "Symmetric"
  206. Hair4.BrickColor = BrickColor.new("Bright yellow")
  207. Hair4.CFrame = jun.Character.Torso.CFrame
  208. Hair4.Size = Vector3.new(1, 1, 1)
  209. Weld = Instance.new("Weld")
  210. Weld.Parent = jun.Character.Head
  211. Weld.Part0 = jun.Character.Head
  212. Weld.Part1 = Hair4
  213. Weld.C0 = CFrame.new(0, 1, 0)
  214. Mesh = Instance.new("SpecialMesh")
  215. Mesh.Parent = Hair4
  216. Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
  217. Mesh.MeshType = "FileMesh"
  218. Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
  219. Mesh.TextureId = ""
  220. Effect = Instance.new("Part")
  221. Effect.Parent = jun.Character
  222. Effect.Anchored = true
  223. Effect.CanCollide = false
  224. Effect.Size = Vector3.new(1, 1, 1)
  225. Effect.formFactor = "Symmetric"
  226. Effect.Transparency = 0.5
  227. Effect.BrickColor = BrickColor.new("Bright yellow")
  228. Effect.TopSurface = "Smooth"
  229. Effect.BottomSurface = "Smooth"
  230. EffectMesh = Instance.new("CylinderMesh")
  231. EffectMesh.Parent = Effect
  232. EffectMesh.Scale = Vector3.new(1, 1500, 1)
  233. --[[ex = Instance.new("Explosion")
  234. ex.Position = jun.Character.Torso.Position
  235. ex.BlastPressure = 0
  236. ex.Parent = workspace]]
  237. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  238. for i = 1 , 20 do
  239. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  240. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2)
  241. Effect.Transparency = Effect.Transparency + 0.025
  242. wait(0.06)
  243. end
  244. Effect:Remove()
  245. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  246. pie = Instance.new("Fire")
  247. pie.Name = "PwnFire"
  248. pie.Parent = jun.Character.Torso
  249. pie.Size = 13
  250. pie.Color = BrickColor.new("Bright yellow")
  251. end
  252. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  253. pie = Instance.new("Sparkles")
  254. pie.Name = "PwnSparkles"
  255. pie.Parent = jun.Character.Torso
  256. pie.Color = BrickColor.new("Bright yellow")
  257. end
  258. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  259. wait(0.3)
  260. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  261. end
  262. end
  263. function nossj()
  264. if Stuff == true then
  265. Stuff = false
  266. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  267. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  268. end
  269. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  270. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  271. end
  272. p = Instance.new("Part")
  273. p.Parent = jun.Character
  274. p.Anchored = true
  275. p.CanCollide = false
  276. p.Transparency = 0.1
  277. p.formFactor = "Symmetric"
  278. p.Size = Vector3.new(22, 22, 22)
  279. p.TopSurface = "Smooth"
  280. p.BottomSurface = "Smooth"
  281. p.Name = "Sharingan"
  282. p.Shape = "Ball"
  283. p.CFrame = jun.Character.Torso.CFrame
  284. p.BrickColor = BrickColor.new("Bright yellow")
  285. for i = 1 , 10 do
  286. wait(0.05)
  287. p.Size = p.Size + Vector3.new(-4, -4, -4)
  288. p.Transparency = p.Transparency + 0.1
  289. p.CFrame = jun.Character.Torso.CFrame
  290. end
  291. p:Remove()
  292. for u, c in pairs (jun.Character:GetChildren()) do
  293. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  294. c.Handle.Transparency = 0
  295. end
  296. if c.Name == "Hair" then
  297. c:Remove()
  298. end
  299. end
  300. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  301. wait(0.3)
  302. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  303. end
  304. end
  305. jun.Chatted:connect(function(Msg)
  306. msg = Msg:lower()
  307. if string.sub(msg, 1, 7) == "pwnage" then
  308. wait(0.1)
  309. ssj()
  310. end
  311. if string.sub(msg, 1, 13) == "super saiyan" then
  312. wait(0.1)
  313. ssj()
  314. end
  315. if string.sub(msg, 1, 6) == "ssj" then
  316. wait(0.1)
  317. ssj()
  318. end
  319. if string.sub(msg, 1, 10) == "pwnd" then
  320. wait(0.1)
  321. nossj()
  322. end
  323. if string.sub(msg, 1, 3) == "off" then
  324. wait(0.1)
  325. nossj()
  326. end
  327. end)
  328. function OnDeath()
  329. wait()
  330. nossj()
  331. end
  332. jun.Character.Humanoid.Died:connect(OnDeath)
  333. jun = game.Players.AlbertOnTheShelfjun = game.Players.AlbertOnTheShelf
  334. Stuff = false
  335. --password
  336. function ssj()
  337. if Stuff == false then
  338. Stuff = true
  339. for u, c in pairs (jun.Character:GetChildren()) do
  340. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  341. c.Handle.Transparency = 1
  342. end
  343. end
  344. Hair22 = Instance.new("Part")
  345. Hair22.Parent = jun.Character
  346. Hair22.Name = "Hair"
  347. Hair22.formFactor = "Symmetric"
  348. Hair22.Size = Vector3.new(1, 1, 1)
  349. Hair22.CFrame = jun.Character.Head.CFrame
  350. Hair22:BreakJoints()
  351. Hair22.CanCollide = false
  352. Hair22.TopSurface = "Smooth"
  353. Hair22.BottomSurface = "Smooth"
  354. Hair22.BrickColor = BrickColor.new("Bright yellow")
  355. Weld = Instance.new("Weld")
  356. Weld.Part0 = jun.Character.Head
  357. Weld.Part1 = Hair22
  358. Weld.Parent = jun.Character.Head
  359. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  360. Mesh = Instance.new("SpecialMesh")
  361. Mesh.Parent = Hair22
  362. Mesh.MeshType = "Sphere"
  363. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  364. Hair4 = Instance.new("Part")
  365. Hair4.Parent = jun.Character
  366. Hair4.Name = "Hair"
  367. Hair4.CanCollide = false
  368. Hair4.Locked = true
  369. Hair4.TopSurface = "Smooth"
  370. Hair4.BottomSurface = "Smooth"
  371. Hair4.formFactor = "Symmetric"
  372. Hair4.BrickColor = BrickColor.new("Bright yellow")
  373. Hair4.CFrame = jun.Character.Torso.CFrame
  374. Hair4.Size = Vector3.new(1, 1, 1)
  375. Weld = Instance.new("Weld")
  376. Weld.Parent = jun.Character.Head
  377. Weld.Part0 = jun.Character.Head
  378. Weld.Part1 = Hair4
  379. Weld.C0 = CFrame.new(0, 1, 0)
  380. Mesh = Instance.new("SpecialMesh")
  381. Mesh.Parent = Hair4
  382. Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
  383. Mesh.MeshType = "FileMesh"
  384. Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
  385. Mesh.TextureId = ""
  386. Effect = Instance.new("Part")
  387. Effect.Parent = jun.Character
  388. Effect.Anchored = true
  389. Effect.CanCollide = false
  390. Effect.Size = Vector3.new(1, 1, 1)
  391. Effect.formFactor = "Symmetric"
  392. Effect.Transparency = 0.5
  393. Effect.BrickColor = BrickColor.new("Bright yellow")
  394. Effect.TopSurface = "Smooth"
  395. Effect.BottomSurface = "Smooth"
  396. EffectMesh = Instance.new("CylinderMesh")
  397. EffectMesh.Parent = Effect
  398. EffectMesh.Scale = Vector3.new(1, 1500, 1)
  399. --[[ex = Instance.new("Explosion")
  400. ex.Position = jun.Character.Torso.Position
  401. ex.BlastPressure = 0
  402. ex.Parent = workspace]]
  403. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  404. for i = 1 , 20 do
  405. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  406. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2)
  407. Effect.Transparency = Effect.Transparency + 0.025
  408. wait(0.06)
  409. end
  410. Effect:Remove()
  411. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  412. pie = Instance.new("Fire")
  413. pie.Name = "PwnFire"
  414. pie.Parent = jun.Character.Torso
  415. pie.Size = 13
  416. pie.Color = BrickColor.new("Bright yellow")
  417. end
  418. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  419. pie = Instance.new("Sparkles")
  420. pie.Name = "PwnSparkles"
  421. pie.Parent = jun.Character.Torso
  422. pie.Color = BrickColor.new("Bright yellow")
  423. end
  424. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  425. wait(0.3)
  426. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  427. end
  428. end
  429. function nossj()
  430. if Stuff == true then
  431. Stuff = false
  432. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  433. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  434. end
  435. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  436. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  437. end
  438. p = Instance.new("Part")
  439. p.Parent = jun.Character
  440. p.Anchored = true
  441. p.CanCollide = false
  442. p.Transparency = 0.1
  443. p.formFactor = "Symmetric"
  444. p.Size = Vector3.new(22, 22, 22)
  445. p.TopSurface = "Smooth"
  446. p.BottomSurface = "Smooth"
  447. p.Name = "Sharingan"
  448. p.Shape = "Ball"
  449. p.CFrame = jun.Character.Torso.CFrame
  450. p.BrickColor = BrickColor.new("Bright yellow")
  451. for i = 1 , 10 do
  452. wait(0.05)
  453. p.Size = p.Size + Vector3.new(-4, -4, -4)
  454. p.Transparency = p.Transparency + 0.1
  455. p.CFrame = jun.Character.Torso.CFrame
  456. end
  457. p:Remove()
  458. for u, c in pairs (jun.Character:GetChildren()) do
  459. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  460. c.Handle.Transparency = 0
  461. end
  462. if c.Name == "Hair" then
  463. c:Remove()
  464. end
  465. end
  466. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  467. wait(0.3)
  468. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  469. end
  470. end
  471. jun.Chatted:connect(function(Msg)
  472. msg = Msg:lower()
  473. if string.sub(msg, 1, 7) == "pwnage" then
  474. wait(0.1)
  475. ssj()
  476. end
  477. if string.sub(msg, 1, 13) == "super saiyan" then
  478. wait(0.1)
  479. ssj()
  480. end
  481. if string.sub(msg, 1, 6) == "ssj" then
  482. wait(0.1)
  483. ssj()
  484. end
  485. if string.sub(msg, 1, 10) == "pwnd" then
  486. wait(0.1)
  487. nossj()
  488. end
  489. if string.sub(msg, 1, 3) == "off" then
  490. wait(0.1)
  491. nossj()
  492. end
  493. end)
  494. function OnDeath()
  495. wait()
  496. nossj()
  497. end
  498. jun.Character.Humanoid.Died:connect(OnDeath)
  499. jun = game.Players.AlbertOnTheShelfjun = game.Players.AlbertOnTheShelf
  500. Stuff = false
  501. --password
  502. function ssj()
  503. if Stuff == false then
  504. Stuff = true
  505. for u, c in pairs (jun.Character:GetChildren()) do
  506. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  507. c.Handle.Transparency = 1
  508. end
  509. end
  510. Hair22 = Instance.new("Part")
  511. Hair22.Parent = jun.Character
  512. Hair22.Name = "Hair"
  513. Hair22.formFactor = "Symmetric"
  514. Hair22.Size = Vector3.new(1, 1, 1)
  515. Hair22.CFrame = jun.Character.Head.CFrame
  516. Hair22:BreakJoints()
  517. Hair22.CanCollide = false
  518. Hair22.TopSurface = "Smooth"
  519. Hair22.BottomSurface = "Smooth"
  520. Hair22.BrickColor = BrickColor.new("Bright yellow")
  521. Weld = Instance.new("Weld")
  522. Weld.Part0 = jun.Character.Head
  523. Weld.Part1 = Hair22
  524. Weld.Parent = jun.Character.Head
  525. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  526. Mesh = Instance.new("SpecialMesh")
  527. Mesh.Parent = Hair22
  528. Mesh.MeshType = "Sphere"
  529. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  530. Hair4 = Instance.new("Part")
  531. Hair4.Parent = jun.Character
  532. Hair4.Name = "Hair"
  533. Hair4.CanCollide = false
  534. Hair4.Locked = true
  535. Hair4.TopSurface = "Smooth"
  536. Hair4.BottomSurface = "Smooth"
  537. Hair4.formFactor = "Symmetric"
  538. Hair4.BrickColor = BrickColor.new("Bright yellow")
  539. Hair4.CFrame = jun.Character.Torso.CFrame
  540. Hair4.Size = Vector3.new(1, 1, 1)
  541. Weld = Instance.new("Weld")
  542. Weld.Parent = jun.Character.Head
  543. Weld.Part0 = jun.Character.Head
  544. Weld.Part1 = Hair4
  545. Weld.C0 = CFrame.new(0, 1, 0)
  546. Mesh = Instance.new("SpecialMesh")
  547. Mesh.Parent = Hair4
  548. Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
  549. Mesh.MeshType = "FileMesh"
  550. Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
  551. Mesh.TextureId = ""
  552. Effect = Instance.new("Part")
  553. Effect.Parent = jun.Character
  554. Effect.Anchored = true
  555. Effect.CanCollide = false
  556. Effect.Size = Vector3.new(1, 1, 1)
  557. Effect.formFactor = "Symmetric"
  558. Effect.Transparency = 0.5
  559. Effect.BrickColor = BrickColor.new("Bright yellow")
  560. Effect.TopSurface = "Smooth"
  561. Effect.BottomSurface = "Smooth"
  562. EffectMesh = Instance.new("CylinderMesh")
  563. EffectMesh.Parent = Effect
  564. EffectMesh.Scale = Vector3.new(1, 1500, 1)
  565. --[[ex = Instance.new("Explosion")
  566. ex.Position = jun.Character.Torso.Position
  567. ex.BlastPressure = 0
  568. ex.Parent = workspace]]
  569. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  570. for i = 1 , 20 do
  571. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  572. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2)
  573. Effect.Transparency = Effect.Transparency + 0.025
  574. wait(0.06)
  575. end
  576. Effect:Remove()
  577. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  578. pie = Instance.new("Fire")
  579. pie.Name = "PwnFire"
  580. pie.Parent = jun.Character.Torso
  581. pie.Size = 13
  582. pie.Color = BrickColor.new("Bright yellow")
  583. end
  584. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  585. pie = Instance.new("Sparkles")
  586. pie.Name = "PwnSparkles"
  587. pie.Parent = jun.Character.Torso
  588. pie.Color = BrickColor.new("Bright yellow")
  589. end
  590. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  591. wait(0.3)
  592. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  593. end
  594. end
  595. function nossj()
  596. if Stuff == true then
  597. Stuff = false
  598. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  599. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  600. end
  601. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  602. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  603. end
  604. p = Instance.new("Part")
  605. p.Parent = jun.Character
  606. p.Anchored = true
  607. p.CanCollide = false
  608. p.Transparency = 0.1
  609. p.formFactor = "Symmetric"
  610. p.Size = Vector3.new(22, 22, 22)
  611. p.TopSurface = "Smooth"
  612. p.BottomSurface = "Smooth"
  613. p.Name = "Sharingan"
  614. p.Shape = "Ball"
  615. p.CFrame = jun.Character.Torso.CFrame
  616. p.BrickColor = BrickColor.new("Bright yellow")
  617. for i = 1 , 10 do
  618. wait(0.05)
  619. p.Size = p.Size + Vector3.new(-4, -4, -4)
  620. p.Transparency = p.Transparency + 0.1
  621. p.CFrame = jun.Character.Torso.CFrame
  622. end
  623. p:Remove()
  624. for u, c in pairs (jun.Character:GetChildren()) do
  625. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  626. c.Handle.Transparency = 0
  627. end
  628. if c.Name == "Hair" then
  629. c:Remove()
  630. end
  631. end
  632. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  633. wait(0.3)
  634. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  635. end
  636. end
  637. jun.Chatted:connect(function(Msg)
  638. msg = Msg:lower()
  639. if string.sub(msg, 1, 7) == "pwnage" then
  640. wait(0.1)
  641. ssj()
  642. end
  643. if string.sub(msg, 1, 13) == "super saiyan" then
  644. wait(0.1)
  645. ssj()
  646. end
  647. if string.sub(msg, 1, 6) == "ssj" then
  648. wait(0.1)
  649. ssj()
  650. end
  651. if string.sub(msg, 1, 10) == "pwnd" then
  652. wait(0.1)
  653. nossj()
  654. end
  655. if string.sub(msg, 1, 3) == "off" then
  656. wait(0.1)
  657. nossj()
  658. end
  659. end)
  660. function OnDeath()
  661. wait()
  662. nossj()
  663. end
  664. jun.Character.Humanoid.Died:connect(OnDeath)
  665. jun = game.Players.AlbertOnTheShelf
  666. Stuff = false
  667. Stuff = false
  668. Stuff = false
  669. Stuff = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement