This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| trojan://[email protected]:2025?type=ws&host=dns.google.com&path=%2F&security=none#🇩🇪 Germany 1 | 2GB | |
| trojan://[email protected]:2025?type=ws&host=dns.google.com&path=%2F&security=none#🇱🇹 Lithuania 1 | 1GB | |
| trojan://[email protected]:2025?type=ws&host=dns.google.com&path=%2F&security=none#🇰🇿 Kazakhstan 1 | 2GB | |
| trojan://[email protected]:2025?security=none&type=grpc&serviceName=&authority=&security=none#🇫🇮 Finland 1 | ? | |
| trojan://[email protected]:2025/?security=none&type=grpc&serviceName=vpn#🇸🇪 Sweden 1 | |
| trojan://[email protected]:2025?type=ws&host=dns.google.com&path=%2F&security=none#🇵🇱 Poland 1 | 1GB | |
| vless://[email protected]:7557?encryption=none&type=tcp&headerType=http&host=mc.yandex.ru#🇷🇺 Russia 1 | 4GB | |
| vless://[email protected]:5000?type=ws&encryption=none&host=viber.com&path=%2F#🇷🇺 Russia 2 | |
| trojan://[email protected]:2025?type=ws&path=%2F&host=&security=none#🇳🇱 Netherlands 1 | |
| trojan://[email protected]:2025?type=ws&path=%2F&host=&security=none#🇳🇱 Netherlands 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local T, C, L, _ = unpack(select(2, ...)) | |
| if C.skins.numeration ~= true or not IsAddOnLoaded("Numeration") then return end | |
| ---------------------------------------------------------------------------------------- | |
| -- Numeration skin | |
| ---------------------------------------------------------------------------------------- | |
| Numeration["windows"].width = 217 | |
| Numeration["windows"].maxlines = 7 | |
| Numeration["windows"].linegap = 7 | |
| NumerationFrame.maxlines = Numeration["windows"].maxlines |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local T, C, L, _ = unpack(select(2, ...)) | |
| if C.chat.bubbles ~= true then return end | |
| ---------------------------------------------------------------------------------------- | |
| -- ChatBubbles skin(by Haleth) | |
| ---------------------------------------------------------------------------------------- | |
| local function styleBubble(frame) | |
| for i = 1, frame:GetNumRegions() do | |
| local region = select(i, frame:GetRegions()) | |
| if region:GetObjectType() == "Texture" then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local T, C, L, _ = unpack(select(2, ...)) | |
| if C.nameplate.enable ~= true then return end | |
| ---------------------------------------------------------------------------------------- | |
| -- oUF nameplates | |
| ---------------------------------------------------------------------------------------- | |
| local _, ns = ... | |
| local oUF = ns.oUF | |
| local frame = CreateFrame("Frame") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local T, C, L, _ = unpack(select(2, ...)) | |
| ---------------------------------------------------------------------------------------- | |
| -- PvP skin | |
| ---------------------------------------------------------------------------------------- | |
| local LoadTootlipSkin = CreateFrame("Frame") | |
| LoadTootlipSkin:RegisterEvent("ADDON_LOADED") | |
| LoadTootlipSkin:SetScript("OnEvent", function(self, event, addon) | |
| if IsAddOnLoaded("Skinner") or IsAddOnLoaded("Aurora") or not C.tooltip.enable then | |
| self:UnregisterEvent("ADDON_LOADED") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local T, C, L, _ = unpack(select(2, ...)) | |
| ---------------------------------------------------------------------------------------- | |
| -- Move ObjectiveTrackerFrame | |
| ---------------------------------------------------------------------------------------- | |
| local frame = CreateFrame("Frame", "ObjectiveTrackerAnchor", UIParent) | |
| frame:SetPoint(unpack(C.position.quest)) | |
| frame:SetHeight(150) | |
| frame:SetWidth(224) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local T, C, L, _ = unpack(select(2, ...)) | |
| ---------------------------------------------------------------------------------------- | |
| -- PvP skin | |
| ---------------------------------------------------------------------------------------- | |
| local LoadTootlipSkin = CreateFrame("Frame") | |
| LoadTootlipSkin:RegisterEvent("ADDON_LOADED") | |
| LoadTootlipSkin:SetScript("OnEvent", function(self, event, addon) | |
| if IsAddOnLoaded("Skinner") or IsAddOnLoaded("Aurora") or not C.tooltip.enable then | |
| self:UnregisterEvent("ADDON_LOADED") |