Search results

  1. C

    CLEO Help Can someone make this cleo mod toggleable?

    {$CLEO .cs} 0000: repeat wait 0 until 0AFA: 0B34: samp register_client_command "smsall" to_label @cmd_mycmd WHILE TRUE WAIT 0 IF 30@ == 1 THEN 30@ = 0 0C8A: samp 1@ = get_max_player_id streamed_only 0 FOR 0@ = 0 TO 1@...
  2. C

    Help Cleo auto walk to checkpoint

    I am looking for this too
  3. C

    CLEO Help hElP

    😭
  4. C

    CLEO Help hElP

    Can anyone tell me why this isn't working? https://streamable.com/rzzqsz
  5. C

    CLEO Help Does anyone have a mod that runs to the red checkpoint?

    ty, I hope i don't get banned
  6. C

    CLEO Help I want a mod to write /id on all the ids on the server

    /idss = /id 1, /id 2 etc
  7. C

    CLEO Help Add toggle

    I want to press on the button I set and spam the command without holding itt down. {$CLEO .cs} //-------------MAIN--------------- thread 'TESTCLEO' :TESTCLEO_19 wait 0 if and key_down 46 SAMP.Available else_jump @TESTCLEO_19 say "/testststst" wait 325 jump @TESTCLEO_19
  8. C

    CLEO Help Help with a mod

    I want a mod when I press / I need it to open the chat and put a / without sending it
  9. C

    CLEO Help Can someone help me turn this AHK into Cleo mod?

    To pause the game every 20 seconds even if the game is not focused.
  10. C

    CLEO Help Can someone help me turn this AHK into Cleo mod?

    #MaxThreadsPerHotkey 2 F12:: toggle:=!toggle While toggle{ Send {ESC} Sleep 20000 } Return
  11. C

    CLEO Help Help with cleo mod

    I did this mod that presses ESC every 15 seconds, but if I put the game in the bar it doesn't work anymore and when I play something else there is a pause in that game not in SAMP {$CLEO .cs} 0000: 0B34: samp register_client_command "escc" to_label @loop 0@ = false :WAIT wait 15000 IF 0@ ==...
  12. C

    CLEO Help Spammer

    I need a spammer to spam a command in chat that I activate/deactivate when I type /kb in chat
  13. C

    CLEO Help Send message to all players on the server.

    this works perfect works perfect, thank you
  14. C

    CLEO Help Send message to all players on the server.

    I want a cleo script, that sends message (/sms %d ...) to all players on the server with a small delay between commands. I need the code, the message will be added by me.
Top