ADVERTISEMENTREMOVE ADS
Godmode
7,209 views
Description
Cbro godmode
reason for leak is cause some retards got their hands on it
reason for leak is cause some retards got their hands on it
Features:
- godmode
ADVERTISEMENTREMOVE ADS
13 Lines • 514 Bytes
getgenv().godmode = true
game.RunService.RenderStepped:Connect(function()
if getgenv().godmode == true then
for _, plr in ipairs(game.Players:GetPlayers()) do
if (plr:FindFirstChild("DamageLogs") and not plr.DamageLogs:FindFirstChild(game.Players.LocalPlayer.Name)) then
game.ReplicatedStorage.MapVoting.Submit:FireServer(plr, "DamageLogs")
end
end
else
game.ReplicatedStorage.MapVoting.Submit:FireServer(plr, "")
end
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS


Comments