imortality lord script #serverside #script #roblox

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Guys, it isn't client. It's literally a serverside script lol. You need a serverside executor to actually execute the serverside scripts and they only work in infected games

antisimp
Автор

The script

char =
local BODY = {}
LeftArm = char["Left Arm"]
RightLeg = char["Right Leg"]
LeftLeg = char["Left Leg"]
for _, c in pairs(char:GetDescendants()) do
if c:IsA("BasePart") and c.Name ~= "Handle" then
if c ~= char.HumanoidRootPart and c ~= char.Torso and c ~= char.Head and c ~= char["Right Arm"] and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
end
table.insert(BODY, {c, c.Parent, c.Material, c.Color, c.Transparency})
elseif c:IsA("JointInstance") then
table.insert(BODY, {c, c.Parent, nil, nil, nil})
end
end
for e = 1, #BODY do
if BODY[e] ~= nil then
local STUFF = BODY[e]
local PART = STUFF[1]
local PARENT = STUFF[2]
local MATERIAL = STUFF[3]
local TRANSPARENCY = STUFF[5]
if PART.ClassName == "Part" and PART ~= char.HumanoidRootPart then
PART.Material = MATERIAL
PART.Transparency = TRANSPARENCY
end

PART.Parent = PARENT
end)
end
end
RootPart = char.HumanoidRootPart
function refit()
char.Parent = workspace
for e = 1, #BODY do
if BODY[e] ~= nil then
local STUFF = BODY[e]
local PART = STUFF[1]
local PARENT = STUFF[2]
local MATERIAL = STUFF[3]
local TRANSPARENCY = STUFF[5]
if PART.ClassName == "Part" and PART ~= RootPart then
PART.Material = MATERIAL
PART.Transparency = TRANSPARENCY
end
if PART.Parent ~= PARENT then

PART.Parent = PARENT
local Humanoid = Instance.new("Humanoid", char)
end
end
end
end
char.Humanoid.Name = "Immortal"

refit() -- To prevent the player from dieing.
end)
while true do
wait(0.2)
refit()
end

Realckidd
Автор

isnt there a game like this where u press certain keywords to transform like in a flying ability thing which can also say something like text when u pres another key

umarmohammed
Автор

I was hoping this would be universal bruh it's just a client

speedyballer
Автор

plaseee script linkkkk plaseee ❤️💛💚💙💜👉👈🙏🙏🙏🙏plase

ArdaSultan
Автор

This script works on hydrogen&fluxus?

Standoff-cyfu
Автор

and another kid that uses leaked require scripts

HDROID