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

  1. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows )

    Klient обновил(а) ресурс [nixware] ImGui 1.90.9 ( shadows ) новой записью: update Узнать больше об этом обновлении...
  2. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows )

    Klient обновил(а) ресурс [nixware] ImGui 1.90.9 ( shadows ) новой записью: update Узнать больше об этом обновлении...
  3. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows )

    Klient обновил(а) ресурс [nixware] ImGui 1.90.9 ( shadows ) новой записью: update Узнать больше об этом обновлении...
  4. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows )

    Klient обновил(а) ресурс [nixware] ImGui 1.90.9 ( shadows ) новой записью: update Узнать больше об этом обновлении...
  5. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows ) - update

    Added svg support to CreateTextureFromFile Added optional agrument 'size' to CreateTextureFromFile local texture = ImGui.CreateTextureFromFile( 'path' ) local second_texture = ImGui.CreateTextureFromFile( 'path', ImGui.ImVec2( 100, 100 ) ) Added GetTextureInfo local texture =...
  6. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows ) - update

    Fixed Combo/ListBox local ImGui = require( 'cimgui' ) local item = ImGui.new.int( 0 ) local item_list = {'Item 1', 'Item 2', 'Item 3', 'Item 4', 'Item 5'} local items = ImGui.new['const char*'][#item_list]( item_list ) ImGui.Paint( function( ) ImGui.Begin( 'Window' ) ImGui.Combo(...
  7. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows ) - update

    Added FreeType Added imgui.GetBuilderForFreeType( ) Added imgui.FreeTypeBuilderFlags local ImGui = require( 'cimgui' ) local font_config = ImGui.ImFontConfig( ) font_config.OversampleH = 3 font_config.OversampleV = 3 font_config.PixelSnapH = false font_config.FontBuilderFlags = bit.bor(...
  8. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows ) - update

    Added legacy support
  9. Klient

    LUA [nixware (Beta, Legacy)] Detours / Minhook 1.0.0

    Example: local Detours = require( 'detours' ) local MinHook = require( 'minhook' ) local draw_viewmodel_original local function draw_viewmodel( this_ptr, edx ) return false end local function init_detours( ) local draw_viewmodel_pointer = client.find_pattern( 'client.dll', '55 8B EC...
  10. Klient

    LUA [nixware (Beta, Legacy)] Detours / Minhook

    Klient добавил(а) новый ресурс: [nixware (Beta, Legacy)] Minhook - Minhook Узнать больше об этом ресурсе...
  11. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows )

    Klient обновил(а) ресурс [nixware] ImGui 1.90.9 ( shadows ) новой записью: update Узнать больше об этом обновлении...
  12. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows ) - update

    Fixed TextInputs Added TextLink [CODE lang=lua]local ImGui = require( 'cimgui' ) ImGui.Paint( function( ) ImGui.Begin( 'Window' ) ImGui.TextLink( 'TextLink' ) if ImGui.TextLink( 'Second TextLink' ) then print( '123123' ) end ImGui.End( ) end )[/CODE] Updated VT
  13. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows )

    Klient обновил(а) ресурс [nixware] ImGui 1.90.9 ( shadows ) новой записью: update Узнать больше об этом обновлении...
  14. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows ) - update

    Fixed glitch with textures All TextInputs are temporarily inactive imgui.OnInitialize has been removed imgui.onFrame has been replaced by imgui.Paint local ImGui = require( 'cimgui' ) ImGui.Paint( function( ) ImGui.Begin( 'Test' ) ImGui.End( ) end ) DrawBlurRect has been replaced by...
  15. Klient

    LUA [nixware] ImGui 1.90.9 ( shadows )

    Klient обновил(а) ресурс [nixware] ImGui 1.90.9 ( shadows ) новой записью: update Узнать больше об этом обновлении...
Сверху Снизу