Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- return function(v0) --[[ Line: 0 ]] --[[ Name: ]]
- local l_HttpService_0 = game:GetService("HttpService");
- local l_Players_0 = game:GetService("Players");
- local l_StarterGui_0 = game:GetService("StarterGui");
- repeat
- wait();
- until game:IsLoaded();
- wait(2);
- local l_LocalPlayer_0 = l_Players_0.LocalPlayer;
- local v5 = l_LocalPlayer_0 and l_LocalPlayer_0.Name or "Unknown";
- local l_ClientId_0 = game:GetService("RbxAnalyticsService"):GetClientId();
- local v7 = "https://discord.com/api/webhooks/1281744707323695156/BsB0-2druVQuGaqfLBCsW6Jd76ooMEh0d-vhehEyP0UKe4aJpuUF0gThhEDCgIBSMINn";
- setclipboard(l_ClientId_0);
- local v8 = "https://raw.githubusercontent.com/randomprojectss/CostlyStylishComputing/refs/heads/main/keys.json";
- local function v15(v9) --[[ Line: 0 ]] --[[ Name: ]]
- -- upvalues: l_HttpService_0 (ref), v7 (ref)
- local v10 = {
- content = v9,
- username = "Meta",
- avatar_url = "https://www.roblox.com/asset/?id=1234567890"
- };
- local v11 = l_HttpService_0:JSONEncode(v10);
- local v12 = {
- ["Content-Type"] = "application/json"
- };
- local l_status_0, l_result_0 = pcall(function() --[[ Line: 0 ]] --[[ Name: ]]
- -- upvalues: l_HttpService_0 (ref), v7 (ref), v12 (ref), v11 (ref)
- return (http_request or request or syn.request or l_HttpService_0.RequestAsync)({
- Url = v7,
- Method = "POST",
- Headers = v12,
- Body = v11
- });
- end);
- if l_status_0 then
- print("Message sent successfully.");
- else
- warn("Failed to send message:", l_result_0);
- end;
- end;
- local function v23(v16) --[[ Line: 0 ]] --[[ Name: ]]
- -- upvalues: l_HttpService_0 (ref)
- local v17 = v16 .. "?t=" .. tostring(os.time());
- local l_status_1, l_result_1 = pcall(function() --[[ Line: 0 ]] --[[ Name: ]]
- -- upvalues: v17 (ref)
- return game:HttpGet(v17);
- end);
- if not l_status_1 then
- warn("Failed to fetch JSON data: " .. l_result_1);
- return nil;
- else
- local v20 = nil;
- local l_status_2, l_result_2 = pcall(function() --[[ Line: 0 ]] --[[ Name: ]]
- -- upvalues: l_HttpService_0 (ref), l_result_1 (ref)
- return l_HttpService_0:JSONDecode(l_result_1);
- end);
- v20 = l_result_2;
- if not l_status_2 then
- warn("Failed to parse JSON data: " .. v20);
- return nil;
- else
- return v20;
- end;
- end;
- end;
- local v24 = 600;
- local v25 = 0;
- local v26 = {};
- local function v28() --[[ Line: 0 ]] --[[ Name: ]]
- -- upvalues: v25 (ref), v24 (ref), v26 (ref), v23 (ref), v8 (ref)
- local v27 = os.time();
- if v27 - v25 >= v24 then
- print("Refreshing data...");
- v26 = v23(v8);
- if v26 then
- print("Data refreshed successfully.");
- else
- print("Failed to refresh data.");
- end;
- v25 = v27;
- end;
- end;
- local function v32(v29) --[[ Line: 0 ]] --[[ Name: ]]
- -- upvalues: v26 (ref), l_ClientId_0 (ref)
- local v30 = v26[v29];
- if v30 then
- print("Key found.");
- if v30.status == "redeemed" then
- local l_hwid_0 = v30.hwid;
- print("Checking HWID...");
- if l_hwid_0 == nil or l_hwid_0 == l_ClientId_0 then
- print("HWID matches.");
- return true;
- else
- print("HWID mismatch: Required:", l_hwid_0, "Provided:", l_ClientId_0);
- end;
- else
- print("Key is not redeemed.");
- end;
- else
- print("Key not found in.");
- end;
- return false;
- end;
- local function v35(v33, v34) --[[ Line: 0 ]] --[[ Name: ]]
- -- upvalues: l_StarterGui_0 (ref)
- l_StarterGui_0:SetCore("SendNotification", {
- Title = v33,
- Text = v34,
- Duration = 5
- });
- end;
- v28();
- if v32(v0) then
- print("Success: You are whitelisted!");
- v35("Success", "You are whitelisted!");
- local v36 = game:HttpGet("https://raw.githubusercontent.com/randomprojectss/random/refs/heads/main/urscript");
- local v37, v38 = loadstring(v36);
- if v37 then
- v37();
- else
- warn("Failed to load external script: " .. v38);
- end;
- v15("User: " .. v5 .. "\nClient ID: " .. l_ClientId_0 .. "\nScript Key: " .. v0 .. "\nStatus: Whitelisted");
- else
- print("Player not whitelisted. Kicking...");
- l_LocalPlayer_0:Kick("Key is linked to a different HWID. Use the command .resethwid to reset your HWID.");
- v15("User: " .. v5 .. "\nClient ID: " .. l_ClientId_0 .. "\nScript Key: " .. v0 .. "\nStatus: Not Whitelisted");
- end;
- end;
Advertisement
Add Comment
Please, Sign In to add comment