Search results

  1. Parazitas

    CLEO Help DLL Call

    Hello , i'm back. Maybe somebody can explain how to know how many params need every time? For example now i found pointers of Set chat input enabled , but when i call i get couple errors also my character was freezed , that means pointers are good, because i know when we open chat we can't move...
  2. Parazitas

    CLEO Help Convert for 0.3.DL help ?

    Which keys
  3. Parazitas

    [CLOSED] Accepting request

    I know how make it , but i don't know to add string to strings for example: I have two strings - Black and Daddy What i must learn is put two words in one string. Should be one string - Black Daddy.
  4. Parazitas

    [CLOSED] Accepting request

    Possible. Better ask @Opcode.eXe , he have much more experience with rpc.
  5. Parazitas

    [CLOSED] Accepting request

    Probably this request sampfuncs
  6. Parazitas

    CLEO Help Decimal to Hex

    Working solution 0AC8: 11@ = allocate_memory_size 260 0AF4: 11@ = read_string_from_ini_file "cleo\JobRecorder.ini" section "SendKey" key "Key" 0AD4: $NOT_USED = scan_string 11@ format "%x" 10@ 12@ = 0xB72CC8 10@ *= 2 005A: 12@ += 10@ // (int) 0A8D: 5@ = read_memory 12@ size 1 virtual_protect 0
  7. Parazitas

    CLEO Release [RELEASE]Load your cleo mods in-game! [V2 has been launched]

    Hello World , looks like this mod request SAMPFUNCS... So i made it work without SAMPFUNCS ! Any samp version ! Tutorial: 1. Put in cleo CleoLoader.cs 2. Run samp as administrator 3. When you are spawned close game 4. Now you get CleoLoader.ini 5. Open CleoLoader.ini and put name 6. Press keys...
  8. Parazitas

    CLEO Help How can I ban evade on LSRP OR IMRP

    something is static and they checking that
  9. Parazitas

    [CLOSED] Accepting request

    @agralek i haven't experience to make snippet which need for this cleo
  10. Parazitas

    CLEO Help Decimal to Hex

    Okay , thx
  11. Parazitas

    CLEO Help gm

    Take dialog pic
  12. Parazitas

    CLEO Help Decimal to Hex

    Hello ! everyone. I have small problem. I tried get key offset from ini file , but looks like my snippet accept only hex value, because when i add decimal value to pointer i get wrong pointer and code wan't work. Exist any way to convert decimal to hex value for cleo? :Set_Virtual_Key {...
  13. Parazitas

    CLEO Help gm

    Possible
  14. Parazitas

    write mem 0x0C17050 size 4 value 1 = game closed.

    write mem 0x0C17050 size 4 value 1 = game closed.
  15. Parazitas

    00B72914 - Set interior

    00B72914 - Set interior
  16. Parazitas

    Help

    Good luck
  17. Parazitas

    CLEO Help Question about pointers and offsets

    @monday Maybe you know why i get crash ? {$CLEO .cs} 0000: wait 10000 while true wait 0 if 0AB1: @isDialogOpen 0 then 0AB1: @GetDialogCaption 0 0@ 0AD1: "%s" 2000 0@ end end :isDialogOpen { 0.3.DL } 0AA2: 1@ = "samp.dll" 1@ += 0x2AC9E0 0A8D: 1@ = readMem 1@ sz 4 vp 0 0A8E: 2@...
  18. Parazitas

    CLEO Help Convert for 0.3.DL help ?

    Possible without commands
  19. Parazitas

    CLEO Help DLL Call

    YES
  20. Parazitas

    CLEO Help [SOLVED] weird behavior

    no where , delete it
  21. Parazitas

    CLEO Help [SOLVED] weird behavior

    don't put in top 33@ = true
  22. Parazitas

    CLEO Help DLL Call

    Also how to know how many params need ???? 0C8F: samp process_chat_input "/save" Maybe you or somebody else can explain it... struct stInputBox { void *pUnknown; uint8_t bIsChatboxOpen; uint8_t bIsMouseInChatbox; uint8_t bMouseClick_related; uint8_t unk...
  23. Parazitas

    CLEO Help DLL Call

    I think offset is 0x8
  24. Parazitas

    CLEO Help DLL Call

    Maybe you have link?
  25. Parazitas

    [Tutorial] Find SA:MP pointers

    As you wish xD
  26. Parazitas

    CLEO Help DLL Call

    @springfield This is how i found that ptr for 0.3.DL , after when you found it for 0.3.7 - R3 I asked last time .: pChat->pChatBox; offset is same like pDialog->pEditBox ? Because i wanna do that for chat editbox
  27. Parazitas

    CLEO Help DLL Call

    @springfield Last time when you found " set Dialog edit box text " ptr , i do dialog ptr + edit box offset = and now i know how to get " set Dialog edit box text " for any samp. You give me good example for dialog, thx for that. if you have time , please find this one. This is much better use...
  28. Parazitas

    [CLOSED] Accepting request

    @truongvi2013 Done. :CLOSE_DIALOG { 0.3.DL 0AB1: @CLOSE_DIALOG 1 Button 0 // 1 = Left , 0 = Right } IF 0AA2: 10@ = "samp.dll" THEN 0A8E: 11@ = 10@ + 0x2AC9E0 // SAMP_DIALOG_INFO_OFFSET 0A8D: 12@ = readMem 11@ sz 4 vp 0 0A8E: 11@ = 10@ + 0x700D0 //SAMP_DIALOG_CLOSE...
  29. Parazitas

    [HELP] Need 0.3.DL Offsets

    I already send him all to discord.
  30. Parazitas

    ?

    ?
  31. Parazitas

    CLEO Help Problem with cars

    {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: 0B34: "tog" @turn 0B34: "heals" @heals WHILE TRUE WAIT 0 IF AND 0@ == TRUE 056D: actor $PLAYER_ACTOR defined THEN WAIT 0 // GET ALL STREAMED PEDS 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A...
  32. Parazitas

    CLEO Help 0B37: samp 3@ = get_player_color 2@

    Color format is - %x {$CLEO .cs} 0000: WAIT 10000 WHILE TRUE WAIT 0 IF 056D: actor $PLAYER_ACTOR defined THEN WAIT 0 // GET ALL STREAMED PEDS 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4 0A8D: 29@ = read_memory 29@ size...
  33. Parazitas

    CLEO Help [Request]legit/silent aimbot lagshoot

    Smooth aim also legit.
  34. Parazitas

    [CLOSED] Accepting request

    @peka
  35. Parazitas

    [CLOSED] Accepting request

    @HarrisonFord {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 0ADC: test_cheat "V" then say "/wave" wait 1000 // anti spam end if 0ADC: test_cheat "0" then say "/tm" wait 1000 // anti spam end end
  36. Parazitas

    CLEO Help [Request] Antistun Fist

    Edit.: Edited code. {$CLEO .cs} 0000: WAIT 10000 WHILE TRUE WAIT 0 IF 056D: actor $PLAYER_ACTOR defined THEN WAIT 0 // GET ALL STREAMED PEDS 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4 0A8D: 29@ = read_memory 29@ size...
  37. Parazitas

    [CLOSED] Accepting request

    Possible
  38. Parazitas

    [CLOSED] Accepting request

    @algazel It's server side.
  39. Parazitas

    [CLOSED] Accepting request

    @fahrein http://ugbase.eu/index.php?threads/snippet-is-chat-dialog-open.8121/#post-115338
  40. Parazitas

    [CLOSED] Accepting request

    It called cruise control >> google
  41. Parazitas

    CLEO Help Weapon hotkeys

    Possible {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 0ADC: test_cheat "1" then 01B9: set_actor $PLAYER_ACTOR armed_weapon_to 25 // Shotguns end if 0ADC: test_cheat "2" then 01B9: set_actor $PLAYER_ACTOR armed_weapon_toc 33 // Assault Rifles end if 0ADC: test_cheat...
  42. Parazitas

    CLEO Help [Request] Antistun Fist

    Put here link which you found
  43. Parazitas

    [CLOSED] Accepting request

    Possible
  44. Parazitas

    CLEO Help Player Nick

    {$CLEO .cs} 0000: NOP repeat wait 0 until 0afa: while true wait 0 if 0B61: samp is_local_player_spawned then 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 1@ prefix_to 2@ color_to 3@ prefix_color_to 4@ if...
  45. Parazitas

    Anti spray

    Stop any anim.: 0605: actor $PLAYER_ACTOR perform_animation_sequence "ParkSit_W_loop" IFP_file "BEACH" 4.0 loop 0 0 0 0 time 1
  46. Parazitas

    [CLOSED] Accepting request

    @san11 Send more info - PM
  47. Parazitas

    CLEO Help Player Nick

    Text is static?
  48. Parazitas

    CLEO Help Player Nick

    Which samp version server use?
  49. Parazitas

    CLEO Help "Strong" ObjectFinder

    300.0
  50. Parazitas

    [CLOSED] Accepting request

    @kokom7 L
  51. Parazitas

    [CLOSED] Accepting request

    Oh rly? How it looks? {$CLEO .cs} 0000: NOP 03F0: enable_text_draw 1 0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED006' 0@ //// Get gxt text address by gxt name 0AA5: call 0x718600 2 pop 2 0@ "Name: Knife ID: ~1~" wait 100 0AA8: call_function_method 0x6A0050 0xC1B340...
  52. Parazitas

    CLEO Help [CLEO] Automatic [/puthelmet] on bikes

    And you need super super cool bike
  53. Parazitas

    CLEO Help could someone decompile this CLEO?

    http://ugbase.eu/index.php?threads/decrypting-cleos.18877/
  54. Parazitas

    CLEO Help If string/text have color

    So how you get all text?
  55. Parazitas

    CLEO Help [CLEO] Automatic [/puthelmet] on bikes

    http://ugbase.eu/index.php?threads/accepting-request.20630/post-120324 http://ugbase.eu/index.php?threads/accepting-request.20630/post-120340
  56. Parazitas

    Anti spray

    1. 02AB: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 1 Like Safa sad probably last param should be 1 2. Get anim name then if anim == your anim , then reset / stop anim
  57. Parazitas

    CLEO Help Player Nick

    Take pic from chat, that be better for helping
  58. Parazitas

    CLEO Help If string/text have color

    You can get textdraw text memory, because memory return everything , color as well
  59. Parazitas

    Wow i get a lot details....

    Wow i get a lot details....
  60. Parazitas

    [CLOSED][CLEO] Accepting request

    This old thread closed!
  61. Parazitas

    [CLOSED] Accepting request

    @Forever15 {$CLEO .cs} 0000: NOP WAIT 10000 WHILE TRUE WAIT 0 IF 0ab0: 57 // 9 THEN 0A8D: 0@ = read_memory 0xC7E008 size 4 virtual_protect 0 0A8D: 1@ = read_memory 0xC7E00C size 4 virtual_protect 0 0A8D: 2@ = read_memory 0xC7E010 size 4 virtual_protect 0 IF AND not 0@...
  62. Parazitas

    [CLOSED] Accepting request

    @HarrisonFord I have no idea what it is or how it works. For any question or answer use PM system
  63. Parazitas

    [CLOSED] Accepting request

    @Assbusta All offsets / pointers was get using samp 0.3.7 - R2 client. If have any question please use PM system {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 0AC8: 0@ = allocate_memory_size 145 0AC8: 30@ = allocate_memory_size 145 0AC8: 3@ = allocate_memory_size 145 0AC8: 4@ =...
  64. Parazitas

    [CLOSED] Accepting request

    @qweasdz {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: samp register_client_command "kick" to_label @CMD WHILE TRUE WAIT 0 IF AND 10@ == TRUE 00DF: actor $PLAYER_ACTOR driving THEN 03C0: 0@ = actor $PLAYER_ACTOR car 072A: put_actor $PLAYER_ACTOR...
  65. Parazitas

    CLEO Help DLL Call

    @springfield Thx, now i know how get Dialog Set edit box and make snippet for any samp version. I just wanna ask . pChat->pChatBox; offset is same like pDialog->pEditBox ?
  66. Parazitas

    CLEO Help DLL Call

    Already tried it But who knows maybe this time i get lucky.
  67. Parazitas

    CLEO Help DLL Call

    @springfield So which way is best to find this offset? Because i wanna learn find it my self. I using Cheat engine. 0x84E70
  68. Parazitas

    CLEO Help Op hax config

    You need: Wood + tinderbox = smooth configuration
  69. Parazitas

    CLEO Help DynamicVars not working.

    @Opcode.eXe Expert.
  70. Parazitas

    CLEO Help DynamicVars not working.

    BETTER USE 32@ OR 33@ FOR TIMER Example {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 0AB0: 90 // Z then repeat wait 0 until 8AB0: 90 // not press z if 0@ == false then 0@ = true 32@ = 0 // set timer to 0 and make sure he start count when you...
  71. Parazitas

    CLEO Help DLL Call

    I trying learn how get this pointer 0B4B: samp set_current_dialog_editbox_text 1@ and make it work without sampfuncs. I tried find it a lot times, but always not successfully.
  72. Parazitas

    CLEO Help DLL Call

    Yee, i have no idea how to find it .
  73. Parazitas

    CLEO Help DLL Call

    maybe somebody know What i doing wrong? Or maybe i have wrong offset? :Set_dialog_Text { 0.3.7 - R3 0AB1: @Set_dialog_Text 1 text 0@ } IF 0AA2: 10@ = "samp.dll" THEN 0A8E: 11@ = 10@ + 0x26E898 // SAMP_DIALOG_INFO_OFFSET 0A8D: 12@ = readMem 11@ sz 4 vp 0 0A8E: 11@ = 10@ +...
  74. Parazitas

    [CLOSED] Accepting request

    @K3ll6 I dont know how get pointer of disconect player. I can't make it.
  75. Parazitas

    [CLOSED] Accepting request

    @SebiTalent04 I tried , idk how to make it.
  76. Parazitas

    [SNIPPET] ForAllObjects

    Example {$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 0xB7449C size 4 virtual_protect 0...
  77. Parazitas

    CLEO Help Deathlog for rp server

    I can't do it.
  78. Parazitas

    lagshot aimbot ping

    super lag
  79. Parazitas

    [SNIPPET] Get Target CAR

    Get target car when aiming... :GET_TARGET_CAR { 0AB1: @GET_TARGET_CAR 1 FOV 50.0 store_into_ 0@ } 0087: 28@ = 0@ // (float) 0A8D: 29@ = read_memory 0xB74494 size 4 virtual_protect 0 29@ += 0x4 0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0 for 30@ = 0 to 27904 step 0x100 0A8D: 31@...
  80. Parazitas

    CLEO Help Timing Issues

    Server ip?
  81. Parazitas

    [CLOSED] Accepting request

    @pole419
  82. Parazitas

    CLEO Help Timing Issues

    By @monday {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 for 1@ = 0 to 2304 if 0C5D: samp textdraw 1@ is_exists then 0C5B: samp textdraw 1@ get_pos 2@ 3@ 0C53: samp textdraw 1@ get_box_enabled 4@ color 5@ size 6@ 7@ 0AF8: "XY: %f %f Color: %x Size: %f %f" -1 2@ 3@ 5@ 6@ 7@...
  83. Parazitas

    [CLOSED] Accepting request

    @emreis58
  84. Parazitas

    [CLOSED] Accepting request

    Ech..., So hard read simple rules ..
  85. Parazitas

    [CLOSED] Accepting request

    @kokom7
  86. Parazitas

    [CLOSED] Accepting request

    @CleoLioss
  87. Parazitas

    [SNIPPET] Get Dialog caption

    Check everthing..
  88. Parazitas

    [CLOSED] Accepting request

    @Gambino Put in cleo, run samp as administrator then go cleo folder and you can edit SprintBar.ini file.
  89. Parazitas

    [CLOSED] Accepting request

    @kokom7 He use RPC for this cleo , 0.3.DL haven't sampfuncs , so i can't make it. I haven't experience to find RPC pointers.
  90. Parazitas

    [CLOSED] Accepting request

    @AidanGucci Put in cleo, run samp as administrator then go cleo folder and write commands to Commands.ini file.
  91. Parazitas

    [CLOSED] Accepting request

    @Naurijus
  92. Parazitas

    [SNIPPET] Get Dialog caption

    @batonkal Added.
  93. Parazitas

    [CLOSED] Accepting request

    Banned , i not accept request from you. Reason: Not reading rules.
  94. Parazitas

    [CLOSED] Accepting request

    @domis124 http://www.mediafire.com/file/5al7a1alxw69nlp/Sarg+Fish+Bot.cs I can't believe i giving you this link third time , what i can say? You are more than horrible....
  95. Parazitas

    [CLOSED] Accepting request

    @truongvi2013 I also added snippets: Local player - XYZ , Interior ID, Skin ID. {$CLEO .cs} 0000: NOP WAIT 10000 WHILE TRUE WAIT 0 if 0ADC: test_cheat "ARM" then if 0@ == false then 0@ = true else 0@ = false end end if 0@ == true then 0AB1...
  96. Parazitas

    CLEO Help Fishing Bot

    http://ugbase.eu/index.php?threads/accepting-request.20630/
Top