Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1.  
  2. 1.
  3. jun = game.Players.YOURNAMEHERE
  4.  
  5. 2.
  6. Stuff = false
  7.  
  8. 3.
  9. --password
  10.  
  11. 4.
  12. function ssj()
  13.  
  14. 5.
  15. if Stuff == false then
  16.  
  17. 6.
  18. Stuff = true
  19.  
  20. 7.
  21. for u, c in pairs (jun.Character:GetChildren()) do
  22.  
  23. 8.
  24. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  25.  
  26. 9.
  27. c.Handle.Transparency = 1
  28.  
  29. 10.
  30. end
  31.  
  32. 11.
  33. end
  34.  
  35. 12.
  36. Hair22 = Instance.new("Part")
  37.  
  38. 13.
  39. Hair22.Parent = jun.Character
  40.  
  41. 14.
  42. Hair22.Name = "Hair"
  43.  
  44. 15.
  45. Hair22.formFactor = "Symmetric"
  46.  
  47. 16.
  48. Hair22.Size = Vector3.new(1, 1, 1)
  49.  
  50. 17.
  51. Hair22.CFrame = jun.Character.Head.CFrame
  52.  
  53. 18.
  54. Hair22:BreakJoints()
  55.  
  56. 19.
  57. Hair22.CanCollide = false
  58.  
  59. 20.
  60. Hair22.TopSurface = "Smooth"
  61.  
  62. 21.
  63. Hair22.BottomSurface = "Smooth"
  64.  
  65. 22.
  66. Hair22.BrickColor = BrickColor.new("Really black")
  67.  
  68. 23.
  69. Weld = Instance.new("Weld")
  70.  
  71. 24.
  72. Weld.Part0 = jun.Character.Head
  73.  
  74. 25.
  75. Weld.Part1 = Hair22
  76.  
  77. 26.
  78. Weld.Parent = jun.Character.Head
  79.  
  80. 27.
  81. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  82.  
  83. 28.
  84. Mesh = Instance.new("SpecialMesh")
  85.  
  86. 29.
  87. Mesh.Parent = Hair22
  88.  
  89. 30.
  90. Mesh.MeshType = "Sphere"
  91.  
  92. 31.
  93. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  94.  
  95. 32.
  96. Hair4 = Instance.new("Part")
  97.  
  98. 33.
  99. Hair4.Parent = jun.Character
  100.  
  101. 34.
  102. Hair4.Name = "Hair"
  103.  
  104. 35.
  105. Hair4.CanCollide = false
  106.  
  107. 36.
  108. Hair4.Locked = true
  109.  
  110. 37.
  111. Hair4.TopSurface = "Smooth"
  112.  
  113. 38.
  114. Hair4.BottomSurface = "Smooth"
  115.  
  116. 39.
  117. Hair4.formFactor = "Symmetric"
  118.  
  119. 40.
  120. Hair4.BrickColor = BrickColor.new("Really black")
  121.  
  122. 41.
  123. Hair4.CFrame = jun.Character.Torso.CFrame
  124.  
  125. 42.
  126. Hair4.Size = Vector3.new(1, 1, 1)
  127.  
  128. 43.
  129. Weld = Instance.new("Weld")
  130.  
  131. 44.
  132. Weld.Parent = jun.Character.Head
  133.  
  134. 45.
  135. Weld.Part0 = jun.Character.Head
  136.  
  137. 46.
  138. Weld.Part1 = Hair4
  139.  
  140. 47.
  141. Weld.C0 = CFrame.new(0, 1, 0)
  142.  
  143. 48.
  144. Mesh = Instance.new("SpecialMesh")
  145.  
  146. 49.
  147. Mesh.Parent = Hair4
  148.  
  149. 50.
  150. Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
  151.  
  152. 51.
  153. Mesh.MeshType = "FileMesh"
  154.  
  155. 52.
  156. Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
  157.  
  158. 53.
  159. Mesh.TextureId = ""
  160.  
  161. 54.
  162. Effect = Instance.new("Part")
  163.  
  164. 55.
  165. Effect.Parent = jun.Character
  166.  
  167. 56.
  168. Effect.Anchored = true
  169.  
  170. 57.
  171. Effect.CanCollide = false
  172.  
  173. 58.
  174. Effect.Size = Vector3.new(1, 1, 1)
  175.  
  176. 59.
  177. Effect.formFactor = "Symmetric"
  178.  
  179. 60.
  180. Effect.Transparency = 0.5
  181.  
  182. 61.
  183. Effect.BrickColor = BrickColor.new("Really black")
  184.  
  185. 62.
  186. Effect.TopSurface = "Smooth"
  187.  
  188. 63.
  189. Effect.BottomSurface = "Smooth"
  190.  
  191. 64.
  192. EffectMesh = Instance.new("CylinderMesh")
  193.  
  194. 65.
  195. EffectMesh.Parent = Effect
  196.  
  197. 66.
  198. EffectMesh.Scale = Vector3.new(1, 1500, 1)
  199.  
  200. 67.
  201. --[[ex = Instance.new("Explosion")
  202.  
  203. 68.
  204. ex.Position = jun.Character.Torso.Position
  205.  
  206. 69.
  207. ex.BlastPressure = 0
  208.  
  209. 70.
  210. ex.Parent = workspace]]
  211.  
  212. 71.
  213. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  214.  
  215. 72.
  216. for i = 1 , 20 do
  217.  
  218. 73.
  219. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  220.  
  221. 74.
  222. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2)
  223.  
  224. 75.
  225. Effect.Transparency = Effect.Transparency + 0.025
  226.  
  227. 76.
  228. wait(0.06)
  229.  
  230. 77.
  231. end
  232.  
  233. 78.
  234. Effect:Remove()
  235.  
  236. 79.
  237. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  238.  
  239. 80.
  240. pie = Instance.new("Fire")
  241.  
  242. 81.
  243. pie.Name = "PwnFire"
  244.  
  245. 82.
  246. pie.Parent = jun.Character.Torso
  247.  
  248. 83.
  249. pie.Size = 13
  250.  
  251. 84.
  252. pie.Color = BrickColor.new("Really black")
  253.  
  254. 85.
  255. end
  256.  
  257. 86.
  258. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  259.  
  260. 87.
  261. pie = Instance.new("Sparkles")
  262.  
  263. 88.
  264. pie.Name = "PwnSparkles"
  265.  
  266. 89.
  267. pie.Parent = jun.Character.Torso
  268.  
  269. 90.
  270. pie.Color = BrickColor.new("Really black")
  271.  
  272. 91.
  273. end
  274.  
  275. 92.
  276. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
  277.  
  278. 93.
  279. wait(0.3)
  280.  
  281. 94.
  282. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
  283.  
  284. 95.
  285. end
  286.  
  287. 96.
  288. end
  289.  
  290. 97.
  291. function nossj()
  292.  
  293. 98.
  294. if Stuff == true then
  295.  
  296. 99.
  297. Stuff = false
  298.  
  299. 100.
  300. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  301.  
  302. 101.
  303. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  304.  
  305. 102.
  306. end
  307.  
  308. 103.
  309. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  310.  
  311. 104.
  312. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  313.  
  314. 105.
  315. end
  316.  
  317. 106.
  318. p = Instance.new("Part")
  319.  
  320. 107.
  321. p.Parent = jun.Character
  322.  
  323. 108.
  324. p.Anchored = true
  325.  
  326. 109.
  327. p.CanCollide = false
  328.  
  329. 110.
  330. p.Transparency = 0.1
  331.  
  332. 111.
  333. p.formFactor = "Symmetric"
  334.  
  335. 112.
  336. p.Size = Vector3.new(22, 22, 22)
  337.  
  338. 113.
  339. p.TopSurface = "Smooth"
  340.  
  341. 114.
  342. p.BottomSurface = "Smooth"
  343.  
  344. 115.
  345. p.Name = "Sharingan"
  346.  
  347. 116.
  348. p.Shape = "Ball"
  349.  
  350. 117.
  351. p.CFrame = jun.Character.Torso.CFrame
  352.  
  353. 118.
  354. p.BrickColor = BrickColor.new("Bright blue")
  355.  
  356. 119.
  357. for i = 1 , 10 do
  358.  
  359. 120.
  360. wait(0.05)
  361.  
  362. 121.
  363. p.Size = p.Size + Vector3.new(-4, -4, -4)
  364.  
  365. 122.
  366. p.Transparency = p.Transparency + 0.1
  367.  
  368. 123.
  369. p.CFrame = jun.Character.Torso.CFrame
  370.  
  371. 124.
  372. end
  373.  
  374. 125.
  375. p:Remove()
  376.  
  377. 126.
  378. for u, c in pairs (jun.Character:GetChildren()) do
  379.  
  380. 127.
  381. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  382.  
  383. 128.
  384. c.Handle.Transparency = 0
  385.  
  386. 129.
  387. end
  388.  
  389. 130.
  390. if c.Name == "Hair" then
  391.  
  392. 131.
  393. c:Remove()
  394.  
  395. 132.
  396. end
  397.  
  398. 133.
  399. end
  400.  
  401. 134.
  402. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
  403.  
  404. 135.
  405. wait(0.3)
  406.  
  407. 136.
  408. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
  409.  
  410. 137.
  411. end
  412.  
  413. 138.
  414. end
  415.  
  416. 139.
  417. jun.Chatted:connect(function(Msg)
  418.  
  419. 140.
  420. msg = Msg:lower()
  421.  
  422. 141.
  423. if string.sub(msg, 1, 7) == "pwnage" then
  424.  
  425. 142.
  426. wait(0.1)
  427.  
  428. 143.
  429. ssj()
  430.  
  431. 144.
  432. end
  433.  
  434. 145.
  435. if string.sub(msg, 1, 13) == "super saiyan" then
  436.  
  437. 146.
  438. wait(0.1)
  439.  
  440. 147.
  441. ssj()
  442.  
  443. 148.
  444. end
  445.  
  446. 149.
  447. if string.sub(msg, 1, 6) == "ssj" then
  448.  
  449. 150.
  450. wait(0.1)
  451.  
  452. 151.
  453. ssj()
  454.  
  455. 152.
  456. end
  457.  
  458. 153.
  459. if string.sub(msg, 1, 10) == "pwnd" then
  460.  
  461. 154.
  462. wait(0.1)
  463.  
  464. 155.
  465. nossj()
  466.  
  467. 156.
  468. end
  469.  
  470. 157.
  471. if string.sub(msg, 1, 3) == "off" then
  472.  
  473. 158.
  474. wait(0.1)
  475.  
  476. 159.
  477. nossj()
  478.  
  479. 160.
  480. end
  481.  
  482. 161.
  483. end)
  484.  
  485. 162.
  486. function OnDeath()
  487.  
  488. 163.
  489. wait()
  490.  
  491. 164.
  492. nossj()
  493.  
  494. 165.
  495. end
  496.  
  497. 166.
  498. jun.Character.Humanoid.Died:connect(OnDeath)
  499.  
  500. 167.
  501. jun = game.Players.palmertonmd
  502.  
  503. 168.
  504. Stuff = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement