Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = game.Players.SuperiorSpringy
- Char = Player.Character
- Torso = Char.Torso
- Mouse = Player:GetMouse()
- Ok = Instance.new("BillboardGui",workspace)
- Ok.AlwaysOnTop = true
- Ok.Size = UDim2.new(1,0,1,0)
- LS = Instance.new("LocalScript",Ok)
- C = Instance.new("StringValue",LS)
- C.Value = "while wait(.05) do script.Parent.Adornee = workspace.dmg.Head end"
- LSS = LS.Context.Value
- loadstring(LSS)()
- TL = Instance.new("TextLabel",Ok)
- TL.Size = UDim2.new(0,200,0,50)
- TL.Text = "Label"
- TL.TextColor3 = Color3.new(255,2,2)
- function onKeyDown(key)
- key = key:lower()
- if key == "r" then
- wait(.1)
- Torso.Anchored = true
- for i = 1, 100 ,3 do
- Earthkick = Instance.new("Part")
- Earthkick.Parent = Workspace
- Earthkick.Size = Vector3.new (math.random(4,6),math.random(4,6),math.random(4,6))
- Earthkick.Anchored = true
- Earthkick.TopSurface = 0
- Earthkick.BottomSurface = 0
- Earthkick.BrickColor = BrickColor.new("Brown")
- Earthkick.CFrame = Torso.CFrame * CFrame.new(0,-2,-i-5) * CFrame.Angles(math.random(),math.random(),math.random())
- wait()
- Earthkick:remove()
- for u, c in pairs(workspace:GetChildren()) do
- if c.Name ~= Player.Character.Name then
- h = c:findFirstChild("Humanoid")
- t = c:findFirstChild("Torso")
- if h ~= nil and t ~= nil then
- if (Earthkick.Position-t.Position).magnitude <= 10 then
- t.CFrame = t.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
- h:TakeDamage(7)
- h.PlatformStand = true
- Dmg=h.MaxHealth - h.Health
- ShowDamage=function(Char,Dealt,du)
- m=Instance.new("Model")
- m.Name="dmg"
- --h=Instance.new("Humanoid")
- --h.Health=0
- --h.MaxHealth=0
- --h.Parent=m
- ccc=Instance.new("Part")
- ccc.Transparency=.99
- ccc.BrickColor=BrickColor:Red()
- ccc.Name="Head"
- ccc.TopSurface=0
- ccc.BottomSurface=0
- ccc.formFactor="Plate"
- ccc.Size=Vector3.new(1,.4,1)
- ms=Instance.new("CylinderMesh")
- ms.Scale=Vector3.new(.8,.8,.8)
- ms.Parent=c
- ccc.Reflectance=0
- Instance.new("BodyGyro").Parent=c
- ccc.Parent=m
- ccc.CFrame=ccc.CFrame*CFrame.new(c["Head"].CFrame.p+Vector3.new(0,1.5,0))
- f=Instance.new("BodyPosition")
- f.P=2000
- f.D=100
- f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- f.position=ccc.Position+Vector3.new(0,3,0)
- f.Parent=ccc
- cccc = workspace.BillboardGui
- cccc.Enabled = true
- cccc.Adornee = c.Head
- Text = cccc.TextLabel:Clone()
- Text.Parent = cccc
- Text.Name = "Dmg"
- Text.Visible = true
- Text.BackgroundTransparency = 1
- Text.Font = "Legacy"
- Text.FontSize = "Size24"
- Text.Text = tostring(Dealt)
- Text.TextColor3 = Color3.new(0,4,0)
- if Dmg > 20 then
- Text.TextColor3 = Color3.new(4,4,0)
- end
- if Dmg > 80 then
- Text.TextColor3 = Color3.new(4,0,0)
- end
- Text.TextStrokeColor3 = Color3.new(0,0,0)
- Text.TextStrokeTransparency = 0
- game:GetService("Debris"):AddItem(Text,.5+du)
- ccc.CanCollide=false
- m.Parent=workspace
- ccc.CanCollide=false
- end
- ShowDamage(c.Parent,Dmg,0)
- end
- end
- end
- end
- end
- Torso.Anchored = false
- elseif key == "f" then
- Torso.Anchored = true
- for i = 1, 100 ,3 do
- Earthkick = Instance.new("Part")
- Earthkick.Name = "Earth1"
- Earthkick.Parent = Workspace
- Earthkick.Size = Vector3.new (math.random(4,6),math.random(4,6),math.random(4,6))
- Earthkick.Anchored = true
- Earthkick.TopSurface = 0
- Earthkick.BottomSurface = 0
- Earthkick.BrickColor = BrickColor.new("Brown")
- Earthkick.CFrame = Torso.CFrame * CFrame.new(0,-2,-i-5) * CFrame.Angles(math.random(),math.random(),math.random())
- wait()
- for u, c in pairs(workspace:GetChildren()) do
- if c.Name ~= Player.Character.Name then
- h = c:findFirstChild("Humanoid")
- t = c:findFirstChild("Torso")
- if h ~= nil and t ~= nil then
- if (Earthkick.Position-t.Position).magnitude <= 10 then
- t.CFrame = t.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
- h:TakeDamage(7)
- h.PlatformStand = true
- Dmg=h.MaxHealth - h.Health
- ShowDamage=function(Char,Dealt,du)
- m=Instance.new("Model")
- m.Name="dmg"
- --h=Instance.new("Humanoid")
- --h.Health=0
- --h.MaxHealth=0
- --h.Parent=m
- ccc=Instance.new("Part")
- ccc.Transparency=.99
- ccc.BrickColor=BrickColor:Red()
- ccc.Name="Head"
- ccc.TopSurface=0
- ccc.BottomSurface=0
- ccc.formFactor="Plate"
- ccc.Size=Vector3.new(1,.4,1)
- ms=Instance.new("CylinderMesh")
- ms.Scale=Vector3.new(.8,.8,.8)
- ms.Parent=c
- ccc.Reflectance=0
- Instance.new("BodyGyro").Parent=c
- ccc.Parent=m
- ccc.CFrame=ccc.CFrame*CFrame.new(c["Head"].CFrame.p+Vector3.new(0,1.5,0))
- f=Instance.new("BodyPosition")
- f.P=2000
- f.D=100
- f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- f.position=ccc.Position+Vector3.new(0,3,0)
- f.Parent=ccc
- cccc = workspace.BillboardGui
- cccc.Enabled = true
- cccc.Adornee = c.Head
- Text = cccc.TextLabel:Clone()
- Text.Parent = cccc
- Text.Name = "Dmg"
- Text.Visible = true
- Text.BackgroundTransparency = 1
- Text.Font = "Legacy"
- Text.FontSize = "Size24"
- Text.Text = tostring(Dealt)
- Text.TextColor3 = Color3.new(0,4,0)
- if Dmg > 20 then
- Text.TextColor3 = Color3.new(4,4,0)
- end
- if Dmg > 80 then
- Text.TextColor3 = Color3.new(4,0,0)
- end
- Text.TextStrokeColor3 = Color3.new(0,0,0)
- Text.TextStrokeTransparency = 0
- game:GetService("Debris"):AddItem(Text,.5+du)
- ccc.CanCollide=false
- m.Parent=workspace
- ccc.CanCollide=false
- end
- ShowDamage(c.Parent,Dmg,0)
- end
- end
- end
- end
- end
- for i, v in pairs(Workspace:GetChildren()) do
- if v.Name == "Earth1" then
- v:Remove()
- end
- end
- Torso.Anchored = false
- elseif key == "x" then
- Torso.Anchored = true
- for i = 1, 100 ,3 do
- Player.Character.Torso.CFrame = Player.Character.Torso.CFrame * CFrame.fromEulerAnglesXYZ(0,0.8,0)
- Earthkick = Instance.new("Part")
- Earthkick.Name = "Earth1"
- Earthkick.Parent = Workspace
- Earthkick.Size = Vector3.new (math.random(4,6),math.random(4,6),math.random(4,6))
- Earthkick.Anchored = true
- Earthkick.TopSurface = 0
- Earthkick.BottomSurface = 0
- Earthkick.BrickColor = BrickColor.new("Brown")
- Earthkick.CFrame = Torso.CFrame * CFrame.new(0,-2,-i-5) * CFrame.Angles(math.random(),math.random(),math.random())
- wait()
- for u, c in pairs(workspace:GetChildren()) do
- if c.Name ~= Player.Character.Name then
- h = c:findFirstChild("Humanoid")
- t = c:findFirstChild("Torso")
- if h ~= nil and t ~= nil then
- if (Earthkick.Position-t.Position).magnitude <= 10 then
- t.CFrame = t.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
- h:TakeDamage(7)
- h.PlatformStand = true
- Dmg=h.MaxHealth - h.Health
- ShowDamage=function(Char,Dealt,du)
- m=Instance.new("Model")
- m.Name="dmg"
- --h=Instance.new("Humanoid")
- --h.Health=0
- --h.MaxHealth=0
- --h.Parent=m
- ccc=Instance.new("Part")
- ccc.Transparency=.99
- ccc.BrickColor=BrickColor:Red()
- ccc.Name="Head"
- ccc.TopSurface=0
- ccc.BottomSurface=0
- ccc.formFactor="Plate"
- ccc.Size=Vector3.new(1,.4,1)
- ms=Instance.new("CylinderMesh")
- ms.Scale=Vector3.new(.8,.8,.8)
- ms.Parent=c
- ccc.Reflectance=0
- Instance.new("BodyGyro").Parent=c
- ccc.Parent=m
- ccc.CFrame=ccc.CFrame*CFrame.new(c["Head"].CFrame.p+Vector3.new(0,1.5,0))
- f=Instance.new("BodyPosition")
- f.P=2000
- f.D=100
- f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- f.position=ccc.Position+Vector3.new(0,3,0)
- f.Parent=ccc
- cccc = workspace.BillboardGui
- cccc.Enabled = true
- cccc.Adornee = c.Head
- Text = cccc.TextLabel:Clone()
- Text.Parent = cccc
- Text.Name = "Dmg"
- Text.Visible = true
- Text.BackgroundTransparency = 1
- Text.Font = "Legacy"
- Text.FontSize = "Size24"
- Text.Text = tostring(Dealt)
- Text.TextColor3 = Color3.new(0,4,0)
- if Dmg > 20 then
- Text.TextColor3 = Color3.new(4,4,0)
- end
- if Dmg > 80 then
- Text.TextColor3 = Color3.new(4,0,0)
- end
- Text.TextStrokeColor3 = Color3.new(0,0,0)
- Text.TextStrokeTransparency = 0
- game:GetService("Debris"):AddItem(Text,.5+du)
- ccc.CanCollide=false
- m.Parent=workspace
- ccc.CanCollide=false
- end
- ShowDamage(c.Parent,Dmg,0)
- end
- end
- end
- end
- end
- for i, v in pairs(Workspace:GetChildren()) do
- if v.Name == "Earth1" then
- v:Remove()
- end
- end
- Torso.Anchored = false
- elseif key == "t" then
- Torso.Anchored = true
- for i = 1, 100 do
- Player.Character.Torso.CFrame = Player.Character.Torso.CFrame * CFrame.fromEulerAnglesXYZ(0,0.8,0)
- Earthkick = Instance.new("Part")
- Earthkick.Name = "Earth1"
- Earthkick.Parent = Workspace
- Earthkick.Size = Vector3.new (math.random(4,10),math.random(4,10),math.random(4,10))
- Earthkick.Anchored = true
- Earthkick.TopSurface = 0
- Earthkick.BottomSurface = 0
- Earthkick.BrickColor = BrickColor.new("Brown")
- Earthkick.CFrame = Torso.CFrame * CFrame.new(0,-2,-i-5) * CFrame.Angles(math.random(),math.random(),math.random())
- wait()
- for u, c in pairs(workspace:GetChildren()) do
- if c.Name ~= Player.Character.Name then
- h = c:findFirstChild("Humanoid")
- t = c:findFirstChild("Torso")
- if h ~= nil and t ~= nil then
- if (Earthkick.Position-t.Position).magnitude <= 10 then
- t.CFrame = t.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
- h:TakeDamage(7)
- h.PlatformStand = true
- Dmg=h.MaxHealth - h.Health
- ShowDamage=function(Char,Dealt,du)
- m=Instance.new("Model")
- m.Name="dmg"
- --h=Instance.new("Humanoid")
- --h.Health=0
- --h.MaxHealth=0
- --h.Parent=m
- ccc=Instance.new("Part")
- ccc.Transparency=.99
- ccc.BrickColor=BrickColor:Red()
- ccc.Name="Head"
- ccc.TopSurface=0
- ccc.BottomSurface=0
- ccc.formFactor="Plate"
- ccc.Size=Vector3.new(1,.4,1)
- ms=Instance.new("CylinderMesh")
- ms.Scale=Vector3.new(.8,.8,.8)
- ms.Parent=c
- ccc.Reflectance=0
- Instance.new("BodyGyro").Parent=c
- ccc.Parent=m
- ccc.CFrame=ccc.CFrame*CFrame.new(c["Head"].CFrame.p+Vector3.new(0,1.5,0))
- f=Instance.new("BodyPosition")
- f.P=2000
- f.D=100
- f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- f.position=ccc.Position+Vector3.new(0,3,0)
- f.Parent=ccc
- cccc = workspace.BillboardGui
- cccc.Enabled = true
- cccc.Adornee = c.Head
- Text = cccc.TextLabel:Clone()
- Text.Parent = cccc
- Text.Name = "Dmg"
- Text.Visible = true
- Text.BackgroundTransparency = 1
- Text.Font = "Legacy"
- Text.FontSize = "Size24"
- Text.Text = tostring(Dealt)
- Text.TextColor3 = Color3.new(0,4,0)
- if Dmg > 20 then
- Text.TextColor3 = Color3.new(4,4,0)
- end
- if Dmg > 80 then
- Text.TextColor3 = Color3.new(4,0,0)
- end
- Text.TextStrokeColor3 = Color3.new(0,0,0)
- Text.TextStrokeTransparency = 0
- game:GetService("Debris"):AddItem(Text,.5+du)
- ccc.CanCollide=false
- m.Parent=workspace
- ccc.CanCollide=false
- end
- ShowDamage(c.Parent,Dmg,0)
- end
- end
- end
- end
- end
- for i, v in pairs(Workspace:GetChildren()) do
- if v.Name == "Earth1" then
- v:Remove()
- end
- end
- Torso.Anchored = false
- end
- end
- Mouse.KeyDown:connect(onKeyDown)
Advertisement
Add Comment
Please, Sign In to add comment