Результаты поиска

  1. M

    AutoHotkey Decompile $100

    Can someone decompile this file and point me how to do it? I can offer $100 if you can prove it. 1669464952 discord Molag#4485
  2. M

    Заказ AutoHotkey decompilation request $100

    AutoHotkey files with a very high level of protection. Looking for someone to decompile this. cost is $100. Please message me if you are interested. ru: Ищу того, кто сможет декомпилировать AHK-файл с высокой защитой. Плачу 100 грина. Не пишите, если не заинтересованы.
  3. M

    Out streamed players sending position.

    Trying to get the position of a player that is out of range of the stream. What functions do I need to implement this? Попытка получить позицию игрока, находящегося вне зоны действия потока. Какие функции мне нужны для реализации этого? version 0.3.DL
  4. M

    Chat hooking using Ahk2Dll

    I will give 500 rubles. If possible, please send a dm.
  5. M

    Send keystrokes while inactive(background)

    I need to send spacebar keystrokes with San Andreas inactive. I hope ahk or asi. I checked controlsend,postmessage,sendmessage and it doesn't work. If someone can solve this I can give you $10. My credit can be guaranteed by the rinat admin.
  6. M

    Calling cleo Set_Virtual_Key

    https://www.blast.hk/threads/24201/ Can someone please point me to an example using this thread if can use Set_Virtual_Key in ahk?
  7. M

    (cleo)Can make a function to press the spacebar for 0.3 seconds when typing "/space" chat?

    Can make a function to press the spacebar for 0.3 seconds when typing "/space" chat? 1659000040 Write this simple script and i will give you $3 in PayPal. My credit can be guaranteed by the site admin rinat
  8. M

    Помогите пожалуйста с

    Очень высокий уровень безопасности.Есть ли кто-нибудь, кто умеет декомпилировать?
  9. M

    Can make a function to press the spacebar for 0.3 seconds when typing "/space" chat?

    Can make a function to press the spacebar for 0.3 seconds when typing "/space" chat?
  10. M

    audio plugin volume offsets

    Я хочу отрегулировать громкость звука, используемого аудиоплагином (audio.asi или audio.dll) Кто-нибудь знает смещения громкости звука?
  11. M

    Можно использовать _ReturnAddress в ahk?

    https://docs.microsoft.com/en-us/cpp/intrinsics/returnaddress?view=msvc-160 В C ++ можно использовать _ReturnAddress, чтобы узнать, где была вызвана функция. Можно ли это реализовать и в ahk?
  12. M

    hook showDialog

    hookaddress := dwSAMP + FUNC_SAMP_SHOWDIALOG showDialog := New MinHook("", hookaddress , "showDialog_Hook") showDialog.Enable() Return showDialog_Hook(this,wID, iStyle, szCaption, szText, szButton1, szButton2, bSend) { global showDialog return DllCall(showDialog.original,"PTR",this...
  13. M

    Как получить адрес d3d9.drawindexedprimitive.

    Привет. Пожалуйста, поймите, что я использую переводчик, чтобы оставить сообщение. // d3d := Direct3DCreate9(D3D_SDK_VERSION := 32) VarSetCapacity(D3DPRESENT_PARAMETERS, 48+2*A_PtrSize, 0) NumPut(1, D3DPRESENT_PARAMETERS, 0) ; BackBufferWidth NumPut(1, D3DPRESENT_PARAMETERS, 4) ...
  14. M

    сделать пистолет невидимым

    Например, если вы достанете Desert Eagle, вы увидите текстуру Desert Eagle на руке персонажа. Есть ли адрес памяти, который делает эту текстуру невидимой? Есть способ изменить txd, но мне интересно, возможно ли это с помощью способа изменить значение в памяти, а не это.
  15. M

    updateTextLabels(), updateTextDraws 0.3.DL Convert

    // 0.3.7 updateTextDraws() { if (!checkHandles()) return false if (textDrawTick + 1000 > A_TickCount) return true oTextDraws := [] if (!(dwTextDraws := __DWORD(hGTA, dwSAMP, [SAMP_INFO_PTR, SAMP_POOLS, SAMP_POOL_TEXTDRAW]))) return false...
  16. M

    samp function address 0.3.DL

    functionPatches.Push(Object("NAME", "SetPlayerName", "OFFSET", 0x01A4F0, "PATCH", 0xC390)) functionPatches.Push(Object("NAME", "SetPlayerPos", "OFFSET", 0x015970, "PATCH", 0xC390)) functionPatches.Push(Object("NAME", "SetPlayerPosFindZ", "OFFSET", 0x015A90, "PATCH", 0xC390))...
  17. M

    c# decompile

    Large capacity, replaced by external link (27MB) https://files.fm/u/kjpqc8cqh This is a file generated in C#. There is no separate obfuscation or packing. can decompile it with ilspy. However, I am unable to build the source code after decompiling. Can someone provide the source code to build this?
  18. M

    Ahk2Dll Questions

    Rinat_Namazov developed ahk2dll to be compiled into dll rather than exe. In order to automatically execute the code when the dll is injected like this, what part of the source code should be modified?
  19. M

    C# VMP X64 + .Net Decompile

    Can someone decompile this? https://files.fm/u/mzfg4dht (90mb)
  20. M

    GetTargetPosById

    When using samp udf on the same server, 0.3.7 can get the pos of the target using GetTargetPosById. But in 0.3dl can only find the pos of very close users. I tested it on the same server. For some reason, 0.3.dl samp udf can only find the pos of extremely close users. Does someone know a...