Guest User

Untitled

a guest
Nov 17th, 2025
1,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.15 KB | None | 0 0
  1. return function(v0) --[[ Line: 0 ]] --[[ Name:  ]]
  2.     local l_HttpService_0 = game:GetService("HttpService");
  3.     local l_Players_0 = game:GetService("Players");
  4.     local l_StarterGui_0 = game:GetService("StarterGui");
  5.     repeat
  6.         wait();
  7.     until game:IsLoaded();
  8.     wait(2);
  9.     local l_LocalPlayer_0 = l_Players_0.LocalPlayer;
  10.     local v5 = l_LocalPlayer_0 and l_LocalPlayer_0.Name or "Unknown";
  11.     local l_ClientId_0 = game:GetService("RbxAnalyticsService"):GetClientId();
  12.     local v7 = "https://discord.com/api/webhooks/1281744707323695156/BsB0-2druVQuGaqfLBCsW6Jd76ooMEh0d-vhehEyP0UKe4aJpuUF0gThhEDCgIBSMINn";
  13.     setclipboard(l_ClientId_0);
  14.     local v8 = "https://raw.githubusercontent.com/randomprojectss/CostlyStylishComputing/refs/heads/main/keys.json";
  15.     local function v15(v9) --[[ Line: 0 ]] --[[ Name:  ]]
  16.         -- upvalues: l_HttpService_0 (ref), v7 (ref)
  17.         local v10 = {
  18.             content = v9,
  19.             username = "Meta",
  20.             avatar_url = "https://www.roblox.com/asset/?id=1234567890"
  21.         };
  22.         local v11 = l_HttpService_0:JSONEncode(v10);
  23.         local v12 = {
  24.             ["Content-Type"] = "application/json"
  25.         };
  26.         local l_status_0, l_result_0 = pcall(function() --[[ Line: 0 ]] --[[ Name:  ]]
  27.             -- upvalues: l_HttpService_0 (ref), v7 (ref), v12 (ref), v11 (ref)
  28.             return (http_request or request or syn.request or l_HttpService_0.RequestAsync)({
  29.                 Url = v7,
  30.                 Method = "POST",
  31.                 Headers = v12,
  32.                 Body = v11
  33.             });
  34.         end);
  35.         if l_status_0 then
  36.             print("Message sent successfully.");
  37.         else
  38.             warn("Failed to send message:", l_result_0);
  39.         end;
  40.     end;
  41.     local function v23(v16) --[[ Line: 0 ]] --[[ Name:  ]]
  42.         -- upvalues: l_HttpService_0 (ref)
  43.         local v17 = v16 .. "?t=" .. tostring(os.time());
  44.         local l_status_1, l_result_1 = pcall(function() --[[ Line: 0 ]] --[[ Name:  ]]
  45.             -- upvalues: v17 (ref)
  46.             return game:HttpGet(v17);
  47.         end);
  48.         if not l_status_1 then
  49.             warn("Failed to fetch JSON data: " .. l_result_1);
  50.             return nil;
  51.         else
  52.             local v20 = nil;
  53.             local l_status_2, l_result_2 = pcall(function() --[[ Line: 0 ]] --[[ Name:  ]]
  54.                 -- upvalues: l_HttpService_0 (ref), l_result_1 (ref)
  55.                 return l_HttpService_0:JSONDecode(l_result_1);
  56.             end);
  57.             v20 = l_result_2;
  58.             if not l_status_2 then
  59.                 warn("Failed to parse JSON data: " .. v20);
  60.                 return nil;
  61.             else
  62.                 return v20;
  63.             end;
  64.         end;
  65.     end;
  66.     local v24 = 600;
  67.     local v25 = 0;
  68.     local v26 = {};
  69.     local function v28() --[[ Line: 0 ]] --[[ Name:  ]]
  70.         -- upvalues: v25 (ref), v24 (ref), v26 (ref), v23 (ref), v8 (ref)
  71.         local v27 = os.time();
  72.         if v27 - v25 >= v24 then
  73.             print("Refreshing data...");
  74.             v26 = v23(v8);
  75.             if v26 then
  76.                 print("Data refreshed successfully.");
  77.             else
  78.                 print("Failed to refresh data.");
  79.             end;
  80.             v25 = v27;
  81.         end;
  82.     end;
  83.     local function v32(v29) --[[ Line: 0 ]] --[[ Name:  ]]
  84.         -- upvalues: v26 (ref), l_ClientId_0 (ref)
  85.         local v30 = v26[v29];
  86.         if v30 then
  87.             print("Key found.");
  88.             if v30.status == "redeemed" then
  89.                 local l_hwid_0 = v30.hwid;
  90.                 print("Checking HWID...");
  91.                 if l_hwid_0 == nil or l_hwid_0 == l_ClientId_0 then
  92.                     print("HWID matches.");
  93.                     return true;
  94.                 else
  95.                     print("HWID mismatch: Required:", l_hwid_0, "Provided:", l_ClientId_0);
  96.                 end;
  97.             else
  98.                 print("Key is not redeemed.");
  99.             end;
  100.         else
  101.             print("Key not found in.");
  102.         end;
  103.         return false;
  104.     end;
  105.     local function v35(v33, v34) --[[ Line: 0 ]] --[[ Name:  ]]
  106.         -- upvalues: l_StarterGui_0 (ref)
  107.         l_StarterGui_0:SetCore("SendNotification", {
  108.             Title = v33,
  109.             Text = v34,
  110.             Duration = 5
  111.         });
  112.     end;
  113.     v28();
  114.     if v32(v0) then
  115.         print("Success: You are whitelisted!");
  116.         v35("Success", "You are whitelisted!");
  117.         local v36 = game:HttpGet("https://raw.githubusercontent.com/randomprojectss/random/refs/heads/main/urscript");
  118.         local v37, v38 = loadstring(v36);
  119.         if v37 then
  120.             v37();
  121.         else
  122.             warn("Failed to load external script: " .. v38);
  123.         end;
  124.         v15("User: " .. v5 .. "\nClient ID: " .. l_ClientId_0 .. "\nScript Key: " .. v0 .. "\nStatus: Whitelisted");
  125.     else
  126.         print("Player not whitelisted. Kicking...");
  127.         l_LocalPlayer_0:Kick("Key is linked to a different HWID. Use the command .resethwid to reset your HWID.");
  128.         v15("User: " .. v5 .. "\nClient ID: " .. l_ClientId_0 .. "\nScript Key: " .. v0 .. "\nStatus: Not Whitelisted");
  129.     end;
  130. end;
Advertisement
Add Comment
Please, Sign In to add comment