Search results

  1. Parazitas

    CLEO Help help

    IF 80EC: not_actor $PLAYER_ACTOR sphere 0 near_point 1@ 2@ radius 1.0 1.0 THEN 0AB1: @AIM_AT_POS 4 XYZ: 1@ 2@ 3@ ADD_CAMERA_OFFSET 0.04253 00A1: put_actor $PLAYER_ACTOR at 1@ 2@ 3@ END
  2. Parazitas

    CLEO Help Keys lock

    {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF AND 0AB0: 17 // CTRL 0AB0: 81 // Q THEN IF 0039: 31@ == 0 THEN 0006: 31@ = 1 0AD1: "~Y~Send Key ~G~ON" 1337 ELSE 0006...
  3. Parazitas

    CLEO Help Keys lock

    make sure you have right settings
  4. Parazitas

    CLEO Help Keys lock

    @mmadaaa {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF 0ADC: test_cheat "Z" THEN IF 0039: 31@ == 0 THEN 0006: 31@ = 1 0AD1: "~Y~Send Key ~G~ON" 1337 ELSE 0006: 31@ = 0...
  5. Parazitas

    CLEO Help Keys lock

    {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF 0ADC: test_cheat "Z" THEN IF 31@ == FALSE THEN 31@ = TRUE 0AD1: "~Y~Send Key ~G~ON" 1337 ELSE 31@ = FALSE 0AD1...
  6. Parazitas

    CLEO Help Keys lock

    Most simplest way , just send key press: https://ugbase.eu/threads/snippet-set-virtual-or-game-key.19933/
  7. Parazitas

    CLEO Help SAMPFUNCS.ASI - PLEASE HELP PLEASE

    Get new clean GTA and Keep it on desktop in extra folder, maybe works. Then put SAMPFUNS.asi and everything else what you need., But first test SAMPFUNS.
  8. Parazitas

    CLEO Help need help fixing this script

    What it does?
  9. Parazitas

    CLEO Help SAMPFUNCS.ASI - PLEASE HELP PLEASE

    You don't have .asi loader..
  10. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Which one you using?
  11. Parazitas

    Collection

  12. Parazitas

    CLEO Help SAMPFUNCS.ASI - PLEASE HELP PLEASE

    1. Here we allow writte only in english language!! 2. Read video description! Make sure you have everything..
  13. Parazitas

    [CLEO] Some snippets

    :isPlayerActorFreezed { IF 0AB1: @isPlayerActorFreezed 0 THEN // do something... END } 0A8D: 31@ = readMem 0xA90495 sz 4 vp 0 IF 31@ > 0 THEN 0485: return_true ELSE 059A: return_false END 0AB2: ret 0
  14. Parazitas

    Collection

    He wants get crosshair at aim pos that why he won't use default.
  15. Parazitas

    DELETE

    Sorry, wrong thread.
  16. Parazitas

    DELETE

    https://ugbase.eu/threads/nametaghack-0-3-7-0-3-dl-cleo-exe-asi.12022/
  17. Parazitas

    CLEO Help can someone make this wallhack

    Server ip? Any account for testing??
  18. Parazitas

    CLEO Help can someone make this wallhack

    I will make it.
  19. Parazitas

    CLEO Help can someone make this wallhack

    Which samp version you use?
  20. Parazitas

    Collection

  21. Parazitas

    Collection

  22. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Which version you using?
  23. Parazitas

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

    Realease: Samp 0.3.7 R4
  24. Parazitas

    [ COLLECTION OF 0.3.7 - 0.*.* OFFSETS ]

    0.3.7 R4 - v2 #define SAMP_DISABLE_NAMETAGS = samp.dll + 0x75390 #define SAMP_DISABLE_NAMETAGS_HP = samp.dll + 0x74270
  25. Parazitas

    CLEO Help why is there no delay?

    In command wait doesn't work... {$CLEO} {$INCLUDE SF} {$NOSOURCE} 0000: while not SAMP.Available() wait 0 end 0B34: samp register_client_command "full" to_label @full 0B34: samp register_client_command "testend" to_label @end 0AF8: samp add_message_to_chat "{F9F9F9}autofull loaded." while...
  26. Parazitas

    CLEO Help Help

    Ox50FFFF02 // orange
  27. Parazitas

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

    Basically you can make same in any language.. super simple code.
  28. Parazitas

    CLEO Help problem with script

    Incorrect using variables
  29. Parazitas

    CLEO Help help with teleport.

    What kind help you asking for? If you writing request do that in request section..
  30. Parazitas

    CLEO Help camzoom.cs camera shake

    So just make manual zoom smooth by calculating it. Memories for that.: https://ugbase.eu/threads/some-snippets.20983/page-5#post-133409
  31. Parazitas

    CLEO Help camzoom.cs camera shake

    For what you use this one?
  32. Parazitas

    New forums!

    Btw did you fixed email bot? So peoples should get confirmation email from forum.
  33. Parazitas

    CLEO Help How to fix game crash for this cleo

    Version which allows you change zooming while moving mouse wheel up or down.
  34. Parazitas

    CLEO Help How to fix game crash for this cleo

    https://mega.nz/#!tc1xlTpZ!LcOYJyEjnNou1jx3y-JEodQ-LKFnSQ2OjaLb4dvndQ8 Most simple and easy way.. Using long time, no problems..
  35. Parazitas

    CLEO Help How to fix game crash for this cleo

    As i promised.. More based for single player side, works with any SAMP. Enjoy. Regards @Parazitas
  36. Parazitas

    [CLEO] Some snippets

    To Enable you need to return old values, so before you doing write memory , make sure you did read memory for default values... Memory to write or read Camera Zoom: 0xB6F250 (Float) :DisableCameraZoomReset // snipper 0A8C: write_memory 0x509BD0 size 2 value 0x9090 virtual_protect 1 // other...
  37. Parazitas

    CLEO Help Need help to make a cleo for 0.3DL

    So where is script???
  38. Parazitas

    CLEO Help How to fix game crash for this cleo

    I will rework script latter. I gonna make it work for single player, so we will see are you gonna get crashes. If yes that means problem somewhere else.
  39. Parazitas

    CLEO Help bypass this anti wallhack

    Just get streamed player info and rework WH, simple.
  40. Parazitas

    CLEO Help Auto-reply

    1. 31@ = false // by Ajom 2. Add cmd return for commad.
  41. Parazitas

    pRakClientInterface 0.3.dl Address

    Isn't hard to find it. You just have to want it.
  42. Parazitas

    Untagged Release FastMap

    You should know which samp you use before trying cleo
  43. Parazitas

    Collection

    Possible
  44. Parazitas

    [CLEO] Some snippets

    Snippet to check when weapon is currently in reloading state. :isWeaponReloading // IF 0AB1: @isWeaponReloading 0 0A96: 31@ = actor $PLAYER_ACTOR struct 31@ += 0x718 // Current weapon slot (1 byte) 0A8D: 30@ = read_memory 31@ size 1 virtual_protect 0 0A96: 31@ = actor $PLAYER_ACTOR struct 31@...
  45. Parazitas

    Untagged Release Custom Crypt - CLEO

    Old old custom cryptor. I still have it, but not using anymore. I like more destroy code after compiling it, so even after decompile it stays shit and not usable.
  46. Parazitas

    SAMPFUNCS doesn't loading.

    Don't forget check description.
  47. Parazitas

    CLEO Help error loading plugin sampfuncs.asi in windows 10 pls help me

    Don't forget check description.
  48. Parazitas

    CLEO Help help me please

    If you still getting problems after all what ajom said.., just go to my discord and download already fully prepared sanny builder. Good luck. P.S. Make sure you have correct settings!!
  49. Parazitas

    CLEO Help Help

    Leave file here.
  50. Parazitas

    CLEO Help Help with a mod

    On this source i can see you missing one END
  51. Parazitas

    CLEO Help Help with a mod

    Add wait before you register command to let samp fully load...
  52. Parazitas

    [CLEO] Some snippets

    OPCODE: 0B36: samp 2@ = get_player_nickname 1@ Without SAMPFUNCS ~ Samp Player ~ 0.3.7 - R1 :GetPlayerNameByID { 0.3.7 R1 IF 0AB1: @GetPlayerNameByID 1 ID 0@ _Returned: Name 1@ } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 30@ =...
  53. Parazitas

    CLEO Help GTA san Andears Multiplayers planes and helicopter aimlock.

    @ajom If i remember right, you been working with this.
  54. Parazitas

    CLEO Help Get 2nd column text from a style 5 dialog and sending reponse to a style 5 dialog

    https://ugbase.eu/threads/snippet-get-set-current-dialog-list-item.22340/
  55. Parazitas

    CLEO Help Get 2nd column text from a style 5 dialog and sending reponse to a style 5 dialog

    Try this https://ugbase.eu/threads/some-snippets.20983/page-3#post-130929
  56. Parazitas

    CLEO Help Get 2nd column text from a style 5 dialog and sending reponse to a style 5 dialog

    https://ugbase.eu/threads/dialog-response.18096/#post-106268
  57. Parazitas

    CLEO Help Get 2nd column text from a style 5 dialog and sending reponse to a style 5 dialog

    https://ugbase.eu/threads/some-snippets.20983/page-3#post-130879
  58. Parazitas

    CLEO Help Help read chat line and then stop reading and wait for a key press

    SIMPLE VARIABLE - TRUE / FALSE {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: samp register_client_command "toggle" to_label @toggle WHILE TRUE WAIT 0 IF AND 31@ == TRUE 0B61: samp is_local_player_spawned THEN FOR 0@ = 99 TO 99 // Can be changed to 98 to 99, 97 to...
  59. Parazitas

    [CLEO] Some snippets

    :getStringBetweenTwoCharacters { 0AC8: 3@ = allocate_memory_size 1024 0AB1: @getStringBetweenTwoCharacters 4 text 0@ FirstChar 123 SecondChar 125 memory_to_store_text 3@ } 5@ = FALSE // inbracket 0AB1: @strlen 1 string 0@ _Returned: length 31@ FOR 30@ = 0 TO 31@ 0085: 29@ =...
  60. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Possible , but every time it takes a lot time for testing..
  61. Parazitas

    CLEO Help samp ahk read chatlog

    First of all explain what exactly you trying to do and where you getting problem.
  62. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Added: ~~ Cleo Control ~~ Commands: 1. /csload [FileName.cs] - Load cleo file 2. /csunload [FileName.cs] - Unload cleo file 3. /csreset [FileName.cs] - Reset cleo file 4. /csdelete [FileName.cs] - Delete cleo file 5. /csrename [OldFileName.cs] [NewFileName.cs] - Rename cleo file For more info...
  63. Parazitas

    CLEO Help 0BC9 w/o SAMPFUNCS

    Why you making same thread with same title and of course same content ???? You already have been made this... WTF?????????????? https://ugbase.eu/threads/0bc9-w-o-sampfuncs.22256/
  64. Parazitas

    CLEO Help 0BC9 w/o SAMPFUNCS

    Which samp?
  65. Parazitas

    CLEO Help save the message inside an allocated string buffer, then use it later in a series of Say opcode message.

    No SAMPFUNCS Any SAMP "/msg yourtext" {$CLEO .cs} 0000: 'Author: Parazitas | UGBASE.EU' WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN 0AC8: 31@ = allocate_memory_size 1024 0AD3: 31@ = format "msg" // format command 0AC8: 30@ = allocate_memory_size 1024...
  66. Parazitas

    CLEO Help Help for Anti AFK.

    {$CLEO .cs} 0000: wait 8500 while true wait 0 if 0256: player $PLAYER_CHAR defined then 0AB1: @get_samp_version_id 0 _returned: ID 0@ 0AC8: 1@ = allocate_memory_size 1024 0AC8: 2@ = allocate_memory_size 1024 0AB1: @getChatString 2 SampVersionID 0@ ChatID 99 _Returned: Text...
  67. Parazitas

    SAMP Get Actor Handle Using Player ID

    0.3.7 R4 - v2 :SAMPGetActorHandleByPlayerID { 0.3.7 R4 - v2 IF 0AB1: @SAMPGetActorHandleByPlayerID 1 _PlayerID 0@ _Returned: Handle 31@ } IF 0AA2: 31@ = loadlib "samp.dll" // GET_SAMP_BASE THEN 31@ += 0x26E8DC // SAMP_INFO_OFFSET[0] 0A8D: 31@ = read_memory 31@ size 4...
  68. Parazitas

    SAMP Get Actor Handle Using Player ID

    0.3.DL :SAMPGetActorHandleByPlayerID { 0.3.DL IF 0AB1: @SAMPGetActorHandleByPlayerID 1 _PlayerID 0@ _Returned: Handle 31@ } IF 0AA2: 31@ = loadlib "samp.dll" // GET_SAMP_BASE THEN 31@ += 0x2ACA24 // SAMP_INFO_OFFSET[0] 0A8D: 31@ = read_memory 31@ size 4 virtual_protect 0 //...
  69. Parazitas

    SAMP Get Player ID Using Actor Handle

    0.3.7 R4 - v1 :SAMPGetPlayerIDByActorHandle { 0.3.7 R4 - v1 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...
  70. Parazitas

    SAMP Get Actor Handle Using Player ID

    0.3.7 R3 :SAMPGetActorHandleByPlayerID { 0.3.7 R3 IF 0AB1: @SAMPGetActorHandleByPlayerID 1 _PlayerID 0@ _Returned: Handle 31@ } IF 0AA2: 31@ = loadlib "samp.dll" // GET_SAMP_BASE THEN 31@ += 0x26E8DC // SAMP_INFO_OFFSET[0] 0A8D: 31@ = read_memory 31@ size 4 virtual_protect 0 //...
  71. Parazitas

    [CLEO] Some snippets

    Opcode: 0B79: samp set_chat_input_enabled 1@ Without SAMPFUNCS ~ Multi Samp Snippet ~ :SET_CHAT_INPUT_ENABLED { 0AB1: @SET_CHAT_INPUT_ENABLED 2 SampVersionID 0@ State 1 } IF 0AA2: 31@ = "samp.dll" THEN IF NOT 0@ < 1 THEN IF 0@ == 1 // 0.3.7 R1 THEN...
  72. Parazitas

    [CLEO] Some snippets

    Snippet does: 1. Deleting any existing color codes from text 2. Collecting all digits from text :get_digits_to_print { 0AC8: 1@ = allocate_memory_size 1024 0AB1: @get_digits_to_print 2 text 0@ memory_to_store_digits_as_text 1@ } 5@ = FALSE // inbracket 0AA7: call_function 0x718690...
  73. Parazitas

    CLEO Help Manually Zoom in/Zoom out the radar

    Let's talk on DC: Parazitas#0398
  74. Parazitas

    CLEO Help Change My FPS Value

    - FPS growth is different for everyone ( depending on the PC ); - To achieve the effect, you must disable the frame limiter in the game settings; :FPUSUNLOCK { 0.3.7 R1 0AB1: @FPS_UNLOCK 0 } IF 0AA2: 0@ = "samp.dll" THEN 0@ += 0x9D9D0 0A8C: write_memory 0@ size 4 value...
  75. Parazitas

    CLEO Help Read multiple chat lines?

    Let's save some time... {$CLEO.cs} 0000: repeat wait 0 until 0AFA: SAMP_IS_READY while true wait 0 if 0B61: samp is_local_player_spawned then for 0@ = 98 to 99 0AC8: 1@ = allocate_memory_size 1024...
  76. Parazitas

    [ COLLECTION OF 0.3.7 - 0.*.* OFFSETS ]

    0.3.7 R4 - v2 #define SAMP_INFO_OFFSET 0x26EA0C #define SAMP_PPOOLS_OFFSET 0x3DE #define SAMP_PPOOL_PLAYER_OFFSET 0x4 #define SAMP_REMOTEPLAYER_OFFSET 0x1F8A #define SAMP_REMOTEPLAYER_DATA_OFFSET 0x10 #define...
  77. Parazitas

    SAMP Get Actor Handle Using Player ID

    0.3.7 R2 :SAMPGetActorHandleByPlayerID { 0.3.7 R2 IF 0AB1: @SAMPGetActorHandleByPlayerID 1 _PlayerID 0@ _Returned: Handle 31@ } IF 0AA2: 31@ = loadlib "samp.dll" // GET_SAMP_BASE THEN 31@ += 0x21A100 // SAMP_INFO_OFFSET[0] 0A8D: 31@ = read_memory 31@ size 4 virtual_protect 0 //...
  78. Parazitas

    CLEO Help [Cleo] Auto input dialog numbers

    Why you double posting....?? We already see your message.
  79. Parazitas

    CLEO Help [Cleo] Auto input dialog numbers

    ~~ Just do simple way ~~ Check for dialog exists Get dialog caption Compare dialog caption Get dialog text Delete color codes from text Get digits from text. :DeleteColorCodeFromText { 0AC8: 1@ = allocate_memory_size 1024 0AB1: @DeleteColorCodeFromText 4 text 0@ FirstCharacter 123...
  80. Parazitas

    CLEO Help Read multiple chat lines?

    @ajom why he keep making same threads? xD
  81. Parazitas

    CLEO Help Help to make a hitman cmd..

    To avoid might still possible bugs with send key, i leaving you this to use instead keypress .: https://ugbase.eu/threads/some-snippets.20983/post-130915
  82. Parazitas

    CLEO Help Help to make a hitman cmd..

    Okay. @ajom he can't stop thinking about you xD Good luck with that, I'm out. PEACE.
  83. Parazitas

    CLEO Help Help to make a hitman cmd..

    Code made with phone.. {$CLEO .cs} 0000: repeat Wait 0 until 0AFA: 0B34: samp register_client_command "gethit" to_label @cmd While true Wait 0 If 31@ == TRUE Then 0AF9: say "/gethit" wait 5000 0AF9: say "/order" wait 5000 0AF9: say "/undercover" wait...
  84. Parazitas

    CLEO Help Help to make a hitman cmd..

    You can't make wait in cmd Put everything in while true part. Add variable like " 0@ = true " in cmd part to allow send that text from while loop..
  85. Parazitas

    CLEO Help Want to adjust Autohotkey to Cleo

    Keys: N NUM 1 NUM2
  86. Parazitas

    CLEO Help Store radar icon coords

    First you need find out your icon id ...
  87. Parazitas

    CLEO Help Store radar icon coords

    https://ugbase.eu/threads/get-radar-blip-info.21300/
  88. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Let's talk on Discord. I Recommended use latest cleo version from official site: cleo.li
  89. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    You using Samp Addon?
  90. Parazitas

    >>> DC

    >>> DC
  91. Parazitas

    CLEO Help HELP WITH THIS SCRIPT I CAN`T UNCODE THIS SHIT.

    Nice updated pic mate xD
  92. Parazitas

    CLEO Help Help - Read chat and replay

    2.: Opcode 0C29: 3.: https://ugbase.eu/threads/snippet-get-digits-from-text.19751/
  93. Parazitas

    CLEO Help Get player ID from dialog and send command

    What is your final destination??
  94. Parazitas

    CLEO Help Get player ID from dialog and send command

    Show what you made..
Top