Recent content by cailozma

  1. C

    Help auto press key ALT

    Please help me, what key is pressed in this code, why isn't it ALT? Memory.Write(12004726, 1, 255, False) wait 50 Memory.Write(12004726, 1, 0, False) wait 400 Memory.Write(12004726, 1, 255, False) wait 50 Memory.Write(12004726, 1, 0, False)
  2. C

    Help Cleo target marker (rightclick on the ingame map)

    help {$CLEO .cs} :MARKERTEST03A4 name_thread "TESTLICIOUS" wait 1000 :LOL wait 0 if 0AB0: key_pressed 122 004D: jump_if_false @LOL 00BA: text_styled 'FEM_OK' 1000 ms 12 02A8: 0@ = create_marker 41 at 882.2519 2012.8652 10.8203 0A93: end_custom_thread
  3. C

    Help Cleo target marker (rightclick on the ingame map)

    not working............... {$CLEO .cs}:MARKERTEST03A4: name_thread "TESTLICIOUS" wait 1000:LOL wait 0if0AB0: key_pressed 122004D: jump_if_false @LOL00BA: text_styled 'FEM_OK' 1000 ms 12@ = Marker.CreateIconWithoutSphere(41, 882.2519, 2012.8652, 10.8203)0A93: end_custom_thread
  4. C

    Help Cleo target marker (rightclick on the ingame map)

    How to create a red marker on the map using cleo, can anyone help me?
  5. C

    Help CLEO auto-pilot boat to a specified location

    I want to write a CLEO script that automatically drives a boat to the position AddPlayerClass(155, -1711.5656, 1368.6484, 7.1875, 138.6914, 0, 0, 0, 0, 0, 0); without needing to avoid obstacles. Can someone help me with a simple example? Thank you very much."
  6. C

    LSPD Chopper Spotlight

    thank yoy
Top