Search results

  1. A

    Help Send command error

    I can't seem to get the script to send the /start command can someone help me? {$CLEO .cs} 0000: NOP wait 10000 // wait until samp is ready while true wait 0 if 0ADC: test_cheat "ON" // if press keys O AND N then 0@ = true 0AD1: show_formatted_text_highpriority "Walking...." time...
  2. A

    CLEO Help Help - Read chat and replay

    Problem to read line - log = [07:42:23] {FF0000}SmS | Nick: Mau[ID: 3] || new message | use /msglist. {$CLEO .cs} 0000: NOP // f3 repeat wait 0 until 0afa: while true wait 0 if 0B61: samp is_local_player_spawned then 0AC8: 0@ = allocate_memory_size 260 0AC8: 1@ =...
  3. A

    CLEO Help Fraps recording

    Is it possible to start fraps recording via cleo? , or with the help of some other program but to run it cleo. I tried with key_pressed but it doesn't work. 0AB0: key_pressed 57 ( key 9 )
  4. A

    CLEO Help Aim Bot [ Help ]

    I'm looking for a download link for a aim bot that doesn't rotate 180 degrees, Which only works while the key is pressed
  5. A

    CLEO Help Pause script and play after 10 secund

    How to automatically pause the script when the text "{FFFFFF} You have successfully purchased the phone" is printed in the chat and continue working after 10 seconds? {$CLEO .cs} 0000: NOP wait 10000 // 10sec Redy while true wait 0 if 0ADC: test_cheat "ON" // ON then 0@ = true...
  6. A

    CLEO Help Car light flashing/ Police Horn ( any car? )

    Is there a script Car light flashing ( strobs ) that everyone on the server can see and not just me?
  7. A

    CLEO Help Delete/block chat line

    how to block or automatically delete a line in the chat when they text appears? I tried the script from this thread but it doesn't work : https://ugbase.eu/threads/can-i-delete-text-from-chat.21714/ An example message that is not always the same, only the beginning is the same {FFAF00}[ADA]...
  8. A

    How to find and change color

    how to find out what color this is: color -5821910 And how to find other colors in that format 0B44: samp 30@ = create_3d_text 1@ color -5821910
  9. A

    CLEO Help mathematics reaction

    Log: {FFC50A}[Mathematics] When he writes first {FFFFFF} 41 + 43 {FFC50A} you get {FFFFFF} 254$! How to sum two number on string and auto send message?,
  10. A

    CLEO Help Auto Reaction

    Auto say reaction test not working, crash game after view reaction string, Reaction log: {FFC50A}[Reakcija]Ko prvi upise {FFFFFF} j7XLNjWsTh {FFC50A} osvaja{FFFFFF} $2033! {$CLEO .cs} 0000: NOP repeat wait 0 until 0afa: while true wait 0 if 0B61: samp is_local_player_spawned then...
  11. A

    CLEO Help CMD use only car

    I only want it activated in the car ( on any seat ), how?, Not on motorcycles and planes. {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 80DF: actor $PLAYER_ACTOR driving THEN 31@ = TRUE END IF AND 31@ == TRUE 00DF: actor $PLAYER_ACTOR in_a_car...
  12. A

    CLEO Help Input dialog type text

    How to type text " 100 " in input box Code not work: 0B3C: samp dialog_respond 5 button 0 list_item 1 input_text 100 0B47: samp close_current_dialog_with_button 1 https://sampwiki.blast.hk/wroot/images2/d/d5/Dialog_style_input.png
  13. A

    CLEO Help My ping

    How to show my ping? Position: https://i.ibb.co/sg4J4dS/image-2021-06-06-133202.png
  14. A

    CLEO Help Player Info not work

    Samp 0.3.7 {$CLEO .cs} {$USE bitwise} {$USE CLEO+} 0000: Wait 10000 0C6A: 33@ = create_custom_thread_at_label @OnlyOne_ColorLoop alloc 0@ 100 alloc 2@ 100 alloc 3@ 100 alloc 4@ 100 0B6D: render 1@ = create_font "Arial" height 10 flags 0x1 0B34: "onepin" @Activation1 while true wait 0...
  15. A

    CLEO Help Need auto car driving to ten cordinates

    Need open source cleo driving script. 1. Command start and car driving to ten cordinates
  16. A

    CLEO Help How to fix duplicate textdraw

    {$CLEO .cs} 0000: NOP wait 8500 while true wait 0 if 0256: player $PLAYER_CHAR defined then 0AB1: @Get_Local_Player_Name 0 _Returned: Name 0@ 0AC8: 1@ = allocate_memory_size 1024 0AD3: 1@ = format "Big_Boy" // NICK TO COMPARE if 0AB1: @cmpString1andString2 2...
  17. A

    CLEO Help Cleo script lock on only one nickname

    Is it possible to set a script to work on only one nickname? and how? {$CLEO .cs} 0000: NOP wait 10000 // wait until samp is ready while true wait 0 if 0ADC: test_cheat "ON" // if press keys O AND N then 0@ = true 0AD1: show_formatted_text_highpriority "Walking...." time 2000 end...
  18. A

    CLEO Help Need auto walk to ten cordinates

    Need open source cleo walk script. 1. Command start and walk to ten cordinates
Top