Search results

  1. T

    0.3.DL pRakClientInterface

    pRakClientInterface offset of 0.3.7 is 0x3c9 . Does someone know an offset of 0.3DL?
  2. T

    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?
  3. T

    CLEO Help 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?
  4. T

    CLEO Help (0.3.dl) If there is "abab" in the chatlog, press spacebar for 1 second

    Can someone please write a macro to press the spacebar for 1 second if I keep reading the chatlog and have "abab"?
  5. T

    CLEO Help path to the cleo script(*.cs) using

    Is there a way to get the file names or paths of all *.cs currently in use by the San Andres process?
  6. T

    pRakClientInterface 0.3.dl Address

    SAMP_INFO(0x21A0F8) + 0x3C9 = pRakClientInterface // 0.3.7 SAMP_INFO(0x2ACA24) + 0x??? = pRakClientInterface // 0.3.DL Does someone know the address of 0x???
  7. T

    Player Finder with ahk udf

    I am using samp udf to player finder can use GetTargetPosById to find the pos of the target. However, it is not possible to find target far away. But sobfox sobeit, can find a user pos even at a distance. I heard that using getstreamedOutPlayerPos you can also get the location of a target far...
  8. T

    0.3.DL SetPlayerDrunkLevel

    address of SetPlayerDrunkLevel NOP of 0.3.7 is 0x15490. does anyone know the address of 0.3.DL?
  9. T

    c# decompile

    so I have decompiled a program written in c #. However, if you compile the decompiled code again with vs2015, a lot of errors will be output and it will not compile. Can someone fix this error? Inside the above compressed file is the original file and the decompiled code. I hope someone will...
  10. T

    Get number of cleo(*.cs) injected into a process

    The asi file is in the module list, so it does not matter, but cleo does not appear in the module list.  Is there a way to check how many cleo scripts are injected?
  11. T

    samp acv2 question

    InLoadOrderModuleList InMemoryOrderModuleList unlinking InInitializationOrderModuleLis If  insert asi after unlinking the above three objects targeting samp.dll, asi can get the address of samp.dll. But samp acv2 protects it. How did you implement it? Give me a hint. I am curious about the...
  12. T

    Invincible Question

    Where is the address to protect the fall and cars?
  13. T

    CLEO Help weapon limit address

    i want modify weapon limit. I want to know the memory address.
  14. T

    CLEO Help Anti Skin Aim

    Sometimes I find CLEO with a feature called anti skin aimbot. I want to implement this in c ++. I wonder what memory address values need to be changed.
  15. T

    nower

    dfwey
  16. T

    CLEO Help weaponlimit.asi opcode?

    I want to know the memory address that increases the weapon range. Is it possible to share  address? :surprised:
  17. T

    CLEO Help samp Function NOP

    Strangely, there is no change in value when you approach the cheat engine. For example, the address of ResetPlayerWeapons is samp.dll + 0x014790. ResetPlayerWeapons with no change in value. (Using sobeit) Is my address access method wrong?
  18. T

    CLEO Help c ++ code sniper aimbot ?

    Is there a sniper aimbot code written in c or c ++?
  19. T

    I want to make aimbot.

    I have a question. I can get the coordinates of the current target. The question is, how do we convert these coordinates to mouse pointers? For example, assuming that the coordinates of the target are at 1000,1000,1, I wonder how to convert this 1000, 1000, and 1 coordinates to my mouse...
  20. T

    CLEO Help I want to make aimbot.

    I have a question. I can get the coordinates of the current target. The question is, how do we convert these coordinates to mouse pointers? For example, assuming that the coordinates of the target are at 1000,1000,1, I wonder how to convert this 1000, 1000, and 1 coordinates to my mouse...
  21. T

    CLEO Help I want to make my own Aimbot

    Currently, I can read the coordinates of my opponent, but I wonder how to convert this to mouse coordinates. I would really appreciate it if you could explain this to me.
Top