Functions: become host

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
while true do
wait()
spawn(function()
if game:GetService("Players").LocalPlayer.PlayerGui.MainInterface.HostTimerFrame.TimeLabel.Text == "No host" then
local args = {
[1] = "Host"
}
game:GetService("ReplicatedStorage").Remotes.PlayerRemotes.ChangeTeam:FireServer(unpack(args))
end
end)
end

Leave a Comment