Search results

  1. Parazitas

    SAMP Get Player ID Using Actor Handle

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

    Help Need samp offsets 0.3.7

    Not clear which offset you need, your provided information is same as random guy would asked for Barbie doll..
  3. Parazitas

    CLEO Release Heli Fucker

    Do you have sampfuncs ? it only works if you have sampfuncs..
  4. Parazitas

    CLEO Release Heli Fucker

    Hello, Have you check date when it was released?
  5. Parazitas

    CLEO Help Adding a custom sound from a file on your computer in cleo mod

    IF 0AB1: @isPlayerActorFreezed 0 THEN Audiostream.Release($hMP1) $hMP1 = Audiostream.Load("CLEO/attack.MP3") Audiostream.Volume($hMP1) = 1.0 Audiostream.PerformAction($hMP1, PLAY) 0AD1: "~R~Error ~N~~W~Administrator Detected! ~N~~R~Stopped ~N~~W~repeating / playing or...
  6. Parazitas

    Help I have a request

    It's sever side stuff, unless you will find bug in sever system
  7. Parazitas

    Help !

    https://ugbase.eu/forums/tutorials-guides.22/
  8. Parazitas

    Help [PAID] Auto dig script

    It's a mining job?
  9. Parazitas

    CLEO Help Need Multi Samp Functions

    If i get free time i will make some of them
  10. Parazitas

    cleo key change

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

    Help help about decrypt /allowwep cleo

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

    Help Memory Address

    We can talk about this on discord
  13. Parazitas

    Help Memory Address

    I think I think It's sever side stuff, i don't see any requirements for distance. https://github.com/BlastHackNet/SAMP-API/blob/master/src/0.3.7-R1/CPickupPool.cpp You could make code which sync your position to specific coordinates. So code should work like whirlpool type stuff which crates...
  14. Parazitas

    Help Memory Address

    It's usually by default 300m or less if sever owners changed it. If sever owners using streamer.dll then not chance probably because it gets created when you are close. But you could try sync your position around map in order to get pickups created
  15. Parazitas

    Help FPSUnlock / Max 165 FPS

    You can try set your game ghz refresh rate equal to your pc
  16. Parazitas

    CLEO Help Trying to write into an ini file a variable amount of section-key pairs.

    If cleo still not gonna work for you... Try using directly from windows. https://ugbase.eu/threads/cleo-some-snippets.16708/page-6#post-107741
  17. Parazitas

    Help When i type /fb <id> it says crashes

    what you have: :cmd_334 SAMP.IsCommandTyped(20@) if 0AD4: 20@ = scan_string 20@ format "%d" 21@ then 0B36: samp 1@ = get_player_nickname 21@ 0AF9: samp say_msg "/findbiz %d" 1@ 21@ else print "~y~/fb + <id>" 200 end SAMP.CmdRet() what it should be if expecting to send id...
  18. Parazitas

    Help Change Color in Cleo Script in SB3

    RED {FF0000}realistic clouds v2 Green {00FF00}realistic clouds v2 Yellow {FFFF00}realistic clouds v2 Blue {00FFFF}realistic clouds v2
  19. Parazitas

    Help Admin spec warning

    If sever attaching 3d labels when spectating someone you can simply detect that and you will know if you being spectated
  20. Parazitas

    Help Change Color in Cleo Script in SB3

    You wanna script work only for specific server or only for specific nicknames
  21. Parazitas

    Help Need assistance with SAMPFUNCS

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

    Help Any auto walk to marker cheat?

    So it's for specific job
  23. 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
  24. 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...
  25. 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...
  26. 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
  27. Parazitas

    Help auto verification code input

    please provide 5-10 picture examples
  28. Parazitas

    Help auto verification code input

    please provide 5-10 picture examples
  29. Parazitas

    Help auto verification code input

    Very easy , which samp verison?
  30. Parazitas

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

    I'm to lazy, please open. I'm looking for SAMP memory
  31. 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...
  32. 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...
  33. Parazitas

    Help How to remove player collision?

    IT'S AUTO ACTIVE
  34. 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@...
  35. 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 //...
  36. 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 *...
  37. Parazitas

    CLEO Help Capture Phone Number

    Probably, don't know
  38. Parazitas

    CLEO Help Capture Phone Number

    I can make this simple code if you text me on discord Tuesday
  39. 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...
  40. Parazitas

    CLEO Help Capture Phone Number

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

    CLEO Help Capture Phone Number

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

    CLEO Help Capture Phone Number

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

    CLEO Help need first evec cleo

    So it's 0.3DL
  44. 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.
  45. 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...
  46. Parazitas

    CLEO Help need first evec cleo

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

    Help auto booth and code

    Make video please
  48. Parazitas

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

    Just make game never get paused
  49. Parazitas

    Help Is there a CLEO to loop what you copied?

    You can't compile lua code with sanny builder/..
  50. 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
  51. Parazitas

    Help Is there a CLEO to loop what you copied?

    What kind text?
  52. Parazitas

    Help help with a basic script

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

    Help FPS Jailbreak

    @SobFoX seems like you gotta make separate asi just for FPS Unlock
  54. 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:
  55. Parazitas

    Help Block server animations

    You can block or send fake animations, others will see as you mining while you stand
  56. 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
  57. Parazitas

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

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

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

    It only drive by + no spread
  59. Parazitas

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

    Should Work Fine.
  60. Parazitas

    disable controls while in menu

    Why exactly you need this
  61. Parazitas

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

    THAT'S A LOT OF ANIMS NUM +
  62. 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...
  63. 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@...
  64. Parazitas

    Help Is there any mod like this

    Press HD like gta cheat Code
  65. 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...
  66. 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
  67. Parazitas

    Help Is there any mod like this

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

    Help AutoMinerClicker

    https://ugbase.eu/threads/cleo-some-snippets.16708/page-4#post-102468
  69. 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...
  70. Parazitas

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

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

    Help AutoMinerClicker

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

    Help AutoMinerClicker

    Not difficult to make, but it would take from 10min up to 1H if someone willing to make it..
  73. 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?
  74. Parazitas

    CLEO Help Any Updated Version of this?

    /Jobbot
  75. 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...
  76. Parazitas

    LUA Help get all server commands

    Which samp version?
  77. Parazitas

    LUA Help get all server commands

    You can do that by reading memory.. Edit or rename existing commands etc...
  78. 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...
  79. 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...
  80. 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@ =...
  81. Parazitas

    CLEO Help Reading And Replying Messages Without Sampfuncs

    Opcode 0C29 Requires SAMPFUNC
  82. Parazitas

    Help One simple mod

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

    Help One simple mod

    Which samp version you are using
  84. Parazitas

    Help car stealer

    I assume you have solved this request
  85. 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...
  86. 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...
  87. 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
  88. 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...
  89. Parazitas

    Help car stealer

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

    Help How can i make a "menu" like this

    0B3B: samp show_dialog
  91. 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..
  92. Parazitas

    Help SetVehicleVelocity

    What about spamming W or UP ARROW?
  93. 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.
  94. 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...
Top