Search results

  1. C

    Cbug Script

    It's.free?
  2. C

    Cbug Script

    Up
  3. C

    Help how to OPEN & WRITE in cleo

    Running cleo game is crash
  4. C

    Help how to OPEN & WRITE in cleo

    help me! how to write and open a file in cleo 4 {$CLEO .cs} 0000:NOP :main wait 0 if 0AB0: key_pressed 90 // then 0A9A: 0@ = openfile "CLEO\\output.txt" mode "w" 1@="test" 0A9E: writefile 0@ size 1 from 1@ 0A9B: closefile 0@ 0AD1: show_formatted_text "~g~OK!" time 1500...
  5. C

    Help Auto drive custom path

    Change xyz of marker to custom xyz
  6. C

    Help how to get x,y,z checkpoint

    help how to write file not working, thank you 1@ = File.Open("CLEO\Check.txt", 8) File.Write(1@, "stop", 4) File.Write(1@, "\n", 1) File.Close(1@)
  7. C

    Help how to get x,y,z checkpoint

    Help me not work/ thank !!! {$CLEO .cs} 0000: NOP :START wait 0 if if 0AB0: key_pressed 0x5A // Key Z then 00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@ // X, Y, Z 0AD1: show_formatted_text_highpriority "~r~X: ~w~%f~n~~g~Y: ~w~%f~n~~b~Z: ~w~%f" time 4000 0@ 1@ 2@ end...
  8. C

    Help Endless loop bug (CLEO)

    Hi, I have a headache and am about to go to the hospital. Please help me !!! Why is it that when I press C+Q to start it is an endless loop? I just want it to start once then stop and wait to press C+Q again to start again/ Help thank you {$CLEO .cs} {$USE SAMPFUNCS} Alloc($PLAYER_ACTOR, 3)...
  9. C

    Help auto press key ALT

    yes, thank you !!!
  10. 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)
  11. 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
  12. 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
  13. 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?
  14. 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."
  15. C

    LSPD Chopper Spotlight

    thank yoy
Top