Search results

  1. Parazitas

    CLEO Help How to make a command if SAMP server has it but with a DIALOG.

    Possible , you can ignore dialog and write text in chat with some snippets. But first you need get snippets xD
  2. Parazitas

    How to open .cs hack files on VS.

    Open with sanny builder .cs files...
  3. Parazitas

    CLEO Help About dialogbox (easy)

    What you can tell about that dialog , do you have any pic , or something more , explain more clearly...
  4. Parazitas

    Auto type /GMATS

    When you get crash
  5. Parazitas

    CLEO Release Reconnect.cs

    It's for 037 r1
  6. Parazitas

    Auto type /GMATS

    .........
  7. Parazitas

    Auto type /GMATS

    Server ip? Where is start point?
  8. Parazitas

    Need help with afk bot.

    Simple code , low requirements. {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 0B4C: samp is_dialog_active -1 // any dialog then 0AC8: 0@ = allocate_memory_size 260 0BD8: samp get_dialog_caption 0@ if 0C29: $NOT_USED = stristr string1 0@ string2 "AFK rëþimas"...
  9. Parazitas

    CLEO Help Selecting Dialog Item

    Need pic
  10. Parazitas

    CLEO Help Cleo script

    You doing shit.. {$CLEO .cs} //----------------//Script by Fr0z3n//--------------------- Thread ".CS TEAM" 0000: NOP// Start cleo repeat wait 0 //zbog freeza until 0AFA:// kraca verzija samp.Available()..... const//const cmd SCREEN_SHOT_KEY = 119 // screen zastita end//kraj 0B34: samp...
  11. Parazitas

    CLEO Help Cleo script

    You can't use same " @ " variable for all checkpoints...
  12. Parazitas

    CLEO Help Cleo script

    If you use racing checkpoint , need use racing check point disable opcode... , but if you use marker opcode you need disable marker...
  13. Parazitas

    CLEO Help CLEO sript doesnt deactivate

    A little bit of example {$CLEO .cs} 0000: NOP WAIT 8500 32@ = 0 // keep timer active 33@ = 0 // keep timer active /* 0AB0: 88 {X} // if X key press 8AB0: 88 {X} // if " NOT " X key pressed at begin 8 means - NOT */ WHILE TRUE WAIT 0 IF 0AB0: 88 {X} THEN repeat // repeat wait until...
  14. Parazitas

    CLEO Help Script Help

    02A7: $MARKER = create_icon_marker_and_sphere $ICON_ID at $X $Y $Z 0164: disable_marker $MARKER
  15. Parazitas

    [Snippet] Close Samp Dialog

    You should check my thread called "Some snippets" http://ugbase.eu/index.php?threads/some-snippets.20983/
  16. Parazitas

    CLEO Help CLEO sript doesnt deactivate

    I see you making code for getmats, can you make video about what exactly you wanna finally to do , then i can help you finish code.
  17. Parazitas

    CLEO Help The fastest way to start a script

    To renamed default labes or just give name for your cleo If do like : Thread "Parazitas" then all lines after decompile starts like: @Parazitas_12 Jf @Parazitas_12
  18. Parazitas

    CLEO Help The fastest way to start a script

    With Sampfuncs {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: WHILE TRUE WAIT 0 // Do something... END without sampfuncs {$CLEO .cs} 0000: NOP wait 8500 WHILE TRUE WAIT 0 // Do something... END
  19. Parazitas

    CLEO Help The fastest way to start a script

    With Sampfuncs ??
  20. Parazitas

    CLEO Help CLEO sript doesnt deactivate

    {$CLEO .cs} 0000: NOP WAIT 10000 WHILE TRUE WAIT 0 IF 0@ == TRUE THEN WAIT 2000 0C8F: samp process_chat_input "/getmats" WAIT 11000 0C8F: samp process_chat_input "/cps" END IF 0AB0: key_pressed 88 {X} THEN IF 0@ == FALSE THEN 0@ = TRUE 0AD1...
  21. Parazitas

    CLEO Help CLEO sript doesnt deactivate

    Add timer , to pretend stop key spam
  22. Parazitas

    .

    You are best , this code looks perfect xD
  23. Parazitas

    Auto key presser

    ..... {$CLEO .cs} 0000: NOP WAIT 10000 WHILE TRUE WAIT 0 IF 0AB0: key_pressed 90 {Z} THEN IF 0@ = = FALSE THEN 0@ = TRUE 0AD1: "ON" 1337 ELSE 0@ = FALSE 0AD1: "OFF" 1337 END wait 1000 END IF 0@ == TRUE THEN 0AB1: @Set_Virtual_Key 2...
  24. Parazitas

    Is it possible to delete threads from ug base?

    Probably You can't . but moderators can do that.
  25. Parazitas

    Auto key presser

    {$CLEO .cs} 0000: NOP WAIT 10000 WHILE TRUE WAIT 0 IF 0AB0: key_pressed 90 {Z} THEN 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x59 state 255 WAIT 30 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x59 state 0 END END :Set_Virtual_Key { 255 = true 0 = false 0AB1: @Set_Virtual_Key 2...
  26. Parazitas

    .

    Welcome to the ugbase jungle xD
  27. Parazitas

    Auto key presser

    http://ugbase.eu/index.php?threads/snippet-set-virtual-or-game-key.19933/
  28. Parazitas

    [CLEO] Some snippets

    DIALOG HOOK 0.3.7 - R1 {$CLEO} 0000: wait 8500 0AB1: @dialog_hook 1 buttonId: 1@ 1@ = -1 while true wait 0 if 1@ <> -1 then 0AD1: "You pressed dialog button id: %d" 1337 1@ 1@ = -1 end end :dialog_hook { call @dialog_hook 1 buttonId: 1@ } 0AA2: 0@ =...
  29. Parazitas

    [CLEO] Some snippets

    :GetDialogInputEditBoxText { 0.3.7 - R2 0AB1: @GetDialogInputText 0 _Return: 0@ } if 0AA2: 2@ = "samp.dll" then 0A8E: 3@ = 2@ + 0x21A0C0 // SAMP_DIALOG_INFO_OFFSET (R2) 0A8D: 3@ = readMem 3@ sz 4 vp 0 // pDialog; 0A8E: 4@ = 3@ + 0x24 //...
  30. Parazitas

    .

    Not possible
  31. Parazitas

    [CLEO] Some snippets

    And what you need???
  32. Parazitas

    [CLEO] Some snippets

    :GetChatInputEditBoxText { 0.3.7 - R1 0AB1: @GetChatInputEditBoxText 0 _Return: 0@ } if 0AA2: 2@ = "samp.dll" then 0A8E: 3@ = 2@ + 0x21A0E8 // SAMP_CHAT_INPUT_INFO_OFFSET (R1) 0A8D: 3@ = readMem 3@ sz 4 vp 0 // pChatInput; 0A8E: 4@ = 3@ + 0x8 //...
  33. Parazitas

    CLEO Help If a player is in a vehicle do a chat command.

    {$CLEO .cs} 0000: wait 8500 // wait until samp is redy 0AC8: 0@ = allocate_memory_size 260 0AD3: 0@ = format "/upgrade" WHILE TRUE WAIT 0 IF 0AB0: 75 THEN 0AB1: @PROCESS_CHAT_INPUT 3 OpenChatBox=> 0 InputText 0@ ProcessInput 1 // 1 = true , 0 = false REPEAT WAIT 0...
  34. Parazitas

    CLEO Help If a player is in a vehicle do a chat command.

    What you mean , cleo language is same like always , i just use cheat engine to get some adress.
  35. Parazitas

    CLEO Help If a player is in a vehicle do a chat command.

    if and 0AB0: key_pressed 75 00DF: actor $PLAYER_ACTOR driving then 0AB1: @SEND_CMD 1 text 0@ wait 1000 // 1000 ms = 1sec - timer to block key spam End or if 0AB0: key_pressed 75 then 0AB1: @SEND_CMD 1 text 0@ wait 1000 // 1000 ms = 1sec - timer to block key spam End
  36. Parazitas

    CLEO Help If a player is in a vehicle do a chat command.

    So make it work with key I haven't time , i did this with phone...
  37. Parazitas

    CLEO Help If a player is in a vehicle do a chat command.

    {$CLEO .cs} 0000: wait 10000 /// wait 10sec until samp is redy 0AC8: 0@ = allocate_memory_size 260 0AD3: 0@ = format "/upgrade" WHILE TRUE WAIT 0 if 00DF: actor $PLAYER_ACTOR driving then wait 700 // ms 0AB1: @SEND_CMD 1 text 0@ Repeat Wait 0 Until 80DF: actor $PLAYER_ACTOR driving...
  38. Parazitas

    CLEO Help If a player is in a vehicle do a chat command.

    {$CLEO .cs} 0000: wait 10000 /// wait 10sec until samp is redy const FUNC_SEND_CMD_03DL = 0x69340 end 0AC8: 0@ = allocate_memory_size 260 0AD3: 0@ = format "/upgrade" WHILE TRUE WAIT 0 if 00DF: actor $PLAYER_ACTOR driving then wait 700 // ms 0AB1: @SEND_CMD 1 text 0@ Repeat Wait 0...
  39. Parazitas

    CLEO Help Variable tutorial

    @monday Or http://ugbase.eu/index.php?forums/tutorials-guides.25/
  40. Parazitas

    Auto type /GMATS

    Ez code.
  41. Parazitas

    AutoGuard.cs

    install sampfuncs..
  42. Parazitas

    [SNIPPET] Write in chat without SFUNCS (0AF8/0AF9)

    0.3.7 R4 Simple example .: {$CLEO .cs} 0000: wait 8500 // wait until samp is redy 0AC8: 0@ = allocate_memory_size 260 0AD3: 0@ = format "Hi say" 0AC8: 1@ = allocate_memory_size 260 0AD3: 1@ = format "Hi chatmsg" 0AC8: 2@ = allocate_memory_size 260 0AD3: 2@ = format "/pm 21 hello" WHILE...
  43. Parazitas

    [SNIPPET] GetChatEntryText (without SF)

    0.3.7 - R4 :getChatEntryText { 0.3.7 - R4 0AC8: 0@ = allocate_memory_size 260 0AB1: @getChatEntryText 1 ChatID 99 _Returned: Text 0@ } IF 0AA2: 1@ = "samp.dll" THEN 1@ += 0x26E9F8 0A8D: 1@ readMem 1@ sz 4 vp 0 1@ += 0x132 0@ *= 0xFC 005A: 1@ += 0@ 1@ +=...
  44. Parazitas

    Detect player name from chat

    {$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 FOR 0@ = 98 TO 99 /// GET 98 AND 99 CHAT LINES 0B75: samp get_chat_string 0@ text_to 1@...
  45. Parazitas

    [SNIPPET] GetChatEntryText (without SF)

    0.3.DL :getChatEntryText { 0.3.DL 0AC8: 0@ = allocate_memory_size 260 0AB1: @getChatEntryText 1 ChatID 99 _Returned: Text 0@ } IF 0AA2: 1@ = "samp.dll" THEN 1@ += 0x2ACA10 0A8D: 1@ readMem 1@ sz 4 vp 0 1@ += 0x132 0@ *= 0xFC 005A: 1@ += 0@ 1@ += 0x20...
  46. Parazitas

    Detect player name from chat

    You use samp funcs?
  47. Parazitas

    Detect player name from chat

    Which samp version?
  48. Parazitas

    AutoGuard.cs

    Welcome to ugbase 2020
  49. Parazitas

    Trash Talk

    Kkkkkkkkk
  50. Parazitas

    Untagged Release [CLEO] Auto LiteFoot SAMP (UNIQUE NEW!)

    Deagle. But i already open source it ... -_-
  51. Parazitas

    CLEO Help question

    You can sync
  52. Parazitas

    CLEO Help I have a problem with my code

    What this should do? if 0B3C: samp is_dialog_responded id 1003 button 2@ list_item 3@ input_text 4@ then 0AC8: 4@ = allocate_memory_size 128 0AD4: 2@ 4@ format "%d" 4@ 0B36: samp 0@ = get_player_nickname 4@ if 2@ == 1 then chatmsg "{408080}InstructorCMD: Licenta...
  53. Parazitas

    CLEO Help Texture Drawing problem

    Check in the snippets
  54. Parazitas

    anti-AFK script

    Not exist , you wanna three types of mode
  55. Parazitas

    CLEO Help Texture Drawing problem

    TEXTURE - 666
  56. Parazitas

    CLEO Help Script Help

    This shit we can call keylogger or just data saver whatever... @Opcode.eXe You wanna help him create keylog? xD
  57. Parazitas

    CLEO Help WHY DOES IT HAPPEN?

    Your sampfuncs even loading?? I mean your loading screen is changed when your loading game?. Because if you haven't direct x your sampfuncs won't load... You can have a lot reasons why your game crash...
  58. Parazitas

    CLEO Help Lotto Script

    What kind lotto?
  59. Parazitas

    help - send dialog response

    Dialog hider most simplest mod ever
  60. Parazitas

    Cool idea for /pay cmd

    Congrats!
  61. Parazitas

    CLEO Help Get id from chat

    chatmsg - chat message..
  62. Parazitas

    CLEO Help Get id from chat

    Do you have full chatsg?
  63. Parazitas

    Cool idea for /pay cmd

    You better stop smoke weed
  64. Parazitas

    Nop incardata

    You not even said which samp version...
  65. Parazitas

    CLEO Release [CLEO] AutoHeli.cs - Helicopter autopilot!

    Nice , code little complicated , but still good. Good luck with your next project.
  66. Parazitas

    [CLOSED][CLEO] Accepting request

    Delete caption and text search parts , make work only when you press key and it's done. It's not able to fix without testing in server, which means i must download again all samp shit, but i want do that.
  67. Parazitas

    [CLOSED][CLEO] Accepting request

    All this information was taken from this website... {$CLEO .cs} 0000: wait 8500 0AC8: 1@ = allocate_memory_size 256 0AD3: 1@ = format "Sign check" /// dialog tite to comapare while true wait 0 if 0AB1: @GetDialogCaption 0 0@ then if 0AB1: @search_text_in_the_text 2 String1 0@...
  68. Parazitas

    WALLHACK ( HELP )

    Something like that , but there is some bugs.. , i'm not good with Aims or WH {$CLEO .cs} wait 8500 03F0: enable_text_draw 1 while true wait 0 if 0256: player $PLAYER_ACTOR defined then 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 29@ += 0x4 0A8D: 29@ =...
  69. Parazitas

    [CLOSED][CLEO] Accepting request

    First we must see dialog maybe????
  70. Parazitas

    [CLOSED][CLEO] Accepting request

    Still possible bypass it without sampfuncs.
  71. Parazitas

    Smooth cam for 0.3DL

    What you mean smoothcam , how it works?
  72. Parazitas

    [Question] Autowalk

    There is not a lot people who's work with lua , most c++ or cleo.
  73. Parazitas

    [CLOSED][CLEO] Accepting request

    SAMPFUNCS, also every server have different sign check and samp version. Everthing depends from server and signcheck system.
  74. Parazitas

    Untagged Release Run or Sprint recorded path [0.3.7]

    I not doing this anymore.
  75. Parazitas

    Triggerbot.cs

    This Riped from opcode.eXe trigger code. Here should be opcode.eXe. 0661: NOP "MADE BY HACKER" 0661: NOP "ENJOY THE MOD"
  76. Parazitas

    teleport mode

    Any video.
  77. Parazitas

    Untagged Release Run or Sprint recorded path [0.3.7]

    Doesn't matter wich version for me..
  78. Parazitas

    [Question] Autowalk

    Can you explain more about your job?
  79. Parazitas

    Untagged Release Run or Sprint recorded path [0.3.7]

    No , you need it?
  80. Parazitas

    CLEO Help AIMBOT KEY

    KEY - AIM
  81. Parazitas

    CLEO Help About calls bot [SARG.LT]

    I haven't experience to do that. Server owner added random colors between text which means ..., need find way delete all color codes from text.
  82. Parazitas

    fastkill.cs for 0.3.dl version?

    Crypted
  83. Parazitas

    Shoutbox

    @springfield someone else... etc... Do you know how to check pickup status without SAMPFUNCS? I mean when he is exist or not , like i picked it up and he not exist anymore. The point of this is , i tested snippet for all pickups and he still detecting same pickup when he is gone / picked up...
  84. Parazitas

    Sanny builder encrypt Help

    You can fuck your code without any cryptor when someone try decrypt it.
  85. Parazitas

    [SNIPPET] For All Pickups

    Example: if or 044B: actor $PLAYER_ACTOR on_foot 00DF: actor $PLAYER_ACTOR driving then 0AB1: @GetClosestPickup 0 XYZ 0@ 1@ 2@ 06D5: 29@ = create_racing_checkpoint_at 0@ 1@ 2@ point_to 0@ 1@ 2@ type 2 radius 1.0 wait 1000 06D6: disable_racing_checkpoint 29@ end 0AB1...
  86. Parazitas

    CLEO Help Health,Armor,Money,Weapon info

    Soon you will be pro xD
  87. Parazitas

    CLEO Help reaction not working

    idk , maybe works... {$CLEO .cs} 0000: NOP repeat wait 0 until 0afa: while true wait 0 if 0B61: samp is_local_player_spawned then 0AC8: 0@ = allocate_memory_size 260 0AC8: 1@ = allocate_memory_size 260 0B75: samp get_chat_string 98 text_to 0@ prefix_to 1@ color_to 2@...
  88. Parazitas

    CLEO Help reaction not working

    Huge true..
  89. Parazitas

    CLEO Help reaction not working

    Post here what you get when this line come from chatlog.txt
  90. Parazitas

    Is there any .cs of Auto Spamming UP BUTTON for Motorcycles?

    Code for bikes.. if or 00DD: actor $PLAYER_ACTOR driving_car_with_model 509 // Bike 00DD: actor $PLAYER_ACTOR driving_car_with_model 481 // BMX 00DD: actor $PLAYER_ACTOR driving_car_with_model 510 // Mountain Bike then if 0AB0: 38 // UP ARROW then if 00DF...
  91. Parazitas

    CPP RELEASE RinaRP CONNECT

    Day by day we breaking forums rules, that fact we haven't anymore control like before....
  92. Parazitas

    CLEO Help Samp Pickups

    You can send pick up pickup
Top