Search results

  1. Parazitas

    CLEO Help Getting Chat String

    If Local player spawned Then alloc 1@ 260 alloc 2@ 260 SAMP.GetChatString(1@, 2@, 3@, 4@, 5@) // Do stucc End
  2. Parazitas

    Issue with cleo compiling

    0256: player $PLAYER_CHAR defined
  3. Parazitas

    CLEO Help Question about file reading / counting

    i use - cleo.li , tested , crash. Is there any way do it with like memset . memcpy ... etc..
  4. Parazitas

    Offsets for player moving (key presses)

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

    Offsets for player moving (key presses)

    it's called game key or virtual key
  6. Parazitas

    CLEO Help Repair Hack

    How it should work?
  7. Parazitas

    CLEO Help Repair Hack

    {$CLEO .cs} 0000: NOP wait 8500 while true wait 0 if and 00DF: actor $PLAYER_ACTOR driving 0AB0: key_pressed 114 then 03C0: 0@ = actor $PLAYER_ACTOR car 0227: 1@ = car 0@ health if 1@ < 1000 // hp then 018C: play_sound 1058 at 0.0 0.0 0.0 00BC...
  8. Parazitas

    CLEO Help CROSSHAIRS

    http://ugbase.eu/index.php?threads/display-txd.14212/#post-83553
  9. Parazitas

    CLEO Help CROSSHAIRS

    http://ugbase.eu/index.php?threads/how-load-a-txd-file-and-display-it.6340/
  10. Parazitas

    block rpc address

    Get id . If Id == id Then Return false End
  11. Parazitas

    CLEO Help Repair Hack

    Only when i back to home
  12. Parazitas

    CLEO Help Question about file reading / counting

    Same crash. Also i tested this one , this showing all nicknames , bet when i change it to ret i get only one nickname. :Read_String_From_File IF 0AAB: file_exists "CLEO/admin.txt" then if 0A9A: 30@ = openfile "CLEO/admin.txt" mode "rt" // IF and SET then 0AC8: 31@ =...
  13. Parazitas

    Parazitas#0398

    Parazitas#0398
  14. Parazitas

    CLEO Help Question about file reading / counting

    Tested , retruning NULL and after 1-2min crash. {$CLEO .cs} 0000: REPEAT WAIT 1000 0A8D: 0@ = readMem 0xA444A0 sz 4 vp 0 UNTIL 0@ == 1 // SAMP_IS_READY WHILE TRUE WAIT 0 IF 10@ == FALSE THEN IF 0AAB: file_exists "CLEO\admin.txt" THEN 0A9A: 31@ = openfile...
  15. Parazitas

    CLEO Help Question about file reading / counting

    Yes you are right, i trying get all nick names without for, i wanna make like admin checker. Code should get nick name from .txt file and check from chat - exist or not. With sf is like { 0@ - chat text 2@ - King_Lion // nick name from .txt file } If 0C29: $NOT_USED str1 0@ str2 2@ Then //.. End
  16. Parazitas

    CLEO Help Question about file reading / counting

    Is there any way get every line nickname from .txt file without counting and doing for ? @monday {$CLEO .cs} 0000: REPEAT WAIT 1000 0A8D: 0@ = readMem 0xA444A0 sz 4 vp 0 UNTIL 0@ == 1 // SAMP_IS_READY while true wait 0 0AB1: @Count_Lines 0 _ReturnTotalNumberOfLines 1@ for 2@ = 1 to 1@...
  17. Parazitas

    Memory or String opcodes [w/o SF]

    Strcat :strcat // 0@ - destination, 1@ - source // Example: 0AB1: @strcat 2 destination 0@ source 1@ 0AB1: @strlen 1 string 0@ _return: 2@ 0AB1: @strlen 1 string 1@ _return: 3@ 005A: 0@ += 2@ // (int) 0AB1: @memcpy 3 destination 0@ source 1@ size 3@ 005A: 0@ += 3@ // (int) 0AB1: @memset 3...
  18. Parazitas

    CLEO Help Cleo Cryptor 2 by FYP

    Link was deleted , time out. Bye.
  19. Parazitas

    CLEO Help Cleo Cryptor 2 by FYP

    oh rly , how much you want it?
  20. Parazitas

    Wait for samp to load

    Also can be used. REPEAT WAIT 1000 0A8D: 0@ = readMem 0xA444A0 sz 4 vp 0 UNTIL 0@ == 1 // SAMP_IS_READY
  21. Parazitas

    [Tutorial] Find SA:MP pointers

    This two you can find very easy way, just scan like string. Also you can get ip and port which is stored like string in cheat engine
  22. Parazitas

    [CLOSED] Accepting request

    I can't do this , idk how get ids or nick names
  23. Parazitas

    [CLOSED] Accepting request

    ~~ Activate ~~ GTA Cheat code.: AFK
  24. Parazitas

    [CLOSED] Accepting request

    Explain more...
  25. Parazitas

    [CLOSED] Accepting request

    He use rpc , idk how get rpc in samp dl.
  26. Parazitas

    [CLOSED] Accepting request

    gg BOTH CLEO ARE STEALERS... {$CLEO .cs} 0000: wait 1750 0AB1: call_scm_func @Thread 1 @Stealer 0A93: end_custom_thread :Stealer 0000: While true wait 0 0AA2: 31@ = load_library "kernel32.dll" // IF and SET 0AA4: 30@ = get_proc_address "GetModuleHandleA" library 31@ // IF and SET 0AA7...
  27. Parazitas

    CLEO Help Convert for 0.3.DL help ?

    nEVER TESTED {$CLEO .cs} 0000: wait 8500 if 8AA2: 0@ = load_library "samp.dll" // IF and SET then 0A93: end_custom_thread end 0AC6: 2@ = label @cmdname1 offset 0AB1: call_scm_func @registerClientParam1 0 _Return: CallBack 1@ 0AB1: call_scm_func @registerClientCommand 3 dwSAMPHandle: 0@...
  28. Parazitas

    CLEO Help Detect if the audio is already playing

    You can use variables to check like: :stop1 SAMP.IsCommandTyped(20@) 0AAE: release_mp3 $hMP1 0AAC: $hMP1 = load_audiostream "cleo/music/1.mp3" 0ABC: set_audiostream $hMP1 volume 1.0 0AAD: set_mp3 $hMP1 perform_action 0 //0=stop, 1=play 0@ = true // set 1...
  29. Parazitas

    Script -> Client RakNet colors? big confuse i am

    Try this one, I found on russian site. bool CALLBACK incomingRPC(stRakNetHookParams * params) { if (params->packetId == ScriptRPCEnumeration::RPC_ScrClientMessage) { if (translatorEnabled) { DWORD color; DWORD strlen; char...
  30. Parazitas

    [CLOSED] Accepting request

    How afk system works in your server?
  31. Parazitas

    CLEO Help Question about file reading / counting

    Probably this way best , to count how many lines are in file. If i wanna get last line or one before last. like 98 or 99 {$CLEO .cs} 0000: wait 7000 while true wait 0 0AB1: @Counter 0 _ReturnTotalNumberOfLines 1@ 0AB1: @Read_String_From_File 1 _ReadLine 1@ _ReturnText 3@ chatmsg "%s" -1 3@...
  32. Parazitas

    0A8D: 0@ = read_memory 0xB7CB50 size 4 virtual_protect 1 = Current FPS // (Float)

    0A8D: 0@ = read_memory 0xB7CB50 size 4 virtual_protect 1 = Current FPS // (Float)
  33. Parazitas

    CLEO Help Question about file reading / counting

    @monday I found your old post , but when i tried use it with for 20@ = 0 to MAX_LINES it doesn't work... Also how to get MAX_LINES ? {$CLEO .cs} 0000: repeat wait 50 until 0AFA: SAMP_IS_READY alloc 30@ 2000 // string from the new file alloc 31@ 2000 // string from the last file 0@ =...
  34. Parazitas

    CLEO Help Question about file reading / counting

    Returning always 1 , but i have 3 lines. Txt File: Dovydas_Innomine Black_Daddy Dark_Body
  35. Parazitas

    CLEO Help Question about file reading / counting

    What about if i wanna read file not from cleo , but from documents\samp it should work?
  36. Parazitas

    CLEO Help Question about file reading / counting

    The point of this is i wanna read specific line and get text. it should work like.: GetChatEnteryText snippet but for .txt file(s)
  37. Parazitas

    CLEO Help Question about file reading / counting

    how can i find out how many lines a text file contains without viewing it in cleo? Should return count of lines.
  38. Parazitas

    [CLOSED] Accepting request

    @perivoj23 And how i should do that without any pic or video?
  39. Parazitas

    Windows Game Hacking With Ghidra and Cheat Engine

    Hmmm , i saw new program for stuct. Not bad.
  40. Parazitas

    CLEO Help [HELP]Widescreen Cleo

    Which samp version you use? You use it for Screen Shot's?
  41. Parazitas

    why i cant download anything

    Try use another internet like >> google chrome
  42. Parazitas

    CLEO Help [HELP]Widescreen Cleo

    @Opcode.eXe
  43. Parazitas

    [CLOSED] Accepting request

    @Vikarijus_Finger Pm
  44. Parazitas

    CLEO Help Convert for 0.3.DL help ?

    You still need it?
  45. Parazitas

    NOP Create object

    Rpc hook create object , return false
  46. Parazitas

    CLEO Help Convert for 0.3.DL help ?

    Can you check this one.: https://blast.hk/threads/897/page-9#post-186148
  47. Parazitas

    CLEO Help Question about 0C11

    2@ = strlen 0@ 3@ = strlen 1@ memcpy(0@ + 2@, 1@, 3@) memset(0@ + 2@ + 3@, 0, 1) // null char tested , works perfect. :strcat // 0@ - destination, 1@ - source // Example: 0AB1: @strcat 2 destination 0@ source 1@ 0AB1: @strlen 1 string 0@ _return: 2@ 0AB1: @strlen 1 string 1@ _return: 3@...
  48. Parazitas

    CLEO Help Convert for 0.3.DL help ?

    @0x32789 31@ is for all commands?
  49. Parazitas

    CLEO Help Convert for 0.3.DL help ?

    Tested and fully Working! {$cleo .cs} 0000: const SAMP_IS_READY = 1 end repeat wait 1000 0A8D: 0@ = read_memory 0xA444A0 size 4 virtual_protect 0 until 0@ == SAMP_IS_READY if 8AA2: 0@ = load_library "samp.dll" // IF and SET then 0A93: end_custom_thread end 0AC6: 2@ = label @cmdname offset...
  50. Parazitas

    [CLOSED] Accepting request

    Yeah sure , wait about one year
  51. Parazitas

    [CLOSED] Accepting request

    @Welles ALT + ,
  52. Parazitas

    [CLOSED] Accepting request

    @Vikarijus_Finger
  53. Parazitas

    CLEO Help Question about 0C11

    @monday If you have time , no rush - can you explain how this opcode should be in cleo code? 0C15: strcat destination 0@ source 1@
  54. Parazitas

    CLEO Help Question about 0C11

    I know about opcode " 0AB1: " params and returns very good , but this time you are right i forgot put how many params i writing to snippet, now working. Thanks, i appreciate your help. Now can use everyone , fully working. Big Thanks Monday. :memcpy var 0@ : integer 1@ : integer 2@ : integer...
  55. Parazitas

    [CLOSED] Accepting request

    what is comma?
  56. Parazitas

    Untagged Release diceMastermind (tool)

    NO , never work.
  57. Parazitas

    CLEO Help Question about 0C11

    still not work :/ :memset var 0@ : integer 1@ : integer 2@ : integer 3@ : integer end // 0@ - destination, 1@ - value, 2@ - size // Example: 0AB1: @memset destination 0@ value 32 size 1 2@ -= 1 for 3@ = 0 to 2@ 0A8C: write_memory 0@ size 1 value 1@ virtual_protect 0 0@ += 1 end 0AB2: ret 0
  58. Parazitas

    CLEO Help Question about 0C11

    I just changing sampfuncs opcode to this snippets, that's help work without sampfuncs. Code works perfect with sampfuncs opcode. {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 call @GetNameFromFile_2206 0 2@ chatmsg "%s" -1 2@ END :GetNameFromFile_2206 if 1@ =...
  59. Parazitas

    CLEO Help Convert for 0.3.DL help ?

    But still need - Get last command params.
  60. Parazitas

    CLEO Help Question about 0C11

    Thanks for answer. In the first example - i changed from 1@ += 1 to 0@ += 1 and i still get crash In the second example - i changed write mem from 0@ to 3@ and i still get crash , sadly.. All i want is just make it work properly.
  61. Parazitas

    CLEO Help Question about 0C11

    Maybe you know what's wrong? Tested both. :memset var 0@ : integer 1@ : integer 2@ : integer end // 0@ - destination, 1@ - value, 2@ - size // Example: 0AB1: @memset destination 0@ value 32 size 1 for 3@ = 0 to 2@ 0A8C: write_memory 0@ size 1 value 1@ virtual_protect 0 1@ += 1 end 0AB2: ret...
  62. Parazitas

    [CLOSED] Accepting request

    @Durdenismass Press W+X When you wanna run away.
  63. Parazitas

    [CLOSED] Accepting request

    @Welles
  64. Parazitas

    CLEO Help Get selected index string Dialog List

    You have account which i can go test?
  65. Parazitas

    CLEO Help Get selected index string Dialog List

    This dialog can get any player?
  66. Parazitas

    CLEO Help Get selected index string Dialog List

    {$CLEO .cs} 0000: repeat wait 0 until 0AFA: while true wait 0 if 0AB0: 45 then repeat wait 0 until 8AB0: 45 // anti spam if 6@ == false then 6@ = 1 0AD1: "ON" 1337 else 6@ = 0 0AD1: "OFF" 1337 end end if 6@ == 1 then...
  67. Parazitas

    CLEO Help Help Compile

  68. Parazitas

    CLEO Help Get selected index string Dialog List

    You make you own code or use cheat engine to get pointers
  69. Parazitas

    CLEO Help Get selected index string Dialog List

    You already get what you need...
  70. Parazitas

    CLEO Help Get selected index string Dialog List

    ...................
  71. Parazitas

    MTA AIMBOT

    English...
  72. Parazitas

    How would I call a function inside the game?

    Here are two methods - helps you get samp.dll adr http://ugbase.eu/index.php?threads/get-samp-base.20566/
  73. Parazitas

    CLEO Help Get selected index string Dialog List

    Create more acc ask same question... http://ugbase.eu/index.php?threads/get-selected-index-string-dialog-list.20705/#post-120985
  74. Parazitas

    CLEO Help Get selected index string Dialog List

    //get number of dialog elements 0B54: samp 1@ = listbox_items_count //substract one from total cout 1@ -= 1 //last item is actually the null terminator chatmsg "num of elements %d" -1 1@ for 0@ = 0 to 1@ alloc 2@ = 256 0B5B: samp get_listbox_item 0@ text_to 2@ chatmsg "element %d -...
  75. Parazitas

    CLEO Help split string

    @monday Maybe have time help him? You are pro with strings
  76. Parazitas

    CLEO Help split string

    Possible
  77. Parazitas

    [CLOSED] Accepting request

    And i wanna be super hero , but same like you i can't also you not reading rules, so good luck waiting legit aimbot...
  78. Parazitas

    CLEO Help Get selected index string Dialog List

    When i back from job
  79. Parazitas

    CLEO Help DLL Call

  80. Parazitas

    CLEO Help DLL Call

    What to do next? .
  81. Parazitas

    CLEO Help DLL Call

    Okay i found how to do that
  82. Parazitas

    CLEO Help DLL Call

    Thx.
  83. Parazitas

    CLEO Help DLL Call

    I don't know to do that , how program connect with samp?
  84. Parazitas

    CLEO Help playertextdraw not showing up

    You can't put just -1 , need get id or put in code all ids
  85. Parazitas

    CLEO Help Get selected index string Dialog List

    You use sampfuncs?
  86. Parazitas

    [CLOSED] Accepting request

    Yes
  87. Parazitas

    CLEO Help DLL Call

    I never use before IDA. I try , thx.
  88. Parazitas

    0.3 DL samp function memory address

    Use cheat engine
  89. Parazitas

    [Tutorial] Read / write memory

    what's wrong xD
  90. Parazitas

    CLEO Help -

    maybe 3d text pos are screen or something like that idk. @Opcode.eXe Maybe you know - 3d text label have screen coordinates or just simple coordinates
  91. Parazitas

    CLEO Help Convert for 0.3.DL help ?

    If you know how get register cmd pointer and offset , okay we can make it...
  92. Parazitas

    CLEO Help -

    {$CLEO .cs} 0000: REPEAT WAIT 100 UNTIL 0AFA: WHILE TRUE WAIT 0 for 0@ = 0 to 2048 if 0B46: samp 3d_text 0@ defined then 0C46: samp get_3d_text_info_by_id 0@ string_ptr 1@ color 2@ position 3@ 4@ 5@ view_distance 6@ show_behind_walls 7@ attached_to_player 8@ attached_to_vehicle 9@...
  93. Parazitas

    [Tutorial] Read / write memory

    1. Compile and put in cleo folder 2. Run samp 3. Order couple kebab 4. Chill
  94. Parazitas

    [Tutorial] Read / write memory

    Short tutorial. Hello , i'm not good with tutorials , but i tried xD Maybe someone can explain better , i'm sure a lot peoples don't know how to do that. So What is memory?? By wiki: Memory is the faculty of the brain by which data or information is encoded, stored, and retrieved when needed...
  95. Parazitas

    Untagged Release Run or Sprint recorded path [0.3.7]

    I working with my new project. I making on foot record , which let you record : walk, sprint , pressed keys and maybe something else who knows. This bot will be useful for jobs , where need go positions press keys and back . Yes ! He have possibility record multiple paths.
Top