View difference between Paste ID: bPa9zV5p and VAUj80bw
SHOW: | | - or go back to the newest paste.
1-
--MADE BY OneLegend (NOT THE SCRIPT) Thanks to TheRedAngel for letting me add. Feel free to take his model too. http://www.roblox.com/TheRedAngels-SB-Gift-NEW-SCRIPTS-item?id=88063410 
1+
local Humanoid = script.Parent.Zombie 
2-
--LOCAL SCRIPT: Go to line 7 and put your name where it says "YOUR NAME HERE"
2+
function PwntX_X() 
3-
3+
local tag = Humanoid:findFirstChild("creator") 
4-
if (script.Parent.className ~= "HopperBin") then 
4+
if tag ~= nil then 
5-
local h = Instance.new("HopperBin") 
5+
if tag.Value ~= nil then 
6-
h.Name = "Action" 
6+
local Leaderstats = tag.Value:findFirstChild("leaderstats") 
7-
h.Parent = game.Players["dragonis30"].Backpack 
7+
if Leaderstats ~= nil then 
8-
script.Parent = h 
8+
Leaderstats.KOs.Value = Leaderstats.KOs.Value + 23 --Change Kills to the stat that is increased. 
9-
script.Name = "Function" 
9+
10
script:remove() 
11-
Bin = script.Parent 
11+
12-
Person = game.Players.LocalPlayer 
12+
13-
PersonT = Person.Character.Torso 
13+
14-
Hold = false 
14+
15-
Lazer = false 
15+
Humanoid.Died:connect(PwntX_X)