Search results

  1. Parazitas

    Girlfriend SNIPPET | Python

    Big snippet !
  2. Parazitas

    CLEO Help Get position from front

    I mean when i turn away from car code stop detect in from and i can't get angle Between Obstacles and my car. Edit.: I think i can solve it.
  3. Parazitas

    CLEO Help Get position from front

    Possible in this snippet add radius ? @Opcode.eXe @monday etc.. :get3DXYZInFrontOf { Return: PosX-InFrontOf PosY-InFrontOf PosZ-InFrontOf Example: 0AB1: @get3DXYZInFrontOf 6 XYZ 1@ 2@ 3@ Z_Angle 4@ Y_Angle 5@ Distance 9.5 Return_XYZ_To 6@ 7@...
  4. Parazitas

    CLEO Help Get position from front

    So i made this code , but i don't understand couple things... 1. How to make drive around obstacles? 2. how calculate works ? 3. how i should calculate? @Opcode.eXe @monday @springfield {$CLEO .cs} 0000: NOP wait 8500 while true wait 0 if 00DF: actor $PLAYER_ACTOR driving then...
  5. Parazitas

    CLEO Help How to move a dialog?

    {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: Dialog.Create(0@, "Hack Pack ") Dialog.SetRECT(0@, 1@, 2@, 260, 150) /// Dialog Background color Dialog.SetBackgroundColor(0@, -16777216) /// Dialog check Box Dialog.AddCheckBox(0@, 1, "{FF0000}Test move dialog"...
  6. Parazitas

    CLEO Help How to move a dialog?

    When i back after job
  7. Parazitas

    CLEO Help Question

    Maybe somebody can explain how this opcode works.: 00AE: set_car 26@ traffic_behaviour_to 2 I mean how opcode detect obstacles and how know which way need turn? Maybe possible change detection distance? https://gtamods.com/wiki/00AE @monday @Opcode.eXe @springfield etc...
  8. Parazitas

    CLEO Help Help with cleo

    Probably files is crypted
  9. Parazitas

    CLEO Help Command to dialog..

    {$CLEO .cs} 0000: NOP REPEAT wait 0 UNTIL samp.Available() Dialog.Create(0@, "NOP Master") Dialog.SetRECT(0@, 0, 290, 260, 290) Dialog.AddCheckBox(0@, 1, "SetPos", 0, 0, 200, 40) Dialog.AddCheckBox(0@, 2, "RemoveFromVeh", 0, 45, 200, 40) Dialog.AddCheckBox(0@, 3, "EngineState", 0, 90, 200...
  10. Parazitas

    CLEO Help How to close a code?

    @monday @MalikeiraOPoder Use two methods - this is how you can destroy your code after decompile without any cryptors !: 1. Add {$NOSOURCE} in the top cleo code {$CLEO .cs} {$NOSOURCE} 0000: NOP wait 8500 while true wait 0 end 2. Do like: {$CLEO .cs} {$NOSOURCE} 0000: NOP wait 8500...
  11. Parazitas

    Anti spec

    not possible..
  12. Parazitas

    Dont fall for autosigncheck

    A lot shit we can bypass You just need know which one is fake
  13. Parazitas

    CLEO Help Get position from front

    This opcode also check my car and my actor ... How to make ignore my actor and my car? 06BD: is_obstacles_between 1@ 2@ 3@ and 6@ 7@ 8@ solid 1 car 1 actor 1 object 1 particle 0 @Opcode.eXe @springfield etc...
  14. Parazitas

    Dont fall for autosigncheck

    Probably owner made fake signcheck dialog to check which player use cleo...
  15. Parazitas

    Dont fall for autosigncheck

    Why can add random time to wait before auto put answer in dialog xD That makes more legit.
  16. Parazitas

    CLEO Help Get position from front

    I trying detect car in from and if it exist try avoid it - start auto drive around I made this one , but working very weird , because he detect my actor and my car ... :CheckCarsInFront 03C0: 0@ = actor $PLAYER_ACTOR car 0407...
  17. Parazitas

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    What you trying create? What the point of this?
  18. Parazitas

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    @monday @0x32789 Etc...
  19. Parazitas

    How to find entity list of objects? (Vehicles, players, peds, etc.)

    Peds: http://ugbase.eu/index.php?threads/snippet-for-all-peds.3480/#post-121704 Cars: http://ugbase.eu/index.php?threads/snippet-forallcars.2769/page-2#post-121703 Object: http://ugbase.eu/index.php?threads/snippet-for-all-objects.20641/
  20. Parazitas

    [SNIPPET] ForAllPeds

    Example: if 0AB1: @GetClosestPeds 0 31@ then 00A0: store_actor 31@ position_to 26@ 27@ 28@ 06D5: 29@ = create_racing_checkpoint_at 26@ 27@ 28@ point_to 26@ 27@ 28@ type 2 radius 1.0 wait 5000 06D6: disable_racing_checkpoint 29@ end Snippet: :GetClosestPeds 20@ = 9999.0 0A8D...
  21. Parazitas

    [SNIPPET] ForAllCars

    Example: if 00DF: actor $PLAYER_ACTOR driving then if 0AB1: @GetClosestVehicle 0 31@ then 00AA: store_car 31@ position_to 26@ 27@ 28@ 06D5: 29@ = create_racing_checkpoint_at 26@ 27@ 28@ point_to 26@ 27@ 28@ type 2 radius 1.0 wait 5000 06D6...
  22. Parazitas

    CLEO Help Get position from front

    How i can get position from my front? @Opcode.eXe etc... Edit: Looks like this snippet work like that http://ugbase.eu/index.php?threads/snippet-get3dxyzinfrontof.4974/
  23. Parazitas

    [CLOSED] Accepting request

    PM...
  24. Parazitas

    [CLOSED] Accepting request

    eCH... , YOU MEAN HE NOT DETECT CHAT TEXT ???
  25. Parazitas

    [CLOSED] Accepting request

    Whats wrong?
  26. Parazitas

    I need one request for cheat.

    If you know this object id i can make it.
  27. Parazitas

    [CLOSED] Accepting request

    IDK about it , ask @Opcode.eXe
  28. Parazitas

    [CLOSED] Accepting request

    Good luck.
  29. Parazitas

    Get some dialog information

    Is there any way get: 1. Which dialog button was pressed? 2. pEditbox text? @springfield etc..
  30. Parazitas

    [CLOSED] Accepting request

    Sign Check Code: {$CLEO .cs} 0000: 'Parazitas || UGBASE.EU' 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 for 20@ = 95 to 99 // chat lines...
  31. Parazitas

    [CLOSED] Accepting request

    Because i put wronge opcode, just change to - opcode set dialog editbox text
  32. Parazitas

    [CLOSED] Accepting request

    {$CLEO .cs} 0000: 'Parazitas || UGBASE.EU' 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@...
  33. Parazitas

    [CLOSED][CLEO] Accepting request

    This thread was closed... Use this one ...: http://ugbase.eu/index.php?threads/accepting-request.20630/page-9#post-121585
  34. Parazitas

    CLEO Help TEXT_BOX

    String.... Just do like : Alloc 10@ 260 Format 10@ "hello" 0AB1: @DRAW_TEXT 3 X 160.0 Y 230.0 String 10@
  35. Parazitas

    Wallhack for R2 Client

    ULTRA WH
  36. Parazitas

    CLEO Help TEXT_BOX

    :DRAW_TEXT { 0AB1: @DRAW_TEXT 3 X 160.0 Y 230.0 String 22@ } 03F0: enable_text_draw 1 0342: set_text_draw_centered 1 03E0: draw_text_behind_textures 0 0340: set_text_draw_RGBA 66 195 227 255 033F: set_text_draw_letter_size width 0.205 height 0.955 0349: set_text_draw_font 2 060D...
  37. Parazitas

    CLEO Help TEXT_BOX

    Use: 0AD1: "hello" 1337
  38. Parazitas

    [CLOSED][CLEO] Accepting request

    Which one?
  39. Parazitas

    CLEO Help Actor Data

    Possible get not streamed player actor handle? I tried do this like: {$CLEO .cs} 0000: 'Parazitas || UGBASE.EU' REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY while true wait 0 if 0B61: samp is_local_player_spawned then 0C8B: samp 0@ = get_player_count streamed_only false for 1@ = 0...
  40. Parazitas

    [CLOSED] Accepting request

    http://ugbase.eu/index.php?threads/snippet-samp-textdraw.20436/ :SampTextDraw { 0AB1: @SampTextDraw 2 ID 0@ Status 1 // 1 = show , 0 = hide 0.3.DL } 0AA2: 2@ = load_library "samp.dll" 2@ += 0x2ACA24 0A8D: 2@ readMem 2@ sz 4 vp 0 2@ += 0x4 0A8D: 2@ readMem 2@ sz 4 vp 0 2@ += 0x1B8...
  41. Parazitas

    CLEO Help writing string value to .ini

    :GetText { 0AB1: @GetText 1 WriteStringPointer 0@ rnt 1@ } 0C17: 31@ = strlen 0@ 31@ -= 1 for 30@ = 0 to 31@ 0A8D: 29@ = read_memory 0@ size 1 virtual_protect 1 if 29@ == 36 // 36 = $ then 1@++ // counter - count how many exist with same symbol...
  42. Parazitas

    CLEO Help writing string value to .ini

    So looks like you wanna return text after second $ symbol
  43. Parazitas

    CLEO Help Actor status

    Crash every time
  44. Parazitas

    CLEO Help HELP - reading a string

    Maybe you have code which get textdraw string by id? I'm newbie with rpc...
  45. Parazitas

    CLEO Help Actor status

    Is there any ways check when any player on foot or driving? for 0@ = 0 to 600 // 600 max player connect to server if 0B23: samp is_player_connected 0@ then 0B20: samp 1@ = actor_handle_by_samp_player_id 0@ if 00DF: actor 1@ driving then...
  46. Parazitas

    I need one request for cheat.

    It's a joke?
  47. Parazitas

    CLEO Help writing string value to .ini

    Maybe you get crash from chatmsg, looks like you use a lot char to add message to chat
  48. Parazitas

    [CLOSED] Accepting request

    Source: {$CLEO .cs} 0000: 'Parazitas || UGBASE.EU' 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@...
  49. Parazitas

    CLEO Help HELP - reading a string

    Easy {$CLEO} 0000: wait 8500 0AC8: 0@ = allocate_memory_size 260 0AD3: 0@ = format "me3r3 co0apt3" 0AC8: 1@ = allocate_memory_size 260 0AB1: call_scm_func @get_digits_to_print param_count 2 text 0@ memory_to_store_digits_as_text 1@ 0AD1: "%s" 1337 1@ 0A93: end_custom_thread...
  50. Parazitas

    [CLOSED] Accepting request

    1. Pic of dialog??? 2. When you need need write /signcheck ???
  51. Parazitas

    Question about pickup

    Someone know how to get pickup pointer? @springfield @monday etc...
  52. Parazitas

    CLEO Help read_from_ini_file doesn't give information

    alloc 5@ 260 0AD3: 5@ = format "Your balance is: %s" 29@
  53. Parazitas

    Create your own samp dialog without sampfuncs ! https://youtu.be/SDiRW0AX40U

    Create your own samp dialog without sampfuncs ! https://youtu.be/SDiRW0AX40U
  54. Parazitas

    Untagged Release samp_commands (for Cleo)

    Perfect ! Congrats.
  55. Parazitas

    Set or clear chat input text

    I just saw now , but looks like - Dialog editbox and chat inputbox set text pointers are same. So i tested and works perfect.
  56. Parazitas

    [CLOSED] Accepting request

    i not making aim bots , haven't a lot experience for that.
  57. Parazitas

    [CLOSED] Accepting request

    About this job or what ever this is.
  58. Parazitas

    Set or clear chat input text

    ETC. @springfield @monday I made and tested this snippet - working , but also i get one error , maybe you know why? :SET_CHAT_INPUT_ENABLED { 0.3.7 - R1 0AB1: @SET_CHAT_INPUT_ENABLED 1 Status 0 // 1 = Enable, 0 = Disable } IF 0AA2: 10@ = "samp.dll" THEN 0A8E: 11@ = 10@ + 0x21A0E8...
  59. Parazitas

    Set or clear chat input text

    Oh that make sense. Thanks a lot guys.
  60. Parazitas

    Set or clear chat input text

    Please explain it. IF every second need add +4 , so how dialog editbox have 24 offset? Because if i add every time +4 it should be 36 offset. I trying understand. struct stDialogInfo { IDirect3DDevice9 *m_pD3DDevice; // + 0 int iTextPoxX; // + 4 int iTextPoxY...
  61. Parazitas

    Set or clear chat input text

    Ty..., thx. :SetChatInputEditBoxText { 0AB1: @SetChatInputEditBoxText 2 => text 0@ selected 0 } if 0AA2: 2@ = "samp.dll" then 0A8E: 3@ = 2@ + 0x21A0E8 // SAMP_CHAT_INPUT_INFO_OFFSET (R1) 0A8D: 3@ = readMem 3@ sz 4 vp 0 // pChatInput; 0A8E: 4@ = 3@ + 0x8...
  62. Parazitas

    Set or clear chat input text

    I mean where you see +8 offset
  63. Parazitas

    Set or clear chat input text

    I can't find it
  64. Parazitas

    Set or clear chat input text

    Soon you will be pro 100% xD
  65. Parazitas

    Set or clear chat input text

    Do you know chat input editbox offset?
  66. Parazitas

    CLEO Help Cleo that opens chat while dialog is open

    0B79: samp set_chat_input_enabled 1
  67. Parazitas

    Set or clear chat input text

    I tried find pointer of this a lot times , but not successfully. Idk how many params should be called to samp.dll - same as this one: :SET_CHAT_INPUT_ENABLED { 0.3.DL 0AB1: @SET_CHAT_INPUT_ENABLED 1 STATUS 0 // 1 = ENABLED , 0 = DISABLED } IF 0AA2: 10@ = "samp.dll" THEN 0A8E: 11@ =...
  68. Parazitas

    C# Basic Memory Hacking in SAMP

    samp.dll
  69. Parazitas

    [CLOSED] Accepting request

    any video about system?
  70. Parazitas

    CLEO Help Getting Car Speed

    This is how it looks. Server show my speed - 182 But cleo code show - 45 {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 00DF: actor $PLAYER_ACTOR driving then 03C0: 0@ = actor $PLAYER_ACTOR car 02E3: 1@ = car 0@ speed 0AD1: "%f" 1337 1@ end end When you know car...
  71. Parazitas

    CLEO Help Getting value from chat string

    if 0C29: $not_used = strstr string1 2@ string2 "Your account balance is now" then 0AB1: @GetText 1 WriteStringPointer 2@ rnt 15@ 0AF5: write_string 15@ to_ini_file "cleo\ServerCMD.ini" section "Bank" key "balance" end :GetText { 0AB1: @GetText 1 WriteStringPointer 0@ rnt 1@ } 0C17...
  72. Parazitas

    Infinite Run for R2 client

    0330: set_player $PLAYER_CHAR infinite_run 1
  73. Parazitas

    CLEO Help Stop loop when message appears on chat

    IF AND 5@ == TRUE 32@ > 9000 // 9 sec THEN 32@ = 0 // reset timer 0AF9: samp say_msg "/thiscommand" END
  74. Parazitas

    CLEO Help Stop loop when message appears on chat

    {$CLEO .cs} 0000: repeat wait 0 until 0AFA: WHILE TRUE WAIT 0 IF 0AB0: key_pressed 113 THEN IF 5@ == TRUE THEN 5@ = FALSE 0AF8: samp add_message_to_chat "Shows toggle message {DC143C}OFF" color -1 ELSE 5@ = TRUE...
  75. Parazitas

    CLEO Help Getting value from chat string

    This snippet Return string after symbol $ :GetText { 0AB1: @GetText 1 WriteStringPointer 0@ rnt 1@ } 0C17: 31@ = strlen 0@ 31@ -= 1 for 30@ = 0 to 31@ 0A8D: 29@ = read_memory 0@ size 1 virtual_protect 1 if 29@ == 36 // 36 = $ then 0@++...
  76. Parazitas

    CLEO Help Getting value from chat string

    I make snippet for you when i back from city
  77. Parazitas

    CLEO Help Getting Car Speed

    I make code for you when I back from city
  78. Parazitas

    C# Basic Memory Hacking in SAMP

    You sure you get static pointer? Post here full pointer with offsets I check it later
  79. Parazitas

    CLEO Help Getting Car Speed

    Logger - is what you get when use it for testing . 0AD1: - is hight formated text opcode which show your text. 1337 is timer how long you wanna see that text . Have more questions?
  80. Parazitas

    C# Basic Memory Hacking in SAMP

    Maybe you get wrong pointer. http://ugbase.eu/index.php?threads/get-samp-base.20566/#post-119785
  81. Parazitas

    [CLOSED] Accepting request

    You get everthing what you need to make this shit , you can do it now your self.
  82. Parazitas

    [CLOSED] Accepting request

    -_- {$CLEO .cs} 0000: 'Parazitas || UGBASE.EU' REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 if 0B4C: samp is_dialog_active -1 then 0AC8: 0@ = allocate_memory_size 260 0BD8: samp get_dialog_caption 0@ fi 0C29: $NOT_USED = stristr string1 0@ string2 "Manage...
  83. Parazitas

    [CLOSED] Accepting request

    {$CLEO .cs} 0000: NOP WAIT 10000 WHILE TRUE WAIT 0 IF 0AB0: key_pressed 90 {Z} THEN 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x46 state 255 // enable key WAIT 1000 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x46 state 0 // disable key END END :Set_Virtual_Key { 255 = true 0 =...
  84. Parazitas

    CLEO Help Getting Car Speed

    Cleo code never get same car speed like your server... , you must do some test to check which speed is same like your server. Use logger if 00DF: actor $PLAYER_ACTOR driving then 03C0: 0@ = actor $PLAYER_ACTOR car 02E3: 1@ = car 0@ speed 0AD1: "%f" 1337 1@ end
  85. Parazitas

    [CLOSED][CLEO] Accepting request

    This thread was closed!!!!! Go to request
  86. Parazitas

    CLEO Help GetPlayerColor

    delete part which you get handle
  87. Parazitas

    [CLOSED] Accepting request

    You can't just stay same place ? You can use virtual keys , to set player movements http://ugbase.eu/index.php?threads/snippet-set-virtual-or-game-key.19933/
  88. Parazitas

    CLEO Help Question about file reading / counting

    Thx , also i found one more way. IMPORTANT: This not working like snippet when you wanna return. if 0AAB: file_exists "CLEO/admin.txt" then if 0A9A: 30@ = openfile "CLEO/admin.txt" mode "rt" then 10@ = 0 repeat wait 500 // wait - before get next nick name...
  89. Parazitas

    SA:MP 0.3.7 Keylogger (Stealer)

    shit....
  90. Parazitas

    Shoutbox

    Can you tell me which forum you use here ? I think i can make it.
  91. Parazitas

    Shoutbox

    Question.: 0AEB: $car = car_struct $vehicle_struct handle This opcode return pointer of vehicle?
  92. Parazitas

    [CLOSED] Accepting request

    This cleo block ESC and keep game active when you are alt - tabbed or minimized game.
  93. Parazitas

    [CLOSED] Accepting request

    What the point of this? What you trying bypass?
  94. Parazitas

    [CLOSED] Accepting request

    I can't see .. , so i can't do it... Where is pic? DC: Parazitas#0398
  95. Parazitas

    [CLOSED] Accepting request

    Need more information , if it is like auto capcha , i need pic.
  96. Parazitas

    CLEO Help Getting TXD ID

    Take pic
  97. Parazitas

    CLEO Help Getting TXD ID

    http://ugbase.eu/index.php?threads/textdraw-or-3dtextlabel-finder.17396/#post-102399
  98. Parazitas

    CLEO Help Getting Chat String

    I can't now , i working now night shift
Top