Search results

  1. Parazitas

    CLEO Help [HELP] im stuck

    I NOT TESTED.
  2. Parazitas

    CLEO Help [HELP] im stuck

    {$CLEO .cs} 0000: NOP repeat wait 0 until 0afa: while true wait 0 FOR 1@ = 0 to 999 if 0B23:  samp is_player_connected 1@ then    0B20: samp 31@ = actor_handle_by_samp_player_id 1@    0B20: samp 30@ = actor_handle_by_samp_player_id $PLAYER_ACTOR    if and    not 31@ == 30@ // not same id...
  3. Parazitas

    CLEO Help Rainbow Color to a Texture

    http://ugbase.eu/Thread-Snippet-Rainbow-effect
  4. Parazitas

    CLEO Release Target Informer

    Good luck with next codes
  5. Parazitas

    CLEO Help Aim - Smoot effect

    Maybe somebody can explane how to make aim smoot effect? @springfield @Opcode.eXe @supahdupahnubah I tried do it myself , but camera still move to fast on target {$CLEO .cs} 0000: NOP REPEAT wait 0 UNTIL 0AFA: WHILE TRUE     WAIT 0  IF 0AB1: @GET_TARGET_ACTOR 0 31@ THEN                 ...
  6. Parazitas

    CLEO Release Easy Skin Copier

    Nice.
  7. Parazitas

    CLEO Help HELP

    you mean when you are on checkpoint then auto say command?
  8. Parazitas

    CLEO Help SAMPFUNCS issue[Urgent}

    Also you can try this.: https://www.youtube.com/watch?v=LEG8A2PKjb0&t=0s
  9. Parazitas

    [CLEO] Sensitivity Fix [For All Weapons] [0.3.7]

    looks you just writed memory .. 0xB6EC1C
  10. Parazitas

    CLEO Help cleo chat reader help

    {$CLEO .cs} 0000: NOP repeat wait 0 until 0afa: 0AC8: 1@ = allocate_memory_size 256 0AC8: 2@ = allocate_memory_size 256 while true wait 0 FOR 0@ = 98 TO 99 // read chat line 98 and 99 is last 0B75: samp get_chat_string 0@ text_to 1@ prefix_to 2@ color_to 3@ prefix_color_to 4@ if 0AD4...
  11. Parazitas

    CLEO Help could not find get_cp

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 33@ = 0 WHILE TRUE WAIT 0 IF 00DF: actor $PLAYER_ACTOR driving THEN 03C0: 0@ = actor $PLAYER_ACTOR car IF 0AB1: @is_cp_active 0 // are we in a checkpoint? THEN 0AB1...
  12. Parazitas

    [Snippet] Rainbow effect

    @monday How to make skin rainbow?
  13. Parazitas

    CLEO Help Textdraw finder?

    YES..
  14. Parazitas

    CLEO Help BERRY PICKING MOD?

    I think you need cleo 4.1 or 4.4 and sampfuncs 5.3
  15. Parazitas

    CLEO Help Last char

    problem incoming not from alloc...
  16. Parazitas

    CLEO Help Last char

    Where is the problem? why i get crash?    IF    0AD4: $NOT_USED = scan_string 2@ format "[Kid]%s %s %s stup%s" $NOT_USED 5@v 6@v $NOT_USED    THEN        0C17: 2@ = strlen 6@         IF        2@ > 4        THEN            2@ -= 1            0C24: strncpy destination 6@ source 6@ size 2@      ...
  17. Parazitas

    CLEO Help Adding toggling

    With command: {$CLEO .cs} 0000: repeat wait 0 until 0afa: 0B34: "active" @cmd while true wait 0 if 0@ == 1 then 01B6: set_weather 10 end end :cmd 0B12: 0@ = 0@ XOR 1 if 0@ == true then printf "Enabled" 1337 else printf "Disabled" 1337 end 0B43: samp cmd_ret With key press: {$CLEO .cs}...
  18. Parazitas

    CLEO Help BERRY PICKING MOD?

    Learn it yourself.... http://www62.zippyshare.com/v/jXs4qtDF/file.html Here take this mod... Video...: https://www.youtube.com/watch?v=QYm4ZALl1Qc&t=4s Also here is not request section... If you try again write post like this we kill you...  :fuck_yea: :iknowwhatyoudidthere:
  19. Parazitas

    CLEO Help Help

    Download link number #2 https://www.youtube.com/watch?v=U6_J9Nfnxj8 Put all in gta san adreas and replace...
  20. Parazitas

    CLEO Help Toggle button for this cleo

    {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE    WAIT 0 0AC8: 2@ = allocate_memory_size 145 0AC8: 3@ = allocate_memory_size 145 0B75: samp get_chat_string 99 text_to 2@ prefix_to 3@ color_to 4@ prefix_color_to 5@     IF 0AB0:   key_pressed 109 {NUM -} THEN  ...
  21. Parazitas

    REQUEST

    And what in multicheat must be?
  22. Parazitas

    CLEO Help Get server player name and check from file

    Shit... , everybody very busy...
  23. Parazitas

    (REQ) scripts LS:RP; RC:RP

    http://ugbase.eu/Thread-FIND-Weapon-finder
  24. Parazitas

    CLEO Help Cursor

    YES.
  25. Parazitas

    CLEO Help Cursor

    Still same .. , not working...
  26. Parazitas

    CLEO Help Cursor

    @doroftel Don't press spawn , just set cursor to pos ... {$CLEO .cs} 0000: repeat wait 0 until 0AFA: 10@ = 790 11@ = 690 while true wait 0 if and 8B61:  samp is_local_player_spawned 0B4C: samp is_dialog_active -1 then    repeat    wait 0    until 0B4C: samp is_dialog_active -1      ...
  27. Parazitas

    CLEO Help Get server player name and check from file

    How i can get server player name from file with opcode: 0A9A: 0@ = openfile "settings.ini" mode 0x72 ? I tired use this opcode: 0AF4: 0@v = read_string_from_ini_file "cleo\config.ini" section "SectionName" key "stringKey" Code for explane: {$CLEO .cs} 0000: NOP repeat wait 0 until 0afa...
  28. Parazitas

    CLEO Help delete box when loop is off

    Simple... {$CLEO} 0000: REPEAT    WAIT 0 UNTIL 0afa: 0B34: "ugbase" @cmd WHILE TRUE    WAIT 0     IF 0@ == 1 THEN    03F0: enable_text_draw 1    038E: draw_box_position 320.0 224.0 size 100.0 100.0 RGBA 100 100 100 255 ELSE    ///     END END :cmd if 0@ == 0 then    0@ = 1    printf...
  29. Parazitas

    CLEO Help Cursor

    Shit.. , i forgot about this opcode..
  30. Parazitas

    CLEO Help Cursor

    Thanks, maybe you know pos?
  31. Parazitas

    CLEO Help Toggle button for this cleo

    {$CLEO .cs} 0000: REPEAT     WAIT 0 UNTIL 0AFA:  is_samp_available // MAKE THE CLEO ONLY WORK IF SAMPFUNCS IS LOADED WHILE TRUE     WAIT 0     0AC8: 0@ = allocate_memory_size 260 // ALLOCATE MEMORY FOR THE CHAT STRING     0AB1: @GETCHATENTRYTEXT 1 id 99 to 0@ // THIS IS A FUNCTION THAT STORES...
  32. Parazitas

    CLEO Help Doesn't work?

    try it..: http://www.mediafire.com/file/88iyngj7s50mkin/Cleo_and_Sampfuncs.rar
  33. Parazitas

    CLEO Help Doesn't work?

    Better use cleo 4.4 /// that is Cleo 4.3 + Cleo 4.1 http://www49.zippyshare.com/v/3iBxTbmP/file.html
  34. Parazitas

    CLEO Help Doesn't work?

    http://ugbase.eu/Thread-Triggerfinger-eXe-it-s-better-than-an-Aimbot
  35. Parazitas

    CLEO Help Arrest a player which is nearest you.

    Fucking shit ... Simple code... {$CLEO .cs} 0000:     REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY     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...
  36. Parazitas

    CLEO Help Help write ini

    Show your own code... , you say know that.. , you have code?
  37. Parazitas

    CLEO Help Help write ini

    This? 0000:   REPEAT wait 0 UNTIL 0AFA:   0B34: "aanswer" @cmd   0AC8: 1@ = allocate_memory_size 256 // alloc prefix 0AC8: 2@ = allocate_memory_size 256 // alloc to get chat text 0AC8: 6@ = allocate_memory_size 256 // alloc to get text from ini   WHILE TRUE wait 0 FOR 0@ = 98 TO 99 /// GET...
  38. Parazitas

    CLEO Help Help write ini

    Give to my little time... Edit.: Here take it..  You can easy put / edit question and answer {$CLEO .cs} 0000: REPEAT wait 0 UNTIL 0AFA: 0B34: "aanswer" @cmd 0AC8: 1@ = allocate_memory_size 256 // alloc prefix 0AC8: 2@ = allocate_memory_size 256 // alloc to get chat text 0AC8: 5@ =...
  39. Parazitas

    CLEO Help Cursor

    IP: 185.71.65.58:7777 NickName: Santos_Navaro Password: llkk123
  40. Parazitas

    CLEO Help Cursor

    samp.libertycity.lt
  41. Parazitas

    CLEO Help Dialog

    0B49: samp set_current_dialog_list_item 1 // select list item 2 0B49: samp set_current_dialog_list_item 2 // select list item 3 0B49: samp set_current_dialog_list_item 3 // select list item 4 0B49: samp set_current_dialog_list_item 4 // select list item 5
  42. Parazitas

    CLEO Help Help write ini

    If i understand you correctly , you trying create auto answer bot .. , yes?
  43. Parazitas

    CLEO Help Cursor

    I get kick... not working..
  44. Parazitas

    CLEO Help Cursor

    Possible set cursor position and then send auto press  left mouse?  or  How to do auto press "Spawn" button when password is already entered? @springfield @0x32789 Any else...
  45. Parazitas

    CLEO Help Help write ini

    You trying put " : " in the ini?
  46. Parazitas

    CLEO Help Help is it even possible?

    Already have that...
  47. Parazitas

    CLEO Help Cleo Write With Capital

     If you put to much letters in chatmsg you get crash...
  48. Parazitas

    CLEO Release Auto KeyBind

    {$CLEO .cs} 0000: repeat wait 0     /// wait until samp is read... until 0afa: while true wait 0 if key_down 53 {5 Key} then 0AF9: samp say_msg "/buyhouse" wait 500 end if key_down 53 {5 Key} then 0AF9: samp say_msg "/buyhouse" wait 500 end if key_down 53 {5 Key} then 0AF9: samp say_msg...
  49. Parazitas

    CLEO Help Spin Player camera when press and hold key

    How to get animation name by id? @supahdupahnubah 0B2B: samp 2@ = get_player_id_by_actor_handle $PLAYER_ACTOR 0B57: samp 3@ = player 2@ animation_id Edit.: Solved!
  50. Parazitas

    CLEO Help HELP

    /.play - play path /.stop - stop path /.rec - start rec /stop path
  51. Parazitas

    CLEO Help Spin Player camera when press and hold key

    By @Opcode.eXe https://blast.hk/threads/897/page-2#post-52964 0AB1: @MouseMOVE_DOWN 0 0AB1: @MouseMOVE_UP 0 0AB1: @MouseMOVE_LEFT 0 0AB1: @MouseMOVE_RIGHT 0 :MouseMOVE_RIGHT 0AA2: 31@ = load_library "user32.dll" 0AA4: 30@ = get_proc_address "mouse_event" library 31@  IF 0A4C: ...
  52. Parazitas

    CLEO Help Spin Player camera when press and hold key

    I think don't need create new post , so i write here... @springfield You know how make auto press "Spawn" when pasword is already entered?
  53. Parazitas

    CLEO Help Spin Player camera when press and hold key

    I tested , but get same ... , screen not spin when i press and hold or i doing wrong...
  54. Parazitas

    CLEO Help Spin Player camera when press and hold key

    So i trying make my camera spin circle.. 360% But don't work...  @supahdupahnubah @springfield WHILE 0AB0: 2 wait 0     068D: get_camera_position_to 18@ 19@ 21@     //CHATMSG "Camera poss .:%f %f %f" 18@ 19@ 21@     18@ += 0.1      19@ += 0.1      21@ += 0.1      015F: set_camera_position 18@...
  55. Parazitas

    CLEO Release Auto KeyBind

    Yes!
  56. Parazitas

    CLEO Help [Request] Can someone modify that script for me?

    1. I can't do this alone. 2. I know about signcheck systema and i know need every hour so maked simple code {$CLEO} 0000: repeat wait 100 until SAMP.Available() const     EVENT_TIME = $TIME EVENT_TIME2 = $TIME2 EVENT_TIME3 = $TIME3 EVENT_TIME4 = $TIME4 end while true wait 0 alloc...
  57. Parazitas

    CLEO Help [Request] Can someone modify that script for me?

    I tired see this shit .... , so just create account for  me in that server and give server ip adress , time to go test in server...
  58. Parazitas

    CLEO Help [Request] Can someone modify that script for me?

    Joke? I give you two working code..... Download this.: http://www.mediafire.com/file/b7xgm4zcyr5lwrb/Cleo+ir+Sampfuncs.rar Put all in Gta San Andreas and Replace you old file... Edit.: Also if you have samp r2 you need this  SAMP+0.3.7+R1-R2.zip , becouse sampfuncs stop working if you don't...
  59. Parazitas

    CLEO Help [Request] Can someone modify that script for me?

    {$CLEO .cs} 0000: REPEAT wait 0 UNTIL 0AFA: 0B34: "cap" @cmd 0AC8: 1@ = allocate_memory_size 256 0AC8: 2@ = allocate_memory_size 256 WHILE TRUE wait 0 FOR 0@ = 98 TO 99 /// GET 98 AND 99 CHAT LINES 0B75: samp get_chat_string 1@ text_to 2@ prefix_to 3@ color_to 4@ prefix_color_to 5@ IF AND...
  60. Parazitas

    CLEO Release AutoScroll.cs

    {$CLEO .cs} 0000: REPEAT wait 0 UNTIL 0AFA: 0B34: "autoscroll"  @cmd WHILE TRUE wait 0 IF 10@ == TRUE THEN     0A96: 7@ = actor $PLAYER_ACTOR struct     0A8E: 8@ = 7@ + 0x0718     0A8D: 8@ = read_memory 8@ size 1 virtual_protect 0     8@ *= 0x1C     0A8E: 9@ = 7@ + 0x5A0     005a: 9@ += 8@...
  61. Parazitas

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

    RE: NameTagHack 0.3.7 [CLEO/EXE/ASI] Working good !
  62. Parazitas

    CLEO Help Move dialog

    Sorry , i wrong readed , my brain this week wont work correctly... O.o
  63. Parazitas

    CLEO Help Help with bone...

    1. For me this don't work. 2. Can you help finish my calculate WaTTi's : {$CLEO .cs} 0000: REPEAT wait 0 UNTIL 0AFA: const FOV = 2@ end FOV = 20.0 WHILE TRUE     WAIT 0 IF 0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET THEN     IF     8118: NOT actor 0@ dead     THEN        ...
  64. Parazitas

    CLEO Help Help with bone...

    @Springfield @supahdupahnubah If i correctly understand this picture that must be like that.:         ////////////////////////////////////////// Get Bone coords //////////////////////////////////////////         0AB1: call_scm_func @GET_BONE_POS 2 FROM_ACTOR 0@ BONE 24 _STORE_TO 1@ 2@ 3@  //...
  65. Parazitas

    CLEO Help Help with bone...

    Checking your picture...
  66. Parazitas

    CLEO Help Move dialog

    I trying fix this shit 2 days... O.o When i press check box then is be activated , but when i close dialog this going to deactivate , so how fix that? @springfield @supahdupahnubah        IF AND //////////////////////// Auto Scroll        3@ == 3        0B92: dialog 0@ checkbox 3@...
  67. Parazitas

    CLEO Help Help with bone...

    "Wet Dream" - nice :D Don't understand what you writed with paint O.o
  68. Parazitas

    Request

    Can be created bots to make money , but only if anti cheat is shit...
  69. Parazitas

    LSRP AFK Script ( 2018 ) - Undetectable (2$ One-Day Trial!)

    RE: LSRP AFK Script ( 2018 ) - Undetectable You don't show how this script work , i see only how you started script O.o
  70. Parazitas

    actor_info DLL.

    All this code looks very interesting.  It's c++ ?
  71. Parazitas

    CLEO Help Help with bone...

    I tested that and yes i see FOV bad when use  0045:   ... So maybe you can you explain how i must do?         IF AND /// FOV - Fiel OF View         0045: 21@ == 15@ /// Crosshair X and Bone X coords          0045: 22@ == 16@ /// Crosshair Y and Bone Y coords           THEN             PRINTF...
  72. Parazitas

    Request

    Why we must create for your server money hack? That is not us problem.
  73. Parazitas

    CLEO Help Learn how to make cleos

    Where you from?
  74. Parazitas

    Request

    I want 1m $$$$ send to my bank account
  75. Parazitas

    CLEO Help Help with bone...

    I just trying make like Triggerfinger but with player bone. When my crosshair is on RIGHT HAND, LEFT HAND, LEFT SHOULDER,  RIGHT SHOULDER then send auto shoot. @supahdupahnubah P.S. I'am not sure about.. , need convert call @crosshair_coords 0 x_out 21@ y_out 22@ to 2D cords? {$CLEO .cs}...
  76. Parazitas

    CLEO Help Help with bone...

    Who know were is promblem? {$CLEO .cs} 0000: WHILE TRUE     WAIT 0 IF 0AD2: 3@ = player $PLAYER_CHAR targeted_actor //IF and SET THEN     IF and     8118:   actor 3@ dead     8B5C:  samp not is_player 3@ paused     THEN         0AB1: call_scm_func @GET_BONE_POS 2 FROM_ACTOR 3@ BONE 24...
  77. Parazitas

    CLEO Help Move dialog

    Your dialog have this opcode? 0B81:
  78. Parazitas

    CLEO Help Screenshot

    How why can know what time you need screenshot?
  79. Parazitas

    CLEO Help Move dialog

    Maybe can show full code? I'am not sure about this.     0AB1: @GET 2 var_number 19 var_size 4 receiver 10@     IF     Dialog.CheckBoxIsChecked(10@, 1)      THEN         WHILE 8AB1: @GET 2 var_number 19 var_size 4 receiver 10@         wait 0         0B5E: get_cursor_pos 3@ 4@         {Checkbox...
  80. Parazitas

    CLEO Help Move dialog

    So @springfield , what's wrong now? {$CLEO .cs} {$INCLUDE SF} 0000: REPEAT wait 0 UNTIL 0AFA: WHILE TRUE wait 0 WHILE 0AB0: 1 {LEFT MOUSE} wait 0 0AB1: call @Streamed_Player 0 END END // END WHILE TRUE :Streamed_Player 0001: wait 0 FOR 28@ = 0.0 TO 0@ STEP 8.0     0A8D: 29@ = read_memory...
  81. Parazitas

    CLEO Help [Request] Can someone modify that script for me?

    What you mean? I read you code and edited.  If you want something else first explane ....
  82. Parazitas

    CLEO Help [Request] Can someone modify that script for me?

    Good luck ... If want activate or deactivate write command /cap {$CLEO} {$INCLUDE SF} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0BE3: raknet setup_incoming_rpc_hook @in_rpc 0B34: "cap" @cmd while true wait 0 end :in_rpc 0BE5: raknet 0@ =...
  83. Parazitas

    Untagged Release NameTagHack 0.3.7-R2

    http://ugbase.eu/Thread-Mod-NameTagHack-0-3-7-CLEO-EXE-ASI https://www.youtube.com/watch?v=U6_J9Nfnxj8 Look video , check description. This is for cleo.
  84. Parazitas

    CLEO Help Move dialog

    Yes you saying true about run as admin, thanks. So i trying create hacks pack. https://i.imgur.com/jpCiTMP.png But now i want add silent aim and i don't have any idea how to do that. I found snippet , but don't know  how use that, so maybe can explane what i doing wrong. @monday @springfield...
  85. Parazitas

    CLEO Help Move dialog

    @Springfield Do you know why file not creating and not write pos ?
  86. Parazitas

    CLEO Help Move dialog

    What i doing wrong? {$CLEO .cs} 0000: NOP REPEAT wait 0 UNTIL 0AFA: IF 0AAB: file_exists "CLEO\INI\Settings.ini" THEN 0AF2: 1@ getfloat "Cleo\INI\Settings.ini" section "DialogPosition" key "Positionxy" 0AF2: 7@ getfloat "Cleo\INI\Settings.ini" section "DialogPosition" key...
  87. Parazitas

    CLEO Help Move dialog

    Missing background O.o Move dialog not looping when i want move it.. Just try code and you understand what i mean... {$CLEO .cs}     //-------------MAIN--------------- 0000: NOP   REPEAT wait 0 UNTIL samp.Available()  SAMP.GetScreenResolution(30@, 29@) 30@ /= 2  29@ /= 2  30@ -= 100  0085...
  88. Parazitas

    CLEO Help Move dialog

    I want write position to ini. @monday
  89. Parazitas

    CLEO Help Move dialog

    I try move dialog to cursor position when enter command /mdialog {$CLEO .cs}     //-------------MAIN--------------- 0000: NOP   REPEAT wait 0 UNTIL samp.Available()                               Dialog.Create(0@, "Hack Pack ") Dialog.SetRECT(0@, 1@, 7@, 260, 150) /// Dialog Background color...
  90. Parazitas

    Selling PUBG hack

    Where is pictures? where is video? Who know what you selling or what we buying...
  91. Parazitas

    CLEO Help Ghost Mode

    Read rules... english please... You don't have any idea about " ghost mode " create so , just don't say anything...
  92. Parazitas

    CLEO Help Need help for cleo

    1. Look here... https://www.youtube.com/watch?v=U6_J9Nfnxj8 2. Look decription 3. If don't have Direct x ... , install that...
  93. Parazitas

    CLEO Help Auto input number in dialog?

    @opce Jis nusprende už mane :D
  94. Parazitas

    CLEO Help Remove C-Bug text

    Just try.. , NOT TESTED... {$CLEO .cs} {$INCLUDE SF}   0000: NOP   0BE3: raknet setup_incoming_rpc_hook @IncomingRPC 30@ = 0 31@ = 0 :main wait 0 if and key_down 49 // 1 key_down 74 // J then     if     31@ == 0     then         31@ = 1         0AF8: "{FFFFFF}GameText Detect: {00FF33}Enabled"...
  95. Parazitas

    Hardware Ban?

    Use HotSpot shield....
  96. Parazitas

    CLEO Help Remove C-Bug text

    I don't remember how delete it , but... @monday   - Maybe you know how remove it?  {$CLEO .cs} {$INCLUDE SF}   0000: NOP   0BE3: raknet setup_incoming_rpc_hook @IncomingRPC 30@ = 0 31@ = 0 :main wait 0 if and key_down 49 // 1 key_down 74 // J then     if     31@ == 0     then         31@ = 1...
  97. Parazitas

    CLEO Help Remove C-Bug text

    1. Put this in cleo .... 2. Press keys J and 1 3. Get c - bug text  4. Exit Game 5. Goto C:\...\Documents\GTA San Andreas User Files\SAMP and open  chatlog.txt 6. Find GameText: " "   line -  copy and give here...
Top