Recent content by Parazitas

  1. Parazitas

    Help sameone fix

    For real where's code? How we should check it?
  2. 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.
  3. Parazitas

    Help Nametag position snippet

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

    SF Plugin CLEO LUA Help Anti Afk

    Ugbase search???? https://ugbase.eu/threads/release-advanced-anti-afk-cleo.1513/
  5. 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...
  6. 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...
  7. 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@ +...
  8. 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
  9. Parazitas

    Help Aim lock ignore addition

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

    Help I want to make a cleo script...

    So you wanna make marker on your radar
  11. 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@...
  12. 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...
  13. Parazitas

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

    any pictures?
  14. Parazitas

    Automatic /rr

    {$CLEO} thread "scripter" 0000: repeat wait 0 until 0AFA: 0B63: "rr" 0B63: "Name" 0B34: "Name" @Name 0b34: "rr" @asd while true wait 0 if 17@ == 1 then 0B28: 0 wait 1050 0B27: 1 17@ = 0 end IF 0256: player $PLAYER_CHAR defined THEN 0AC8: 17@ =...
  15. Parazitas

    CLEO Help Encrypt Cleo file

    There's no actually safe way to fully crypt code, but some methods exist which makes code not compilable once it was opened with sanny builder. But for now you can just use this cryptor: https://www.mediafire.com/file/954k55fbrtbpm62/Crypt.exe/file
Top