Recent content by Rat

  1. R

    [0.3.7] Anti Alt-Tab by Mogaika

    This script lets you run SA-MP in windowed mode(alt+enter) / minimized (alt+tab) without pausing the game. Activation: /aafk NOTE: It's in Russian. Is there someone who can do the honors of translating this to English? :ppffh:
  2. R

    APP Release Fast Screen

    GTA:SA:MP stops working after the loading screen
  3. R

    CLEO Help Multihack Standalone feature + Texture draws

    lol when he tries to switch weapons
  4. R

    CLEO Release Pedstats.dat

    i don't get what this does and don't see any movement improvement
  5. R

    CLEO Help FXT Display Problem

    CLEO Version: 4.1 for some reason no text would appear on this mod. it's supposed to appear like this: but on my end, it's like this: i've read that CLEO 4.1 doesn't need gxthook.cleo for FXT files inside the CLEO_TEXT folder to work correctly. i tried downloading the gxthook.cleo file, but...
  6. R

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) correct.  :urtheman:
  7. R

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) please convert/add this: {$CLEO .cs} thread 'MESSAGES' REPEAT     wait 0 UNTIL 0AFA:  SAMP_IS_READY while true     wait 0     0AC8:  1@ = allocate_memory_size 145     0AB1:  call @getChatEntryText 1 id 99 to 1@         if         0C18:  2@ = strstr string1...
  8. R

    Untagged Release [PRIVATE] Vehicle Path Recording RELEASE

    :me_gusta: well done, master Opcode.eXe sir. though on other players' end, there is no engine sound and brake lights don't turn on when slowing down on curves/turns, which would make em think that it is recorded. is there a way to resolve this? :sadpepe:
  9. R

    [Suggestion] San Andreas Multiplayer AHK Section

    An AHK child board (if that's the right term) under San Andreas Multiplayer might be useful.. :imoverit: :me_gusta:
  10. R

    Help [AHK] UDF & SAMP Addresses

    oops.. i got that from luxdav's ahk samp trainer i'm going to use ClearAnimation=0x14C70 then now my code looks like: global FUNC_SAMP_CLEARPLAYERANIMATION    := 0x14C70 global hGTA                                    := 0x0 clearPlayerAnimation() {     if(!checkHandles())         return...
  11. R

    Help [AHK] UDF & SAMP Addresses

    given these memory functions: readDWORD(hProcess, dwAddress) readMem(hProcess, dwAddress, dwLen=4, type="UInt") writeRaw(hProcess, dwAddress, pBuffer, dwLen) callWithParams(hProcess, dwFunc, aParams, bCleanupStack = true) i want to make a function for this address: global...
  12. R

    Help [AHK] UDF & SAMP Addresses

    can i have a link to pointers such as this one? :trollface:
  13. R

    Help [AHK] UDF & SAMP Addresses

    i've got several questions on how to add a function for specific addresses. variable prefixes: correct me if i'm wrong. i'm assuming dw stands for DWORD a stands for ?array? what are h, p, i, o, n, b, w sample function: getSkinId() what does PTR mean on some addresses such as this one...
  14. R

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) thanks democrazy and luxdav :stoned:
  15. R

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) :celeral_spitting: it works! the problem though is it can only read the skins properly from 0 to 127. once i choose a skin from 129 onwards, the value returned will be -128, -127, -126... :sadpepe:
Top