Search results

  1. Parazitas

    CLEO Help Auto Accept gun

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: samp register_client_command "aa" to_label @cmd_mycmd WHILE TRUE WAIT 0 IF AND 31@ = = TRUE 0B61: samp is_local_player_spawned THEN 0AC8: 0@ = allocate_memory_size 1024 0AC8: 1@ = allocate_memory_size 1024 0B75...
  2. Parazitas

    CLEO Help Auto Accept gun

    Please privde information on which samp version it should work. 1. Samp 0.3.7 R1 2. Samp 0.3.7 R2 3. Samp 0.3.7 R3 4. Samp 0.3.7 R4 4. Samp 0.3.DL 5. Samp 0.3.7 R5 PLEASE PROVDE MORE PICTURES IF CHAT IS NOT STATIC AND KEEP CHANGING
  3. Parazitas

    CLEO Help Auto Accept gun

    Please provide picture from game with that chat line
  4. Parazitas

    CLEO Help Convert this lua script to cleo

    {$CLEO .cs} 0000: 'Author: Parazitas | UGBASE.EU' REPEAT WAIT 0 UNTIL 0AFA: 0B34: samp register_client_command "afish" to_label @CMD 0AF8: samp add_message_to_chat "[{FD3737}Infamous Mods{FFFFFF}] ?? ????????." color -1 0AF8: samp add_message_to_chat "[{FD3737}Auto-Fish & Putback{FFFFFF}]...
  5. Parazitas

    CLEO Help Shortcut (need help)

    While true wait 0 If 31 @ == true Then Say "/drink soda" Say "/drink soda" Say "/drink soda" wait 2000 Say "/drink soda" Say "/drink soda" Say "/drink soda 31@ = false End End :cmd 31@ = true cmdret
  6. Parazitas

    CLEO Help Send last text again

    Show me how doing it
  7. Parazitas

    CLEO Help CMD sender

    Tomorrow, be patient.
  8. Parazitas

    CLEO Help How to disconnect a specified CLEO thread

    First i wanna know - why and what you planning to do?
  9. Parazitas

    CLEO Help CMD sender

    @dphome could you help if have time, if you are busy i will make it myself latter.
  10. Parazitas

    CLEO Help CMD sender

    Yes possible.. You need to be more specific and write more clearly to avoid confusing everyone.. 1. For which samp version you prefer to be made 2. Which samp version you use. 3. Explain more clearly as possible how it should work. Etc... If you expecting to get what you want, make sure you...
  11. Parazitas

    CLEO Help Auto command

    Well explained. I will do after job
  12. Parazitas

    CLEO Help How to get CLEO pointer

    https://gtamods.com/wiki/Memory_Addresses_(SA)#SCM_related
  13. Parazitas

    CLEO Help Reconenct problem

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: CONST DISCONNECT_QUIT = 0 DISCONNECT_TIMEOUT = 1 GAMESTATE_NONE = 0 GAMESTATE_WAIT_CONNECT = 1 GAMESTATE_AWAIT_JOIN = 2 GAMESTATE_CONNECTING = 3 GAMESTATE_CONNECTED = 4 GAMESTATE_RESTARTING = 5 GAMESTATE_DISCONNECTED = 6 TIME_RECONNECT = 30 END...
  14. Parazitas

    CLEO Help Reconenct problem

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: CONST DISCONNECT_QUIT = 0 DISCONNECT_TIMEOUT = 1 GAMESTATE_NONE = 0 GAMESTATE_WAIT_CONNECT = 1 GAMESTATE_AWAIT_JOIN = 2 GAMESTATE_CONNECTING = 3 GAMESTATE_CONNECTED = 4 GAMESTATE_RESTARTING = 5 GAMESTATE_DISCONNECTED = 6 TIME_RECONNECT = 30 END...
  15. Parazitas

    CLEO Help Reconenct problem

    The main reason why you getting problems because you not disconnecting. I will update this code latter.
  16. Parazitas

    CLEO Help Reconenct problem

    Drop your reconnect file here
  17. Parazitas

    CLEO Help Reconenct problem

    You should rework reconnect code which set your nick name before reconnecting
  18. Parazitas

    CLEO Help hElP

    So explain me, what you expecting and looking for? If your explanations will be good enough with all details.., i might spent some time making it, it's not a promise just possibility since time is tight for me.
  19. Parazitas

    CLEO Help hElP

    This was built for that one server long time ago, it's old code and probably outdated.
  20. Parazitas

    CLEO Help NOP SetPlayerHealth

    Samp version?
  21. Parazitas

    CLEO Help I want a mod to write /id on all the ids on the server

    Hello, First of all..: This is terrible explanation. Second..: If you expecting to get help learn how to write correct help / request thread. And third..: Now try explain with all more details clearly as possible. 1. Why you need this? 2. How it should work? 3. Add pictures or something to...
  22. Parazitas

    CLEO Help Passing variable as an argument

    And of course make sure you have right settings, see bellow:
  23. Parazitas

    CLEO Help Passing variable as an argument

    Using my phone: {$CLEO .cs} 0000: "TEST" repeat wait 0 until 0AFA: is_samp_structures_available 0B34: samp register_client_command "activate" to_label @ACTIVATE while true wait 0 FOR 30@ = 0 TO 20 if 31@ == true then 0AF9: samp say_msg "Hello %d" 30@ 0AC8: 2@ = allocate_memory_size...
  24. Parazitas

    Help I need a script that makes me lag for other players.

    https://ugbase.eu/threads/send-lag-rate.16774/#post-107600 Also change your ping to fake one for less detection
  25. Parazitas

    CLEO Help On Spawn do Once

    Using SAMPFUNS?
  26. Parazitas

    Untagged Release Auto Login

    Yes please do that.
  27. Parazitas

    Transparent menu mod or antiafk mod [with picture]

    Pointless use SAMP ADDON only for this... But you can try this file 🤔 https://ugbase.eu/resources/transparent-menu-and-more.20/
  28. Parazitas

    CLEO Help On Spawn do Once

    Which samp version?
  29. Parazitas

    help

    Zero logic in this kind request, pure non sense... Learn to explain properly...
  30. Parazitas

    finding the nearest point on the segment

    @ajom Seems this is for your skills 🤔
  31. Parazitas

    Help SA:MP Skin Adder / Selector

    https://ugbase.eu/threads/automatic-skin-changer.13978/
  32. Parazitas

    Create Multiple CMD SAMP

    Correction below: SAMP_CHAT_INPUT_INFO_OFFSET 0x21A0F0
  33. Parazitas

    CLEO Help gpci changer improvement

    It charging your documents >>> gta san andreas directory path. After using it most likely probably you not going to get chat text to samp >> chatlog.txt
  34. Parazitas

    CLEO Help Need help with dialog and imagine load

    Yes possible 🤔
  35. Parazitas

    CLEO Help to read player money on samp

    Good idea, " if i get time " i will make code for that.
  36. Parazitas

    0.3.DL value of offsets that working on other SAMP versions

    First of all... Leave proper example of your function which working on any other samp version... At moment which you have posted here is completely disaster.. I could try find offset, but for sure not now when you have left here broken code mixed whith other samp versions..
  37. Parazitas

    0.3.DL value of offsets that working on other SAMP versions

    Different samp version, different offset...
  38. Parazitas

    Help Textdraw Color

    All offset which you need, you can find here https://ugbase.eu/threads/some-snippets.16708/page-6#post-107192
  39. Parazitas

    SA-MP 0.3.7 Transparent Menu and more.. 2022-07-17

    Hello everyone. I been working on this small project and have made some changes for Gta San Andreas, please read information below. At moment i have done: 1. [ESC MAP] Faster zoom in / zoom out 2. [ESC MAP] Transparent background 3. [ESC MAP] Faster map loading when moving it with mouse or...
  40. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Why you have same path name for two different recorders???? That isn't good way..
  41. Parazitas

    CLEO Help How can I read a txt file from a CLEO script?

    Explain more clearly..
  42. Parazitas

    [Cheat Engine]How to get the content of the dialog

    Memories you can find in Snippet section
  43. Parazitas

    CLEO Help Another car repair help

    I told you xD
  44. Parazitas

    CLEO Help Another car repair help

    It's not same SAMP, like it use to be few years ago... Now if you try to fix your vehicle with cheats server will return original value which was before, so no matter how many times you will use it repair cheat server always return to original state...
  45. Parazitas

    Untagged Release [CLEO] Auto LiteFoot SAMP (UNIQUE NEW!)

    So share it with everyone maybe
  46. Parazitas

    CLEO Help please help me find cleo [SAMP 0.3DL] Cleo auto farm truck /auto trucker job

    https://ugbase.eu/threads/checkpoint-seeking-driver.15835/
  47. Parazitas

    [LUA] Getting color of every character in string

    Then use this https://ugbase.eu/threads/change-string.9178/ Check for char ids here http://www.asciitable.com/index/asciifull.gif
  48. Parazitas

    [LUA] Getting color of every character in string

    Convert it https://ugbase.eu/threads/search-str1-in-str2.8160/
  49. Parazitas

    Help [LUA] Remove last line from chat

    Memories: Remove last line text, Updated chat
  50. Parazitas

    CLEO Help Ignore last line containing player's name

    and then make disappear any line that contains that player name. Explain more clearly.. Why? What's the point of this?
  51. Parazitas

    CLEO Help cmd screenshot when a message appear on chat

    How how... First you need read more carefully..! I still waiting answer for my last question..
  52. Parazitas

    CLEO Help cmd screenshot when a message appear on chat

    https://ugbase.eu/threads/req-samp-takes-ss-after-certain-textdraw.11421/ Well here was similar request , instead chat he wanted dialog. P.S. For which samp version you looking?
  53. Parazitas

    car rotation

    This thread might help. https://ugbase.eu/threads/get-set-rotation-velocity-of-a-vehicle.13937/
  54. Parazitas

    Change world

    If you mean virtual World then you can't do that unless you find bug or something like that
  55. Parazitas

    [CLEO] Some snippets

    :SetCurrentDialogListItem { 0.3.7 - R1 0AB1: @SetCurrentDialogListItem 1 Item 1 } if 0AA2: 2@ = "samp.dll" then 0A8E: 3@ = 2@ + 0x21A0B8 // SAMP_DIALOG_INFO_OFFSET 0A8D: 3@ = readMem 3@ sz 4 vp 0 0A8E: 4@ = 3@ + 0x20 // SAMP_DIALOG_LIST_BOX_OFFSET...
  56. Parazitas

    [CLEO] Some snippets

    :isDialogResponded { 0.3.7 R4 v2 IF 0AB1: @isDialogResponded 0 id 0@ button 1@ list_item 2@ input_text 3@ } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x26E9C8 // SAMP_DIALOG_INFO_OFFSET 0A8D: 30@ = read_memory 30@ size 4 virtual_protect 0 0A8E: 29@ = 30@ + 0x20 //...
  57. Parazitas

    [CLEO] Some snippets

    :isDialogResponded { 0.3.7 R4 v1 IF 0AB1: @isDialogResponded 0 id 0@ button 1@ list_item 2@ input_text 3@ } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x26E9C8 // SAMP_DIALOG_INFO_OFFSET 0A8D: 30@ = read_memory 30@ size 4 virtual_protect 0 0A8E: 29@ = 30@ + 0x20 //...
  58. Parazitas

    [CLEO] Some snippets

    :isDialogResponded { 0.3.7 R3 IF 0AB1: @isDialogResponded 0 id 0@ button 1@ list_item 2@ input_text 3@ } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x26E898 // SAMP_DIALOG_INFO_OFFSET 0A8D: 30@ = read_memory 30@ size 4 virtual_protect 0 0A8E: 29@ = 30@ + 0x20 //...
  59. Parazitas

    [CLEO] Some snippets

    :isDialogResponded { 0.3.DL IF 0AB1: @isDialogResponded 0 id 0@ button 1@ list_item 2@ input_text 3@ } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x21A0C0 // SAMP_DIALOG_INFO_OFFSET 0A8D: 30@ = read_memory 30@ size 4 virtual_protect 0 0A8E: 29@ = 30@ + 0x20 //...
  60. Parazitas

    [CLEO] Some snippets

    :isDialogResponded { 0.3.7 R1 IF 0AB1: @isDialogResponded 0 id 0@ button 1@ list_item 2@ input_text 3@ } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x21A0B8 // SAMP_DIALOG_INFO_OFFSET 0A8D: 30@ = read_memory 30@ size 4 virtual_protect 0 0A8E: 29@ = 30@ + 0x20 //...
  61. Parazitas

    [SNIPPET] Get digits from text

    Hi, 1. Wrong section to ask about 2. You should explain more clearly... Regards, Parazitas.
  62. Parazitas

    CLEO Help Converting to nickname

    :MyCommand // Use: /MyCommand [PlayerID] 0B35: samp 31@ = get_last_command_params if 0AD4: $NOT_USED = scan_string 31@ format "%d" 30@ then 0B36: samp 29@ = get_player_nickname 30@ chatmsg "%s" -1 29@ end 0B43: samp cmd_ret
  63. Parazitas

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    I using 3.3 version if remember right and there's link: https://www.mediafire.com/file/s7kk6v9n4fa4cif/Sanny_Builder.rar/file Of course make sure you have right settings:
  64. Parazitas

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    It's for new version sanny builder. If you have not latest, but older it not recognise this two lines, so just delete them.
  65. Parazitas

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    I will check code if i get free time to fix it.
  66. Parazitas

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    Try allocate biger size.. Try allocate to " 2024 " instead of " 1024 "
  67. Parazitas

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    Probably you use r4 v1 Here's full snippet for your project https://ugbase.eu/threads/snippet-create-sa-mp-dialog.12122/#post-108096
  68. Parazitas

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    Try this if you use R4 - v2 samp version :ShowDialog { 0.3.7 R4 - v2 0AB1: @ShowDialog 6 id 1000 caption 0@ text 1@ button_1 2@ button_2 3@ style 2 } IF 0AA2: 10@ = "samp.dll" THEN 0A8E: 11@ = 10@ + 0x26E9C8 // SAMP_DIALOG_INFO_OFFSET 0A8D: 12@ = readMem 11@ sz 4 vp 1 0A8E...
  69. Parazitas

    [CLEO] Some snippets

    :SetCurrentDialogListItem { 0.3.7 - R1 0AB1: @SetCurrentDialogListItem 1 Item 1 } if 0AA2: 2@ = "samp.dll" then 0A8E: 3@ = 2@ + 0x21A0B8 0A8D: 3@ = readMem 3@ sz 4 vp 0 0A8E: 4@ = 3@ + 0x20 0A8D: 4@ = readMem 4@ sz 4 vp 0 0A8E: 5@ = 2@ +...
  70. Parazitas

    [CLEO] Some snippets

    Windows Libaries snippets for string comparing :CompareString { 0AB1: @CompareString 2 String1 0@ String2 1@ } IF 0AA2: 31@ = load_dynamic_library "Shlwapi.dll" THEN IF 0AA4: 30@ = get_dynamic_library_procedure "StrCmpIW" library 31@ THEN 0AA5: call 0x718740...
  71. Parazitas

    CLEO Help couple of scripts

    What's going on?
  72. Parazitas

    EDIT .PATH FILES

    Open file with Sanny builder. Change recording file ending. Now is something like name.path So you can change it to name.txt and it going to start record like text file which can be edited latter.
  73. Parazitas

    CLEO Help how to draw circle

    Which samp version?
  74. Parazitas

    sobfox mom is bitch

    Looks like you got them really good ..
  75. Parazitas

    Help SAMPADDON TAB Button not working

    Fix bug or make additional code to open scoreboard when pressing TAB
  76. Parazitas

    CLEO Help Aim Prediction

    Well something is still wrong, code below: :GENERATE_AIM_POSITION { 0AB1: @GENERATE_AIM_POSITION 1 ActorHandle 31@ _Returned: XYZ 0@ 1@ 2@ } // 3DVelocity_Difference = 3DVelocity_Target - 3DVelocity_Me 083D: get_actor $PLAYER_ACTOR velocity_in_direction_XYZ 31@ 30@ 29@ 083D: get_actor 0@...
  77. Parazitas

    [CLEO] Some snippets

    0AB1: @DisableCrosshair 1 State True // True = disable crosshair , False = enable crosshair :DisableCrosshair // 0AB1: @DisableCrosshair 1 State True // True = disable crosshair , False = enable crosshair IF 0@ == FALSE // ENABLE THEN // Enable sniper crosshair including box on sides...
  78. Parazitas

    CLEO Help Aim Prediction

    What you mean by this? " 3FPosition_Target " is it player position ?
  79. Parazitas

    CLEO Help Aim Prediction

    Something is wrong with calculation i guess, i puts on right hand side of player.. {$CLEO .cs} 0000: REPEAT IF 8AA2: $NOT_USED = "samp.dll" THEN 0A93: end_custom_thread END WAIT 1500 UNTIL 0AA2: $NOT_USED = "samp.dll" WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF...
  80. Parazitas

    CLEO Help Aim Prediction

    Why you don't have choise?? 0AB1: @MOVEMOUSE_ALLDIRECTION 0 // I actually hate this function because it dazzle the screen a bit, but I have no choice I have to use it :( @ajom seems like he using your func..
  81. Parazitas

    CLEO Help Aim Prediction

    Show your aim calculation
  82. Parazitas

    List with keycodes

    According @0x_ this function was disabled because peoples keep editing and deleting everything what they write straight away after they got what wanted..
  83. Parazitas

    CLEO Help Speed limit - 0.3.7-R4

    {$CLEO .cs} 0000: wait 2000 while true wait 0 if 0256: player $PLAYER_CHAR defined then if 0AB0: key_pressed 103 then if 0@ == 0 then 0@ = 1 0ACD: show_text_highpriority "~B~Speed limit ~G~ON" time 1337 else 0@ = 0...
  84. Parazitas

    [CLEO] Some snippets

    Create and control SAMP textdraw :CreateTextdraw { 0.3.7 R3 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "Textdraw.." 0AB1: @CreateTextdraw 4 ID 1000 Text 0@ XY 320.0 224.0 } IF 0AA2: 31@ = "samp.dll" THEN 0AC8: 30@ = allocate_memory_size 66 0A8C: write_memory...
  85. Parazitas

    [CLEO] Some snippets

    Create and control SAMP textdraw :CreateTextdraw { 0.3.7 R2 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "Textdraw.." 0AB1: @CreateTextdraw 4 ID 1000 Text 0@ XY 320.0 224.0 } IF 0AA2: 31@ = "samp.dll" THEN 0AC8: 30@ = allocate_memory_size 66 0A8C: write_memory...
  86. Parazitas

    CLEO Help Draw text on 0.3.7-R4

    According your source.., please see below example: {$CLEO .cs} 0000: REPEAT IF 8AA2: $NOT_USED = "samp.dll" THEN 0A93: end_custom_thread END WAIT 1500 UNTIL 0AA2: $NOT_USED = "samp.dll" WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN 0AC8: 0@ = allocate_memory_size 1024...
  87. Parazitas

    CLEO Help Draw text on 0.3.7-R4

    If this doesn't work for you..., try use samp textdraws... 0.3.7 R4 - v1 https://ugbase.eu/threads/some-snippets.16708/page-6#post-107892 0.3.7 R4 - v2 https://ugbase.eu/threads/some-snippets.16708/page-6#post-107891
  88. Parazitas

    [CLEO] Some snippets

    Create and control SAMP textdraw :CreateTextdraw { 0.3.DL 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "Textdraw.." 0AB1: @CreateTextdraw 4 ID 1000 Text 0@ XY 320.0 224.0 } IF 0AA2: 31@ = "samp.dll" THEN 0AC8: 30@ = allocate_memory_size 66 0A8C: write_memory...
  89. Parazitas

    [CLEO] Some snippets

    Create and control SAMP textdraw :CreateTextdraw { 0.3.7 R4 - v1 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "Textdraw.." 0AB1: @CreateTextdraw 4 ID 1000 Text 0@ XY 320.0 224.0 } IF 0AA2: 31@ = "samp.dll" THEN 0AC8: 30@ = allocate_memory_size 66 0A8C...
  90. Parazitas

    [CLEO] Some snippets

    Create and control SAMP textdraw :CreateTextdraw { 0.3.7 R4 - v2 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "Textdraw.." 0AB1: @CreateTextdraw 4 ID 1000 Text 0@ XY 320.0 224.0 } IF 0AA2: 31@ = "samp.dll" THEN 0AC8: 30@ = allocate_memory_size 66 0A8C...
  91. Parazitas

    CLEO Help Help with this cleo

    Which Samp version they use for server you want?
  92. Parazitas

    Chat related variables and functions for SA-MP 0.3.7 R4

    Since i can't edit old posts i'm forced to do double posting... samp.dll + 0x113E68 + PLAYER_ID*4 = player color
  93. Parazitas

    Chat related variables and functions for SA-MP 0.3.7 R4

    Almost forgot.., you need update score board data every 2.5 sec or less don't remeber now.. Othervise you will stop receiving information from it... FUNC_UPDATESCOREBOARD = samp.dll + 0x8F00
Top