Categories > Exploiting > Scripts >
The final stand 2 roblox script
Posted
Game link is Here.
This script allows you to make Zombie's head big, It does allow you to farm.
Its on the first version, Updating the script wont work until i do the pastebin thing.
local light = Instance.new("SpotLight")
Not_EDITED_MODE = false --Get original script
UPDATE_SCRIPT = false --Update scripts by pastebin
if Not_EDITED_MODE == false then
workspace.Zombies.DescendantAdded:Connect(function(v)
if v:IsA("BasePart") then
for _,e in next, getconnections(v.Changed) do
e:Disable()
end
for _,d in next, getconnections(v:GetPropertyChangedSignal("Size")) do
d:Disable()
end
for _,c in next, getconnections(v:GetPropertyChangedSignal("CanCollide")) do
c:Disable()
end
if v.Name == "Head" then
v.Size = Vector3.new(20,20,20)
v.CanCollide = false
elseif v.Name == "Torso" then
v.Size = Vector3.new(0.1,0.1,0.1)
v.CanCollide = false
v.Transparency = 1
end
end
end)
workspace.Zombies.DescendantAdded:Connect(function(v)
if v:IsA("BasePart") then
for _,e in next, getconnections(v.Changed) do
e:Disable()
end
for _,d in next, getconnections(v:GetPropertyChangedSignal("Size")) do
d:Disable()
end
for _,c in next, getconnections(v:GetPropertyChangedSignal("CanCollide")) do
c:Disable()
end
if v.Name == "Right Arm" then
v:Destroy()
end
if v.Name == "Head" then
v.Size = Vector3.new(20,20,20)
v.CanCollide = false
v.Transparency = 0.1
light.Parent = v
light.Range = 60
light.Face = "Front" --Help you to see on night
elseif v.Name == "Torso" then
v.Size = Vector3.new(0.1,0.1,0.1)
v.CanCollide = false
v.Transparency = 1
end
elseif v.Name == "Left Arm" then
v:Destroy()
end
end)
end
if UPDATE_SCRIPT == true then
local done = false --dont edit
if done == true then
local link = game.HttpService:GetAsync("whatlink")
local result = game.HttpService:JSONDecode(link)
return result --return the script to the link
end
end
Exploits i have used: Cyrup, krnl, Kiwi X
Exploits i use: Cheat engine, jjsploit,Oxygen U, Cyrup, krnl
im not the real tonykakko82.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post