Search results

  1. N

    Disconnect when life reaches 10

    This cleo disconnects you from the server you are connected to if the player's life goes down more than 10 :D requirements cleo 4 and sampfuncs 5.3.3 activation /desactivation  type  nodie   // cheat code [attachment=5164]
  2. N

    Auto disconnect in 10 hp

    With this cleo, it will automatically disconnect from the server if the player's life equals 10 or less Activate/deactivate cheat code= nodie Update 23.11.2017 Added file 10hp-d.ini to configure Source code: https://pastebin.com/EuFPpL8n [attachment=5169]
  3. N

    CLEO Help Simple script not working

    {$CLEO .cs} 0000: repeat Wait 0 until 0AFA: 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 while true wait 0 0B75: samp get_chat_string 99 text_to 1@ prefix_to 2@ color_to 3@ prefix_color_to 4@ if 0C18: $NOT_USED...
  4. N

    CLEO Help compare strings

    @Parazitas this is not the complete code I will tell you by private message to see if you can help me
  5. N

    CLEO Help compare strings

    why does not compare the text of the variable $p_name with the file 2@ alloc $p_name 50 0AC8: 14@ = allocate_memory_size 256 if 0A9A: 0@ = openfile "cleo\names.txt" mode "r" then wait 100 0AC8: 2@ = allocate_memory_size 4096...
  6. N

    CLEO Help how to check if a text string has a specific character

    example alloc 1@ 32 while true wait 0 for 0@ = 0 to 1000 if 0B23: samp is_player_connected 0@ then 0B36: samp 1@ = get_player_nickname 0@ if // nickname contains the...
  7. N

    Auto /getmats entering a specific zone

    change the delay if necessary error try this works on the vehicle or outside the vehicle
  8. N

    Auto /getmats entering a specific zone

    copy files to cleo on/off use- /matson change delay in ini file in milliseconds [Settings] delay=1000
  9. N

    CLEO Help help scan chat does not work

    can someone tell me where the error is code chatlog [19:51:28] Excellent delivery! Your earnings are: {00CC00}$2250{FFFFFF} and {FF3300} 7 pieces{FFFFFF} to create weapons. {$CLEO .cs} 0000: NOP alloc 2@ 280 while true wait 0 if or 00DD: actor $PLAYER_ACTOR driving_car_with_model #YANKEE...
  10. N

    Nop incardata

    I forgot haha 0.3.7 r1
  11. N

    Nop incardata

    I need the code or cleo incardata 0.3.7 r1 some pass it to me it's like this 0B2E: 3@ = read_samp_memory offset 0x4D10 size 1 0B2D: write_samp_memory offset 0x4D10 value 0xC3 size 1
  12. N

    CLEO Help notify when minutes pass

    works fine thanks
  13. N

    CLEO Help notify when minutes pass

    If that would be a problem if the timer does not do its job if the game is minimized some example how it would be using these snippets:(
  14. N

    CLEO Help notify when minutes pass

    a code to let me know when minutes have passed from the game time someone could pass it to me I'm not very good with this {$CLEO .cs} 0000: NOP while true wait 0 00BF: 27@ = current_time_hours, 27@ = current_time_minutes if then chatmsg "6" -1
  15. N

    drive under

    I am looking for a cleo that allows you to drive under the ground freely some passes it to me
  16. N

    CLEO Help help dialog

    help me fix my code I want the integer value obtained from the dialogue to be equal to or greater than 0 and less than 99000 as you can see my code does not work I'm not very good at this if someone expert can fix the code to make it work well {$CLEO .cs} 0000: NOP while true wait 0...
  17. N

    CLEO Help dialog help

    thanks men
  18. N

    CLEO Help dialog help

    How do I make the text entered in the dialog appear in the chat or how do I store the text of the dialogue in a variable someone knows /// dialog_style_input {$CLEO .cs} 0000: NOP repeat wait 0 until SAMP.Available() 0B34: samp register_client_command "sgt" to_label @cmd_mycmd while...
  19. N

    CLEO Help Vest help!

    use the opcode 0AF9: while true    wait 0    if and    0AB0:   key_pressed 12@    0AD2: 3@ = player $PLAYER_CHAR targeted_actor //IF and SET    then        0B2B: samp 4@ = get_player_id_by_actor_handle 3@        0AF9: samp say_msg "/guard %d 200" 4@    end end
  20. N

    CLEO Help Checkpoint (Hatiko Waiting)

    easy {$CLEO} 0000: repeat  wait 0 until 0afa: WHILE TRUE wait 0 if call @is_cp_active_LS 0 then  call @get_cp_pos_LS 0 0@ 1@ 2@   if and   0@ ==  1554.532104   1@ ==  -1675.580688   2@ ==  16.195313   then           018C: play_sound 1052 at 0.0 0.0 0.0           chatmsg "text1" -1    ...
  21. N

    CLEO Help Trying to create a auto /fish script for a server

    // 0AC6: 0@ = label @text offset // 0AB1: call_scm_func @SENDCMD 1 0@ :SENDCMD if 0AA2: 1@ = "samp.dll" // send cmd 0.3 DL then     1@ += 0x69340     0AA5: call 1@ num_param 1 pop 0 0@ end ret 0 :text hex "/mycmd" 0 end
  22. N

    CLEO Help Count 6 minutes after scanning the chat line

    I want to do something like a chronometer that counts the minutes after scanning the text in the chat even if the game is in pause keep counting the time how can I do it? with server time 0AC8: 2@ = allocate_memory_size 260   while true wait 0                              0AB1: call...
  23. N

    CLEO Help HELP

    {$CLEO .cs} 0000: NOP while true wait 0 if player.Defined($PLAYER_CHAR) then 0226: 0@ = actor $PLAYER_ACTOR health if 0@ <= 60 then 0AC6: 1@ = label @label offset 0AB1: call_scm_func @SAY 1 1@ end end end :SAY IF 0AA2: 1@ = "samp.dll" THEN    1@ += 0x65C60 // sendcmd 0.3.7 R1    0AA5: call...
  24. N

    CLEO Help Arrest a player which is nearest you.

    idk {$CLEO .cs} 0000: NOP 0B34: samp register_client_command "ant" to_label @cmd_mycmd WHILE TRUE    wait 0    if    0@ == 1    then        0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 1@ closest_ped_to 2@        if        056D:   actor 2@ defined        then            0B2B...
  25. N

    CLEO Help Arrest a player which is nearest you.

    you can explain better?xd
  26. N

    CLEO Help vehicle health

    press the 3 key [attachment=5318]
  27. N

    CLEO Help NoSpread Cleo issue

    use samp 0.3.7 r1
  28. N

    CLEO Help Removing the 'NITRO HAS BEEN ACTIVATED' text in this cleo cheat

    [attachment=5298] [attachment=5299]
  29. N

    FAKESPEEDSYNC

    on / off = /uc [attachment=5278]
  30. N

    CLEO Help SMS

    the operation code 0AD4: you can not extract a chain from the chain use the 16-byte variable 4@v REPEAT WAIT 0 UNTIL 0AFA:  SAMP_IS_READY 0B34: "sms" @Command WHILE TRUE WAIT 0 END :Command 0B35: 0@ = get_last_command_params if 0AD4: 30@ = scan_string 0@ format "%d %s" 1@ 4@v //IF and...
  31. N

    CLEO Help [HELP] Detecting new chat line

    scan a line in the chat? {$CLEO} {$INCLUDE SF} 0000: NOP while not SAMP.Available()    wait 400 end 0BE3: raknet setup_incoming_rpc_hook @in_rpc WHILE TRUE WAIT 0 END :in_rpc                   0BE5: raknet 0@ = get_hook_param PARAM_PACKETID if 0@ == RPC_SCRCLIENTMESSAGE then    0BE5: raknet...
  32. N

    CLEO Help Question

    idk but I can overwrite the output file
  33. N

    SAMP FUNCS CRASH

    Possibly this using samp r2 sf is for r1 Solution here see comments http://ugbase.eu/Thread-SAMP-problem
  34. N

    CLEO Help Screen blinking

    jajja
  35. N

    CLEO Help Nametag

    install this http://files.sa-mp.com/sa-mp-0.3.7-install.exe (nametag work in R-1) http://www.gtagarage.com/mods/show.php?id=21709 you can try to reinstall everything again in your gta you must have some damaged mod
  36. N

    CLEO Help Help auto activation

    will be activated when you start it too, you can deactivate it and activate F2 [attachment=5219]
  37. N

    CLEO Help Auto button presed with command?

    here you have to edit the commands to make it work {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: samp register_client_command "mr" to_label @Noname // command WHILE TRUE     WAIT 0     IF AND     056D:   actor $PLAYER_CHAR defined     0@ == 1     jf continue         0AF9...
  38. N

    CLEO Help Auto button presed with command?

    IF  0B4C:  samp is_dialog_active -1  THEN            0B47: samp close_current_dialog_with_button 1 button 1 "Select" 0 to "Close"
  39. N

    CLEO Help Changing Desync Key

    You need to download the sampfuncs opcodes in order to compile here [attachment=5202]
  40. N

    CLEO Help help cleo auto-disconnect 50hp

    [attachment=5189] will be disconnected in exactly 50 hp [attachment=5190] will be disconnected if it is less than or equal to 10 do not delete it just modify the publication but the moderator has not approved it xd
  41. N

    CLEO Help ANTI-FALL

    activation command: /nofall  1 and 0 to deactivate [attachment=5180]
  42. N

    CLEO Help Need help for sampfuncs

    sampfuncs is for version R-1 here http://files.sa-mp.com/sa-mp-0.3.7-install.exe optional if no it work http://www.gtagarage.com/mods/show.php?id=21709 https://es.dll-files.com/d3dx9_25.dll.html https://es.dll-files.com/d3dx9_43.dll.html https://es.dll-files.com/msvcp100.dll.html...
  43. N

    CLEO Help all my, cleo is notepad

    Sanny builder associate the .cs files can be disabled in the F10 configurations
  44. N

    CLEO Help Need someone to help with a cleo

    must be written with the players tab activated "TAB"  :sadpepe:
  45. N

    CLEO Help Loop crash

    actually, there is a way {   call @getTargetMarkerHandle 0 returnTo: 0@ } :getTargetMarkerHandle 0A8D: 0@ = read_memory 0xBA6774 size 4 virtual_protect 0 ret 1 0@ {   call @setStateTargetMarker 1 state 0 } :setStateTargetMarker call @getTargetMarkerHandle 0 return: 1@ if 1@ > 0 then   if 0@...
  46. N

    CLEO Help Loop crash

    In your code I see things that can cause you to crash here a little explanation {$CLEO .cs} 0000: 0B34: samp register_client_command "mycmd" to_label @cmd_mycmd // 0BDE: pause_thread 0 :idle_loop // You can put the inactive loop in this way if you do not need to use it or use the operation...
  47. N

    CLEO Help Loop crash

    what RMB icon? refers to the red dot when you are on a mission
  48. N

    CLEO Help Loop crash

    in sanny builder press F12> SCM Documentation> GTA SA> Radar icons like this: http://wiki.sa-mp.com/wiki/MapIcons https://gtagmodding.com/opcode-database/opcode/02A7/ 02A7: 22@ = create_icon_marker_and_sphere (RadarID) at 11@ 12@ 13@
  49. N

    CLEO Help Get player nickname from ID.

    get name through the command :noname 0B35: samp 0@ = get_last_command_params if 0AD4: 1@ = scan_string 0@ format "%d" 2@ then 0B36: samp 3@ = get_player_nickname 2@ chatmsg "name %s" -1 3@ end 0B43: samp cmd_ret
  50. N

    CLEO Help Loop crash

    while not samp.Available() wait 0 end 0@ = 0 0B34: samp register_client_command "fd" to_label @find 0B34: samp register_client_command "ufd" to_label @unfind :Noname wait 0 if 0@ == 1 then if 0B23:  samp is_player_connected 2@ then 0B2F: samp get_streamed_out_player_pos 2@ to 11@ 12@ 13@ 02A7...
  51. N

    CLEO Release Auto disconnect in 10 hp

    must have sampfuncs to work is not an activation command in the chat is activated as a type of gta trick on your keyboard you should just type nodie
  52. N

    CLEO Release Auto disconnect in 10 hp

    With this cleo, it will automatically disconnect from the server if the player's life equals 10 or less Activate/deactivate cheat code= nodie *Update* 23.11.2017 Added file 10hp-d.ini to configure Source code: https://pastebin.com/EuFPpL8n [attachment=5169]
  53. N

    CLEO Release Disconnect when life reaches 10

    This cleo disconnects you from the server you are connected to if the player's life goes down more than 10 :D requirements cleo 4 and sampfuncs 5.3.3 activation /desactivation  type  nodie   // cheat code [attachment=5164]
  54. N

    CLEO Help How do

    I'm sorry guys see if you can help me now
  55. N

    CLEO Help How do

    solved :D
  56. N

    CLEO Help How do

    How can I write more than 16 bytes of text? :cmd 0B35: samp 0@ = get_last_command_params if  0AD4: 0@ = scan_string 0@ format "18+49 %s" 6@v then 0AF1: write_int 18 to_ini_file "cleo\config.ini" section "Settings" key "intkey1" 0AF1: write_int 49 to_ini_file "cleo\config.ini" section "Settings"...
  57. N

    CLEO Help [Order Cleo] Give Take Damge Nops

    try this I don't know if it worked on/off command = /nop [attachment=5158]
  58. N

    CLEO Help I really need help with this.

    I did not understand very well what he said but open sanny builder press F12> Cleo 3 Code Library> Virtual Keys codes (for 0AB0) key_down and 0AB0: key_pressed they are the same here an example: {$CLEO} 0000: :Noname wait 0 if 0AB0:   key_pressed 51 // Check if the key is pressed 3 004D...
  59. N

    CLEO Help HELP CMD

    {$CLEO .cs} 0000: NOP 0B34: samp register_client_command "flip" to_label @flip 0BDE: pause_thread 0 :flip 00D6: if 0256:   player $PLAYER_ACTOR defined 004D: jump_if_false @flip_93 00D6: if 00DF:   actor $PLAYER_ACTOR driving 004D: jump_if_false @flip_93 0ACD: show_text_highpriority "CAR...
  60. N

    CLEO Help SAMP problem

    Only what is necessary for it to work :D
  61. N

    CLEO Help SAMP problem

    Try installing these files for windows 7 32 bits: https://yadi.sk/d/zoWBr9Jc3PCNCT for windows 7 64 bits https://yadi.sk/d/gbzbXT993PCP3M all files are replaced in the gta sa directory
  62. N

    Need samp 0.3.7 R1

    R1 http://files.sa-mp.com/sa-mp-0.3.7-install.exe
  63. N

    CLEO Help Add an deactivation key/

    jump cleo {$CLEO} 0000: 0A8D: 0@ = read_memory 9867536 size 4 virtual_protect 0 0A8D: 1@ = read_memory 9867628 size 4 virtual_protect 0 :Noname_30 0001: wait 0 ms 00D6: if 0ADC:   test_cheat "jump" 004D: jump_if_false @Noname_30 03E5: show_text_box 'CHEAT1'  // Cheat activated 0A8C...
  64. N

    CLEO Help help me

    {$CLEO} 0000:       Repeat wait 0 until 0AFA:  is_samp_available While true wait 0 if and 8B21: not samp is_chat_opened 0AB0:   key_pressed 88             then wait 120 say "/stats" end end // press x for say /stats [attachment=5150]
  65. N

    CLEO Help cleo label

    I think that can not be  :sadpepe:
  66. N

    how much life has ugbase stolen from you

    2 Days, 1 Hour, 13 Minutes, 53 Seconds
  67. N

    CLEO Help Auto off and key on vehiclename.cs

    here, use alt + 0 (numpad) on / off [attachment=5148]
  68. N

    CLEO Help code help

    solved
  69. N

    How to change the command code of kcmds.cs

    that's what he does with sanny builder
  70. N

    CLEO Help Get string from adress

    here is a theme and codes cleos that work well I leave it if you want to take a look http://ugbase.eu/Thread-Textdraw-or-3dtextlabel-finder
  71. N

    CLEO Help Get string from adress

    you must use the correct and necessary opcodes and get the correct memory address, since it may be changing every time you close gta_sa my money code :D {$CLEO .cs} 0000: :Noname wait 0 if 0AB0:   key_pressed 71 004D: jump_if_false @Noname 0A8D: 10@ = read_memory 0xB7CE50 size 4...
  72. N

    Sampfuncs wont open in Windows 10

    http://files.sa-mp.com/sa-mp-0.3.7-install.exe
  73. N

    Sampfuncs wont open in Windows 10

    use Samp 0.3.7 R-1 no R-2
  74. N

    CLEO Help Problem

    you need to learn a tutorial for sanny builder  http://bit.ly/2yLj2nz {$CLEO} 0000: 0B34: samp register_client_command "truck" to_label @truck while true wait 0 ms //wait 0 ms milliseconds if 0@ == 1 then if 00DF:   actor $PLAYER_ACTOR driving then 00A1: put_actor $PLAYER_ACTOR at 0.0 0.0...
  75. N

    help sampfuncs not found in samp 0.3.7 R-2

    use R-1
  76. N

    Help!!!

    this code is wrong what do you want the code to do?
  77. N

    Sampfuncs Help

    hello in the forum blasthack says that the version of sampfuncs 5.3.3 requires samp 0.3.7 R1, is it only for that or can I use samp 0.3.7 R2?
  78. N

    CLEO Help help me to found the mistake in this .cs

    Open sanny builder press F10 then on the formats tab choose the option to convert case: As it is then compile your cleo and test it
  79. N

    CLEO Help help me to found the mistake in this .cs

    this is a condition if you find an open dialog the code goes beyond if 0B4C: samp is_dialog_active -1 then 0B4E: 0 @ // get the open dialog id   chatmsg "DIALOG ID% d" 0@ // %d 0@ parameters displays the dialog id obtained by opcode 0B43 try opening with another dialog should give a...
  80. N

    CLEO Help help me to found the mistake in this .cs

    Fxed this if it works:D {$CLEO} {$NOSOURCE} thread "DIALOGID" :Load     wait 0 if samp.Available() 004D: jump_if_false @Load 0B34: samp register_client_command "didon" to_label @ON 0B34: samp register_client_command "didoff" to_label @OFF :Dialog wait 0 if 0@ == 1                      ...
  81. N

    CLEO Help help me to found the mistake in this .cs

    {$CLEO} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: "didon" @ON 0B34: "didoff" @OFF WHILE TRUE WAIT 0     IF       0@ == 1     THEN         IF           056D:   actor $PLAYER_ACTOR defined         THEN             0B4E: samp 1@ = get_current_dialog_id             chatmsg...
  82. N

    CLEO Help Help I need the opcode

    Solved thx guys
  83. N

    CLEO Help CLEO code for SAMP disconnect?

    https://blast.hk/wiki/opcodes:0b27 https://blast.hk/wiki/opcodes:0b28 you can download the cleo below and see your source code http://ugbase.eu/Thread-REL-FakeKick-0-3-7-cmd
  84. N

    CLEO Help Help I need the opcode

    A problem {$CLEO} thread "BF" :load wait 0 if Samp.Available() 004D: jump_if_false @load :noname wait 100 if 0AB0:   key_pressed 51 004D: jump_if_false @noname 0213: 0@ = create_pickup 1318 type 3 at 2001.8024 -1445.972 13.5612 :noname2 wait 100 if 0214:   pickup 0@ picked_up   //here the...
  85. N

    CLEO Help Help I need the opcode

    If the player takes the pickup continue down .. that opcode is available which is ? {$CLEO} 0000: repeat wait 0 until player.Defined($PLAYER_ACTOR) while true wait 0 if 0AB0:   key_pressed 51 then 0213: 0@ = create_pickup 1318 type 3 at 2001.8024 -1445.972 13.5612 if opcode for if the actor...
  86. N

    CLEO Help How I can

    already
  87. N

    CLEO Help How I can

    because the client command "build player" does not work try with a shorter command and if it works how can I make the command work with spaces {$CLEO} 0000: repeat wait 100 until 0AFA:  is_samp_available Model.Load(#ARMY) Model.Load(#M4) 038B: load_requested_models 0B34: samp...
  88. N

    CLEO Help Help with this code

    someone?
  89. N

    CLEO Help Help with this code

    resize the object what is the opcode to resize the object? {$CLEO .cs} THREAD 'ABASDKJ'          :noname_13  wait 0  00D6: if and 0256:   player $PLAYER_ACTOR defined 0ADC:   test_cheat "SPC" jf @noname_13 018C: play_sound 1052 at 0.0 0.0 0.0 0ACD: show_text_highpriority "Obect set 18948"...
  90. N

    CLEO Help Help

    you can pass a compiled script
  91. N

    CLEO Help Help

    sanny builder code to put objects to the player like the one seen in the image here the cleo to put the object http://www.mediafire.com/file/2edemud71alqdc2/loro.cs the problem is that the cleo is encrypted I want the uncrypted code or how I put an object of this to the player...
Top