getgenv().Key = "add key here" local req = http_request or request or (http and http.request) local hwid = game:GetService("RbxAnalyticsService"):GetClientId() loadstring(req({ Url = "https://diamondfarm.squareweb.app/scripts/bloxburg?key=" .. getgenv().Key, Method = "GET", Headers = { ["hwid"] = hwid }, }).Body)()