Введите ваш 10-значный уникальный ключ для просмотра инструкции.
Скрипты · Фарм стрел · Your Bizarre Adventure
loadstring(game:HttpGet("https://gitlab.com/sens3/nebunu/-/raw/main/sillybaka/thething.lua?ref_type=heads"))()
-- Отключаем тяжелую 3D-графику плейса
game:GetService("RunService"):Set3dRenderingEnabled(false)
-- Создаем черный фон строго НАД 3D-миром, но ПОД всеми кнопками плейса
local playerGui = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
local bgScreen = Instance.new("ScreenGui")
bgScreen.Name = "AFK_Background"
bgScreen.IgnoreGuiInset = true
bgScreen.DisplayOrder = -9999999 -- Самый низкий приоритет, чтобы быть под интерфейсом плейса
local frame = Instance.new("Frame")
frame.Size = UDim2.new(1, 0, 1, 0)
frame.BackgroundColor3 = Color3.fromRGB(15, 15, 15) -- Темно-серый, чтобы текст плейса лучше читался
frame.BorderSizePixel = 0
frame.Parent = bgScreen
bgScreen.Parent = playerGui
-- Задержка перед запуском
wait(90)local PlaceID = game.PlaceId
local AllIDs = {}
local foundAnything = ""
local actualHour = os.date("!*t").hour
local Deleted = false
-- Задержка перед запуском
wait(90)
local File = pcall(function()
AllIDs = game:GetService('HttpService'):JSONDecode(readfile("NotSameServers.json"))
end)
if not File then
table.insert(AllIDs, actualHour)
writefile("NotSameServers.json", game:GetService('HttpService'):JSONEncode(AllIDs))
end
function TPReturner()
local Site;
if foundAnything == "" then
Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100'))
else
Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100&cursor=' .. foundAnything))
end
local ID = ""
if Site.nextPageCursor and Site.nextPageCursor ~= "null" and Site.nextPageCursor ~= nil then
foundAnything = Site.nextPageCursor
end
local num = 0;
for i,v in pairs(Site.data) do
local Possible = true
ID = tostring(v.id)
if tonumber(v.maxPlayers) > tonumber(v.playing) then
for _,Existing in pairs(AllIDs) do
if num ~= 0 then
if ID == tostring(Existing) then Possible = false end
else
if tonumber(actualHour) ~= tonumber(Existing) then
pcall(function() delfile("NotSameServers.json"); AllIDs = {}; table.insert(AllIDs, actualHour) end)
end
end
num = num + 1
end
if Possible == true then
table.insert(AllIDs, ID)
wait()
pcall(function()
writefile("NotSameServers.json", game:GetService('HttpService'):JSONEncode(AllIDs))
wait()
game:GetService("TeleportService"):TeleportToPlaceInstance(PlaceID, ID, game.Players.LocalPlayer)
end)
wait(4)
end
end
end
end
function Teleport()
while wait() do
pcall(function()
TPReturner()
if foundAnything ~= "" then TPReturner() end
end)
end
end
Teleport()
Основная память → Delta. Находите папку Scripts, всё что находится в ней копируете и вставляете в папку autoexec. Всё, ваши скрипты будут запускаться автоматически!
login:password (каждый новый аккаунт должен начинаться с новой строки).