Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
- local Notify = AkaliNotif.Notify;
- Notify({
- Description = "检查中...";
- Title = "检查白名单";
- Duration = 6;
- });
- local sound = Instance.new("Sound", workspace) do
- sound.SoundId = "rbxassetid://4590662766"
- sound.Volume = 3
- sound.PlayOnRemove = true
- sound:Destroy()
- end
- local HWIDTable = loadstring(game:HttpGet("https://pastebin.com/raw/GX23ad3K"))()
- local HWID = game:GetService("RbxAnalyticsService"):GetClientId()
- for i, v in pairs(HWIDTable) do
- if v == HWID then
- Notify({
- Description = "加载中...";
- Title = "你是白名单用户";
- Duration = 5;
- });
- wait(5)
- getgenv().TeTraXID = "TeTraXFREE"
- loadstring(game:HttpGet("https://pastebin.com/raw/xLMWxraH"))()
- elseif v ~= HWID then
- Notify({
- Description = "已复制HWID,群号:669173744";
- Title = "你没有白名单!";
- Duration = 8;
- });
- local HWID = game:GetService("RbxAnalyticsService"):GetClientId()
- setclipboard(HWID)
- local sound = Instance.new("Sound", workspace) do
- sound.SoundId = "rbxassetid://4590662766"
- sound.Volume = 5
- sound.PlayOnRemove = true
- sound:Destroy()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement