Search results

  1. Parazitas

    CLEO Help Who can decrypt this cleo

    Stop trying steal somene source...
  2. Parazitas

    CLEO Help Get Player/Actor/Car/Object Health/Armor in Float

    Edit: Tested And Works.. 0.3.7 - R1 :Get_Some_Information /// 0AB1: @Get_Some_Information 1 PlayerID 125 0AA2: 1@ = loadLib "samp.dll" //samp base offset 1@ += 0x21A0F8 0A8D: 1@ = readmem 1@ sz 4 vp 0 //stInfo 1@ += 0x3CD 0A8D: 1@ = readmem 1@ sz 4 vp 0 //stPools 10@ += 0x18 0A8D: 1@ =...
  3. Parazitas

    CLEO Help how to create a textdraw that will do game black screen

    03F0: enable_text_draw 1 038E: draw_box_position 320.0 224.0 size 640.0 448.0 RGBA 0 0 0 255
  4. Parazitas

    CLEO Help Get Player/Actor/Car/Object Health/Armor in Float

    Tested with snippet all streamed peds it's just show 1000.0 float Try it yourself
  5. Parazitas

    CLEO Help Get Player/Actor/Car/Object Health/Armor in Float

    540 / 548 working only for player actor
  6. Parazitas

    Rainbow Stuff

    1. Rainbow Car - 0.3.7 - R1 2. Ranbow Chat or Dialog Text - 0.3.7 - R1 3. Rainbow Crosshair 4. Rainbow Vehicle Lights 5. No need to know 6. No need to know
  7. Parazitas

    Gta sa Memories...

    Interface Editors have hiden source.
  8. Parazitas

    Gta sa Memories...

    He hides all that stuff and makes new ones.
  9. Parazitas

    Gta sa Memories...

    Hello. How's going? P.S. Maybe Someone have " Money X " position memory address , i can't find it...
  10. Parazitas

    [CLEO] Some snippets

    You can make rainbow your dialog / chat text. :SetChatInputEditBoxTextColor { 0.3.7 - R1 0AB1: @SetChatInputEditBoxTextColor 1 Color 0xFF00FF00 } if 0AA2: 2@ = "samp.dll" then 0A8E: 3@ = 2@ + 0x21A0E8 // SAMP_CHAT_INPUT_INFO_OFFSET (R1) 0A8D: 3@ = readMem 3@ sz 4 vp 0...
  11. Parazitas

    Check request section >>> colection

    Check request section >>> colection
  12. Parazitas

    [CLEO] Some snippets

    Count Down Timer {$CLEO .cs} 0000: NOP wait 8500 0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED098' 30@ 0AA5: call 0x718600 2 pop 2 30@ "Time left: ~1~ seconds" 32@ = 0 // keep timer active while true wait 0 if 0AB0: 76 // L then repeat wait 0 until...
  13. Parazitas

    ATTACH

    It affects in only 1 frame. It means that you have to call this in every frame and you can use this to any objects. :ATTACH // 0AB1: @ATTACH 6 AS_actor $PLAYER_ACTOR attach_to_object 0@ offset 0.0 0.0 0.0 on_bone 6 0A9F: 6@ = current_thread_pointer 000A: 6@ += 0x44 0A96: 7@ = actor 0@ struct...
  14. Parazitas

    CLEO Help Timer

    You need to do this...
  15. Parazitas

    CLEO Help Timer

    Change senconds yourself,now is 3seconds 0AB1: @Timer 2 Seconds 3 TimingVariable 32@ _Return: TimeLeft 29@ SetTimeCountEndStatus 30@
  16. Parazitas

    Collection

    0.3.7 R1 Example: {$CLEO .cs} 0000: NOP wait 8500 0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED098' 30@ 0AA5: call 0x718600 2 pop 2 30@ "Time left: ~1~ seconds" 32@ = 0 // keep timer active while true wait 0 if 0256: player $PLAYER_CHAR defined then 0AB1...
  17. Parazitas

    CLEO Help Timer

    Special For SAMP 0.3.7 r1 Working without SAMPFUNCS {$CLEO .cs} 0000: NOP wait 8500 0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED098' 30@ 0AA5: call 0x718600 2 pop 2 30@ "Time left: ~1~ seconds" 32@ = 0 // keep timer active while true wait 0 if 0256: player...
  18. Parazitas

    CLEO Help Timer

    Which samp ?DL? R1? R2?
  19. Parazitas

    [CLEO] Some snippets

    Weapon WallHack If someone somehow change weapon color and combine with this code.., you can get powerful shit xD 0@ readMem 0x732F40 sz 1 vp 0 // Read only one time to get default value // Write to make weapon skin / wall thru writeMem 0x732F40 sz 1 vl 1 vp 0 // Write to set default value...
  20. Parazitas

    CLEO Help Draw_Outlined_Box

    GG, WP
  21. Parazitas

    Collection

    Rework source. http://ugbase.eu/index.php?threads/snippet-for-all-objects.20641/
  22. Parazitas

    Collection

    You can hook and get anim id , then if it is rolling block it .
  23. Parazitas

    Untagged Release [REL]Hack Pack for RP servers

    Use search button don't be lazy..
  24. Parazitas

    CLEO Help draw_line

    ?
  25. Parazitas

    CLEO Help draw_line

    You can check This one.
  26. Parazitas

    CLEO Help Auto select option from dialog

    USE SAMPFUCNS..............................................................................................................
  27. Parazitas

    CLEO Help Mark On Radar

    http://ugbase.eu/index.php?threads/snippet-convert-3d-position-to-2d-radar-screen-pos.9700/#post-65106
  28. Parazitas

    CLEO Help Auto select option from dialog

    {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: while true wait 0 if 0B4C: samp is_dialog_active -1 then 0AC8: 0@ = allocate_memory_size 260 0BD8: samp get_dialog_caption 0@ 0AC8: 1@ = allocate_memory_size 260 0AB1: @DeleteColorCodeFromText 4 text 0@ FirstCharacter 123...
  29. Parazitas

    CLEO Help Make your character walk to X Y Z coordinates

    Maybe can explain how this calculation works?
  30. Parazitas

    CLEO Help Auto select option from dialog

    any pic from dialog?
  31. Parazitas

    CLEO Help Auto select option from dialog

    Which samp ?
  32. Parazitas

    Untagged Release FastMap

    http://ugbase.eu/index.php?threads/map-cs.9383/#post-59657 Reworked @springfield low syntax source. Uploaded High syntax source. Memories for samp DL. Default key: M
  33. Parazitas

    CLEO Help Why my games doesn't load.

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: 0B34: "activate" @ACTIVE 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@...
  34. Parazitas

    CLEO Help Why my games doesn't load.

    Any pic?
  35. Parazitas

    Collection

    Yeah i see.. To lazy use search button... http://ugbase.eu/index.php?threads/cleo-cmd.21621/#post-127339
  36. Parazitas

    op bullet tracer

    So you don't know what he used for this. I guess it was RPC.
  37. Parazitas

    op bullet tracer

    It is rpc?
  38. Parazitas

    CLEO Help Help me about script

    http://ugbase.eu/index.php?threads/release-opensource-multiple-objects-search-hack-by-m1zg4rd.15178/
  39. Parazitas

    [SNIPPET] random string

    Nice you made snippet . Congrats ! Just one question.. What the point of this snippet? You didn't explain clearly...
  40. Parazitas

    CLEO Help Trigger Indicator

    @Opcode.eXe
  41. Parazitas

    Collection

    It called admin checker , also can be used same way.
  42. Parazitas

    [.ASI] Spammer with Garret's HOOK

    Example void SendChatMessage(const std::string& message) { if(!initialized) return; char* msg = strdup(message.c_str()); reinterpret_cast<void(__cdecl*)(char*, bool)>(sampModuleBase + 0x5A00)(msg, false); } Memories...
  43. Parazitas

    CLEO Help vest cleo

    {$CLEO} 0000: NOP :Start wait 100 SAMP.Available else_jump @Start if 8AAB: not file_exists "cleo\guardnear-nisad.ini" else_jump @getini 0AF1: write_int 18 to_ini_file "cleo\guardnear-nisad.ini" section "GUARD" key "Key1" 0AF1: write_int 90 to_ini_file "cleo\guardnear-nisad.ini" section...
  44. Parazitas

    CLEO Help cleo cmd

    ??
  45. Parazitas

    CLEO Help Weird String Error

    Impatient... {$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 1024 0AC8: 1@ = allocate_memory_size 1024 for 31@ = 97 to 99 0B75: samp get_chat_string 31@ text_to 0@ prefix_to 1@...
  46. Parazitas

    CLEO Help cleo cmd

    {$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: 2@ = allocate_memory_size 260 // ALLOC TO...
  47. Parazitas

    CLEO Help Weird String Error

    {$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 1024 0AC8: 1@ = allocate_memory_size 1024 for 31@ = 97 to 99 0B75: samp get_chat_string 31@ text_to 0@ prefix_to 1@ color_to 2@...
  48. Parazitas

    CLEO Help Weird String Error

    That's means first one which is hided?
  49. Parazitas

    CLEO Help Weird String Error

    Which one name you wanna get?
  50. Parazitas

    CLEO Help Weird String Error

    {$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 1024 0AC8: 1@ = allocate_memory_size 1024 for 31@ = 97 to 99 0B75: samp get_chat_string 31@ text_to 0@ prefix_to 1@ color_to...
  51. Parazitas

    CLEO Help Weird String Error

    any pic ?
  52. Parazitas

    CLEO Help request for cleo.

    What you mean? Write clearly...
  53. Parazitas

    CLEO Help request for cleo.

    //get number of dialog elements 0B54: samp 1@ = listbox_items_count //substract one from total cout 1@ -= 1 //last item is actually the null terminator chatmsg "num of elements %d" -1 1@ for 0@ = 0 to 1@ alloc 2@ = 256 0B5B: samp get_listbox_item 0@ text_to 2@ chatmsg "element %d - text...
  54. Parazitas

    CLEO Help [HELP] Custom command with outputs

    Which samp you use
  55. Parazitas

    CLEO Help Textdraw hider

    No, i guess
  56. Parazitas

    CLEO Help Textdraw hider

    Put hete full pointer with offsets
  57. Parazitas

    CLEO Help Auto chat-detector.

    {$CLEO .cs} 0000: 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@ 0AC8: 4@ =...
  58. Parazitas

    [CLEO] Some snippets

    OPCODE: 0B49: samp set_current_dialog_list_item 1@ Without SAMPFUNCS :Set_current_dialog_list_item { 0.3.7 - R1 0AB1: @Set_current_dialog_list_item 1 item 5 } 0AA2: 31@ = "samp.dll" 31@ += 0x21A0B8 0A8D: 31@ = read_memory 31@ size 4 virtual_protect 0 31@ += 0x20 0A8D: 31@ = read_memory...
  59. Parazitas

    CLEO Help Auto chat-detector.

    Do you understand what i said?
  60. Parazitas

    CLEO Help Auto chat-detector.

    Pic from chat?
  61. Parazitas

    Collection

    LSHIFT+1
  62. Parazitas

    CLEO Help Virtual Worlds

    00B72914 - Set interior
  63. Parazitas

    CLEO Help Virtual Worlds

    Not possible, without bug
  64. Parazitas

    CLEO Help Can't break the loop

    {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: while true wait 0 if and 0AB0: 109 8B21: samp not_chat_opened then 0AB1: @playername 0 wait 1500 // anti spam end end :playername wait 0 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4 0A8D: 29@ =...
  65. Parazitas

    CLEO Help 0.3DL address updates

    Done. 0.3.DL
  66. Parazitas

    CLEO Help 0.3DL address updates

    But what does this snippet? :map_1122 0AA2: 1@ = load_library "samp.dll" // IF and SET 1@ += 2173552 4 0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0 1@ += 8 0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0 1@ += 4 0A8D: 1@ = read_memory 1@ size 1 virtual_protect 0 ret 1 1@
  67. Parazitas

    CLEO Help Show dialog when press a key

    {$CLEO .cs} 0000: repeat wait 0 until 0AFA: while true wait 0 if 0AB0: key_pressed 51 // key 3 then 0AC6: 0@ = label @dialog_text offset 0B3B: samp show_dialog id 1000 caption "Title" text 0@ button_1 "Ok" button_2 "" style 0 wait 1500 end end :dialog_text HEX "123 Hello 123...
  68. Parazitas

    [CLEO] Some snippets

    OPCODE: 0B79: samp set_chat_input_enabled 1@ Without SAMPFUNCS :SET_CHAT_INPUT_ENABLED { 0.3.DL 0AB1: @SET_CHAT_INPUT_ENABLED 1 Status 0 // 1 = Enable, 0 = Disable } IF 0AA2: 10@ = "samp.dll" THEN 0A8E: 11@ = 10@ + 0x2ACA14 // SAMP_CHAT_INPUT_INFO_OFFSET 0A8D: 12@ = readMem...
  69. Parazitas

    CLEO Help 0.3DL address updates

    What is that?
  70. Parazitas

    CLEO Help Get other Player's health & Armor

    Samp get player health , use search opcode
  71. Parazitas

    I never made keylogger , so if you need it, find someone else...

    I never made keylogger , so if you need it, find someone else...
  72. Parazitas

    No

    No
  73. Parazitas

    CLEO Release Notepad

    I'll make it for all samp version , when get free time
  74. Parazitas

    CLEO Release Notepad

    You need Sampfuncs
  75. Parazitas

    Types of Sign Check and Sources , etc...

    Sign Check - Dialog Source samp 0.3.7 R*- 0.3.DL: {$CLEO .cs} 0000: wait 8500 0AC8: 4@ = allocate_memory_size 260 0AD3: 4@ = format "Sign check" WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN 0AB1: @get_samp_version_id 0 _Returned: ID 1@ IF 0AB1: @isDialogOpen...
  76. Parazitas

    CLEO Help SFUNCS RPC not working

    Use fake version R2 ????
  77. Parazitas

    How To Decompile Cleo script?

    You can make code after decompile not usable if someone try compile and use it in game.
  78. Parazitas

    How To Decompile Cleo script?

    When With 0AB1 code is destroyed he can't use and he have no idea how to fix that, btw you probably are crazy if try fix 0AB1 , it takes to much time.
  79. Parazitas

    How To Decompile Cleo script?

    Mate rly?? You think decryptor helps here? If someone decrypt this..., you still not able to use it..., because you not understand how cleo language works. There's a lot methods destroy code without cryptor . Cryptor used just make it harder to edit. We make it self destroy inside the code and...
  80. Parazitas

    CLEO Help cleo

    No i don't know...
  81. Parazitas

    CLEO Help cleo

    GG , lmo xD
  82. Parazitas

    CLEO Help 0B34 without SAMPFUNCS

    http://ugbase.eu/index.php?threads/convert-for-0-3-dl-help.20683/
  83. Parazitas

    CLEO Help Error using ophax

    Ophax require SAMPFUNCS! Sampfuncs only works with samp 0.3.7 R1
  84. Parazitas

    Untagged Release Auto Login

    Added V4.1 version which is 100% Without SAMPFUNCS and working with ANY samp version!. http://ugbase.eu/index.php?threads/auto-login.17129/ V4.1 - Ini example: [Server1] ServerIP=54.37.128.54 ServerPort=7777 LoginDialogTitle=Login NickName=Big_Father Password=Tiktok ExtraDialogTitle=Pin code...
  85. Parazitas

    m0d_sa Release deleted

    Good job mate, keep going !
  86. Parazitas

    CLEO Help Variable limit

    Minimum 0@ max 31@ , 32@ and 33@ are timers. Good bye.
  87. Parazitas

    I don't know

    I don't know
  88. Parazitas

    CLEO Help Total Players online

    Great now i we can make it for all wersions.
  89. Parazitas

    CLEO Help Total Players online

    Not yet....
  90. Parazitas

    CLEO Help Total Players online

    0C8B: samp 1@ = get_player_count streamed_only false
  91. Parazitas

    Get samp version

    Added R4 :get_samp_version_id // 0AB1: @get_samp_version_id 0 _returned_id 0@ 30@ = 0 if 0AA2: 31@ = load_library "samp.dll" // IF and SET then 31@ += 0x128 0A8D: 29@ = read_memory 31@ size 4 virtual_protect 1 if 29@ == 0x5542F47A then // 0.3.7 R1 30@ = 1 end...
  92. Parazitas

    m0d_sa Release deleted

    This SF version Never was finished properly...
  93. Parazitas

    Changing ChatDisplayMode

    Ez , ez !!! http://ugbase.eu/index.php?threads/snippet-hide-samp-chat.8000/#post-115747 Find it with cheat engine
  94. Parazitas

    CLEO Help compare strings

    :ReadTextFromFile // 0AB1: @ReadTextFromFile0 0@ if 0A9A: 0@ = openfile "CLEO\Names.txt" mode "rt" then 0AC8: 1@ = allocate_memory_size 2079 0C11: memset destination 1@ value 0 size 2079 0A9C: 2@ = file 0@ size 2@ += 1 0AC8: 4@ = allocate_memory_size 2@ 0C11: memset...
Top