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

    Not work, not detect text in chat line... {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN FOR 0@ = 98 TO 99 // GET TWO LAST LINES 0AC8: 1@ = allocate_memory_size 260 // ALLOC TO GET TEXT 0AC8...
  3. A

    CLEO Help Help - Read chat and replay

    0B75: samp get_chat_string 99 text_to 0@ prefix_to $NOT_USED color_to $NOT_USED prefix_color_to $NOT_USED Also, is it possible for the choice to be three texts, and to choose one of the 3 texts that is in the back line of the chat. Example: 0AD4: $NOT_USED = scan_string 0@ format "{FF0000}SmS...
  4. 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@ =...
  5. A

    CLEO Help Fraps recording

    Not Work, start recoriding, not stop recording. {$CLEO .cs} 0000: NOP 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@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 0@...
  6. A

    CLEO Help Fraps recording

    Not work, code not start recording. I tried bandicams, start recording but it won't stop
  7. A

    CLEO Help Fraps recording

    Press key and record video 30sec and press key for stop recording
  8. A

    CLEO Help Fraps recording

    but I have to wait because I want the recording to start recording for 30 seconds and then stop recording
  9. A

    CLEO Help Fraps recording

    Thanks, I was able to activate the fraps, but how do I set to click only once and not hold down the button, because it runs Backmarch instead of recording then wait 1000 // 1 sekunda 0AF9: samp say_msg "/me test %i id" 4@ // command wait 2000 // 5 sekundi 0AB1...
  10. A

    CLEO Help Fraps recording

    Not work. Fraps config: https://ibb.co/8KXkWRM {$CLEO .cs} 0000: NOP 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@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 0@...
  11. 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 )
  12. A

    Collection

    Name of the mod (if the mod doesn't exist, you don't have to tell one): // * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): // * What do you want (the most important part, explain this carefully) // * Details (add more details to your request) I'm...
  13. 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
  14. A

    CLEO Help Pause script and play after 10 secund

    I tried but it doesn't work as if skipping the check because it doesn't stop the script for 10 seconds even if the ping is over 70 0B2B: samp 24@ = get_player_id_by_actor_handle $PLAYER_ACTOR 0B2A: samp 24@ = get_player_ping...
  15. A

    CLEO Help Pause script and play after 10 secund

    or if it is possible to pause when the ping is greater than 100 and to resume work when the ping is less than 100
  16. 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...
  17. A

    CLEO Help Need auto car driving to ten cordinates

    Help?, cordinate: 1172.0914 -956.4186 say command /stats 1302.3987 -919.2227 wait 1000 1318.6891 -909.8277 1311.1753 -914.5832 1312.3016 -920.3770 1174.4585 -955.6397 1172.0914 -956.4186
  18. A

    CLEO Help Help to read the chat and send a reply

    {$CLEO .cs} 0000: NOP 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@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 0@ prefix_to 1@ color_to 2@ prefix_color_to 3@ if...
  19. A

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

    Thanks, I managed to fix it, the problem was that during the day the lights are not displayed on the server, that's why other players don't see my lights during the day but it works at night. The download script exists in the description of the video clip. Is it possible to start a police siren...
  20. A

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

    Thanks, but I wish there was a cleo script? I don't want to be banned because of sobeit
  21. 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?
  22. A

    CLEO Help Delete/block chat line

    but how to make start / stop cmd fixed use {$CLEO} {$INCLUDE SF} 0000: NOP while not SAMP.Available() wait 400 end 0BE3: raknet setup_incoming_rpc_hook @in_rpc WHILE TRUE WAIT 0 wait 1000 END :in_rpc 0BE5: raknet 0@ = get_hook_param PARAM_PACKETID if 0@ == RPC_SCRCLIENTMESSAGE...
  23. 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]...
  24. 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
  25. A

    CLEO Help Reaction.

    Text log?
  26. A

    CLEO Help mathematics reaction

    Fix = 005A: 2@ += 3@ // (int)
  27. 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?,
  28. A

    CLEO Help Auto Reaction

    Fixed tnx
  29. A

    CLEO Help Auto Reaction

    Now I get the following mistake /reakcija (null)
  30. 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...
  31. A

    CLEO Help Input dialog type text

    tnx, work. 0B4B: samp set_current_dialog_editbox_text "text"
  32. 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...
  33. 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
  34. A

    CLEO Help Player Info not work

    At 0.3.7 it works normally, at R4 I crash
  35. A

    CLEO Help Player Info not work

    How to convert script for version 0.3.7 R4? pls
  36. A

    CLEO Help My ping

    How to show my ping? Position: https://i.ibb.co/sg4J4dS/image-2021-06-06-133202.png
  37. 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...
  38. A

    CLEO Help Need auto car driving to ten cordinates

    Simple? open source?
  39. 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
  40. A

    CLEO Help How to fix duplicate textdraw

    help?, code up and tnx on only my post
  41. A

    CLEO Help How to fix duplicate textdraw

    not work if 00ED: actor $PLAYER_ACTOR sphere 0 near_point 1295.8840 1288.2472 radius 1.0 1.0 on_foot // if reached position then // 6 , so we have 6 - then , that means we need 6 end 0AD1: show_formatted_text_highpriority "~W~You...
  42. A

    CLEO Help How to fix duplicate textdraw

    Where should I switch without duplicating the textdraw?
  43. 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...
  44. A

    CLEO Help Cleo script lock on only one nickname

    if 0ADC: test_cheat "angelnoob" then 0AD1: show_formatted_text_highpriority "Tnx all <3." time 2000 end
  45. A

    CLEO Help Cleo script lock on only one nickname

    How to lock a script so that it cannot be edited, hex?
  46. A

    CLEO Help Cleo script lock on only one nickname

    Thx, Not work for nickname John_Cool
  47. A

    CLEO Help Cleo script lock on only one nickname

    Version samp 0.3.7 How do I put this in the code above?
  48. 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...
  49. A

    CLEO Help Need auto walk to ten cordinates

    Is it possible to set a script to work on only one nickname?
  50. A

    CLEO Help Need auto walk to ten cordinates

    Thanks. Serb Beer for you https://i1.wp.com/www.ugasizedj.com/wp-content/uploads/2020/12/ugasi-zedj-zajecarsko_limenka-05l.png?fit=400%2C402&ssl=1
  51. A

    CLEO Help Need auto walk to ten cordinates

    It stands on pastebin, that's your code, I don't want anyone to treat it like it's mine, code back/
  52. A

    CLEO Help Need auto walk to ten cordinates

    ohhh, is there a concrete example? Print number a repeat script?
  53. A

    CLEO Help Need auto walk to ten cordinates

    An example? Where can I find variables
  54. A

    CLEO Help Need auto walk to ten cordinates

    How to count loop script and print or screen?
  55. A

    CLEO Help Need auto walk to ten cordinates

    Not Work. https://ibb.co/tB1d9rc https://ibb.co/6FgmpN0
  56. A

    CLEO Help Need auto walk to ten cordinates

    How to fix problem All code change?, open sanny builder https://i.ibb.co/mbs008M/image-2021-05-08-075456.png
  57. A

    CLEO Help Need auto walk to ten cordinates

    {$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 if 0@ == true then // 1 if 00ED: actor $PLAYER_ACTOR sphere...
  58. A

    CLEO Help Need auto walk to ten cordinates

    how to stop script?.Thanks bro
  59. A

    CLEO Help Need auto walk to ten cordinates

    don't start walk and non-stop blinking text "Stopped Path."
  60. A

    CLEO Help Need auto walk to ten cordinates

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