Приветствуем вас на форуме проекта WoW Circle. Если вы читаете это, значит не зарегистрировались у нас. Для того, чтобы получить доступ к расширенным возможностям нашего форума нажмите сюда и пройди регистрацию, которая не займет у вас много времени. После регистрации будут доступны новые, более расширенные, возможности.
Выпил близовского кода

Упомянутые в теме пользователи:

Показано с 1 по 4 из 4
  1. #1
    Заблокирован
    Регистрация
    14.12.2018
    Адрес
    Кровать твоей мамы
    Сообщений
    244
    Поблагодарил(а)
    44
    Получено благодарностей: 126 (сообщений: 93).
    Репутация: 126

    Выпил близовского кода

    Собсна кто то пытался вырезать из клиента весь близардовский мусор, т.е. все что на луа? Какие подводные?
    Последний раз редактировалось Толя фитоняшка; 25.01.2019 в 03:07.

  2. #2
    Заблокирован
    Регистрация
    14.12.2018
    Адрес
    Кровать твоей мамы
    Сообщений
    244
    Поблагодарил(а)
    44
    Получено благодарностей: 126 (сообщений: 93).
    Репутация: 126
    процедура 0x00819210 загружает только какую то хрень, нет идей куда копать(

    Скрытый текст

    PHP код:
    -------------------------------------------------------------------
    -- 
    Table library
    local tab 
    table
    foreach = tab.foreach
    foreachi tab.foreachi
    getn 
    tab.getn
    tinsert 
    tab.insert
    tremove 
    tab.remove
    sort 
    tab.sort
    wipe 
    tab.wipe

    -------------------------------------------------------------------
    -- 
    math library
    local math 
    math
    abs 
    math.abs
    acos 
    = function (x) return math.deg(math.acos(x)) end
    asin 
    = function (x) return math.deg(math.asin(x)) end
    atan 
    = function (x) return math.deg(math.atan(x)) end
    atan2 
    = function (x,y) return math.deg(math.atan2(x,y)) end
    ceil 
    math.ceil
    cos 
    = function (x) return math.cos(math.rad(x)) end
    deg 
    math.deg
    exp 
    math.exp
    floor 
    math.floor
    frexp 
    math.frexp
    ldexp 
    math.ldexp
    log 
    math.log
    log10 
    math.log10
    max 
    math.max
    min 
    math.min
    mod 
    math.fmod
    PI 
    math.pi
    --??? pow math.pow
    rad 
    math.rad
    random 
    math.random
    --randomseed math.randomseed
    sin 
    = function (x) return math.sin(math.rad(x)) end
    sqrt 
    math.sqrt
    tan 
    = function (x) return math.tan(math.rad(x)) end

    -------------------------------------------------------------------
    -- 
    string library
    local str 
    string
    strbyte 
    str.byte
    strchar 
    str.char
    strfind 
    str.find
    format 
    str.format
    gmatch 
    str.gmatch
    gsub 
    str.gsub
    strlen 
    str.len
    strlower 
    str.lower
    strmatch 
    str.match
    strrep 
    str.rep
    strrev 
    str.reverse
    strsub 
    str.sub
    strupper 
    str.upper
    -------------------------------------------------------------------
    -- 
    Add custom string functions to the string table
    str
    .trim strtrim
    str
    .split strsplit
    str
    .join strjoin
    str
    .replace strreplace

    compat
    .lua
    0


    -------------------------------------------------------------------
    -- 
    Table library
    local tab 
    table
    foreach = tab.foreach
    foreachi tab.foreachi
    getn 
    tab.getn
    tinsert 
    tab.insert
    tremove 
    tab.remove
    sort 
    tab.sort
    wipe 
    tab.wipe

    -------------------------------------------------------------------
    -- 
    math library
    local math 
    math
    abs 
    math.abs
    acos 
    = function (x) return math.deg(math.acos(x)) end
    asin 
    = function (x) return math.deg(math.asin(x)) end
    atan 
    = function (x) return math.deg(math.atan(x)) end
    atan2 
    = function (x,y) return math.deg(math.atan2(x,y)) end
    ceil 
    math.ceil
    cos 
    = function (x) return math.cos(math.rad(x)) end
    deg 
    math.deg
    exp 
    math.exp
    floor 
    math.floor
    frexp 
    math.frexp
    ldexp 
    math.ldexp
    log 
    math.log
    log10 
    math.log10
    max 
    math.max
    min 
    math.min
    mod 
    math.fmod
    PI 
    math.pi
    --??? pow math.pow
    rad 
    math.rad
    random 
    math.random
    --randomseed math.randomseed
    sin 
    = function (x) return math.sin(math.rad(x)) end
    sqrt 
    math.sqrt
    tan 
    = function (x) return math.tan(math.rad(x)) end

    -------------------------------------------------------------------
    -- 
    string library
    local str 
    string
    strbyte 
    str.byte
    strchar 
    str.char
    strfind 
    str.find
    format 
    str.format
    gmatch 
    str.gmatch
    gsub 
    str.gsub
    strlen 
    str.len
    strlower 
    str.lower
    strmatch 
    str.match
    strrep 
    str.rep
    strrev 
    str.reverse
    strsub 
    str.sub
    strupper 
    str.upper
    -------------------------------------------------------------------
    -- 
    Add custom string functions to the string table
    str
    .trim strtrim
    str
    .split strsplit
    str
    .join strjoin
    str
    .replace strreplace

    compat
    .lua
    0


                    NORMAL_FONT_COLOR 
    = {r=1.0g=0.82b=0};
                    
    HIGHLIGHT_FONT_COLOR = {r=1.0g=1.0b=1.0};
                    
    GRAY_FONT_COLOR = {r=0.5g=0.5b=0.5};
                    
    GREEN_FONT_COLOR = {r=0.1g=1.0b=0.1};
                    
    RED_FONT_COLOR = {r=1.0g=0.1b=0.1};
                    
    BLUE_FONT_COLOR = {r=0g=0.749b=0.953};

    Interface\
    GlueXML\GlueFontStyles.xml:<Scripts>
    0


                    Localize
    ();

    Interface\
    GlueXML\GlueLocalization.xml:<Scripts>
    0


                    
    function _ERRORMESSAGE(message)
                            
    debuginfo();
                            if ( 
    not ScriptErrors:IsShown() ) then
                                    ScriptErrors_Message
    :SetText(message);
                                    
    ScriptErrors:Show();
                            
    end
                            
    return message;
                    
    end
                    
    function message(text)
                            
    _ERRORMESSAGE(text);
                    
    end
                    seterrorhandler
    (_ERRORMESSAGE);

    Interface\
    GlueXML\GlueBasicControls.xml:<Scripts>
    0


                    
    function GlueTooltip_SetOwner(selftooltipxOffsetyOffsetmyPointownerPoint)
                            if ( 
    not self then
                                    
    return;
                            
    end
                            
    if ( not tooltip then
                                    tooltip 
    GlueTooltip;
                            
    end
                            
    if ( not xOffset then
                                    xOffset 
    0;
                            
    end
                            
    if ( not yOffset then
                                    yOffset 
    0;
                            
    end
                            
    if ( not myPoint then
                                    myPoint 
    "BOTTOMLEFT";
                            
    end
                            
    if ( not ownerPoint then
                                    ownerPoint 
    "TOPRIGHT";
                            
    end
                            tooltip
    :SetPoint(myPointselfownerPointxOffsetyOffset);
                            
    tooltip:Show();
                    
    end
                    
    function GlueTooltip_SetText(texttooltiprgb)
                            if ( 
    not tooltip then
                                    tooltip 
    GlueTooltip;
                            
    end
                            local textString 
    _G[tooltip:GetName().."TextLeft1"];
                            
    textString:SetText(text);
                            if ( 
    then
                                    textString
    :SetTextColor(rgb);
                            
    end
                            textString
    :Show();
                            
    tooltip:SetWidth(textString:GetWidth()+25);
                            
    tooltip:SetHeight(textString:GetHeight()+20);
                    
    end
                    
    function GlueTooltip_SetFont(tooltipfont)
                            if ( 
    not tooltip then
                                    tooltip 
    GlueTooltip;
                            
    end
                            local textString 
    _G[tooltip:GetName().."TextLeft1"];
                            
    textString:SetFontObject(font);
                            
    local textString _G[tooltip:GetName().."TextRight1"];
                            
    textString:SetFontObject(font);
                            
    local textString _G[tooltip:GetName().."TextLeft2"];
                            
    textString:SetFontObject(font);
                            
    local textString _G[tooltip:GetName().."TextRight2"];
                            
    textString:SetFontObject(font);
                    
    end

    Interface\GlueXML\GlueTooltip.xml:<Scripts>
    0


                    LocalizePost
    ();

    Interface\
    GlueXML\GlueLocalizationPost.xml:<Scripts>

    [свернуть]

  3. #3
    Заблокирован
    Регистрация
    14.12.2018
    Адрес
    Кровать твоей мамы
    Сообщений
    244
    Поблагодарил(а)
    44
    Получено благодарностей: 126 (сообщений: 93).
    Репутация: 126
    Разобрался. /thread

    зы

    Кто хочет повторить, нужно копать в сторону проверки на оригинальность близовских файлов.
    [свернуть]

    зыы

    Удалив фреймхмл, требуется восстановить 3 фрейма
    PHP код:
    CreateFrame("WorldFrame","WorldFrame"):SetAllPoints()
    CreateFrame("Frame","UIParent"):SetAllPoints()
    CreateFrame("GameTooltip","GameTooltip"
    [свернуть]
    Последний раз редактировалось Толя фитоняшка; 23.03.2019 в 17:50.

  4. #4
    Призрачный флудер Аватар для Сфера
    Регистрация
    04.01.2012
    Адрес
    Советский Союз
    Сообщений
    47,891
    Поблагодарил(а)
    3,378
    Получено благодарностей: 9,982 (сообщений: 4,541).
    Репутация: 15521
    закрыто

Похожие темы

  1. Ответов: 10
    Последнее сообщение: 19.11.2016, 23:09
  2. притяжка жидкого колчедана
    от Щасвирнус в разделе Исправлено Wotlk
    Ответов: 1
    Последнее сообщение: 21.11.2015, 15:49

Ваши права

  • Вы не можете создавать новые темы
  • Вы не можете отвечать в темах
  • Вы не можете прикреплять вложения
  • Вы не можете редактировать свои сообщения
  •