[ad_1]
Created by Mstir
Features:
- MAKE PLAYERS MONEY NEGATIVE
repeat task.wait() until game:IsLoaded() and game.Players.LocalPlayer.Character ~= nil
local function alreadygot(name)
for i,v in pairs(game.Workspace.Checks:GetChildren()) do
if v.For.Value == name then
return true
end
end
return false
end
while task.wait() do
pcall(function()
for i,v in pairs(game.Players:GetPlayers()) do
if not alreadygot(v.Name) then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,4)
task.wait()
game.Players:Chat("/check "..v.Name.." NaN")
task.wait(0.1)
end
end
if #game.Workspace.Checks:GetChildren() >= 4 then
print("max check")
httprequest = (syn and syn.request) or (http and http.request) or http_request or (fluxus and fluxus.request) or request
local servers = {}
local req = httprequest({Url = string.format("https://games.roblox.com/v1/games/%s/servers/Public?sortOrder=Asc&limit=100",game.PlaceId)})
local body = game:GetService("HttpService"):JSONDecode(req.Body)
if body and body.data then
for i, v in next, body.data do
if type(v) == "table" and tonumber(v.playing) and tonumber(v.maxPlayers) and v.playing < v.maxPlayers and v.id ~= JobId then
table.insert(servers, 1, v.id)
end
end
end
if #servers > 0 then
game.TeleportService:TeleportToPlaceInstance(game.PlaceId, servers[math.random(1, #servers)], game.Players.LocalPlayer)
end
end
end)
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]