Search results

  1. Parazitas

    Help Need assistance with SAMPFUNCS

    What ever you are using, it doesn't work or leads to crashing
  2. Parazitas

    Help Any auto walk to marker cheat?

    So it's for specific job
  3. Parazitas

    Help Need assistance with SAMPFUNCS

    https://www.microsoft.com/en-us/download/details.aspx?id=35 https://www.dll-files.com/d3dx9.dll.html
  4. Parazitas

    [CLEO] Some multi-samp snippets

    Make your own NameTag? It will disable server name tag settings and make everything visible through walls and max distance :NameTagsNopping // 0AB1: @NameTagsNopping 1 StateNOP? TRUE IF 0AA2: 31@ = "samp.dll" // IF and SET THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF 17@ > 0...
  5. Parazitas

    [CLEO] Some multi-samp snippets

    :SAMPSetActorNameTagStatusByPlayerID { 0AB1: @SAMPSetActorNameTagStatusByPlayerID 2 PlayerID 995 NameTagStatus 0 // 0 - NameTag Disabled, 1 - NameTag Enabled 0 - NameTag Disabled 1 - NameTag Enabled } IF 0AA2: 31@ = loadlib "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned...
  6. Parazitas

    Help auto verification code input

    1 https://pyimagesearch.com/2017/02/13/recognizing-digits-with-opencv-and-python/ 2 https://github.com/avigael/LCD-Digit-Recognition
  7. Parazitas

    Help auto verification code input

    please provide 5-10 picture examples
  8. Parazitas

    Help auto verification code input

    please provide 5-10 picture examples
  9. Parazitas

    Help auto verification code input

    Very easy , which samp verison?
  10. Parazitas

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

    I'm to lazy, please open. I'm looking for SAMP memory
  11. Parazitas

    [CLEO] Some multi-samp snippets

    Server Name Tag Settings control in your own hands... :SetShowNameTagState { 0AB1: @SetShowNameTagState 3 ShowNameTags? TRUE HideBehindWals? FALSE Distance 300.0 } IF 0AA2: 31@ = "samp.dll" // IF and SET THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@ IF NOT 17@ < 1 THEN...
  12. Parazitas

    [CLEO] Some multi-samp snippets

    Some servers intended to disable players name tag for their own benefits, like... make there own nametags..., so this snippet not gonna let to do that... Use before fully connecting to server. :BlockFuntion_SetShowPlayerNameTagForPlayer { 0AB1: @BlockFuntion_SetShowPlayerNameTagForPlayer...
  13. Parazitas

    Help How to remove player collision?

    IT'S AUTO ACTIVE
  14. Parazitas

    Help Create 3D Text without SAMPFUNCS

    :Create3dLabel { 0.3.DL 0AB1: @Create3dLabel 10 ID 224 Text 0@ colour 0xFF00FF00 XYZ 1@ 2@ 3@ DrawDistance 70.0 SeeBehindWalls True AttachedToPlayer -1 AttachedToVehicle -1 } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x2ACA24 // SAMP_INFO_OFFSET 0A8D: 30@ = readMem 30@...
  15. Parazitas

    Help Create 3D Text without SAMPFUNCS

    I'm at job so.., i made this using phone: :Create3dLabel { 0.3.7 R1 0AB1: @Create3dLabel 10 ID 224 Text 0@ colour 0xFF00FF00 XYZ 1@ 2@ 3@ DrawDistance 70.0 SeeBehindWalls True AttachedToPlayer -1 AttachedToVehicle -1 } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x21A0F8 //...
  16. Parazitas

    Help Create 3D Text without SAMPFUNCS

    You didn't specify which samp version, so here's 0.3.7 R1 void SAMP::CLabelPool::Create(ID nId, const char *szText, D3DCOLOR color, CVector position, float fDrawDistance, bool bBehindWalls, ID nAttachedToPlayer, ID nAttachedToVehicle) { ((void(__thiscall *)(CLabelPool *, ID, const char *...
  17. Parazitas

    CLEO Help Capture Phone Number

    Probably, don't know
  18. Parazitas

    CLEO Help Capture Phone Number

    I can make this simple code if you text me on discord Tuesday
  19. Parazitas

    LUA Help How can I receive rpc event when the game is paused

    SAME THING IN CLEO {$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 0ADC: test_cheat "AFK" THEN IF...
  20. Parazitas

    CLEO Help Capture Phone Number

    Good Job , i like the code. Looks Clean.
  21. Parazitas

    CLEO Help Capture Phone Number

    Why you didn't upload chatlog.txt ?
  22. Parazitas

    CLEO Help Capture Phone Number

    Very simple code. Explanation not bad, but lack of chatlog.txt and pictures or video
  23. Parazitas

    CLEO Help need first evec cleo

    So it's 0.3DL
  24. Parazitas

    Help No Spread Asi

    Use Cheat Engine, put memory in it: 0x740460 set type 2 bytes set Value 37008 or in Hex 9090 Congratulations! you have your no recoil with spreading crosshair. In other words... , legit no spread.
  25. Parazitas

    Help I need help with .cs code

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN IF 0AB0: key_pressed 0x06 // KEY PRESSED THEN REPEAT WAIT 0 UNTIL 8AB0: key_pressed 0x06 // KEY NOT PRESSED 0AF9: samp say_msg...
  26. Parazitas

    CLEO Help need first evec cleo

    I didn't anything what is written here, you should explain properly..
  27. Parazitas

    Help auto booth and code

    Make video please
  28. Parazitas

    LUA Help How can I receive rpc event when the game is paused

    Just make game never get paused
  29. Parazitas

    Help Is there a CLEO to loop what you copied?

    You can't compile lua code with sanny builder/..
  30. Parazitas

    Help Is there a CLEO to loop what you copied?

    There's must be reason why you need spam command /drink. So i recommned you make video about server system and this way will understand why exactly you wanna spam command
  31. Parazitas

    Help Is there a CLEO to loop what you copied?

    What kind text?
  32. Parazitas

    Help help with a basic script

    So asked help , but also upload encrypted file like WTF ...
  33. Parazitas

    Help FPS Jailbreak

    @SobFoX seems like you gotta make separate asi just for FPS Unlock
  34. Parazitas

    Help help with a basic script

    Two steps before opening any not encrypted Cleo file First thing: https://www.mediafire.com/file/s7kk6v9n4fa4cif/Sanny_Builder.rar/file Second thing:
  35. Parazitas

    https://discord.com/invite/S7aw5n6BXY

    https://discord.com/invite/S7aw5n6BXY
  36. Parazitas

    Help Block server animations

    You can block or send fake animations, others will see as you mining while you stand
  37. Parazitas

    Make sure you have launched samp with admin permission since cleo need to create settings files...

    Make sure you have launched samp with admin permission since cleo need to create settings files which can be edited later
  38. Parazitas

    Turn on gta sounds, it will play short sounds once enabled or disabled

    Turn on gta sounds, it will play short sounds once enabled or disabled
  39. Parazitas

    Help help pls

    You can actually make c-bug without pressing any keys just by firing xD All you need to do is cancel animation in time and you can c-bug with any weapon
  40. Parazitas

    https://ugbase.eu/threads/silent-aim-0-3-dl.16040/#post-90761

    https://ugbase.eu/threads/silent-aim-0-3-dl.16040/#post-90761
  41. Parazitas

    Help SA-MP Cleo Request (Drive-by Aimbot/No spread)

    https://ugbase.eu/threads/silent-aim-0-3-dl.16040/#post-90761
  42. Parazitas

    Help SA-MP Cleo Request (Drive-by Aimbot/No spread)

    It only drive by + no spread
  43. Parazitas

    Help SA-MP Cleo Request (Drive-by Aimbot/No spread)

    Should Work Fine.
  44. Parazitas

    disable controls while in menu

    Why exactly you need this
  45. Parazitas

    Help REQ - Add an on/off key on this CLEO mod.

    THAT'S A LOT OF ANIMS NUM +
  46. Parazitas

    Help auto type when afk

    Press BG to activate like gta cheat code {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN IF 0ADC: test_cheat "BG" THEN IF 31@ == FALSE THEN 31@ = TRUE 0AD1...
  47. Parazitas

    [CLEO] Some multi-samp snippets

    :SAMPIsLocalPlayerSpawned { IF 0AB1: @SAMPIsLocalPlayerSpawned 0 } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 27@ IF 27@ > 0 THEN IF 27@ == 1 // 0.3.7 R1 THEN 31@ += 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 31@...
  48. Parazitas

    Help Is there any mod like this

    Press HD like gta cheat Code
  49. Parazitas

    [CLEO] Some multi-samp snippets

    :RadarAndHudControlOnF7 { 0AB1: @RadarAndHudControlOnF7 1 HideOrShow? TRUE TRUE = Hide only chat FALSE = Hide chat, radar, hud } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 27@ IF 27@ > 0 THEN IF 27@ == 1 // 0.3.7 R1 THEN...
  50. Parazitas

    Help Cleo %s not print text

    :text wait 0 0B35: samp 0@ = get_last_command_params IF 0AD4: $NOT_USED = scan_string 0@ format "%s" 31@ THEN 0AF8: samp add_message_to_chat "your text: %s" color -1 31@ END 0B43: samp cmd_ret
  51. Parazitas

    Help Is there any mod like this

    NOP 1 Byte whit offset 0xC3 samp.dll+ 0x9D310
  52. Parazitas

    Help AutoMinerClicker

    https://ugbase.eu/threads/cleo-some-snippets.16708/page-4#post-102468
  53. Parazitas

    Help request good skin aimbot, auto cbug, fake lags.

    Since clearly you are not satisfied which cheats you have gotten for free.. And most important no one force you to used them... Also..., you not paid anything to use them.. You are not his father or mother to tell him what he need to do... If you continue try to provoke this person.., i will be...
  54. Parazitas

    Help request good skin aimbot, auto cbug, fake lags.

    Stop provoking peoples.. This is not propriete.
  55. Parazitas

    Help AutoMinerClicker

    First thing... Which samp version you are using??
  56. Parazitas

    Help AutoMinerClicker

    Not difficult to make, but it would take from 10min up to 1H if someone willing to make it..
  57. Parazitas

    Help Is there any mod like this

    So where's exactly written for which samp version you need this... We should read your mind?
  58. Parazitas

    CLEO Help Any Updated Version of this?

    /Jobbot
  59. Parazitas

    LUA Help get all server commands

    "COMMAND" should be your server commands require 'lib.moonloader' function get_commands() local version = getSampVersion() samp10 = getModuleHandle('samp.dll') if version == 1 -- r1 then SAMP_CHAT_INPUT_INFO_OFFSET = samp10 + 0x21A0E8...
  60. Parazitas

    LUA Help get all server commands

    Which samp version?
  61. Parazitas

    LUA Help get all server commands

    You can do that by reading memory.. Edit or rename existing commands etc...
  62. Parazitas

    CLEO Help Reading And Replying Messages 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 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF 0AB0: 114 // PRESSED F3 THEN REPEAT WAIT 0...
  63. Parazitas

    Help One simple mod

    {$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 0226: 1@ = actor $PLAYER_ACTOR health IF 1@ <= 30 THEN...
  64. Parazitas

    CLEO Help Reading And Replying Messages Without Sampfuncs

    Any SAMP {$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: 0@ = allocate_memory_size 144 0AC8: 1@ =...
  65. Parazitas

    CLEO Help Reading And Replying Messages Without Sampfuncs

    Opcode 0C29 Requires SAMPFUNC
  66. Parazitas

    Help One simple mod

    I'll do when I get free time
  67. Parazitas

    Help One simple mod

    Which samp version you are using
  68. Parazitas

    Help car stealer

    I assume you have solved this request
  69. Parazitas

    Help Command parameter in dialog text

    0AC8: 29@ = allocate_memory_size 144 // allocate memory to variable for text formating 0AD3: 29@ = format "you typed number: %d" 30@ // format text into allocated variable, 29@ now is text 0B3B: samp show_dialog id 46 caption "Test Dialog" text 29@ button_1 "Close" button_2 "" style 0 0AC9...
  70. Parazitas

    Help Command parameter in dialog text

    {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: SAMP_IS_READY 0B34: samp register_client_command "test" to_label @test while true wait 0 end :test 0B35: samp 31@ = get_last_command_params IF 0AD4: $NOT_USED = scan_string 31@ format "%d" 30@ THEN 0AC8: 29@ = allocate_memory_size 144...
  71. Parazitas

    Help car stealer

    Not Sure if These cars have unique number plate, but there's few ways: 1. Find by car model 2. Find By car number plate
  72. Parazitas

    Help Cleo - SAMPFUNCS | How to create command arguments

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: 0B34: samp register_client_command "say" to_label @cmd_mycmd WHILE TRUE WAIT 0 END :cmd_mycmd 0B35: samp 31@ = get_last_command_params IF 0AD4: $NOT_USED = scan_string 31@ format "%s" 30@ THEN 0AF9: samp say_msg "Hello %s!" 30@ END 0B43: samp...
  73. Parazitas

    Help car stealer

    It's simple Script. Which language you are looking to make it? Ceo, lua , c++ etc..
  74. Parazitas

    Help How can i make a "menu" like this

    0B3B: samp show_dialog
  75. Parazitas

    Help how to increased view distance of this custom nametag

    Well if it's custom that means it's not coming from samp itself. What ever you are using you need to modify source from where nametag coming..
  76. Parazitas

    Help SetVehicleVelocity

    What about spamming W or UP ARROW?
  77. Parazitas

    Help SA-MP Admin Access

    There's big vulnerability with dialogs with R1-R4 samp versions where some server owners take advantage and reads all your game information, but in some cases, server owners can even install malicious malware. Recomended to use R5 to avoid any of that happening.
  78. Parazitas

    Help How to remove player collision?

    Player Collision {$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 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0...
  79. Parazitas

    CLEO Help Any Updated Version of this?

    Edited code. So copy code and compile. Also speed is controlled by Press SPACEBAR + UP ARROW OR DOWN ARROW
  80. Parazitas

    CLEO Help Any Updated Version of this?

    Oh, right forget to add checking before call drive to, will do after job.
  81. 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@...
  82. 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 "
  83. 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...
  84. 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@ +...
  85. 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...
  86. 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...
  87. Parazitas

    CLEO Help Auto Checkpoint Driver

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

    Untagged Release CheckPoint Seeking Driver

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

    CLEO Help Auto Checkpoint Driver

    I will work on it. It will be released in next two weeks
  90. 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
  91. 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...
  92. 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 //...
  93. Parazitas

    Help How to remove player collision?

    Your own or others?
  94. Parazitas

    SAMP Get Actor Handle Using Player ID

    Provide Server ip and account please. I'm gonna test myself
  95. 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!
  96. 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.
  97. 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...
  98. 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...
  99. Parazitas

    Help Get player with highest id

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

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

    Replace word " key_down" With " 0AB0: "
Top