Search results

  1. Parazitas

    Help 0.3DL CreateObject

    Well it have to be made, since no one create it yet. What exactly you planning to do?
  2. Parazitas

    CLEO Help Why this code is making my game crashes

    That code needs to be updated, it's old and buggy.
  3. Parazitas

    CLEO Help a little help with this cleo please!

    Code below was made to be used in all existing samp versions at the moment {$CLEO .cs} 0000: REPEAT IF 8256: player $PLAYER_CHAR defined THEN 0A93: end_custom_thread END WAIT 1500 UNTIL 0256: player $PLAYER_CHAR defined 0AC8: 28@ = allocate_memory_size 1024 0AD3: 28@ = string_format...
  4. Parazitas

    [CLEO] Some multi-samp snippets

    :GetLastSentTextFromChatBox { 0AB1: @GetLastSentTextFromChatBox 0 _Returned: Command 0@ Text 1@ } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E: 30@ = 31@ + 0x21A0E8 //...
  5. Parazitas

    CLEO Help Can someone help me find this cleo?

    https://ugbase.eu/threads/send-lag-rate.16774/
  6. Parazitas

    CLEO Help a little help with this cleo please!

    Will check this later today after job.
  7. Parazitas

    [CLEO] Some multi-samp snippets

    :SetLocalPlayerColor { 0AB1: @SetLocalPlayerColor 1 Color 31@ } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E: 29@ = 31@ + 0x3D40 // SAMP_SET_LOCAL_PLAYER_COLOR_OFFSET...
  8. Parazitas

    [CLEO] Some multi-samp snippets

    :GetLocalPlayerColor { 0AB1: @GetLocalPlayerColor 0 _Returned: color 31@ } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E: 29@ = 31@ + 0x3D90 //...
  9. Parazitas

    CLEO Help how can i interact with dialogs?

    Which samp version?
  10. Parazitas

    CLEO Help source code of this

  11. Parazitas

    CLEO Help send message to server

    I will make code for you today.
  12. Parazitas

    CLEO Help opcode that checks if player is in a vehicle

    Which samp version?
  13. Parazitas

    CLEO Help opcode that checks if player is in a vehicle

    Here you go: 00DF: actor $PLAYER_ACTOR driving If you have more questions , use same thread to post them...
  14. Parazitas

    CLEO Help Skill Point modifier on RP servers

    Make video with proper explaination and " maybe " i will make it.
  15. Parazitas

    CLEO Help HELP

    Hi, If you used samp command /save Then position you can find in >>> documents >> gta user files >>> samp >>> savedposition.txt If you looking ways to get marked position you need make code to do that for you. Or use Cheat engine.
  16. Parazitas

    CLEO Help Handling events according to the time of a chat

    Still I can't understand what you need... What that time means..
  17. Parazitas

    CLEO Help library that writes and sends message to server

    https://ugbase.eu/threads/some-multi-samp-snippets.17193/
  18. Parazitas

    CLEO Help Handling events according to the time of a chat

    Read forum rules!! English please..
  19. Parazitas

    Help Hide Cleo Hack Info

    When i get time, i definitely finish it. Could you leave on of you cheats which gives you these hack into messages. I will use them as testing object.
  20. Parazitas

    CLEO Help How to get info from current dialog list item ?

    https://ugbase.eu/threads/some-snippets.16708/page-3#post-100650
  21. Parazitas

    CLEO Help How to get info from current dialog list item ?

    Hello, please describe your samp version. Which you or your server currently using.
  22. Parazitas

    Mouse MOVE EVENT

    https://ugbase.eu/threads/snippet-send-keypress.1351/
  23. Parazitas

    Help Hide Cleo Hack Info

    Haven't got time to continue, made only half code.
  24. Parazitas

    [CLEO] Some multi-samp snippets

    :MuteServerChat { 0AB1: @MuteServerChat 1 State TRUE } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E: 30@ = 31@ + 0xC050 // SAMP_NOP_CHAT_UPDATE_OFFSET 0A8E...
  25. Parazitas

    Untagged Release CheckPoint Seeking Driver

    Which samp version you using?
  26. Parazitas

    Help Hide Cleo Hack Info

    Hello, I will make it today after job. Regards, Parazitas.
  27. Parazitas

    CLEO Help API Hex Colors

    Hello, Do you have any pictures ir videos about your server system?
  28. Parazitas

    [CLEO] Some multi-samp snippets

    Check When chat was updated to know exactly when new chat messages appeared , so you don't need to constantly read chat which will save some fps... :IsChatUpdated { IF 0AB1: @IsChatUpdated 0 } IF 0AA2: 31@ = "samp.dll" // IF and SET THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@...
  29. Parazitas

    CLEO Help HELP HOW TO USE CODES

    Hello, What code?? Do you think this is good question??? If you expecting to get answers first learn to ask right questions.. Regards, Parazitas.
  30. Parazitas

    [CLEO] Some multi-samp snippets

    :isDialogResponded { IF 0AB1: @isDialogResponded 0 _Returned: id 0@ button 1@ list_item 2@ input_text 3@ } IF 0AA2: 31@ = "samp.dll" THEN CONST VAR1 = $2AFD VAR2 = $2BEC VAR3 = $2CDE VAR4 = $2DCB END 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ >...
  31. Parazitas

    [CLEO] Some multi-samp snippets

    ########################## Dialog styles ########################## DIALOG_STYLE_MSGBOX := 0 DIALOG_STYLE_INPUT := 1 DIALOG_STYLE_LIST := 2 DIALOG_STYLE_PASSWORD := 3 DIALOG_STYLE_TABLIST := 4...
  32. Parazitas

    Help Hide Cleo Hack Info

    Better way from my personal point of view.., would be just freeze chat until you user fully connected to server , which means he not going to obtain any of these messages..
  33. Parazitas

    Help Hide Cleo Hack Info

    To do that you need y edit each code which sending these messages
  34. Parazitas

    CLEO Help Ways to avoid anti-afk

    Hello, Please provide Server details
  35. Parazitas

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

    Then create it in help section. P.S. Yes possible to bypass.
  36. Parazitas

    [ COLLECTION OF 0.3.7 - 0.*.* OFFSETS ]

    SAMP VERSION CHECK R1 - 0x31DF13 R2 - 0x3195DD R3 - 0xCC4D0 R4 v1 and v2 - 0xCBCB0 R5 - 0xCBC90 DL - 0xFDB60 SAMP INFO OFFSET R1 - 0x21A0F8 R2 - 0x21A100 R3 - 0x26E8DC R4 v1 and v2 - 0x26EA0C R5 - 0x26EB94 DL - 0x2ACA24 SAMP GET CAR ID R1 - 0x1B0A0 R2 - 0x1B180 R3 - 0x1E440 R4 v1 - 0x1EB40...
  37. Parazitas

    CLEO Help help making 0AB1: working

    After job i will make example
  38. Parazitas

    CLEO Help help making 0AB1: working

    Such things like repeat ir while can block your code until action is reached its final form.
  39. Parazitas

    [CLEO] Some multi-samp snippets

    :SetTextdrawText { 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "Magic is Real!" 0AB1: @SetTextdrawText 2 ID 1000 Text 0@ } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1...
  40. Parazitas

    [CLEO] Some multi-samp snippets

    Create and control SAMP textdraw :CreateTextdraw { 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "Now you see this textdraw!" 0AB1: @CreateTextdraw 4 ID 1000 Text 0@ XY 320.0 224.0 } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF...
  41. Parazitas

    CLEO Help Life indicator and samp vest indicator

    Please fallow forum rules!! https://ugbase.eu/threads/general-ugbase-eu-rules.13913/
  42. Parazitas

    [CLEO] Some multi-samp snippets

    :GetPlayerScoreByID { 0AB1: @GetPlayerScoreByID 1 ID 0@ _Returned: Score 31@ } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E: 30@ = 31@ + 0x21A0F8 // SAMP_INFO_OFFSET...
  43. Parazitas

    [CLEO] Some multi-samp snippets

    :UpdateScoreBoardList { 0AB1: @UpdateScoreBoardList 0 UpdateScoreBoardList - snippet used to update player list from ScoreBoard every 2.5sec when using snippet: GetPlayerNameByID } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0...
  44. Parazitas

    Untagged Release No Spread with an expanding crosshair

    I will look into it
  45. Parazitas

    Untagged Release No Spread with an expanding crosshair

    What exactly wrong with it? 🤔
  46. Parazitas

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

    @Hidend Looks like you been editing this code.
  47. Parazitas

    [CLEO] Some multi-samp snippets

    :UpdateScoreBoard { 0AB1: @UpdateScoreBoard 0 UpdateScoreBoard - snippet used to update player score and ping from ScoreBoard every 2.5sec when using snippets: GetPlayerScoreByID, GetPlayerPingByID } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@...
  48. Parazitas

    [CLEO] Some multi-samp snippets

    :IsPlayerConnected { IF 0AB1: @IsPlayerConnected 1 ID 0@ } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E: 30@ = 31@ + 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 30@...
  49. Parazitas

    [CLEO] Some multi-samp snippets

    :GetPlayerNameByID { 0AB1: @GetPlayerNameByID 1 ID 0@ _Returned: Name 31@ } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E: 30@ = 31@ + 0x21A0F8 // SAMP_INFO_OFFSET...
  50. Parazitas

    [CLEO] Some snippets

    :GetPlayerNameByID { 0.3.7 R5 IF 0AB1: @GetPlayerNameByID 1 ID 0@ _Returned: Name 1@ } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x26EB94 // SAMP_INFO_OFFSET 0A8D: 30@ = readMem 30@ sz 4 vp 0 30@ += 0x3DE // SAMP_PPOOLS_OFFSET 0A8D: 30@ = readMem 30@...
  51. Parazitas

    Help Dialog saver

    I can try if i get some free time
  52. Parazitas

    [CLEO] Some multi-samp snippets

    :get_samp_version_id // 0AB1: @get_samp_version_id 0 _returned: ID 0@ 30@ = 0 IF 0AA2: 31@ = "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 IF 29@ == 0x59C30C94...
  53. Parazitas

    Help Wallhack

    check for UltraWH.asi
  54. Parazitas

    Help Dialog saver

    He talks about this thread: https://www.blast.hk/threads/555/#post-10930
  55. Parazitas

    CLEO Help Checkpoint Teleport Hack

    Code encrypted. Use: https://ugbase.eu/threads/decrypting-safety-check-cleo-ahk-lua-sf-asi-dll.15117/
  56. Parazitas

    [LUA] Getting chat line full colours

    Also don't forget check prefix colour which is usually colour of sender or first text part.
  57. Parazitas

    [LUA] Getting chat line full colours

    Each chat text can have different colours from one word to another. Text colour format is: {00FF00} This kind formats you will find when you going to get chat string using memory reading or in chatlog.txt etc.. If you looking a way to get these colours formats from chat someone can help you.
  58. Parazitas

    Help Dialog saver

    You can save last used dialog by blocking memory, but it works only for last used dialog. Basically you need get dialog close it, nop memory, and when you ready use it again return original memory. And call function show dialog or do it by changing memory. When you nop memory you can't get any...
  59. Parazitas

    commands samp

    I'm curious why you looking for thing like this
  60. Parazitas

    Help AutoHotKey can't ControlSend {ENTER} or F keys 0.3.7/0.3dl

    Which gta sa version you have?
  61. Parazitas

    Types of Sign Check and Sources , etc...

    which samp version?
  62. Parazitas

    CLEO Help Have cleo script recognize AHK's virtual keystrokes as genuine (0.3dl)

    We can make gta not lose focus when minimized or in widows mode, So that shouldn't be problem
  63. Parazitas

    CLEO Help Have cleo script recognize AHK's virtual keystrokes as genuine (0.3dl)

    To detect key pressing from Windows you need get it by reading windows libraries, not sure just guessing.. Can't test this since I'm job. But why you just not making everything in one cleo code instead using millions programs?
  64. Parazitas

    CLEO Help Read last line in chat without sampfuncs (0.3dl)

    Find and Compare text: https://ugbase.eu/threads/snippet-iftextcontains-function.9269/ Get chat line string: https://ugbase.eu/threads/some-snippets.16708/page-3#post-100671 If you need something else let me know
  65. Parazitas

    Types of Sign Check and Sources , etc...

    Please provide picture from your chat message which has /paycheck
  66. Parazitas

    Get samp version

    Added samp 0.3.7 R5 :get_samp_version_id // 0AB1: @get_samp_version_id 0 _returned: ID 0@ 30@ = 0 IF 0AA2: 31@ = "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...
  67. Parazitas

    [CLEO] Some snippets

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

    Mouse MOVE EVENT

    Snippet which allows you to call mouse events. With these functions you can move the Gta Sa Camera. Usually these snippet is used for aimbots and other things.. Originally made by @Opcode.eXe and lost after forum updates.. :MouseMOVE_RIGHT // 0AB1: @MouseMOVE_RIGHT 0 0AA2: 31@ = load_library...
  69. Parazitas

    How to login samp R1 to samp DL . server

    Hi, @dphome help this guy when you get some free time. Regards, Parazitas.
  70. Parazitas

    [CLEO] Some snippets

    1. Snippet allows you to check when you are in car and in driver seat.., which means you driving car. 2. Snippet allows you to check when you are in car but not in driver seat.., which means you not driving car. All you need is just set CheckigState :is_actor_in_driver_seat { Set TRUE if...
  71. Parazitas

    [SNIPPET] Expanding variable

    Bump. Highly recommended use it more wildly, it allows you break limits of max usable variables.
  72. Parazitas

    Help how to solve crashed error

    How you getting crash? What you doing? You using cleo , lua or something else?
  73. Parazitas

    Python - CouldNotOpenProcess gta_sa.exe

    Hi, @monday If you got some free time could you help this gentleman. Regards, Parazitas.
  74. Parazitas

    [CLEO] Some snippets

    Thank you for your work. I have improved these snippets to avoid unnecessary else jumps which saves time a lot if you have long code to write.. :is_chat_opened { 0.3.7 R5 Set TRUE if you wanna check when chat is opened Set FALSE if you wanna check when chat is closed Usage...
  75. Parazitas

    CLEO Help NITRO.cs - make it toggleable?

    Just change original gta key by changing memory or send fake CTRL key press when you pressing F3
  76. Parazitas

    [CLEO] Some snippets

    1. Check When chat was updated 2. Get Chat string :IsChatUpdated { IF 0AB1: @IsChatUpdated 0 } IF 0AA2: 31@ = "samp.dll" // IF and SET THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0 THEN IF 17@ == 1 // 0.3.7 R1 THEN 0A8E: 30@ = 31@ +...
  77. Parazitas

    [CLEO] Some snippets

    :UpdateScoreBoard { 0.3.7 R5 0AB1: @UpdateScoreBoard 0 UpdateScoreBoard - snippet used to update player score and ping from ScoreBoard every 2.5sec when using snippets: GetPlayerScoreByID, GetPlayerPingByID } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x26EB94 //...
  78. Parazitas

    [CLEO] Some snippets

    :DisableTakingScreenShotWithF8 { 0.3.7 R5 0AB1: @DisableTakingScreenShotWithF8 1 State TRUE } IF 0AA2:31@ = "samp.dll" THEN 31@ += 0x613D1 IF 0@ == TRUE THEN 0A8C: write_memory 31@ size 1 value 0 virtual_protect 1 ELSE 0A8C: write_memory 31@ size 1 value 1 virtual_protect...
  79. Parazitas

    CLEO Help NITRO.cs - make it toggleable?

    Possible, will do later
  80. Parazitas

    [CLEO] Some snippets

    Add or Send messages or commands to samp chat.. :SAY /* 0.3.7 R5 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "Hey!" 0AB1: @SAY 1 text 0@ */ IF 0AA2: 1@ = "samp.dll" THEN 1@ += 0x5A10 0AA5: call 1@ num_param 1 pop 0 0@ END 0AB2: 0 :SEND_CMD /* 0.3.7...
  81. Parazitas

    CLEO Help Question for one script

    1. Yes you can 2. Don't make new thread just to ask about markers when you have already create 2 before.. If that continue your future multiple threads with same theme, request or help thing will be deleted without any warnings... Stay in one thread and ask your questions..., stop making...
  82. Parazitas

    [CLEO] Some snippets

    Get SAMP textdraw info :IsSampTextDrawExist { 0.3.7 R5 0AB1: @IsSampTextDrawExist 1 TextDrawID 1000 } IF 0AA2: 31@ = "samp.dll" THEN 31@ += 0x26EB94 // SAMP_INFO_OFFSET 0A8D: 31@ readMem 31@ sz 4 vp 0 31@ += 0x3DE // SAMP_PPOOLS_OFFSET 0A8D: 31@ readMem 31@ sz 4 vp 0...
  83. Parazitas

    [CLEO] Some snippets

    Create and control SAMP textdraw :CreateTextdraw { 0.3.7 R5 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "Now you see this 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...
  84. Parazitas

    CLEO Help CLEO HELP

    Example below: {$CLEO .cs} {$USE bitwise} 0000: REPEAT IF 8256: player $PLAYER_CHAR defined THEN 0A93: end_custom_thread END WAIT 1500 UNTIL 0256: player $PLAYER_CHAR defined WHILE TRUE WAIT 0 IF 0ADC: test_cheat "SCR" THEN 0B12: 31@ = 31@ XOR 1 IF 0039: 31@ == 1...
  85. Parazitas

    Discord bot

    Next time please use " Search " feature... https://ugbase.eu/threads/discord-webhooks.12297/
  86. Parazitas

    CLEO Help CLEO HELP

    Check your settings, make sure they are right..
  87. Parazitas

    CLEO Help CLEO HELP

    If you want it.. Just use different ID for each marker
  88. Parazitas

    CLEO Help CLEO HELP

    Creating 100+ same threads doesn't help you to get what you want! Next time be more patience please... {$CLEO .cs} 0000: repeat wait 0 until 0AFA: 0AB1: @CreateMarker 7 ID 1 XYZ 2248.0554 -1261.0439 23.9558 Icon 41 Color 0xFF0000FF Style 3 0AB1: @CreateMarker 7 ID 2 XYZ 2254.886 -1260.8098...
  89. Parazitas

    Help Question

    http://www.unit-conversion.info/texttools/hexadecimal/
  90. Parazitas

    Add activation command

    Are able to use this code from below?: https://ugbase.eu/threads/create-multiple-cmd-samp.15374/
  91. Parazitas

    Add activation command

    Which Samp version??
  92. Parazitas

    Help Aimbot vs ac/admins

    If your bullets keep hitting same enemies body part then it's very detectable..
  93. Parazitas

    CLEO Help CLEO HELP

    If samp version is 0.3.7 R1 Please use snippet from below: https://ugbase.eu/threads/some-snippets.16708/page-6#post-107649
  94. Parazitas

    CLEO Help CLEO HELP

    Incorrect usage, you shouldn't use same variable for returning marker handle..
  95. Parazitas

    CLEO Help Help me

    You dropping random video with random short text... Then expecting get what you need because you explained everything like a PRO , right?? 🤔 Well good luck with that, i don't see that happening.. First of all.., explain properly what is wrong and what kind changes expecting to be done etc...
  96. Parazitas

    CLEO Help Cleo spam key

    Small thing about that snippet, it will keep pressing on windows that key if player using anti pause / samp addon.. I highly recommend better use in game key pressing..
  97. Parazitas

    I want to learn how to make Cleo hacks :v

    Actually i planning start make more videos about cleo coding etc... But only after all that Christmas and new year celebration..
Top