Search results

  1. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    Simplified Version , No effects Removed, Just Fixed...
  2. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    I uploading current version. I'm out of desire to continue this code... Fully Open Source !
  3. Parazitas

    [CLEO] Some snippets

    :isRemotePlayerAttachedObjectExist { 0.3.7 - R1 0AB1: @isRemotePlayerAttachedObjectExist 1 PlayerID 995 } IF 0AA2: 31@ = "samp.dll" THEN 31@ += 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 31@ readMem 31@ sz 4 vp 0 31@ += 0x3CD // SAMP_PPOOLS_OFFSET 0A8D: 31@ readMem 31@ sz 4 vp 0...
  4. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    It's old version, soon i will release updated version, i still working on it since last time posting, checking bugs and other stuff before releasing updated version. Also i would like to for you tested it before releasing if you are interested, contact discord: Parazitas#0398
  5. Parazitas

    CLEO Help Detecting the full name of type NR in chat

    If you wanna get best result then you are going to provide what is required...
  6. Parazitas

    CLEO Help Detecting the full name of type NR in chat

    Where is file chatlog.txt ? with that message?
  7. Parazitas

    CLEO Help Detecting the full name of type NR in chat

    read again... this time x10 times...
  8. Parazitas

    CLEO Help Detecting the full name of type NR in chat

    Provide pictures and chatlog.txt of what you trying to detect...
  9. Parazitas

    Help Help with SAMP Player Pools.

    Most of offset you can find in links i have posted If you looking for local player id offset: https://ugbase.eu/threads/samp-get-player-id-using-actor-handle.13396/ 😃
  10. Parazitas

    Help verification hack

    Easy to make, but require time, so i can't help you. But there's what you need using CLEO and SAMPFUNCS.: //get number of dialog elements 0B54: samp 1@ = listbox_items_count //substract one from total cout 1@ -= 1 //last item is actually the null terminator chatmsg "num of elements %d" -1 1@...
  11. Parazitas

    CLEO Help [IN SEARCH] Vehicle Finder through the name

    largest distance is 300.0 meters , no longer , if you expect longer then it won't happen because by default steaming distance is 300m
  12. Parazitas

    Help Help with SAMP Player Pools.

    Why did you skipped 2 steps and went stright to handle offset? :D Finish code yourself... CPlayerPed getSampPedFromId(short ID) { if (!sampBase) { return; } // Using UINT32_T means we read 4 bytes, as thats a 32bit app max size per register. uintptr_t...
  13. Parazitas

    Help Unknown directive thread "JS" When Compile

    From: thread "JS" To: 03A4: name_thread 'JS'
  14. Parazitas

    Help Help with SAMP Player Pools.

    gta is not same as samp.. Actor handle by id: https://ugbase.eu/threads/cleo-some-snippets.16708/page-4#post-102774 More stuff https://ugbase.eu/threads/cleo-some-snippets.16708/ https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/
  15. Parazitas

    Help Fix SanyBuilder 3.0 to 4

    Sanny Builder: https://www.mediafire.com/file/s7kk6v9n4fa4cif/Sanny_Builder.rar/file
  16. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    i will fix it next update. We can talk more about this on discord: Parazitas#0398
  17. Parazitas

    Help Can somebody drop nospread for 0.3+0.3.7 with moving crosshair?

    I read that people have issues with this when resolution is changed.. Try this one, should work same. 0A8C: write_memory 0x73FC33 size 2 value 0x9090 virtual_protect 1 // Make Game think that we are crouching - Recoil Control
  18. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    I will edit code later for your needs. Until then you should enable render all effects by changing value From 1 to 0. All these was used for FPS Up
  19. Parazitas

    SA-MP 0.3.7 SA-MP 0.3.7 R2 SA-MP 0.3.7 R3 SA-MP 0.3.7 R4 SA-MP 0.3.DL-R1 Any SA-MP Background.cs - Transparent menu and much more... - Update V2

    Update Release dated 2025-06-12 : Stability Improvements via Memory Pool Increases To address game crashes caused by memory limits, the following internal pools and engine structures have been increased: Vehicle & Traffic Handling Increased vehicle pool size to allow more vehicles without...
  20. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    Parazitas updated Background.cs - Transparent menu and much more... with a new update entry: V2 Read the rest of this update entry...
  21. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    You have option to dissble hud changing in Background.ini By changing from 1 to 0 you will disable this funtion. [Disable_ESC_Menu_Hud] Disable_Enable=1 [Disable_ESC_Menu_Radar] Disable_Enable=1
  22. Parazitas

    Help Cleo target marker (rightclick on the ingame map)

    https://ugbase.eu/threads/cleo-automatically-mark-the-red-checkpoints.17583/#post-114894
  23. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    Yoooooo, nice to see you , but it's already fixed in current version .
  24. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    You must have ini file for best performance... You can find attached at first / second thread comment. Download it and put in cleo.. then everything will be okay and you have control over cleo.
  25. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    It's open source, so if anyone willing can make .asi version
  26. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    Ini file for best performance is necessary..
  27. Parazitas

    SA-MP 0.3.7 SA-MP 0.3.7 R2 SA-MP 0.3.7 R3 SA-MP 0.3.7 R4 SA-MP 0.3.DL-R1 Any SA-MP Background.cs - Transparent menu and much more... V2

    ~ Background.cs ~ Game Enhancement Mod Core Features: Anti Game Pause / Anti ESC Prevents game freezing or pausing when minimizing, Alt-Tabbing, or pressing ESC. Transparent Menus ESC Menu background is fully transparent. ESC Map background is also fully transparent. Custom Map...
  28. Parazitas

    ASI/DLL Release Background.cs - Transparent menu and much more...

    Parazitas submitted a new resource: Background.cs - Transparent menu and much more... - Transparent Menu and much more.. Read more about this resource...
  29. Parazitas

    Help cleo greeter

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN 0AC8: 31@ = allocate_memory_size 260 0AC8: 30@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 31@ prefix_to 30@ color_to 29@ prefix_color_to 28@ IF AND...
  30. Parazitas

    Untagged Release NameTagHack 0.3.7 / 0.3.DL [CLEO/EXE/ASI]

    you didn't said anything specific what doesn't work exactly... no pictures or video..
  31. Parazitas

    Help ESP Vehicles SA:MP

    auto..., no activation
  32. Parazitas

    Help ESP Vehicles SA:MP

    Aaaa..., you welcome? SAMPFUNCS REQUERED!
  33. Parazitas

    CLEO LUA Help Captcha Anti AFK Farm?

    possible bypass using SAMPFUNCS + CLEO OR SAMPFUNCS + LUA
  34. Parazitas

    Help snippet is dialog samp active ( when u press t)

    To difficult to use Search function? https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/ https://ugbase.eu/threads/cleo-some-snippets.16708/
  35. Parazitas

    Help need auto driver to checkpoint not by mark

    auto marking can be made. https://ugbase.eu/threads/cleo-automatically-mark-the-red-checkpoints.17583/#post-114881
  36. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    This is full Control of received bullets damage AKA Smart Invulnerability... Type like GTA SA cheat code DMG to open Menu My last code in history which i had made before leaving.. To get mouse open chat and use menu then.... Cheat using can get you BAN, play at your own risk...
  37. Parazitas

    Help Auto respon chat

    i was thinking to make cleo ver, but since you made no need. good job btw.
  38. Parazitas

    CLEO Help SA-MP: Get Nickname from the last line chat.

    NOTE: This code was made using google search engine and NOTEPAD++ I do not have any cleo related stuff. By adding digits you can specify how long name or surname you wanna extract! Example 1, suranem will be 3 letters long: 0AD4: $NOT_USED = 2@v "%[^_]_%3[^_]" 10@v 20@v //10@v = first name...
  39. Parazitas

    Help need help with cleo auto read chat and send /ataxi command

    you can make code using what was already posted on ugbase
  40. Parazitas

    World is Wide

    i have no cleo or samp related stuff in my pc anymore.
  41. Parazitas

    World is Wide

    progressing in life, suffering losses , but it's life , just moving foward.
  42. Parazitas

    World is Wide

    Hello everyone. How you guys doing so far?
  43. Parazitas

    Help i want cheat

    I'm out of this, please don't tag me, thank you.
  44. Parazitas

    Help Poker script

    1. Sounds like a lot of testing... 2. A lot of time wil be wasted for person who going to make it. 3. Person who will make code must know perfectly Poker game. 4. No one will waste their time for free. Chance for you to get this code is below 10%.
  45. Parazitas

    im in search for this

    Try this one, not the best. https://ugbase.eu/threads/silent-aim-0-3-dl.16040/#post-90761
  46. Parazitas

    Help in adding a feature to this MOD for GTA SA

    Valid request.
  47. Parazitas

    Help Need help edit cleo

    Valid request.
  48. Parazitas

    Help Setting Player Camera Lock To A Point by X Y Z

    CameraXAngle(Float): 0xB6F258 CameraYAngle(Float): 0xB6F248 int addrof(CCamera::GetGameCamPosition) = ADDRESS_BY_VERSION(0x50AE50, 0, 0, 0, 0, 0); int gaddrof(CCamera::GetGameCamPosition) = GLOBAL_ADDRESS_BY_VERSION(0x50AE50, 0, 0, 0, 0, 0); CVector *CCamera::GetGameCamPosition() {...
  49. Parazitas

    Help Damage mode any server

    What this supposed to mean???
  50. Parazitas

    Help how to send what object i have attached to my vehicle

    1. I don't think, usually what you creating is not synced, unless you find way to sync it, so sever would detect it. 2. Pictures provided none...
  51. Parazitas

    Help [REQ] Vehicle Get Plate CLEO

    1. Provide pictures of cars number plate which you trying to obtain 2. Server Details 3. Account
  52. Parazitas

    Help Setting Player Camera Lock To A Point by X Y Z

    Old memory collection: https://gtamods.com/wiki/Memory_Addresses_(SA) NOTE: Rotation only will be set when actor is moving * CPed +0x558 = [float] Current rotation (Z angle) This can be re-created without cleo, scroll below for more details :char_goto { 0@ = X 1@ = Y 2@ = Z 3@ = state of...
  53. Parazitas

    Help [REQ] Vehicle Get Plate CLEO

  54. Parazitas

    Help [REQ] Vehicle Get Plate CLEO

    {$CLEO .cs} 0000: 'Author: Parazitas | UGBASE.EU' 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 "vplate" 0AC7: 30@ = var 30@ pointer 0AC7: 29@ =...
  55. Parazitas

    [CLEO] Some multi-samp snippets

    :SAMPGetCarNumberPlateByVehicleID { IF 0AB1: @SAMPGetCarNumberPlateByVehicleID 1 VehicleID 1249 _Returned: NumberPlate 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 31@...
  56. Parazitas

    Help [REQ] Vehicle Get Plate CLEO

    ........................................................................rly......................................................... You can't answer to provided question correctly and expecting to get help :unsure: You wanna get your OWN ???????????????? or OTHERS number...
  57. Parazitas

    IsActorDamaged

    samp have it's own data pool. Use these for obtaining data: https://ugbase.eu/threads/cleo-some-snippets.16708/page-8#post-113287
  58. Parazitas

    Help [REQ] Vehicle Get Plate CLEO

    Your own or others?
  59. Parazitas

    Help [REQ] Vehicle Get Plate CLEO

    I provide link to code which is what you asked for
  60. Parazitas

    Help [REQ] Vehicle Get Plate CLEO

    SAMPFUNC doesn't have function for number plates xD Not everything is Around SAMPFUNC.. https://ugbase.eu/threads/cleo-some-snippets.16708/page-4#post-102501
  61. Parazitas

    Help Timer on /command on R5

    https://ugbase.eu/threads/help-with-textdraw-of-timer.13400/#post-101093
  62. Parazitas

    disable controls while in menu

    Bro took 3 months to finally tell everyone that he needs code for completely different game when everyone is talking about gta sa... Someone give him gold medal for slowest replies..
  63. Parazitas

    [CLEO] Some snippets

    For those who like making private code for specific player nick names..., This code is made for you.... Example for nick names in github by editing main READ ME.md: https://github.com/Parazitas17833/Premium-Members # Premium-Members Lukas_Parazitas Admin_Admin Alphatester_Tester...
  64. Parazitas

    Help CrazyBob's Cops and Robbers player list

    Just because it's not visible, doesn't mean you can't obtain it through memory
  65. Parazitas

    Help need script for R4 server

    This thing is called admin checker, there full of version for this cleo, lua etc... Just google it, or search on ugbase
  66. Parazitas

    Help I need a cleo script for autofishing.

    With your provided information then result is as per below: IF FISH ON HOOK THEN PULL OUT HOOK END
  67. Parazitas

    Help Looking for a specific auto type command cleo script

    or use samp default command /save
  68. Parazitas

    Help need script for R4 server

    Provide Server Details
  69. Parazitas

    Help need script for R4 server

    So basically you aiming to make damage informer , do you wanna it in chat?
  70. Parazitas

    Help need script for R4 server

    https://ugbase.eu/threads/samp-get-player-id-using-actor-handle.13396/ https://ugbase.eu/threads/cleo-some-snippets.16708/page-4#post-102689 https://ugbase.eu/threads/cleo-some-snippets.16708/page-5#post-103737 https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/page-4#post-115744...
  71. Parazitas

    Help need script for R4 server

    Some things can be made without SAMPFUNC if you know how to xD
  72. Parazitas

    Help need script for R4 server

    https://ugbase.eu/threads/draw-weapon-icon-anywhere-at-the-screen.16823/
  73. Parazitas

    Help How to check object exist in stream and set player collision ?

    What exactly you aiming for, what you trying to make?
  74. Parazitas

    Help How to check object exist in stream and set player collision ?

    Not all objects can be detected using samp snippets
  75. Parazitas

    Help need script for R4 server

    Sounds like fps drop, without SAMPFUNC using loop for all players.
  76. Parazitas

    [CLEO] Some multi-samp snippets

    :GetLocalPlayerName { 0AB1: @GetLocalPlayerName 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...
  77. Parazitas

    [CLEO] Some multi-samp snippets

    :SendSpawn { 0AB1: @SendSpawn 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@ = readmem 30@ sz 4 vp 0...
  78. Parazitas

    [CLEO] Some multi-samp snippets

    :isLocalPlayerRequiredToSendSpawn { 0AB1: @isLocalPlayerRequiredToSendSpawn 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...
  79. Parazitas

    [CLEO] Some multi-samp snippets

    :Say { 0AC8: 0@ = allocate_memory_size 144 0AD3: 0@ = format "/big potato" 0AB1: @Say 1 TextOrCommand 0@ 0AC9: free_allocated_memory 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...
  80. Parazitas

    Help how to get nickname W/O sampfuncs

    https://ugbase.eu/threads/samp-get-player-id-using-actor-handle.13396/ https://ugbase.eu/threads/cleo-some-snippets.16708/page-4#post-102689 https://ugbase.eu/threads/cleo-some-snippets.16708/page-5#post-103737
  81. Parazitas

    Help how to get nickname W/O sampfuncs

    Since finally everything is clear i will provide necessary snippets once get free time. By the way for which samp version you look snippets
  82. Parazitas

    Help how to get nickname W/O sampfuncs

    Target player or everyone around?? Which you need?
  83. Parazitas

    Help how to get nickname W/O sampfuncs

    You mean if you aim on that person show his name 🤔
  84. Parazitas

    Solution for 'Fake R5 Client Checks on Mike CnR and other'

    If you do simply upload asi file because 99% of peoples have no idea how to use it xD
  85. Parazitas

    Help how to get nickname W/O sampfuncs

    Hello, Your question should be more specific.. You didn't provide who's nick name you need. It can be yours or other players...
  86. Parazitas

    [CLEO] Some multi-samp snippets

    :GetAttachedObjectHandle { MAX ATTACHED OBJECTS = 10 IF 0AB1: @GetAttachedObjectHandle 1 ID: 0@ _Returned: Handle 1@ } 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...
  87. Parazitas

    [CLEO] Some multi-samp snippets

    :isAttachedObjectExist { MAX ATTACHED OBJECTS = 10 IF 0AB1: @isAttachedObjectExist 1 ID: 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 31@ += 0x21A0F8 //...
  88. Parazitas

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

    It's a picture not a code mate.
  89. Parazitas

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

    I can't not solve your problem if you refuse to provide your code.
  90. Parazitas

    SAMP Get Player ID Using Actor Handle

    https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/
  91. 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..
  92. Parazitas

    CLEO Release Heli Fucker

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

    CLEO Release Heli Fucker

    Hello, Have you check date when it was released?
  94. 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...
  95. Parazitas

    Help I have a request

    It's sever side stuff, unless you will find bug in sever system
Top