Advertisement
kele666CN

WHILE

Nov 25th, 2024 (edited)
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.20 KB | Cybersecurity | 0 0
  1. local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
  2. local Notify = AkaliNotif.Notify;
  3.  
  4. Notify({
  5. Description = "检查中...";
  6. Title = "检查白名单";
  7. Duration = 6;
  8. });
  9. local sound = Instance.new("Sound", workspace) do
  10. sound.SoundId = "rbxassetid://4590662766"
  11. sound.Volume = 3
  12. sound.PlayOnRemove = true
  13. sound:Destroy()
  14. end
  15.  
  16. local HWIDTable = loadstring(game:HttpGet("https://pastebin.com/raw/GX23ad3K"))()
  17.  
  18. local HWID = game:GetService("RbxAnalyticsService"):GetClientId()
  19.  
  20. for i, v in pairs(HWIDTable) do
  21.     if v == HWID then
  22. Notify({
  23. Description = "加载中...";
  24. Title = "你是白名单用户";
  25. Duration = 5;
  26. });
  27. wait(5)
  28. getgenv().TeTraXID = "TeTraXFREE"
  29. loadstring(game:HttpGet("https://pastebin.com/raw/xLMWxraH"))()
  30.     elseif v ~= HWID then
  31. Notify({
  32. Description = "已复制HWID,群号:669173744";
  33. Title = "你没有白名单!";
  34. Duration = 8;
  35. });
  36. local HWID = game:GetService("RbxAnalyticsService"):GetClientId()
  37. setclipboard(HWID)
  38. local sound = Instance.new("Sound", workspace) do
  39. sound.SoundId = "rbxassetid://4590662766"
  40. sound.Volume = 5
  41. sound.PlayOnRemove = true
  42. sound:Destroy()
  43. end
  44.     end
  45. end
Tags: while
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement