Search results

  1. Parazitas

    CLEO Help Help

    Use snippet or opcodes to get object info Get object model, compare with yours and if it's correct get position
  2. Parazitas

    CLEO Help I need cleo settime setweather 0.3dl

    https://ugbase.eu/threads/help-me-settime-setweather.22080/#post-129336
  3. Parazitas

    CLEO Help path to the cleo script(*.cs) using

    https://gtamods.com/wiki/Memory_Addresses_(SA)#Threads
  4. Parazitas

    Online player counter by color on TAB

    It is simple, but for what you gonna use it?
  5. Parazitas

    Small talk

    Grown kids i guess..
  6. Parazitas

    Small talk

    Looks like a lot days without sleep xD
  7. Parazitas

    Small talk

    Hello. How's going everyone during Christmas period?? Made all plans? Having fun?
  8. Parazitas

    [CLEO] Some snippets

    :isPlayerNPC { 0.3.7 R1 IF 0AB1: @isPlayerNPC 1 ID 0@ } IF 0AA2: 31@ = "samp.dll" THEN 0A8E: 30@ = 31@ + 0x21A0F8 // SAMP_INFO_OFFSET 0A8D: 30@ = readMem 30@ sz 4 vp 0 30@ += 0x3CD // SAMP_PPOOLS_OFFSET 0A8D: 30@ = readMem 30@ sz 4 vp 0 30@ += 0x18 //...
  9. Parazitas

    CLEO Help Help

    Use Windows calculator, choose in settings: >>> programer <<< , choose decimal , paste digits and press on hex , that should convert to address
  10. Parazitas

    [CLEO] Some snippets

    ~~ Snippet to check when file name is correct ~~ Snippet return true if file name was entered like: Car.cs Snippet return false when file name was entered like: .cs So basically snippet not allow you enter just .cs without file name , it have to be Name.cs :isCleoFileNameCorrect { IF...
  11. Parazitas

    CLEO Help Can this be converted so it can be used without samp funcs

    {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF AND 0AB0: 75 // K 0AB0: 51 // 3 THEN IF 13@ == 1 THEN 13@ = 0 ELSE 13@ = 1 END WAIT 500 // ANTI KEY SPAM END IF 13@ == 1...
  12. Parazitas

    CLEO Help Can this be converted so it can be used without samp funcs

    There's zero SAMPFUNS in this code... If you getting any errors by trying compile it , make sure that you changed SHORTCUTS like: CALL , RET etc..
  13. 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
  14. 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...
  15. Parazitas

    CLEO Help Keys lock

    make sure you have right settings
  16. 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...
  17. 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...
  18. Parazitas

    CLEO Help Keys lock

    Most simplest way , just send key press: https://ugbase.eu/threads/snippet-set-virtual-or-game-key.19933/
  19. 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.
  20. Parazitas

    CLEO Help need help fixing this script

    What it does?
  21. Parazitas

    CLEO Help SAMPFUNCS.ASI - PLEASE HELP PLEASE

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

    Untagged Release [PROJECT] No SAMPFUNCS

    Which one you using?
  23. Parazitas

    Collection

  24. 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..
  25. 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
  26. Parazitas

    Collection

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

    DELETE

    Sorry, wrong thread.
  28. Parazitas

    DELETE

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

    CLEO Help can someone make this wallhack

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

    CLEO Help can someone make this wallhack

    I will make it.
  31. Parazitas

    CLEO Help can someone make this wallhack

    Which samp version you use?
  32. Parazitas

    Collection

  33. Parazitas

    Collection

  34. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

    Which version you using?
  35. Parazitas

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

    Realease: Samp 0.3.7 R4
  36. 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
  37. 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...
  38. Parazitas

    CLEO Help Help

    Ox50FFFF02 // orange
  39. Parazitas

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

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

    CLEO Help problem with script

    Incorrect using variables
  41. Parazitas

    CLEO Help help with teleport.

    What kind help you asking for? If you writing request do that in request section..
  42. 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
  43. Parazitas

    CLEO Help camzoom.cs camera shake

    For what you use this one?
  44. Parazitas

    New forums!

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

    CLEO Help How to fix game crash for this cleo

    Version which allows you change zooming while moving mouse wheel up or down.
  46. 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..
  47. 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
  48. 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...
  49. Parazitas

    CLEO Help Need help to make a cleo for 0.3DL

    So where is script???
  50. 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.
  51. Parazitas

    CLEO Help bypass this anti wallhack

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

    CLEO Help Auto-reply

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

    pRakClientInterface 0.3.dl Address

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

    Untagged Release FastMap

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

    Collection

    Possible
  56. 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@...
  57. 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.
  58. Parazitas

    SAMPFUNCS doesn't loading.

    Don't forget check description.
  59. Parazitas

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

    Don't forget check description.
  60. 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!!
  61. Parazitas

    CLEO Help Help

    Leave file here.
  62. Parazitas

    CLEO Help Help with a mod

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

    CLEO Help Help with a mod

    Add wait before you register command to let samp fully load...
  64. 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@ =...
  65. Parazitas

    CLEO Help GTA san Andears Multiplayers planes and helicopter aimlock.

    @ajom If i remember right, you been working with this.
  66. 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/
  67. 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
  68. 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
  69. 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
  70. 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...
  71. 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@ =...
  72. Parazitas

    Untagged Release [PROJECT] No SAMPFUNCS

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

    CLEO Help samp ahk read chatlog

    First of all explain what exactly you trying to do and where you getting problem.
  74. 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...
  75. 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/
  76. Parazitas

    CLEO Help 0BC9 w/o SAMPFUNCS

    Which samp?
  77. 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...
  78. 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...
  79. 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...
  80. 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 //...
  81. 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...
  82. 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 //...
  83. 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...
  84. 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...
  85. Parazitas

    CLEO Help Manually Zoom in/Zoom out the radar

    Let's talk on DC: Parazitas#0398
  86. 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...
  87. 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...
  88. 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...
  89. 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 //...
  90. Parazitas

    CLEO Help [Cleo] Auto input dialog numbers

    Why you double posting....?? We already see your message.
  91. 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...
  92. Parazitas

    CLEO Help Read multiple chat lines?

    @ajom why he keep making same threads? xD
  93. 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
Top