Search results

  1. Parazitas

    CLEO Help Any Updated Version of this?

    Magic in the air :eek: {$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 1024 0AD3: 31@ = string_format "jobbot" 0AC7: 30@ = var 30@ pointer 0AC7: 29@ = var 29@...
  2. Parazitas

    CLEO Help cleo automatically mark the red checkpoints

    https://www.mediafire.com/file/s7kk6v9n4fa4cif/Sanny_Builder.rar/file Ready to use sanny builder. Also make sure you have settings set to " As is "
  3. Parazitas

    CLEO Help cleo automatically mark the red checkpoints

    I asume you are using some kind .asi which works when you mark on radar, please provide that asi in order to test and make code to work fully. Check Point: https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/page-3#post-114373 Race Check Point...
  4. Parazitas

    CLEO getCollisionBetweenPoints

    :getCollisionBetweenPoints { 0AB1: @getCollisionBetweenPoints 18 from 0@ 1@ 2@ to 3@ 4@ 5@ solid 1 car 1 actor 1 object 1 particle 1 cartyre 1 bikers 0 water 0 DeadPeds 0 see_through 0 camera_objects 0 shoot_through 0 store_to 6@ 7@ 8@ distance_to 9@ entity_to 10@ 0A8E: 11@ = 10@ +...
  5. Parazitas

    CLEO getAimPoint

    :getAimPoint { 0AB1: @getAimPoint 0 _Returned: camera_to 4@ 5@ 6@ point_to 7@ 8@ 9@ } 0470: 31@ = actor $PLAYER_ACTOR current_weapon 31@ *= 0x70 // BLOCK_SIZE_OFFSET 31@ += 0xC8AAB8 // CWEAPON_INFO_OFFSET 31@ += 0x8 // WEAPON_RANGE_OFFSET 0A8D: 31@ = read_memory 31@ size 4 virtual_protect 1...
  6. Parazitas

    CLEO GET CAMERA FACING ANGLES

    :GET_CAMERA_FACING_ANGLES //0AB1: @GET_CAMERA_FACING_ANGLES 0 Z_AND_Y 0@ 1@ 00A0: store_actor $PLAYER_ACTOR position_to 1@ 2@ 3@ 0AA6: call_method 0x514970 struct 0xB6F028 num_params 6 pop 0 0xA49994 0xA499A0 3@ 2@ 1@ 20.0 0AB1: call_scm_func @getYAngleBetweenPoints_ULKXK 6 from_XYZ $13 $14...
  7. Parazitas

    CLEO Help Auto Checkpoint Driver

    https://ugbase.eu/threads/checkpoint-seeking-driver.15835/page-2#post-114875
  8. Parazitas

    Untagged Release CheckPoint Seeking Driver

    Updated. Can be used with any samp version. Press like gta cheat code: ADB
  9. Parazitas

    CLEO Help Auto Checkpoint Driver

    I will work on it. It will be released in next two weeks
  10. Parazitas

    Help I need dеathmatch textures that dont drop fps

    Not very clear what exactly you looking for. Since you didn't provide any pictures or proper explanation. It's same as saying i wanna be bigger
  11. Parazitas

    SAMP Get Player ID Using Actor Handle

    :SAMPGetPlayerIDByActorHandle { 0.3.7 R5 IF 0AB1: @SAMPGetPlayerIDByActorHandle 1 _ActorHandle 0@ _Returned: ID 31@ } IF 0AA2: 31@ = loadlib "samp.dll" // GET_SAMP_BASE THEN 31@ += 0x26EB94 // SAMP_INFO_OFFSET[0] 0A8D: 31@ = read_memory 31@ size 4 virtual_protect 0 // SAMP_INFO...
  12. Parazitas

    SAMP Get Player ID Using Actor Handle

    :SAMPGetPlayerIDByActorHandle { 0.3.7 R4 - v2 IF 0AB1: @SAMPGetPlayerIDByActorHandle 1 _ActorHandle 0@ _Returned: ID 31@ } IF 0AA2: 31@ = loadlib "samp.dll" // GET_SAMP_BASE THEN 31@ += 0x26EA0C // SAMP_INFO_OFFSET[0] 0A8D: 31@ = read_memory 31@ size 4 virtual_protect 0 //...
  13. Parazitas

    Help How to remove player collision?

    Your own or others?
  14. Parazitas

    SAMP Get Actor Handle Using Player ID

    Provide Server ip and account please. I'm gonna test myself
  15. Parazitas

    CLEO Release cleo_cryptor [Jun 2024 release]

    Downside that it requires decryptor.cleo , which means peoples might not wanna use it. But anyway good job!
  16. Parazitas

    Help Is it possible to use samp.dll to use only command console ?

    Singla Gta Sa doens't have commands. Only why is by making press something.
  17. Parazitas

    Help Is it possible to use samp.dll to use only command console ?

    :registerClientCommand { Credits: Parazitas - UGBASE kawa_operand - BlastHack ajom - UGBASE Usage: 0AC8: 31@ = allocate_memory_size 1024 0AD3: 31@ = string_format "vr" 0AC7: 30@ = var 30@ pointer 0AC7: 29@ = var 29@ pointer 0AB1...
  18. Parazitas

    [CLEO] Some multi-samp snippets

    :SAMPSetActorVisibilityByPlayerID { 0AB1: @SAMPSetActorVisibilityByPlayerID 2 PlayerID 995 VisiblityState 6 // 6 - Player Invisible , 4 - Player Visible 6 - Player Invisible 4 - Player Visible } IF 0AA2: 31@ = loadlib "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID...
  19. Parazitas

    Help Get player with highest id

    0C8A: samp 31@ = get_max_player_id streamed_only FALSE
  20. Parazitas

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    Replace word " key_down" With " 0AB0: "
  21. Parazitas

    how to convert 0ADC: test_cheat to 0AB0: key_pressed

    while true wait 0 if 0AB0: 123 // F12 then if 1@ == 0 then 0ACD: show_text_highpriority "Car-HP On." time 1337 018C: play_sound 1083 at 0.0 0.0 0.0 1@ = 1 else 0ACD: show_text_highpriority "Car-HP Off." time 1337 018C: play_sound 1084 at 0.0...
  22. Parazitas

    Help Switch Weapon in Vehicle & Switch Seat in Vehicle

    Possible to make this kind code
  23. Parazitas

    [CLEO] Some snippets

    ** I Present Advanced GUI's For GTA AND SAMP ** Snippets Design to make GUI's For your own Cheats.., All you need is your imagination! ~ NOTE ~: Each Drawing snippet must have different ID when called, do not use same IDs for multiple calls otherwise settings will be overwritten! Make sure you...
  24. Parazitas

    Help Textures.

    Provide Server Details and acc with that kind tunning , so i can do testing..
  25. Parazitas

    Help Textures.

    How do you even get neon on car?? it's server tuning or some cleo / asi code?
  26. Parazitas

    Help Textures.

    Does samp server created them?
  27. Parazitas

    How to kill invisible player?

    Wall Hack?
  28. Parazitas

    Help Auto cmd cleo

    This will send any text on position. Ini file will be created once game launched.
  29. Parazitas

    C / C++ ESP Drawing Limit

    Max streamed ped distance is 300 - 400m
  30. Parazitas

    Help [AHK] gta samp gui auto select

    Alright next time please be more specific when leaving answer
  31. Parazitas

    CAN SOMEONE COMPILE MY CS FILE TEXT?

    I see... You renaming text to yours and presenting like you made it, sad... To fix error replace " print " with: " 0AD1: "
  32. Parazitas

    Untagged Release [TuT]-Mats running bot.

    Maybe i will do on Sunday if i not forget
  33. Parazitas

    Help [AHK] gta samp gui auto select

    Try do research about ahk memory reading on Google Https://letmegooglethat.com/?q=ahk+memory+reading Also you never said for which samp version you was trying to make it
  34. Parazitas

    Help Legit Aimbot

    Cleo simple Aimbot https://ugbase.eu/threads/silent-aim-0-3-dl.16040/#post-90761
  35. Parazitas

    Help [AHK] gta samp gui auto select

    You could use simple memory reading, to detect when dialog is active
  36. Parazitas

    Help Miner bot by @Fr0Z3n.

    Help with?
  37. Parazitas

    Help I need a cleo

    checkpoint you can get by reading memory information: https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/page-3#post-114374
  38. Parazitas

    LUA Help visible drawbox with specific weapon

    yes, possible
  39. Parazitas

    Help Miner bot by @Fr0Z3n.

    Make your own https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/page-3#post-114374
  40. Parazitas

    Help transparent menu, lock mouse 2 monitors

    Let's talk on Discord
  41. Parazitas

    Help Local Animation

    This code will make " Piss " animation visible only for you.. You Must Have SAMPFUNCS.asi {$CLEO .cs} {$INCLUDE SF} 0000: REPEAT WAIT 0 UNTIL 0AFA: 0BE2: raknet setup_outcoming_packet_hook @Out_Packets WHILE TRUE WAIT 0 END :Out_Packets 0BE5: raknet 10@ = get_hook_param PARAM_PACKETID IF...
  42. Parazitas

    Help Local Animation

    Sunday i will use pc
  43. Parazitas

    Help transparent menu, lock mouse 2 monitors

    I will make small code on Sunday maybe it will fix your problem
  44. Parazitas

    Help transparent menu, lock mouse 2 monitors

    You could keep game all the time unpaused. Also someone could make mouse hovering checking which could help in your situation. Since once mouse would be on gta windows it would get focused.
  45. Parazitas

    Help What am I doing wrong?

    Using phone i made this: {$CLEO .cs} 0000: While True wait 0 If 0AB0: key_pressed 123 Then 0332: set_actor $PLAYER_ACTOR bleeding 1 End End
  46. Parazitas

    Help Where can i find SAMP opcodes?

    Use opcode search in sanny builder which was provided
  47. Parazitas

    Help Help with player radius/distance idk

    Sever owner started using streamer plugins, which checks your distance and only when you are close object / pickup will be created
  48. Parazitas

    Help Local Animation

    Where's original source? Which samp version you are using?
  49. Parazitas

    Help Where can i find SAMP opcodes?

    Here's ready to use Sanny Builder: https://www.mediafire.com/file/s7kk6v9n4fa4cif/Sanny_Builder.rar/file
  50. Parazitas

    Help transparent menu, lock mouse 2 monitors

    You should try version which I didn't touch and open map to see if it works
  51. Parazitas

    Help transparent menu, lock mouse 2 monitors

    Test it.
  52. Parazitas

    Help Nametag position snippet

    Example of how looks samp NickName and ID Drawing in samp with all calculation information samp 0.3.7 R1 void FUN_10070d40(void) { int *piVar1; int iVar2; int **ppiVar3; int *piVar4; int iVar5; undefined4 uVar6; int iVar7; uint uVar8; float10 fVar9; float10 fVar10...
  53. Parazitas

    Help Hide player ID

    Example of how looks samp NickName and ID Drawing in samp with all calculation information samp 0.3.7 R1 void FUN_10070d40(void) { int *piVar1; int iVar2; int **ppiVar3; int *piVar4; int iVar5; undefined4 uVar6; int iVar7; uint uVar8; float10 fVar9; float10 fVar10...
  54. Parazitas

    Help Hide player ID

    You are weird like everyone who's asking random request. Where's information like: Mod name? Samp Version. etc...
  55. Parazitas

    Help Nametag position snippet

    Alright since you waited that long I'll check it in next 6H
  56. Parazitas

    Help Hide player ID

    Possible
  57. Parazitas

    Help sameone fix

    For real where's code? How we should check it?
  58. 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.
  59. Parazitas

    Help Nametag position snippet

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

    SF Plugin CLEO LUA Help Anti Afk

    Ugbase search???? https://ugbase.eu/threads/release-advanced-anti-afk-cleo.1513/
  61. 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...
  62. 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...
  63. 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@ +...
  64. 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
  65. Parazitas

    Help Aim lock ignore addition

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

    Help I want to make a cleo script...

    So you wanna make marker on your radar
  67. 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@...
  68. 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...
  69. Parazitas

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

    any pictures?
  70. 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@ =...
  71. 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
  72. 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...
  73. Parazitas

    Help i have problem with textdraw

    I'm busy until Monday Maybe after i will get little free time
  74. 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@ =...
  75. 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...
  76. Parazitas

    CLEO Help urgent to me i swear.

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

    Help samp instant crash with/without mods

    Delete entire gtasa folder from documents
  78. Parazitas

    Help i need guys rconhack (:

    You must understand " if " such thing exist, it never going to be published.
  79. 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@ =...
  80. 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...
  81. 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...
  82. 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...
  83. 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...
  84. 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...
  85. Parazitas

    Help Auto Accept [id]

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

    Help Auto Accept [id]

    Any pictures or videos?
  87. 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
  88. 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
  89. 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
  90. Parazitas

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

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

    Help Read String which shows in game

    Could you provide Any pictures or videos?
  92. 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@...
  93. 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/
  94. Parazitas

    CLEO Help Server name

    If you are working with sanny builder + SAMPFUNC then just use opcode to get server address then do comparing
  95. 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@ //...
  96. Parazitas

    CLEO Help going through everything in the game

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

    CLEO Help Cleo Repair HELP

    Hi. Server IP?
  98. Parazitas

    CLEO Help going through everything in the game

    If it does what you expected, then you just need Change activation
  99. 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...
  100. Parazitas

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

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