Search results

  1. Parazitas

    CLEO Help Help with snippet

    @springfield @monday What's wrong now?? Why i get crash msg??? :DIALOG_PRESS_LEFT_BUTTON wait 0 IF 0AA2: 10@ = "samp.dll" THEN 0A8E: 11@ = 10@ + 0x26E898 // SAMP_DIALOG_INFO_OFFSET 0A8D: 12@ = readMem 11@ sz 4 vp 0 0A8E: 11@ = 10@ + 0x6F8C0 //SAMP_DIALOG_PRESS_LEFT_BUTTON...
  2. Parazitas

    [SNIPPET] Get Dialog Text

    It's get Dialog Text - 0.3.7 R3 What u need get from 0.3.DL?
  3. Parazitas

    CLEO Help Help with snippet

    Thx, work. R3 :CLOSE_DIALOG wait 0 IF 0AA2: 10@ = "samp.dll" THEN 0A8E: 11@ = 10@ + 0x26E898 // SAMP_DIALOG_INFO_OFFSET 0A8D: 12@ = readMem 11@ sz 4 vp 0 0A8E: 11@ = 10@ + 0x6FF40 //SAMP_DIALOG_CLOSE 0AA8: call_function_method 11@ struct 12@ num_params 1 pop 0 $DIALOG 0@...
  4. Parazitas

    CLEO Help Help with snippet

    :CLOSE_DIALOG wait 0 IF 0AA2: 7@ = "samp.dll" THEN 7@ += 0x6FF40 /// close dialog offset 0AA5: call 7@ num_param 0 pop 0 END 0AB2: 0 What i doing wrong?? @monday @supahdupahnubah
  5. Parazitas

    [Tutorial] Using functions from Windows libraries

    Very Usefull !!! Thx.
  6. Parazitas

    [SNIPPET] Get Dialog caption

    Dialog Caption - 0.3.7 R3 0AB1: @GetDialogCaption 0 0@ :GetDialogCaption { 0.3.7 - R3 } 0AA2: 1@ = "samp.dll" 1@ += 0x26E898 0A8D: 1@ = readMem 1@ sz 4 vp 0 0A8E: 2@ = 1@ + 0x28 //DialogOpenOffset 0A8D: 2@ = readMem 2@ sz 4 vp 0 if 2@ == 1 // Dialog open then 0A8E: 3@ = 1@ + 0x40...
  7. Parazitas

    [SNIPPET] is Chat/Dialog open.

    DIALOG - 0.3.7 R3 0AB1: @isDialogOpen 0 ret dType 0@ dId 1@ :isDialogOpen 0AA2: 1@ = "samp.dll" 1@ += 0x26E898 0A8D: 1@ = readMem 1@ sz 4 vp 0 0A8E: 2@ = 1@ + 0x28 0A8D: 2@ = readMem 2@ sz 4 vp 0 if 2@ == 1 then 0A8E: 3@ = 1@ + 0x2C //dialogType 0A8D: 3@ = readMem 3@ sz 4 vp 0...
  8. Parazitas

    [SNIPPET] Get Dialog Text

    @0x1E4 Which samp version you use?
  9. Parazitas

    [SNIPPET] Write in chat without SFUNCS (0AF8/0AF9)

    0.3.7 R3 Simple example .: {$CLEO .cs} 0000: wait 10000 /// wait 10sec until samp is redy const SAMP_CHAT_INFO_OFFSET_037r3 = 0x26E8C8 FUNC_ADDTOCHATWND_037r3 = 0x67460 FUNC_SAY_037r3 = 0x5820 FUNC_SEND_CMD_037r3 = 0x69190 end 0AC8: 0@ = allocate_memory_size 260 0AD3: 0@ = format "Hi say"...
  10. Parazitas

    CLEO Help I can't find modes

    Find black color and change to transparent
  11. Parazitas

    CLEO Help I can't find modes

    Use cheat engine
  12. Parazitas

    Cheat Engine

    https://github.com/LUCHARE/SAMP-API/tree/master/src/0.3.7-R3-1
  13. Parazitas

    Cheat Engine

    You can start from string search and find chat pointer
  14. Parazitas

    CLEO Help Click

    spamer -_-
  15. Parazitas

    CLEO Help Click

    {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 0ADC: test_cheat "Z" then 0@ = true else if 0ADC: test_cheat "X" then 0@ = false end end if 0@ == true then wait 0 0972: put_actor $PLAYER_ACTOR at 597.2166 -1248.985 18.2856 wait 56500...
  16. Parazitas

    CLEO Help Click

    You must use call not jump for snippets
  17. Parazitas

    [CLOSED][CLEO] Accepting request

    I can't waste my time for cleo mods, i have job and i must continue learn my driving license test...
  18. Parazitas

    CLEO Help Is there a working auto signcheck for Horizon roleplay?

    {$CLEO .cs} 0000: repeat wait 50 until 0AFA: is_samp_available while true wait 0 if 0B4C: samp is_dialog_active -1 then 0AC8: 3@ = allocate_memory_size 260 0BD8: samp get_dialog_caption 3@ if 0C14: strcmp string1 "Sign check" string2 3@ //comparing then 0AC8...
  19. Parazitas

    CLEO Help Is there a working auto signcheck for Horizon roleplay?

    take pic from your signcheck
  20. Parazitas

    how to modify a cheats enable and disable

    ORGINAL CODE {$CLEO .cs} 0000: NOP WHILE TRUE WAIT 0 IF Player.Defined($PLAYER_CHAR) THEN 0470: 1@ = actor $PLAYER_ACTOR current_weapon Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, 1@, 0) wait 150 END END EDITED CODE {$CLEO .cs} 0000: NOP WAIT 10000 // WAIT UNTIL SAMP IS...
  21. Parazitas

    looking for crosshair

    From my archive when i work with cleo and cheat engine Ceo working without SAMPFUNCS
  22. Parazitas

    [CLOSED][CLEO] Accepting request

    I stoped work with cleo programing .
  23. Parazitas

    Need help with script

    This already is like cleo , use google...
  24. Parazitas

    [SNIPPET] GetChatEntryText (without SF)

    0.3.7 - R2 :getChatEntryText { 0.3.7 - R2 0AC8: 0@ = allocate_memory_size 260 0AB1: @getChatEntryText 1 ChatID 99 _Returned: Text 0@ } IF 0AA2: 1@ = "samp.dll" THEN 1@ += 0x21A0EC 0A8D: 1@ readMem 1@ sz 4 vp 0 1@ += 0x132 0@ *= 0xFC 005A: 1@ += 0@ 1@ +=...
  25. Parazitas

    CLEO Help Anti AFK

  26. Parazitas

    CLEO Help Anti AFK

    Server is 0.3.DL ?
  27. Parazitas

    CLEO Help Anti AFK

    Easy make anti afk :D
  28. Parazitas

    CLEO Help Anti AFK

    Take any pic from your afk system
  29. Parazitas

    Shooting direction >> google

    Shooting direction >> google
  30. Parazitas

    CLEO Help Write memory keystrokes.

    Use cheat engine to find memory
  31. Parazitas

    CLEO Help Set your hp to 1.

    Write mem 0xB6F5F0 + 0x540 value 1
  32. Parazitas

    CLEO Help Anti-afk.

    Use Cheat engine
  33. Parazitas

    CLEO Help Get player Name

    Alachu_Alach How i can get player name not surname without " 0AD4: $NOT_USED = 0@ "%[^_]" 25@v " format? @monday @Opcode.eXe @springfield etc...
  34. Parazitas

    Untagged Release Auto Login

    U need sampfuncs !
  35. Parazitas

    CLEO Help Help me

    I can do it. 1. Need server ip 2. Need account 3. Where is this place?
  36. Parazitas

    CLEO Help AHK

    Why you not use cleo?
  37. Parazitas

    CLEO Help looking for a cleo [Run faster]

    edit it your self...
  38. Parazitas

    CLEO Help looking for a cleo [Run faster]

    Gta cheat code.: UP Gta cheat code.: DOWN
  39. Parazitas

    CLEO Help 3d text label editor.

    server ip ?
  40. Parazitas

    CLEO Help 3d text label editor.

    where u get 3dtext label?
  41. Parazitas

    I need help finding rainbow effect .

    And i need help to find AK-47 which is shooting rainbows, can you help me ASAP - Weed Is Good :)
  42. Parazitas

    CLEO Help Does undetectable teleport to 3dtextlabel exists?

    It's same like checkpoint , but you need just change coords to 3d text label
  43. Parazitas

    I need help finding activation key .asi

    https://github.com/BrunoBM16/samp-triggerbot/blob/master/triggerbot/dllmain.cpp
  44. Parazitas

    CLEO Help looking for a cleo [Run faster]

    {$CLEO .cs} 0000: NOP WAIT 10000 // wait until samp is ready 0@ = 1.0 1@ = 1.0 WHILE TRUE WAIT 0 IF 0ADC: test_cheat "DOWN" THEN 0@ -= 1.0 1@ -= 1.0 END IF 0ADC: test_cheat "UP" THEN 0@ += 1.0 1@ += 1.0 END 0393: actor $PLAYER_ACTOR perform_animation "WALK_PLAYER"...
  45. Parazitas

    CLEO Help looking for a cleo or sf plugin

    probably cleo not exist , but somebody can make it , if have time
  46. Parazitas

    anyone that knows how to re

    Just write your questions here...
  47. Parazitas

    CLEO Help Bot not follow

    http://ugbase.eu/index.php?threads/cleo-follow.19429/
  48. Parazitas

    CLEO Help 3d text label editor.

    cheat engine can do it.
  49. Parazitas

    CLEO Help Freeze yourself cleo.

    breaking rules....
  50. Parazitas

    Looking for those Scripts

    okay
  51. Parazitas

    CLEO Help ¿Anyone can do this cleo?

    Get chat text >>> Check online player >> Get online player name >> Do checks with chat and online player >>> if line correct then do ...
  52. Parazitas

    CLEO Help New driving camera [REQ??]

    {$CLEO .cs} 0000: NOP wait 10000 // wait until samp is ready while true wait 0 if 00DF: actor $PLAYER_ACTOR driving then 02EB: restore_camera_with_jumpcut end end
  53. Parazitas

    Looking for those Scripts

    which one bot you wanna?
  54. Parazitas

    CLEO Help Dialog Box parsing [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...
  55. Parazitas

    CLEO Help Sending a specific textdraw selection

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: "txd" @textdraw WHILE TRUE WAIT 0 END :textdraw 0B35: 0@ for 1@ = 0 to 2304 if 0C5D: samp textdraw 1@ is_exists then alloc 2@ = 1024 0C5A: samp textdraw 1@ get_string_to 2@ if 0C29: 3@ = stristr...
  56. Parazitas

    Looking for those Scripts

    u mean something like this? .:
  57. Parazitas

    CLEO Help One Message Send

    0AF9: samp say_msg "ID: %d, TEXT: %s" 0@ 2@ replace.: 0AF9: samp say_msg "TEXT: %s" 2@
  58. Parazitas

    CLEO Help One Message Send

    If you still can't find it , just wach..:
  59. Parazitas

    CLEO Help One Message Send

    88 = X
  60. Parazitas

    CLEO Help One Message Send

    show cleo / list
  61. Parazitas

    [Tutorial] Find SA:MP pointers

    Give me server , where i can get Checkpoint
  62. Parazitas

    CLEO Help Anyone know how to fix this? (See the picture).

    Wow you again made awesome format , very useful, thanks If i not doing wrong {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: SAMP_IS_READY 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...
  63. Parazitas

    How 2 press key on samp with minimized mode

    http://ugbase.eu/index.php?threads/snippet-send-keypress-via-gta.4071/
  64. Parazitas

    Does anyone have this?

    I can make it - PM
  65. Parazitas

    [CLOSED][CLEO] Accepting request

    {$CLEO .cs} 0000: NOP wait 10000 0B34: samp register_client_command "dead" to_label @cmd 1@ = 0 while true wait 0 if 0ADC: test_cheat "ON" then if 0@ == 0 then 0@ = 1 0AD1: show_formatted_text_highpriority "~g~ON" time 1337 else 0@ = 0 0AD1...
  66. Parazitas

    CLEO Help TELEPORT

    {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 0AB0: 89 then repeat wait 0 until 8AB0: 89 if call @is_cp_active 0 then if 00DF: actor $PLAYER_ACTOR driving then 00A0: store_actor $PLAYER_ACTOR position_to 4@ 5@...
  67. Parazitas

    [CLOSED][CLEO] Accepting request

    A lot request is here
  68. Parazitas

    CLEO Help TELEPORT

    Hmmmm
  69. Parazitas

    How 2 press key on samp with minimized mode

    What key?
  70. Parazitas

    CLEO Help Cleo Fish In Samp 0.3 DL

    Make video or give any explain how your fish system working...
  71. Parazitas

    CLEO Help Dialog with button "Next"

    {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0ADC: test_cheat "DLG" // PRESS KEYS - DLG THEN 0AC6: 1@ = label @FIRST_DIALOG_TEXT offset 0B3B: samp show_dialog id 1000 caption "DIALOG" text 1@ button_1 "OK" button_2 "NEXT" style 0 END...
  72. Parazitas

    CLEO Help Auto reply System

    {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 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@...
  73. Parazitas

    CLEO Help [SA:MP] Read chat and auto reply

    @Cataopcode Say no to Crash !!! {$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...
  74. Parazitas

    CLEO Help Masked Man Checker

    {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 056D: actor $PLAYER_ACTOR defined THEN wait 0 // GET ALL STREAMED PEDS 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4 0A8D: 29@ = read_memory 29@ size 4...
  75. Parazitas

    CLEO Help Masked Man Checker

    Yes u can add hotkeys, also u can edit distance on this line "7@ <= 1.0"
  76. Parazitas

    CLEO Help Masked Man Checker

    {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 056D: actor $PLAYER_ACTOR defined THEN wait 0 // GET ALL STREAMED PEDS 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4 0A8D: 29@ = read_memory 29@ size 4...
  77. Parazitas

    CLEO Help Masked Man Checker

    Which one samp version you use?
  78. Parazitas

    CLEO Help Masked Man Checker

    You can try this code... {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 056D: actor $PLAYER_ACTOR defined THEN // GET ALL STREAMED PEDS 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4 0A8D: 29@ =...
  79. Parazitas

    CLEO Help Need some help with dialog input script

    {$CLEO} 0000: wait 10000 while true wait 0 if 0B4C: samp is_dialog_active -1 then 0B4E: samp 10@ = get_current_dialog_id if 10@ == 250 then 0AC8: 0@ = allocate_memory_size 512 0BD7: samp get_dialog_text 0@ 0AC8: 1@ = allocate_memory_size 260...
  80. Parazitas

    [Tutorial] Find SA:MP pointers

    I'm busy and you probably understand why....
  81. Parazitas

    CLEO Help How to make this Script only work when player actor standing at nearest vehicle?

    So you saying , make full code , but you not learn anything...
  82. Parazitas

    CLEO Help How to make this Script only work when player actor standing at nearest vehicle?

    0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 0@ closest_ped_to 1@
  83. Parazitas

    CLEO Help Question about 0AA2: $hLIB = load_library "CLEO\version.dll"

    EDX is Virtual key codes offset like - F12 = 7B
  84. Parazitas

    CLEO Help Question about 0AA2: $hLIB = load_library "CLEO\version.dll"

    What i doing wrong??? Cheat Engine code.: "OWClient.dll" + 0027DF78 + 50 * 2 + 20 /// return P key is pressed or not pressed , 1 / 0 My code.: :Snippet_0AB0 0AA2: 1@ = "OWClient.dll" 1@ += 0x27DF78 0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0 1@ += 50 1@ *= 2 1@ += 20 0AB2: ret 1 1@
  85. Parazitas

    [Tutorial] Find SA:MP pointers

    Okay... before reinstall windows i delete it , nice try.
  86. Parazitas

    CLEO Help 0.3.7 r3

  87. Parazitas

    CLEO Help 0.3.7 r3

    Why u need sampfuncs???
  88. Parazitas

    CLEO Help How to crypt a .cs mod?

    all crypted cleo modes..., somebody can decrypt..
  89. Parazitas

    CLEO Help BURNOUT

    if 00DF: actor $PLAYER_ACTOR driving then 0A8C: write_memory 0xB73478 size 1 value 255 virtual_protect 0 // press W 0A8C: write_memory 0xB73474 size 1 value 255 virtual_protect 0 // press S end
  90. Parazitas

    CLEO Help Question about 0AA2: $hLIB = load_library "CLEO\version.dll"

    Maybe somebody know why i get crash when trying read memory from OWClient.dll ? :GetMem 0AA2: 1@ = "OWClient.dll" 1@ += 0x27DF78 0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0 0AB2: ret 0 @monday @springfield @supahdupahnubah etc..
  91. Parazitas

    [Tutorial] Find SA:MP pointers

    If u mean checkpoint , not marker probably this.: :get_cp_pos 0AA2: 0@ = loadlib "samp.dll" 0A8E: 1@ = 0@ + 0x21A10C 0A8D: 1@ = readMem 1@ sz 4 vp 0 1@ += 0xC 0A8D: 2@ = readMem 1@ sz 4 vp 0 1@ += 0x4 0A8D: 3@ = readMem 1@ sz 4 vp 0 1@ += 0x4 0A8D: 4@ = readMem 1@ sz 4 vp 0 0AA3: freelib 0@...
  92. Parazitas

    [Tutorial] Find SA:MP pointers

    0.3.7 Have Sampfuncs ...
  93. Parazitas

    CLEO Help [HELP] Marker.SetColor

    0165: set_marker 5@ color_to 0x7F0000FF
Top