MADE BY 1x1x1x1C00lKid
FEATURE:
- GOD MODE
- .
- Note: you can’t attack and you can’t die, but you can interact
GAME LINK:
GRAND PIECE ONLINE
SCRIPTS: [2]
while true do
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
for i,v in pairs(game:GetService("Workspace").Ragdolls:WaitForChild(game.Players.LocalPlayer.Name):GetChildren()) do
if v:IsA("ObjectValue") or v:IsA("BoolValue") then
v:Destroy()
end
end
wait()
end
local X;
X = hookmetamethod(game,"__namecall",function(self,...)
local args = {...};
local method = getnamecallmethod()
if method == "FireServer" and self.name == "KnockedOut" then
return
end
return X(self,...)
end)
if you want to be more sure to be immortal to players too: