Search results

  1. Parazitas

    Help sameone fix

    For real where's code? How we should check it?
  2. Parazitas

    Help New nametags

    If only numbers then it is simple to make with cleo language. With any other coding language it's to easy even waste time for it.
  3. Parazitas

    Help Nametag position snippet

    Should be possible, it's somewhere around colour offset
  4. Parazitas

    SF Plugin CLEO LUA Help Anti Afk

    Ugbase search???? https://ugbase.eu/threads/release-advanced-anti-afk-cleo.1513/
  5. Parazitas

    [CLEO] Some snippets

    For those who using Gta Go To AI for walking to checkpoint. Snippet below will be usefull. :GetPlayerActorGoToTaskID // 0AB1: @GetPlayerActorGoToTaskID 0 _Returned: TaskStatus 0@ 0A8D: 31@ = read_memory 0xC0B1FC size 2 virtual_protect 0 // Read to Get Task ID IF NOT 31@ == 65535 THEN 0AB2: ret...
  6. Parazitas

    [CLEO] Some multi-samp snippets

    1. Check if RACE CheckPoint Active 2. Get RACE CheckPoint Position :is_racecp_active // 0AB1: @is_racecp_active 0 IF 0AA2: 31@ = loadlib "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...
  7. Parazitas

    [CLEO] Some multi-samp snippets

    1. Check if CheckPoint Active 2. Get CheckPoint Position :is_cp_active // 0AB1: @is_cp_active 0 IF 0AA2: 31@ = loadlib "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@ +...
  8. Parazitas

    CLEO Help Help with go_to command

    I just wake up, so let's go further. Please contact with me on discord since it's easier to communicate
  9. Parazitas

    Help Aim lock ignore addition

    Your area using this source https://ugbase.eu/threads/skin-aimbot-by-rscaerzx-wheel-aim.15675/
  10. Parazitas

    Help I want to make a cleo script...

    So you wanna make marker on your radar
  11. Parazitas

    [CLEO] Some snippets

    Two Functions: 1. Get current vehicle ID. 2. Get current vehicle number plate. :SAMPGetCurrentVehicleID { 0.3.DL 0AB1: @SAMPGetCurrentVehicleID 0 _Returned: VehicleID 0@ } IF 0AA2: 31@ = "samp.dll" THEN 31@ += 0x2ACA24 // SAMP_INFO_OFFSET 0A8D: 31@ readMem 31@ sz 4 vp 0 31@...
  12. Parazitas

    Help How can I get specific area from string (CLEO)

    I wasted my precious time for your request.. This is first and last time when i help you. Use Code below to obtain vehicle number plate.: :SAMPGetCurrentVehicleNumberPlate { 0.3.DL 0AB1: @SAMPGetCurrentVehicleNumberPlate 0 _Returned: NumberPlate 0@ } IF 0AA2: 31@ = "samp.dll" THEN...
  13. Parazitas

    Help How can I get specific area from string (CLEO)

    any pictures?
  14. Parazitas

    Automatic /rr

    {$CLEO} thread "scripter" 0000: repeat wait 0 until 0AFA: 0B63: "rr" 0B63: "Name" 0B34: "Name" @Name 0b34: "rr" @asd while true wait 0 if 17@ == 1 then 0B28: 0 wait 1050 0B27: 1 17@ = 0 end IF 0256: player $PLAYER_CHAR defined THEN 0AC8: 17@ =...
  15. Parazitas

    CLEO Help Encrypt Cleo file

    There's no actually safe way to fully crypt code, but some methods exist which makes code not compilable once it was opened with sanny builder. But for now you can just use this cryptor: https://www.mediafire.com/file/954k55fbrtbpm62/Crypt.exe/file
  16. Parazitas

    Help remove special characters

    {$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: 31@ = allocate_memory_size 260 0AD3: string 31@ format "~g~ {} a abcdefgz 1234567890 64-=' > ,<" 0AC8: 30@ = allocate_memory_size 260...
  17. Parazitas

    Help i have problem with textdraw

    I'm busy until Monday Maybe after i will get little free time
  18. Parazitas

    Help remove special characters

    If your string is actually like that. 1. Remove colours 2. Collect only digits and letters :DeleteColorCodes { 0AC8: 27@ = allocate_memory_size 260 0AB1: @DeleteColorCodes 2 text 31@ memory_to_store_characters_as_text 27@ // Do Something 0AC9: free_allocated_memory 27@ } 5@ =...
  19. Parazitas

    Help Calculation problem when window mode active

    Position Is matching perfectly until i activate window mode. So does anyone know how to accurately calculate everything? Example in cleo code {$CLEO .cs} 0000: REPEAT IF 8256: player $PLAYER_CHAR defined THEN 0A93: end_custom_thread END WAIT 1500 UNTIL 0256: player $PLAYER_CHAR defined...
  20. Parazitas

    CLEO Help urgent to me i swear.

    Modified Version, i haven't tested... So go for it.
  21. Parazitas

    Help samp instant crash with/without mods

    Delete entire gtasa folder from documents
  22. Parazitas

    Help i need guys rconhack (:

    You must understand " if " such thing exist, it never going to be published.
  23. Parazitas

    [CLEO] Some multi-samp snippets

    :SampDeleteObject { 0AB1: @SampDeleteObject 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@ =...
  24. Parazitas

    [CLEO] Some multi-samp snippets

    :IsSampObjectExist { 0AB1: @IsSampObjectExist 1 ObjectID 1249 } 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 31@ += 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 31@ readMem...
  25. Parazitas

    Help Auto Accept [id]

    {$CLEO .cs} 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 0256: player $PLAYER_CHAR defined THEN IF 0AB0: 123 // F12 THEN REPEAT WAIT 0 UNTIL...
  26. Parazitas

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

    Looks like this one Require SAMPFUNCS... Here's Example without SAMPFUNCS: {$CLEO .cs} 0000: REPEAT IF 8256: player $PLAYER_CHAR defined THEN 0A93: end_custom_thread END WAIT 1500 UNTIL 0256: player $PLAYER_CHAR defined // 0AD1: "You was damaged with: %d %s" 1337 31@ 30@ /* 054E...
  27. Parazitas

    Help Auto Accept [id]

    Or if you prefer with Key activation F12 {$CLEO .cs} 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 0256: player $PLAYER_CHAR defined THEN IF 0AB0: 123 // PRESSED - F12...
  28. Parazitas

    Help Auto Accept [id]

    {$CLEO .cs} 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 0256: player $PLAYER_CHAR defined THEN 0AC8: 31@ = allocate_memory_size 260 0AC8: 30@ = allocate_memory_size 260...
  29. Parazitas

    Help Auto Accept [id]

    Those these two lines comes at same time?
  30. Parazitas

    Help Auto Accept [id]

    Any pictures or videos?
  31. Parazitas

    CLEO Help 2 timers in one while true CMD - Sanny Builder

    Second. Cleo have two variables which is built-in timers.: 31@ and 32@ I would recommend use count down snippet if you planing to have only two timers https://ugbase.eu/threads/cleo-some-snippets.16708/#post-99730
  32. Parazitas

    CLEO Help 2 timers in one while true CMD - Sanny Builder

    First of all, let's learn how to use code functions in forum. Examples below and in picture: My code using PHP Code function My code using Code function
  33. Parazitas

    Help [HELP] Remove text when activated.

    Remove these two lines AND Press F6 to compile cleo code 0AD1: show_formatted_text_highpriority "CTNH ~g~AKTIF" time 1000 0AD1: show_formatted_text_highpriority "CTNH ~r~DE-AKTIF" time 1000
  34. Parazitas

    CLEO Help 2 timers in one while true CMD - Sanny Builder

    Please provide small part where you have problems with timers
  35. Parazitas

    Help Read String which shows in game

    Could you provide Any pictures or videos?
  36. Parazitas

    [CLEO] Some snippets

    Check if Windows is minimized or not :isWindowMinimized { 0AB1: @isWindowMinimized 0 } 0A8D: 31@ = read_memory 0xC97C1C size 4 virtual_protect 0 // window handle pointer 0A8D: 30@ = read_memory 0x85825C size 4 virtual_protect 0 // IsIconic call function pointer 0AA7: call_function 30@...
  37. Parazitas

    Difference between game screen coords & window screen coords

    https://ugbase.eu/threads/convert-window-screen-coord-to-game-screen-coord-and-vice-versa.12286/
  38. Parazitas

    CLEO Help Server name

    If you are working with sanny builder + SAMPFUNC then just use opcode to get server address then do comparing
  39. Parazitas

    [SNIPPET] DRAW_OUTLINED_BOX

    I noticed, corners not connecting together, so snippet got some improvements :DRAW_OUTLINED_BOX //0AB1: @DRAW_OUTLINED_BOX 9 POS 300.0 300.0 SIZE 50.0 50.0 RGBA 255 0 0 255 THICKNESS 0.5 0087: 16@ = 8@ // (float) // COPY THICKNESS 0087: 15@ = 8@ // (float) // COPY THICKNESS 0087: 14@ = 8@ //...
  40. Parazitas

    CLEO Help going through everything in the game

    Does it have to work while you in car or only on foot?
  41. Parazitas

    CLEO Help Cleo Repair HELP

    Hi. Server IP?
  42. Parazitas

    CLEO Help going through everything in the game

    If it does what you expected, then you just need Change activation
  43. Parazitas

    [Snippet] Additional Vars

    :Read // call @Read 1 Var 0@ ret 1@ if 0@ >= 0 // valid index then 0AC6: 31@ = label @SelfExpandingVariableRegion pointer 0A8E: 30@ = 31@ + 4 0A8D: 29@ = read_memory 30@ size 4 virtual_protect 0 // Get Allocated Memory Address 0A8E: 28@ = 0@ + 1...
  44. Parazitas

    CLEO Небольшой подъем при нажатии на клавишу

    English language only allowed here, please read forum rules b for posting.
  45. Parazitas

    CLEO Help How can I decrypt the ".cs" cleo file?

    You can't give yourself money, it will show only for your game and won't save on server system
  46. Parazitas

    CLEO Help How can I decrypt the ".cs" cleo file?

    https://ugbase.eu/threads/decrypting-safety-check-cleo-sf-asi-dll.15117/
  47. Parazitas

    Help Request model to change the color of the text in the chat

    Hello, that's actually quite simple
  48. Parazitas

    Help LSFMD - Auto accept patient.

    Terrible request... You didn't provide any pictures or videos just random text explanation...
  49. Parazitas

    Help I need little help.

    Make video about this system
  50. Parazitas

    Help Cleo expired??

    Google search??? https://www.blast.hk/threads/13410/page-372#post-79090 https://www.blast.hk/threads/13410/page-372#post-79092
  51. Parazitas

    Help Cleo expired??

    You could set time, but you should know, some peoples may change there pc date and this way make code work infinity
  52. Parazitas

    Help I need little help.

    There's font differences between each text, check that and then send click it
  53. Parazitas

    auto toll booth

    https://ugbase.eu/resources/auto-key-presser-lua-script-any-version.2053/
  54. Parazitas

    Help I need help for get_chat_string

    99 is last line and down below goes others
  55. Parazitas

    Help Press key auto

    https://ugbase.eu/threads/snippet-set-virtual-or-game-key.13252/
  56. Parazitas

    Help Checkpoint driver with dialogue confirm

    {$CLEO .cs} 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 0256: player $PLAYER_CHAR defined THEN IF 0AB0: 117 // F6 THEN REPEAT WAIT 0 UNTIL...
  57. Parazitas

    Help Checkpoint driver with dialogue confirm

    which button you need to press?
  58. Parazitas

    Help Checkpoint driver with dialogue confirm

    Please provide picture of dialog
  59. Parazitas

    Help "Hello, I need help, WAIT is not working."

    Max Textdraw id is: 2304 not 10000 you should edit code accordingly
  60. Parazitas

    Help "Hello, I need help, WAIT is not working."

    {$CLEO .cs} 0000: REPEAT WAIT 100 UNTIL 0AFA: SAMP_IS_READY 0B34: "tdclick" @textdraw WHILE TRUE WAIT 0 IF 31@ == TRUE // if code enabled then... THEN for 1@ = 0 to 10000 0BCA: samp send_click_textdraw 1@ 0AF8: "Process ID = %d" -1 1@ end 31@ = FALSE // Disable code END END :textdraw...
  61. Parazitas

    Shoutbox

    That was good times , sadly it ended..
  62. Parazitas

    Help Auto-Select from dialog box.

    I can't give you promises.., but if i get time for pc i will make code for you
  63. Parazitas

    Help Auto-Select from dialog box.

    Currently which samp version you are using?
  64. Parazitas

    Help Auto-Select from dialog box.

    Hello mister / miss Why you providing po pictures anything just random text
  65. Parazitas

    If you manage to find my discord i might help you, let make this challenging for you.

    If you manage to find my discord i might help you, let make this challenging for you.
  66. Parazitas

    [CLEO] Some multi-samp snippets

    Snippet together with funtion call allows you call registered commands directly without opening chat, so admin can't see what you typed. Use snippet below with Funtion Call: 0AA7: call_function 1@ num_params 1 pop 0 command_prams 2@ _retVal 19@ // 1@ is command handler ; 2@ is your command...
  67. Parazitas

    Help Menu hider/closer/off

    At the moment Isn't clear what exactly you trying to achieve
  68. Parazitas

    CLEO LUA Help me cleo/lua

    I don't do lua
  69. Parazitas

    CLEO LUA Help me cleo/lua

    Of course possible, but you need to find someone who's willing to spend their time for this
  70. Parazitas

    CLEO LUA Help me cleo/lua

    Only English language allowed in this forum
  71. Parazitas

    Help [NEED HELP] Send fake cords and send a key?

    Dude, when you asking for help please provide for which samp version you looking answers
  72. Parazitas

    CLEO Help Not enough actual parameters. Expected 3 params. (On Compile)

    You just need add some instructions because now codes don't know what you mean by writing: $CHECKPOINT_X etc... You need add simple instructions before while true loop. Const 0@ = $CHECKPOINT_X 1@ = $CHECKPOINT_Y 2@ = $CHECKPOINT_Z end Etc... All named variables must have they digital...
  73. Parazitas

    Help Please edit this cleo

    Mate I'm away from home for two weeks...
  74. Parazitas

    Help Help with cleo

    {$CLEO .cs} 0000: repeat wait 0 until 0afa: samp_is_ready 0B34: "txdhide" @TxdHide 0B34: "txdshow" @TxdShow 0AF8: samp add_message_to_chat "[CLEO TextDraw]: {FFFFFF}by {D01686}Bladee Herrera{FFFFFF}!" color -1 while true wait 0 end :TxdHide 0B35: samp 0@ = get_last_command_params for 1@ = 0...
  75. Parazitas

    Help Help with cleo

    Well i don't have access to make fully working code since I'm away from home...
  76. Parazitas

    Help Help with cleo

    {$CLEO .cs} 0000: repeat wait 0 until 0afa: samp_is_ready 0B34: "txdhide" @TxdHide 0B34: "txdshow" @TxdShow 0AF8: samp add_message_to_chat "[CLEO TextDraw]: {FFFFFF}by {D01686}Bladee Herrera{FFFFFF}!" color -1 while true wait 0 end :TxdHide 0B35: samp 0@ = get_last_command_params for 1@ = 0...
  77. Parazitas

    Help Help with cleo

    {$CLEO .cs} 0000: repeat wait 0 until 0afa: samp_is_ready 0B34: "textdraw" @txd 0AF8: samp add_message_to_chat "[CLEO TextDraw]: {FFFFFF}by {D01686}Bladee Herrera{FFFFFF}!" color -1 while true wait 0 end :txd 0B35: samp 0@ = get_last_command_params for 1@ = 0 to 2304 if 0C5D: samp textdraw...
  78. Parazitas

    Help Help with cleo

    Of course possible
  79. Parazitas

    Help Please edit this cleo

    Tomorrow i should get time
  80. Parazitas

    Help How to actually start making cheats for samp

    Learn to understand structures, memory, pointers, call functions
  81. Parazitas

    Help help me please

    Maybe i will make it, can't promise anything. I have limited time.
  82. Parazitas

    Help Help Me (C++, mod_sa)

    0.3.7 R1 void SAMP::CDialog::Show(int nId, int nType, const char *szCaption, const char *szText, const char *szLeftButton, const char *szRightButton, BOOL bServerside) { ((void(__thiscall *)(CDialog *, int, int, const char *, const char *, const char *, const char *...
  83. Parazitas

    [SNIPPET] HEX to RGBA / RGBA to HEX

    :Hex_To_ARGB_Float /* Convert Hex to float with max range 1.0 0AB1: @Hex_To_ARGB_Float 1 HexColor 0@ _Returned: A 1@ R 2@ G 3@ B 4@ */ 0B15: 1@ = 0@ 24 0B10: 1@ = 1@ 0xFF 0B15: 2@ = 0@ 16 0B10: 2@ = 2@ 0xFF 0B15: 3@ = 0@ 8 0B10: 3@ = 3@ 0xFF 0B10: 4@ = 0@ 0xFF 0093: 1@ = integer 1@...
  84. Parazitas

    Help NOP Dialog Box

    Another weak anti cheat system... Provide picture of dialog.
  85. Parazitas

    [CLEO] Some snippets

    Code return: Weapon ID you were damaged with :SAMPGetLocalPlayerDamageType { 0.3.7 R1 0AB1: @SAMPGetLocalPlayerDamageType 0 _Returned: DamageType 0@ } IF 0AA2: 1@ = "samp.dll" THEN 1@ += 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 1@ = readmem 1@ sz 4 vp 0 1@ += 0x3CD //...
  86. Parazitas

    Help cleo script

    Code was written based on provided text. Not was you expected?? Learn how to write request correctly with right information....
  87. Parazitas

    Help cleo script

    This code was written using phone: {$CLEO .cs} 0000: while true wait 0 If 0AB0: 90 // Z key pressed then repeat wait 0 until 8AB0: 90 // Z key not pressed If 31@ == false then 31@ = true 0AD1: "Code: ~G~Enabled" 1337 else 31@ = false 0AD1: "Code: ~R~Disabled" 1337 end end If 31@ == true...
  88. Parazitas

    Help stringCompressor

    Which samp version??
  89. Parazitas

    Help help please

    This code was written using phone: {$CLEO .cs} 0000: while true wait 0 If 0AB0: 90 // Z key pressed then repeat wait 0 until 8AB0: 90 // Z key not pressed If 31@ == false then 31@ = true 0A8C: write_memory 0xB7CEE4 size 1 value 1 virtual_protect 1 0AD1: "Code: ~G~Enabled" 1337 else 31@ =...
  90. Parazitas

    Help RPC_ShowDialog

    https://ugbase.eu/threads/need-help-getting-the-raknet-intercepted-dialog-info.12309/#post-94786
  91. Parazitas

    Help Looking for Auto Accept GUI

    It's means GUI left and right button or another words accept and decline button
  92. Parazitas

    Help Chat Verify Bot

    Hi Monday, Could you spare some time and explain everyone about memory allocation. How much it needs to be allocated for text etc.. and how it should be used correctly. Thank you. Regards, Parazitas.
  93. Parazitas

    Help Chat Verify Bot

    They do leak memory which leads to game crash eventually.
  94. Parazitas

    [REQ] Read chat & auto list

    Hello, Results of what?
  95. Parazitas

    Help Chat Verify Bot

    @dphome Got time?
  96. Parazitas

    [C++ 0.3.7] Pls help, get vehicle array for coordinates

    You should read them from vehicle pool or RPC
  97. Parazitas

    Help Hello i need Teleport to MARKER for SAMP

    https://ugbase.eu/threads/open-source-pmt-teleport-master.4500/ Maybe helps this small code
  98. Parazitas

    Help rpc_showdialog issue

    Little search couldn't hurt.. https://ugbase.eu/threads/need-help-getting-the-raknet-intercepted-dialog-info.12309/#post-94786
  99. Parazitas

    [C++] Atentat BOT / Kill players without shooting

    Random in range -10 to 10
Top