Advertisement
SmokeDelsin

hi

Sep 21st, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 KB | None | 0 0
  1. local enabled = true
  2. Player = script.Parent.Parent
  3. me = Player
  4. mouse = Player:GetMouse()
  5. run = game:GetService("RunService")
  6. LeftShoulder = Player.Character.Torso["Left Shoulder"]
  7. RightShoulder = Player.Character.Torso["Right Shoulder"]
  8. LeftArm = me.Character["Left Arm"]
  9. RightArm = me.Character["Right Arm"]
  10. LeftLeg = me.Character["Left Leg"]
  11. RightLeg = me.Character["Right Leg"]
  12. Colour = BrickColor.new("Pastel Blue")
  13. BC = me.Character["Body Colors"]
  14. True = BC.TorsoColor
  15. waittime = 4
  16. haki = me.Data.BusoHaki.Value
  17.  
  18.  
  19.  
  20. function onKeyDown(key)
  21. if not enabled then return end
  22. enabled = false
  23. Key = key:lower()
  24.  
  25.  
  26.  
  27. if key == "z" then
  28.  
  29. Run = game:GetService("RunService")
  30. game:GetService("Chat"):Chat(Player.Character.Head, "Ice Age")
  31. LeftLeg.BrickColor = Colour
  32. RightLeg.BrickColor = Colour
  33. for i = 1, 10 do
  34. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, 0)
  35. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, 0)
  36. Run.Stepped:wait(0.05)
  37. end
  38.  
  39. hak1 = script.dmg.hak1
  40. hak1.Value = haki/200
  41. x = Instance.new("Part")
  42. x.BrickColor = BrickColor.new("Pastel Blue")
  43. x.Size = Vector3.new(120,1,120)
  44. x.TopSurface = "Smooth"
  45. x.BottomSurface = "Smooth"
  46. x.Shape = "Block"
  47. x.Name = Player.Name
  48. x.CanCollide = true
  49. x.Anchored = true
  50. x.Transparency = 0.1
  51. fd = script.dmg:clone()
  52. fd.Parent = x
  53. a = Instance.new("StringValue")
  54. a.Name = "Owner"
  55. a.Value = Player.Name
  56. a.Parent = x
  57. y = Instance.new("BodyVelocity")
  58. y.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  59. y.velocity = Player.Character.Torso.CFrame.lookVector*90
  60. x.Parent = Workspace
  61. y.Parent = x
  62.  
  63. x.CFrame = Player.Character.Torso.CFrame*CFrame.new(0,-3.1,0)
  64. z = Instance.new("SpecialMesh", x)
  65. z.MeshType = "Brick"
  66. z.Scale = Vector3.new(0,0,0)
  67. fd.Disabled = false
  68.  
  69. for i = 1,10 do
  70. z.Scale = z.Scale +Vector3.new(.1,.1,.1)
  71. wait(0.005)
  72.  
  73.  
  74. end
  75. x.CanCollide = true
  76. game.Debris:AddItem(x, 5)
  77.  
  78.  
  79. for i = 1, 10 do
  80. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, 0)
  81. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, 0)
  82. Run.Stepped:wait(0.2)
  83. end
  84. LeftLeg.BrickColor = True
  85. RightLeg.BrickColor = True
  86. wait(waittime)
  87. end
  88.  
  89.  
  90.  
  91. if key == "x" then
  92.  
  93. Run = game:GetService("RunService")
  94. game:GetService("Chat"):Chat(Player.Character.Head, "Ice Time")
  95. LeftArm.BrickColor = Colour
  96. RightArm.BrickColor = Colour
  97. for i = 1, 10 do
  98. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, -.15)
  99. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, .15)
  100. Run.Stepped:wait(0.005)
  101. end
  102.  
  103. hak1 = script.dmg.hak1
  104.  
  105. hak1.Value = haki/85
  106.  
  107. x = Instance.new("Part")
  108. x.BrickColor = BrickColor.new("Pastel Blue")
  109. x.Size = Vector3.new(75,75,75)
  110. x.TopSurface = "Smooth"
  111. x.BottomSurface = "Smooth"
  112. x.Shape = "Ball"
  113. x.Name = Player.Name
  114. x.CanCollide = false
  115. x.Anchored = true
  116. x.Transparency = 0.05
  117. fd = script.dmg:clone()
  118. fd.Parent = x
  119. a = Instance.new("StringValue")
  120. a.Name = "Owner"
  121. a.Value = Player.Name
  122. a.Parent = x
  123. y = Instance.new("BodyVelocity")
  124. y.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  125. y.velocity = Player.Character.Torso.CFrame.lookVector*90
  126. x.Parent = Workspace
  127. y.Parent = x
  128. x.CFrame = Player.Character.Torso.CFrame*CFrame.new(0,0,-30)
  129. z = Instance.new("SpecialMesh", x)
  130. z.MeshType = "Sphere"
  131. z.Scale = Vector3.new(0,0,0)
  132. fd.Disabled = false
  133.  
  134. for i = 1,10 do
  135. z.Scale = z.Scale +Vector3.new(.1,.1,.1)
  136. wait(0.005)
  137.  
  138.  
  139. end
  140.  
  141. game.Debris:AddItem(x, 8)
  142.  
  143.  
  144.  
  145.  
  146. for i = 1, 10 do
  147. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, -.15)
  148. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, .15)
  149. Run.Stepped:wait(0.01)
  150. end
  151. LeftArm.BrickColor = True
  152. RightArm.BrickColor = True
  153. wait(waittime)
  154. end
  155.  
  156.  
  157. if key == "c" then
  158.  
  159. Run = game:GetService("RunService")
  160. game:GetService("Chat"):Chat(Player.Character.Head, "Ice Block: Partisan")
  161. LeftArm.BrickColor = Colour
  162. RightArm.BrickColor = Colour
  163. for i = 1, 10 do
  164. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, -.15)
  165. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, .15)
  166. Run.Stepped:wait(0.005)
  167. end
  168.  
  169.  
  170. hak2 = script.dmg2.hak2
  171.  
  172.  
  173. hak2.Value = haki/120
  174.  
  175. for i = 1,6 do
  176.  
  177.  
  178. x = Instance.new("Part")
  179. x.BrickColor = BrickColor.new("Pastel Blue")
  180. x.FormFactor = "Custom"
  181. x.Size = Vector3.new(3,3,10)
  182. x.TopSurface = "Smooth"
  183. x.BottomSurface = "Smooth"
  184. x.Shape = "Block"
  185. x.Name = Player.Name
  186. x.CanCollide = false
  187. x.Anchored = true
  188. x.Transparency = 0.1
  189. fd = script.dmg2:clone()
  190. fd.Parent = x
  191. a = Instance.new("StringValue")
  192. a.Name = "Owner"
  193. a.Value = Player.Name
  194. a.Parent = x
  195. y = Instance.new("BodyVelocity")
  196. y.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  197. y.velocity = Player.Character.Torso.CFrame.lookVector*90
  198. y.Parent = x
  199. x.CFrame = Player.Character.Torso.CFrame*CFrame.new(0,0,-6)* CFrame.Angles(0, math.pi, 0)
  200. z = Instance.new("SpecialMesh",x)
  201. z.MeshType = "FileMesh"
  202. z.MeshId = "http://www.roblox.com/asset/?id=43645078"
  203. z.Scale = Vector3.new(0,0,0)
  204. fd.Disabled = false
  205. x.Parent = Workspace
  206.  
  207.  
  208. for i = 1,2 do
  209. z.Scale = z.Scale +Vector3.new(2,1.1,1.1)
  210. wait(0.0005)
  211. end
  212. x.Anchored = false
  213.  
  214. game.Debris:AddItem(x, 4)
  215.  
  216. end
  217.  
  218. LeftArm.BrickColor = True
  219. RightArm.BrickColor = True
  220. for i = 1, 10 do
  221. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, -.15)
  222. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, .15)
  223. Run.Stepped:wait(0.01)
  224. end
  225. wait(waittime)
  226. end
  227.  
  228. if key == "v" then
  229.  
  230. Run = game:GetService("RunService")
  231. game:GetService("Chat"):Chat(Player.Character.Head, "Hie Hie no mi: Needle Barrage")
  232. LeftArm.BrickColor = Colour
  233. RightArm.BrickColor = Colour
  234. for i = 1, 10 do
  235. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, -.15)
  236. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, .15)
  237. Run.Stepped:wait(0.005)
  238. end
  239.  
  240. hak3 = script.dmg3.hak3
  241.  
  242. hak3.Value = haki/150
  243. for i = 1,50 do
  244. x = Instance.new("Part")
  245. x.BrickColor = BrickColor.new("Pastel Blue")
  246. x.FormFactor = "Custom"
  247. x.Size = Vector3.new(1.5,1.5,5)
  248. x.TopSurface = "Smooth"
  249. x.BottomSurface = "Smooth"
  250. x.Shape = "Block"
  251. x.Name = Player.Name
  252. x.CanCollide = false
  253. x.Anchored = false
  254. x.Transparency = 0.15
  255. fd = script.dmg3:clone()
  256. fd.Parent = x
  257. a = Instance.new("StringValue")
  258. a.Name = "Owner"
  259. a.Value = Player.Name
  260. a.Parent = x
  261. y = Instance.new("BodyVelocity")
  262. y.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  263. y.velocity = Player.Character.Torso.CFrame.lookVector*90
  264. y.Parent = x
  265. x.CFrame = Player.Character.Torso.CFrame*CFrame.new(math.random(-3,3),math.random(-1,2.5),-6)
  266. z = Instance.new("SpecialMesh",x)
  267. z.MeshType = "FileMesh"
  268. z.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  269. z.Scale = Vector3.new(1.5,1.5,3.5)
  270. fd.Disabled = false
  271. x.Parent = Workspace
  272.  
  273. wait(.05)
  274.  
  275.  
  276.  
  277. game.Debris:AddItem(x, 4)
  278.  
  279. end
  280.  
  281.  
  282. for i = 1, 10 do
  283. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, -.15)
  284. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, .15)
  285. Run.Stepped:wait(0.01)
  286. end
  287. LeftArm.BrickColor = True
  288. RightArm.BrickColor = True
  289. wait(waittime)
  290. end
  291.  
  292.  
  293. if key == "b" then
  294.  
  295. Run = game:GetService("RunService")
  296.  
  297.  
  298. for i = 1, 1 do
  299. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, 0)
  300. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, 0)
  301. Run.Stepped:wait(0.005)
  302. end
  303.  
  304.  
  305. x = Instance.new("Part")
  306. x.BrickColor = BrickColor.new("Pastel Blue")
  307. x.Size = Vector3.new(20,1,20)
  308. x.TopSurface = "Smooth"
  309. x.BottomSurface = "Smooth"
  310. x.Shape = "Block"
  311. x.Name = Player.Name
  312. x.CanCollide = true
  313. x.Anchored = true
  314. x.Transparency = 0.1
  315.  
  316. a = Instance.new("StringValue")
  317. a.Name = "Owner"
  318. a.Value = Player.Name
  319. a.Parent = x
  320. y = Instance.new("BodyVelocity")
  321. y.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  322. y.velocity = Player.Character.Torso.CFrame.lookVector*90
  323. x.Parent = Workspace
  324. y.Parent = x
  325.  
  326. x.CFrame = Player.Character.Torso.CFrame*CFrame.new(0,-4,0)
  327. z = Instance.new("SpecialMesh", x)
  328. z.MeshType = "Brick"
  329. z.Scale = Vector3.new(0,0,0)
  330.  
  331. for i = 1,2 do
  332. z.Scale = z.Scale +Vector3.new(.5,.5,.5)
  333. wait(0.005)
  334.  
  335.  
  336. end
  337.  
  338.  
  339. game.Debris:AddItem(x, 5)
  340. for i = 1, 1 do
  341. RightShoulder.C0 = RightShoulder.C0 *CFrame.Angles(0, 0, 0)
  342. LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, 0)
  343. Run.Stepped:wait(0.01)
  344. end
  345. wait()
  346. end
  347.  
  348. if key == "l" then
  349.  
  350. Player.Character.Humanoid.WalkSpeed = 80
  351.  
  352. wait(10)
  353.  
  354. Player.Character.Humanoid.WalkSpeed = 18
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. wait()
  368. end
  369.  
  370. enabled = true
  371. end
  372.  
  373.  
  374.  
  375.  
  376. mouse.KeyDown:connect(onKeyDown)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement