Search results

  1. M

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp udfEx Very nice udf. But the ped functions just give me a 0 / -1 as value, would be nice if you could help me. .:: testovar := getClosestPlayerId() SendInput tTest: %testovar%{enter} return This code gives me -1 even if i'm staying next to players.
  2. M

    Memory adress of aiming at players

    Thanks very much. Thread can be closed.
  3. M

    Memory adress of aiming at players

    The server i'm playing on restricts cleoscripts with own anticheat-system. thats why i need the memory adress to do it with the method described above your post. I tried to use the adresses mentioned in the "Get Aim Target Actor" posts etc. but i just get numbers like 1920 797874541 when im...
  4. M

    CLEO Help [HELP] Possible or not ? [SOLVED]

    Re: [HELP] Possible or not ? It is possible to do that via AHK. http://www.autohotkey.com/ You just need to paste this into a new script and compile. q:: SendInput w return
  5. M

    Memory adress of aiming at players

    Thanks for reading blackhat. it should be done throug Autohotkey memory reading. I want to use it to give players wanted by aiming at them and pressing a button. keybinder. the only thing i want is to read out the playername and then give it to the script, for example: i am aiming at a player...
  6. M

    Memory adress of aiming at players

    Hello, does anyone have the memory adress, that gives you player information (id / name) about the ped you are aiming at? like in this video: https://www.youtube.com/watch?v=S0d2mz1QJX4 its not cleo, its made with autohotkey. I would be very happy if anyone is willing to share! mfg,
Top