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

  1. ollydbg

    Исходник GifPlayerLua

    local play = ffi.cast("void*", player:ProcessPlay() ) DL:AddImage( play, A, B, imgui.ImVec2(0, 0), imgui.ImVec2(1, 1), colorU32 )...
  2. ollydbg

    Исходник GifPlayerLua

    Do I need to release a texture pack if I want to load a different one while I'm in the game? And is there a function to release it?
  3. ollydbg

    Вопросы по Lua скриптингу

    How to write the addresses to change position? local function getWeapIconInfo() local fist_game_x = 640 - (ffi.cast("float**", 0x58F925 + 2)[0][0] + 111) local fist_game_y = (ffi.cast("float**", 0x58F911 + 2)[0][0]) local fist_game_width = ffi.cast("float**", 0x58D933 + 2)[0][0]...
  4. ollydbg

    Софт RakSAMP Lite

    !gm is not working. They can't decrease my health. ¿What could be the problem?
  5. ollydbg

    Софт RakSAMP Lite

    Is it possible to remove godmode?
  6. ollydbg

    Софт RakSAMP Lite

    Is it possible to emulate an interior? sampSendInteriorChange(int id ) setInteriorVisible(int interior )
  7. ollydbg

    imgui style editor

    It works with: mimgui.ShowStyleEditor() imgui.ShowStyleEditor()
  8. ollydbg

    Неактуально Lua vAcs - Визуальные Аксессуары [ГЛОБАЛЬНЕ ОБНОВЛЕНИЕ 13.03.23]

    @chapo I have gathered a lot of objects that are not in the list.json file. I leave them for you to translate and add to the list
  9. ollydbg

    Вопросы по Lua скриптингу

    what is it for local ranges = imgui.GetIO().Fonts:GetGlyphRangesDefault() if I leave it in nil I don't see any problem, then what is its function? imgui.GetIO().Fonts:AddFontFromFileTTF(path, 18, nil, nil) I'm not Russian so I don't use this Get Glyph Ranges Cyrillic, but what function...
  10. ollydbg

    Вопросы по Lua скриптингу

    I think there is something wrong in my code https://www.blast.hk/threads/74037/ explained in that topic above
  11. ollydbg

    Вопросы по Lua скриптингу

    any explanation of what can cause this problem? and how to avoid it
  12. ollydbg

    ASI ophackfix

    good A few weeks ago I modified it and removed all the web connection code to the creator, but for some reason the hitbox stopped working but all other functions seem to work correctly with this modification you don't need to click the access check button
  13. ollydbg

    Lua Textdraw quick removal tool

    it's okay I optimized it as much as I could
  14. ollydbg

    Вопросы по Lua скриптингу

    solved function getNumberPlate(p) --[[ local str = getNumberPlate(Vehicle ID) sampAddChatMessage(str, -1) ]] local memory = require 'memory' return memory.tostring(memory.getint32(memory.getint32(memory.getint32(memory.getint32(sampGetBase() + 0x21A0F8, false) +...
  15. ollydbg

    Вопросы по Lua скриптингу

    can someone translate this to lua? alloc 1@ 10 call @getNumberPlate 1 car_id 0@ retr_to 1@ chatmsg "%s" -1 1@ :getNumberPlate // call @getNumberPlate 1 car_id 0@ retr_to 1@ 1@ = SAMP.Base() 1@ += 0x21A0F8 // SAMP_INFO_OFFSET 0x21A0F8 0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0 1@ +=...