Recent content by M3D

  1. M3D

    [RELEASE] Set car color v2 [Sync]

    :trollface: /.setcolor <ID><ID> v2 Fixes some problems Thanks TH3RM4L
  2. M3D

    I want to learn how to make Cleo hacks :v

    https://ugbase.eu/forums/tutorials-guides.22/ https://docs.sannybuilder.com/
  3. M3D

    CLEO Help Send last text again

    我不知道。为我工作
  4. M3D

    CLEO Help Send last text again

    Maybe someone can find the sending message CALL I tried, but every time I called the game, it crashed
  5. M3D

    CLEO Help Send last text again

    {$CLEO} 0000: repeat wait 0 until SAMP.Available() alloc 2@ 128 while true wait 0 if SAMP.ChatInputOpened() then alloc 0@ 128 0C11: memset destination 0@ value 0 size 128 0B77: samp get_chat_input_text_to 0@ 0C17: 1@ = strlen 0@ format 2@ "%s"...
  6. M3D

    CLEO Help CMD sender

    Set delay between messages
  7. M3D

    CLEO Help How to disconnect a specified CLEO thread

    cleo.cs{thread "a"} // {}=file content 0ABA: end_custom_thread_named "a" cleo.cs{0000:NOP} 0ABA: end_custom_thread_named "cleo.cs" 12345.cs{0000:NOP} // = 8char 0ABA: end_custom_thread_named "12345.cs" // not work //Only work within 7 char
  8. M3D

    CLEO Help Send last text again

    0C8F: samp process_chat_input 2@
  9. M3D

    CLEO Help CMD sender

    I checked the code and found a variable error in setting the delay But I can't edit the post haha fix
  10. M3D

    CLEO Help CMD sender

    {$CLEO} 0000: repeat wait 1000 until 0AFA: var $ids_array array 10 of Int end 0B34: samp register_client_command "ids" to_label @cmd 0B34: samp register_client_command "idswait" to_label @wait 31@ = 0 26@ = 666 while true wait 0 if 31@ == 1 then alloc 27@ 64 for 29@...
  11. M3D

    CLEO Release CarDistanceControl - Control cars without driving them

    I press the numpad 8 or 5 and do not work But I press 4 6 the wheels will move
  12. M3D

    CLEO Release CarDistanceControl - Control cars without driving them

    Not working,I want to know how it sync?
  13. M3D

    CLEO Help SAMP 0.3.7 NOSPREAD HELP !

    {$CLEO} THREAD "NS" 0A8D: $rest = 0x87CDC8 4 0 $ONOFF = 0 WHILE TRUE    WAIT 0    IF 0ADC: "NS"    THEN        IF $ONOFF == 0        THEN            0A8C: 0xB7CDC8 4 0.0 0            print "ON" 500            $ONOFF = 1        ELSE            0A8C: 0xB7CDC8 4 $reset 0      ...
  14. M3D

    CLEO Help How to add alternate condition in a loop like "else"?

    {$CLEO} 31@ = 1 :1 wait 0 if 31@ == 1 jf @1 if 0AD2: 0@ = player $PLAYER_CHAR targeted_actor jf @1 04C4: store_coords_to 1@ 2@ 3@ from_actor 0@ with_offset 0.0 0.0 0.0 0107: 4@ = create_object 1775 at 1@ 2@ 3@ :2 wait 0 if and 8118: actor 0@ dead 0248: model 1775 available...
  15. M3D

    CLEO Release Anti Weapon Reset - Drive-by with guns in RP/DM servers?!

    easy and simple I like it.
Top