kingkoolie

Untitled

Nov 1st, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.57 KB | None | 0 0
  1. Player = game.Players.SuperiorSpringy
  2. Char = Player.Character
  3. Torso = Char.Torso
  4. Mouse = Player:GetMouse()
  5. script.Parent = Player.Backpack
  6. Ok = Instance.new("BillboardGui",workspace)
  7. Ok.AlwaysOnTop = true
  8. Ok.Size = UDim2.new(1,0,1,0)
  9. Ok.Enabled = false
  10. TL = Instance.new("TextLabel",Ok)
  11. TL.Size = UDim2.new(0,200,0,50)
  12. TL.Text = "Label"
  13. TL.TextColor3 = Color3.new(255,2,2)
  14.  
  15. Mouse.KeyDown:connect(function(key)
  16. key = key:lower()
  17. if key == "r" then
  18. wait(.1)
  19. Torso.Anchored = true
  20. for i = 1, 100 ,3 do
  21. Earthkick = Instance.new("Part")
  22. Earthkick.Parent = Workspace
  23. Earthkick.Size = Vector3.new (math.random(4,6),math.random(4,6),math.random(4,6))
  24. Earthkick.Anchored = true
  25. Earthkick.TopSurface = 0
  26. Earthkick.BottomSurface = 0
  27. Earthkick.BrickColor = BrickColor.new("Brown")
  28. Earthkick.CFrame = Torso.CFrame * CFrame.new(0,-2,-i-5) * CFrame.Angles(math.random(),math.random(),math.random())
  29.  
  30. wait()
  31. Earthkick:remove()
  32.  
  33. for u, c in pairs(workspace:GetChildren()) do
  34. if c.Name ~= Player.Character.Name then
  35. h = c:findFirstChild("Humanoid")
  36. t = c:findFirstChild("Torso")
  37. if h ~= nil and t ~= nil then
  38. if (Earthkick.Position-t.Position).magnitude <= 10 then
  39. t.CFrame = t.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  40. h:TakeDamage(7)
  41. h.PlatformStand = true
  42. Ok.Enabled = true
  43. Dmg=h.MaxHealth - h.Health
  44. ShowDamage=function(Char,Dealt,du)
  45. m=Instance.new("Model")
  46. m.Name="dmg"
  47. --h=Instance.new("Humanoid")
  48. --h.Health=0
  49. --h.MaxHealth=0
  50. --h.Parent=m
  51. ccc=Instance.new("Part")
  52. ccc.Transparency=.99
  53. ccc.BrickColor=BrickColor:Red()
  54. ccc.Name="Head"
  55. ccc.TopSurface=0
  56. ccc.BottomSurface=0
  57. ccc.formFactor="Plate"
  58. ccc.Size=Vector3.new(1,.4,1)
  59. ms=Instance.new("CylinderMesh")
  60. ms.Scale=Vector3.new(.8,.8,.8)
  61. ms.Parent=c
  62. ccc.Reflectance=0
  63. Instance.new("BodyGyro").Parent=c
  64. ccc.Parent=m
  65. ccc.CFrame=ccc.CFrame*CFrame.new(c["Head"].CFrame.p+Vector3.new(0,1.5,0))
  66. f=Instance.new("BodyPosition")
  67. f.P=2000
  68. f.D=100
  69. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  70. f.position=ccc.Position+Vector3.new(0,3,0)
  71. f.Parent=ccc
  72. cccc = workspace.BillboardGui
  73. cccc.Enabled = true
  74. cccc.Adornee = c.Head
  75. Text = cccc.TextLabel:Clone()
  76. Text.Parent = cccc
  77. Text.Name = "Dmg"
  78. Text.Visible = true
  79. Text.BackgroundTransparency = 1
  80. Text.Font = "Legacy"
  81. Text.FontSize = "Size24"
  82. Text.Text = tostring(Dealt)
  83. Text.TextColor3 = Color3.new(0,4,0)
  84. if Dmg > 20 then
  85. Text.TextColor3 = Color3.new(4,4,0)
  86. end
  87. if Dmg > 80 then
  88. Text.TextColor3 = Color3.new(4,0,0)
  89. end
  90. Text.TextStrokeColor3 = Color3.new(0,0,0)
  91. Text.TextStrokeTransparency = 0
  92. game:GetService("Debris"):AddItem(Text,.5+du)
  93. ccc.CanCollide=false
  94. m.Parent=workspace
  95. ccc.CanCollide=false
  96.  
  97. end
  98.  
  99. ShowDamage(c.Parent,Dmg,0)
  100. LS = Instance.new("LocalScript",Ok)
  101. C = Instance.new("StringValue",LS)
  102. C.Name = "Content"
  103. C.Value = "while wait(.05) do script.Parent.Adornee = workspace.dmg.Head end"
  104.  
  105. LSS = LS.Context.Value
  106. loadstring(LSS)()
  107. end
  108. end
  109. end
  110. end
  111.  
  112. end
  113. Torso.Anchored = false
  114. elseif key == "f" then
  115.  
  116. Torso.Anchored = true
  117. for i = 1, 100 ,3 do
  118. Earthkick = Instance.new("Part")
  119. Earthkick.Name = "Earth1"
  120. Earthkick.Parent = Workspace
  121. Earthkick.Size = Vector3.new (math.random(4,6),math.random(4,6),math.random(4,6))
  122. Earthkick.Anchored = true
  123. Earthkick.TopSurface = 0
  124. Earthkick.BottomSurface = 0
  125. Earthkick.BrickColor = BrickColor.new("Brown")
  126. Earthkick.CFrame = Torso.CFrame * CFrame.new(0,-2,-i-5) * CFrame.Angles(math.random(),math.random(),math.random())
  127.  
  128. wait()
  129.  
  130.  
  131.  
  132. for u, c in pairs(workspace:GetChildren()) do
  133. if c.Name ~= Player.Character.Name then
  134. h = c:findFirstChild("Humanoid")
  135. t = c:findFirstChild("Torso")
  136. if h ~= nil and t ~= nil then
  137. if (Earthkick.Position-t.Position).magnitude <= 10 then
  138. t.CFrame = t.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  139. h:TakeDamage(7)
  140. h.PlatformStand = true
  141. Ok.Enabled = true
  142. Dmg=h.MaxHealth - h.Health
  143. ShowDamage=function(Char,Dealt,du)
  144. m=Instance.new("Model")
  145. m.Name="dmg"
  146. --h=Instance.new("Humanoid")
  147. --h.Health=0
  148. --h.MaxHealth=0
  149. --h.Parent=m
  150. ccc=Instance.new("Part")
  151. ccc.Transparency=.99
  152. ccc.BrickColor=BrickColor:Red()
  153. ccc.Name="Head"
  154. ccc.TopSurface=0
  155. ccc.BottomSurface=0
  156. ccc.formFactor="Plate"
  157. ccc.Size=Vector3.new(1,.4,1)
  158. ms=Instance.new("CylinderMesh")
  159. ms.Scale=Vector3.new(.8,.8,.8)
  160. ms.Parent=c
  161. ccc.Reflectance=0
  162. Instance.new("BodyGyro").Parent=c
  163. ccc.Parent=m
  164. ccc.CFrame=ccc.CFrame*CFrame.new(c["Head"].CFrame.p+Vector3.new(0,1.5,0))
  165. f=Instance.new("BodyPosition")
  166. f.P=2000
  167. f.D=100
  168. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  169. f.position=ccc.Position+Vector3.new(0,3,0)
  170. f.Parent=ccc
  171. cccc = workspace.BillboardGui
  172. cccc.Enabled = true
  173. cccc.Adornee = c.Head
  174. Text = cccc.TextLabel:Clone()
  175. Text.Parent = cccc
  176. Text.Name = "Dmg"
  177. Text.Visible = true
  178. Text.BackgroundTransparency = 1
  179. Text.Font = "Legacy"
  180. Text.FontSize = "Size24"
  181. Text.Text = tostring(Dealt)
  182. Text.TextColor3 = Color3.new(0,4,0)
  183. if Dmg > 20 then
  184. Text.TextColor3 = Color3.new(4,4,0)
  185. end
  186. if Dmg > 80 then
  187. Text.TextColor3 = Color3.new(4,0,0)
  188. end
  189. Text.TextStrokeColor3 = Color3.new(0,0,0)
  190. Text.TextStrokeTransparency = 0
  191. game:GetService("Debris"):AddItem(Text,.5+du)
  192. ccc.CanCollide=false
  193. m.Parent=workspace
  194. ccc.CanCollide=false
  195.  
  196. end
  197.  
  198. ShowDamage(c.Parent,Dmg,0)
  199.  
  200. end
  201. end
  202. end
  203. end
  204.  
  205.  
  206. end
  207.  
  208. for i, v in pairs(Workspace:GetChildren()) do
  209. if v.Name == "Earth1" then
  210. v:Remove()
  211. end
  212. end
  213. Torso.Anchored = false
  214. elseif key == "x" then
  215. Torso.Anchored = true
  216. for i = 1, 100 ,3 do
  217. Player.Character.Torso.CFrame = Player.Character.Torso.CFrame * CFrame.fromEulerAnglesXYZ(0,0.8,0)
  218.  
  219. Earthkick = Instance.new("Part")
  220. Earthkick.Name = "Earth1"
  221. Earthkick.Parent = Workspace
  222. Earthkick.Size = Vector3.new (math.random(4,6),math.random(4,6),math.random(4,6))
  223. Earthkick.Anchored = true
  224. Earthkick.TopSurface = 0
  225. Earthkick.BottomSurface = 0
  226. Earthkick.BrickColor = BrickColor.new("Brown")
  227. Earthkick.CFrame = Torso.CFrame * CFrame.new(0,-2,-i-5) * CFrame.Angles(math.random(),math.random(),math.random())
  228.  
  229. wait()
  230.  
  231.  
  232.  
  233. for u, c in pairs(workspace:GetChildren()) do
  234. if c.Name ~= Player.Character.Name then
  235. h = c:findFirstChild("Humanoid")
  236. t = c:findFirstChild("Torso")
  237. if h ~= nil and t ~= nil then
  238. if (Earthkick.Position-t.Position).magnitude <= 10 then
  239. t.CFrame = t.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  240. h:TakeDamage(7)
  241. h.PlatformStand = true
  242. Ok.Enabled = true
  243. Dmg=h.MaxHealth - h.Health
  244. ShowDamage=function(Char,Dealt,du)
  245. m=Instance.new("Model")
  246. m.Name="dmg"
  247. --h=Instance.new("Humanoid")
  248. --h.Health=0
  249. --h.MaxHealth=0
  250. --h.Parent=m
  251. ccc=Instance.new("Part")
  252. ccc.Transparency=.99
  253. ccc.BrickColor=BrickColor:Red()
  254. ccc.Name="Head"
  255. ccc.TopSurface=0
  256. ccc.BottomSurface=0
  257. ccc.formFactor="Plate"
  258. ccc.Size=Vector3.new(1,.4,1)
  259. ms=Instance.new("CylinderMesh")
  260. ms.Scale=Vector3.new(.8,.8,.8)
  261. ms.Parent=c
  262. ccc.Reflectance=0
  263. Instance.new("BodyGyro").Parent=c
  264. ccc.Parent=m
  265. ccc.CFrame=ccc.CFrame*CFrame.new(c["Head"].CFrame.p+Vector3.new(0,1.5,0))
  266. f=Instance.new("BodyPosition")
  267. f.P=2000
  268. f.D=100
  269. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  270. f.position=ccc.Position+Vector3.new(0,3,0)
  271. f.Parent=ccc
  272. cccc = workspace.BillboardGui
  273. cccc.Enabled = true
  274. cccc.Adornee = c.Head
  275. Text = cccc.TextLabel:Clone()
  276. Text.Parent = cccc
  277. Text.Name = "Dmg"
  278. Text.Visible = true
  279. Text.BackgroundTransparency = 1
  280. Text.Font = "Legacy"
  281. Text.FontSize = "Size24"
  282. Text.Text = tostring(Dealt)
  283. Text.TextColor3 = Color3.new(0,4,0)
  284. if Dmg > 20 then
  285. Text.TextColor3 = Color3.new(4,4,0)
  286. end
  287. if Dmg > 80 then
  288. Text.TextColor3 = Color3.new(4,0,0)
  289. end
  290. Text.TextStrokeColor3 = Color3.new(0,0,0)
  291. Text.TextStrokeTransparency = 0
  292. game:GetService("Debris"):AddItem(Text,.5+du)
  293. ccc.CanCollide=false
  294. m.Parent=workspace
  295. ccc.CanCollide=false
  296.  
  297. end
  298.  
  299. ShowDamage(c.Parent,Dmg,0)
  300.  
  301. end
  302. end
  303. end
  304. end
  305.  
  306.  
  307. end
  308.  
  309. for i, v in pairs(Workspace:GetChildren()) do
  310. if v.Name == "Earth1" then
  311. v:Remove()
  312. end
  313. end
  314. Torso.Anchored = false
  315. elseif key == "t" then
  316. Torso.Anchored = true
  317. for i = 1, 100 do
  318. Player.Character.Torso.CFrame = Player.Character.Torso.CFrame * CFrame.fromEulerAnglesXYZ(0,0.8,0)
  319.  
  320. Earthkick = Instance.new("Part")
  321. Earthkick.Name = "Earth1"
  322. Earthkick.Parent = Workspace
  323. Earthkick.Size = Vector3.new (math.random(4,10),math.random(4,10),math.random(4,10))
  324. Earthkick.Anchored = true
  325. Earthkick.TopSurface = 0
  326. Earthkick.BottomSurface = 0
  327. Earthkick.BrickColor = BrickColor.new("Brown")
  328. Earthkick.CFrame = Torso.CFrame * CFrame.new(0,-2,-i-5) * CFrame.Angles(math.random(),math.random(),math.random())
  329.  
  330. wait()
  331.  
  332.  
  333.  
  334. for u, c in pairs(workspace:GetChildren()) do
  335. if c.Name ~= Player.Character.Name then
  336. h = c:findFirstChild("Humanoid")
  337. t = c:findFirstChild("Torso")
  338. if h ~= nil and t ~= nil then
  339. if (Earthkick.Position-t.Position).magnitude <= 10 then
  340. t.CFrame = t.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  341. h:TakeDamage(7)
  342. h.PlatformStand = true
  343. Ok.Enabled = true
  344. Ok.Enabled = true
  345. Dmg=h.MaxHealth - h.Health
  346. ShowDamage=function(Char,Dealt,du)
  347. m=Instance.new("Model")
  348. m.Name="dmg"
  349. --h=Instance.new("Humanoid")
  350. --h.Health=0
  351. --h.MaxHealth=0
  352. --h.Parent=m
  353. ccc=Instance.new("Part")
  354. ccc.Transparency=.99
  355. ccc.BrickColor=BrickColor:Red()
  356. ccc.Name="Head"
  357. ccc.TopSurface=0
  358. ccc.BottomSurface=0
  359. ccc.formFactor="Plate"
  360. ccc.Size=Vector3.new(1,.4,1)
  361. ms=Instance.new("CylinderMesh")
  362. ms.Scale=Vector3.new(.8,.8,.8)
  363. ms.Parent=c
  364. ccc.Reflectance=0
  365. Instance.new("BodyGyro").Parent=c
  366. ccc.Parent=m
  367. ccc.CFrame=ccc.CFrame*CFrame.new(c["Head"].CFrame.p+Vector3.new(0,1.5,0))
  368. f=Instance.new("BodyPosition")
  369. f.P=2000
  370. f.D=100
  371. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  372. f.position=ccc.Position+Vector3.new(0,3,0)
  373. f.Parent=ccc
  374. cccc = workspace.BillboardGui
  375. cccc.Enabled = true
  376. cccc.Adornee = c.Head
  377. Text = cccc.TextLabel:Clone()
  378. Text.Parent = cccc
  379. Text.Name = "Dmg"
  380. Text.Visible = true
  381. Text.BackgroundTransparency = 1
  382. Text.Font = "Legacy"
  383. Text.FontSize = "Size24"
  384. Text.Text = tostring(Dealt)
  385. Text.TextColor3 = Color3.new(0,4,0)
  386. if Dmg > 20 then
  387. Text.TextColor3 = Color3.new(4,4,0)
  388. end
  389. if Dmg > 80 then
  390. Text.TextColor3 = Color3.new(4,0,0)
  391. end
  392. Text.TextStrokeColor3 = Color3.new(0,0,0)
  393. Text.TextStrokeTransparency = 0
  394. game:GetService("Debris"):AddItem(Text,.5+du)
  395. ccc.CanCollide=false
  396. m.Parent=workspace
  397. ccc.CanCollide=false
  398.  
  399. end
  400.  
  401. ShowDamage(c.Parent,Dmg,0)
  402.  
  403. end
  404. end
  405. end
  406. end
  407.  
  408.  
  409. end
  410.  
  411. for i, v in pairs(Workspace:GetChildren()) do
  412. if v.Name == "Earth1" then
  413. v:Remove()
  414. end
  415. end
  416. Torso.Anchored = false
  417. end
  418.  
  419. end)
Advertisement
Add Comment
Please, Sign In to add comment