Recent content by Parazitas

  1. Parazitas

    Help Nametag position snippet

    Alright since you waited that long I'll check it in next 6H
  2. Parazitas

    Help Hide player ID

    Possible
  3. Parazitas

    Help sameone fix

    For real where's code? How we should check it?
  4. Parazitas

    Help New nametags

    If only numbers then it is simple to make with cleo language. With any other coding language it's to easy even waste time for it.
  5. Parazitas

    Help Nametag position snippet

    Should be possible, it's somewhere around colour offset
  6. Parazitas

    SF Plugin CLEO LUA Help Anti Afk

    Ugbase search???? https://ugbase.eu/threads/release-advanced-anti-afk-cleo.1513/
  7. Parazitas

    [CLEO] Some snippets

    For those who using Gta Go To AI for walking to checkpoint. Snippet below will be usefull. :GetPlayerActorGoToTaskID // 0AB1: @GetPlayerActorGoToTaskID 0 _Returned: TaskStatus 0@ 0A8D: 31@ = read_memory 0xC0B1FC size 2 virtual_protect 0 // Read to Get Task ID IF NOT 31@ == 65535 THEN 0AB2: ret...
  8. Parazitas

    [CLEO] Some multi-samp snippets

    1. Check if RACE CheckPoint Active 2. Get RACE CheckPoint Position :is_racecp_active // 0AB1: @is_racecp_active 0 IF 0AA2: 31@ = loadlib "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E...
  9. Parazitas

    [CLEO] Some multi-samp snippets

    1. Check if CheckPoint Active 2. Get CheckPoint Position :is_cp_active // 0AB1: @is_cp_active 0 IF 0AA2: 31@ = loadlib "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E: 30@ = 31@ +...
  10. Parazitas

    CLEO Help Help with go_to command

    I just wake up, so let's go further. Please contact with me on discord since it's easier to communicate
  11. Parazitas

    Help Aim lock ignore addition

    Your area using this source https://ugbase.eu/threads/skin-aimbot-by-rscaerzx-wheel-aim.15675/
  12. Parazitas

    Help I want to make a cleo script...

    So you wanna make marker on your radar
  13. Parazitas

    [CLEO] Some snippets

    Two Functions: 1. Get current vehicle ID. 2. Get current vehicle number plate. :SAMPGetCurrentVehicleID { 0.3.DL 0AB1: @SAMPGetCurrentVehicleID 0 _Returned: VehicleID 0@ } IF 0AA2: 31@ = "samp.dll" THEN 31@ += 0x2ACA24 // SAMP_INFO_OFFSET 0A8D: 31@ readMem 31@ sz 4 vp 0 31@...
  14. Parazitas

    Help How can I get specific area from string (CLEO)

    I wasted my precious time for your request.. This is first and last time when i help you. Use Code below to obtain vehicle number plate.: :SAMPGetCurrentVehicleNumberPlate { 0.3.DL 0AB1: @SAMPGetCurrentVehicleNumberPlate 0 _Returned: NumberPlate 0@ } IF 0AA2: 31@ = "samp.dll" THEN...
  15. Parazitas

    Help How can I get specific area from string (CLEO)

    any pictures?
Top