Search results

  1. I

    Help Select frome dialog for truck

    i made it, not parazitas. you searching in wrong chats.
  2. I

    Help CrazyBob's Cops and Robbers player list

    its kinda hard thing to design scoreboard on cleo. Try this. Command: /check
  3. I

    ️ Decrypting/Safety Check CLEO/SF/ASI/DLL

    its not crypted and its safe.
  4. I

    Help Auto Reaction

    Possible.
  5. I

    Help help about decrypt /allowwep cleo

    decrypted
  6. I

    cleo key change

    its crypted
  7. I

    Help [CLEO] Need help in checking string if its equat to something

    wait 7000 0AB1: @get_samp_version_id 0 _returned: ID 31@ //Main loop while true wait 0 IF 0AB1: @is_dialog_active 1 CheckingState true then 0AB1: @get_dialog_caption 1 SampVersionID 31@ _Returned: Caption 30@ 0AC8: 29@ = allocate_memory_size 260 0AD3: 29@ =...
  8. I

    CLEO Help Capture Phone Number

    strange, worked for me when i tested.
  9. I

    CLEO Help Capture Phone Number

    there you go thanks
  10. I

    CLEO Help Capture Phone Number

    No need
  11. I

    CLEO Help Capture Phone Number

    give server ip, il make it on free day.
  12. I

    CLEO Help Capture Phone Number

    Dont send shit chat gpt codes, most of opcodes probably dont work. Try this @Grecu. //sms id message
  13. I

    CLEO Help Capture Phone Number

    Show chat message after /number command.
  14. I

    Help Cheat then can find vehicles with empty fuel tanks on the map.

    fuel is server sided so cheats cant achieve that info until player is in vehicle.
  15. I

    Help Block server animations

    0A8C: write_memory 0x1A950 size 2 value 0xC390 virtual_protect 1 // R5 version, blocks all server sent animations.
  16. I

    CLEO Help Reading And Replying Messages Without Sampfuncs

    oh and main text pointer has to be chat message, which u can get from this. https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/post-110748
  17. I

    CLEO Help Reading And Replying Messages Without Sampfuncs

    while true needs end. if 0AB1: call_scm_func @IfTextContains 2 mainTextPointer 0@ pieceToFindPointer 1@ _returnedPointer 2@ then 0AB1: @SAY 1 text 0@ wait 2000 end end
  18. I

    CLEO Help Reading And Replying Messages Without Sampfuncs

    and dont use sf opcodes, like 0B75, 0B61
  19. I

    CLEO Help Reading And Replying Messages Without Sampfuncs

    u need to compare it. use this https://ugbase.eu/threads/snippet-iftextcontains-function.9269/ dont forget to free memory.
  20. I

    Help CLEO Memory

    https://ugbase.eu/threads/tutorial-text-handling.12520/
  21. I

    Help SetVehicleVelocity

    Search "samp anti car skill" in internet
  22. I

    Help Dialog Info and Open it

    https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/post-111377
  23. I

    Help How to remove player collision?

    //Updated Sanny Builder 3 SDK - UGBASE.EU (v2023.04.10) {$CLEO} //{$INCLUDE SF} 0000: NOP //Constants const end //Main loop while true wait 0 if 0ab0: 101 then if 0256: player $PLAYER_CHAR defined then set_char_collision $PLAYER_CHAR 0 wait...
  24. I

    CLEO Help cleo automatically mark the red checkpoints

    download sanny sb data.
  25. I

    Help Key presser in cleo.

  26. I

    Help Key presser in cleo.

    made a mistake on 34 line btw, change state to 0
  27. I

    Help Key presser in cleo.

    wtf bro, just use timer. IF you want to press ALT after activated instantly, just change 32@ to 10000 after activation.
  28. I

    Help Key presser in cleo.

    use timer.
  29. I

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    while true wait 0 if 0AB0: 122 // F11 then repeat wait 0 until 8ab0: 122 if 1@ == 0 then 0ACD: show_text_highpriority "Car-HP On." time 1337 018C: play_sound 1083 at 0.0 0.0 0.0 1@ = 1 else 0ACD: show_text_highpriority "Car-HP Off." time...
  30. I

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    If key_down 1 Then Repeat Wait 0 Until 8ab0: 1 Printf "key pressed 1 time" time 1000 End
  31. I

    Help How to make text to stay for 10 seconds ?

    0ACD: show_text_highpriority "my cleo script welcome" time 10000 // will stay for 10 sec no need wait. Just dont use it in loop.
  32. I

    ️ Decrypting/Safety Check CLEO/SF/ASI/DLL

    antipuno.cs is not encrypted and its clean.
  33. I

    Help Add toggle button

    just added the toggle, but this code should work with hpv too.
  34. I

    Help SAMP MESSAGE ON INIT

    0AF8: samp add_message_to_chat "hello" color -1
  35. I

    Help I need help for get_chat_string

    https://ugbase.eu/threads/snippet-get-digits-from-text.12544/
  36. I

    Help I need this Cleo script.

    those arrows are textdraw and u can do this thing by getting textdraw positions.
  37. I

    Help Send command error

    Samp say msg and snippet set virtual key doesnt go in "if or".
  38. I

    Help Auto-Select from dialog box.

    Give me ur discord.
  39. I

    Help Auto-Select from dialog box.

    should work.
  40. I

    CLEO Divide long string into 2 parts

    IF 0AD4: $NOT_USED = scan_string 31@ format "%s %s" 30@v 29@v// 31@ is ur main string then printf "1:%s 2:%s" time 1000 30@v 29@v end
  41. I

    Cleo Scripting Key Binder/Macro Help

    made mistake and cant edit. just change this 31@ = actor.CurrentCar($PLAYER_ACTOR) IF or // car models 0137: car 31@ model == #RUSTLER 0137: car 31@ model == #HYDRA
  42. I

    Cleo Scripting Key Binder/Macro Help

    If and key_down 32 key_down 1 then if actor.Driving($PLAYER_ACTOR) then 31@ = actor.CurrentCar($PLAYER_ACTOR) 30@ = car.Id(31@) IF or // car models 30@ == 476 30@ == 520 then // UR CODE wait 500 // anti spam...
  43. I

    help to finish this aimbot code that points camera to the direction of the object

    https://ugbase.eu/threads/screen-camera-look-at-position-multi-purpose.11566/
  44. I

    I need wallhack with nametag and bone [CLEO]

    Check pm
  45. I

    CLEO Help Auto dialog select

    not sure if the last step with enter part will work...
  46. I

    CLEO Help Auto dialog select

    Which samp version u play on.
  47. I

    Help AHK CBUG

    I can give u razer macro if u have razer mouse. https://streamable.com/i6wma5
  48. I

    Collection

    Name of the mod (if the mod doesn't exist, you don't have to tell one): autoscroll * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): no need * What do you want (the most important part, explain this carefully) * Details (add more details to your...
Top