Недавнее содержимое от sh1va

  1. sh1va

    Точное значение в скрипте

    function X5() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('1',gg.TYPE_FLOAT) gg.getResults(1351) gg.editAll('1',gg.TYPE_FLOAT) gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('1',gg.TYPE_FLOAT) gg.getResults(1351) gg.refineAddress('6FDA58CEEC')...
  2. sh1va

    getTextDrawTexture

    local ffi = require("ffi") function applyColorToTexture(raster, color) local pixels = ffi.cast("RwUInt8*", raster.cpPixels) local width = raster.width local height = raster.height local stride = raster.stride for y = 0, height - 1 do for x = 0, width - 1 do...
  3. sh1va

    Информация Стили/Темы для ImGUI

    Red Style: local style = imgui.GetStyle() local colors = style.Colors style.Alpha = 1.0 style.WindowPadding = imgui.ImVec2(10.00, 10.00) style.WindowRounding = 12.0 style.WindowBorderSize = 1.0 style.WindowMinSize = imgui.ImVec2(50.00, 50.00)...