Search results

  1. Parazitas

    [Tutorial] Find SA:MP pointers

    You mean samp 0.3.DL?
  2. Parazitas

    [Tutorial] Find SA:MP pointers

    Snippet return health and armour :Health_And_Armour { 0AB1: @Health_And_Armour 0 10@ 20@ } 0A8D: 10@ = read_memory 0xB6F5F0 size 4 virtual_protect 0 10@ += 540 0A8D: 10@ = read_memory 10@ size 4 virtual_protect 0 0A8D: 20@ = read_memory 0xB6F5F0 size 4 virtual_protect 0 20@ += 548 0A8D: 20@ =...
  3. Parazitas

    [Tutorial] Find SA:MP pointers

    Memory return interior ID 0A8D: 0@ = read_memory 0xA4ACE8 size 4 virtual_protect 0
  4. Parazitas

    [C++] DISABLE CHAT with rpm/wpm

    ok ok ok...
  5. Parazitas

    [C++] DISABLE CHAT with rpm/wpm

    This for samp 0.3.7 ?
  6. Parazitas

    [SNIPPET] Hide Samp Chat

    0.3.DL Hide samp chat :Hide_SAMP_CHAT { 0AB1: @HideSAMPChat 1 TRUE } 0AA2: 1@ = "samp.dll" 1@ += 0x2ACA10 0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0 1@ += 0x0 if 0@ == true then 0A8C: writeMem 1@ sz 4 vl 0 vp 0 // chat lines disable else 0A8C: writeMem 1@ sz 4 vl 20 vp 0 //...
  7. Parazitas

    CLEO Release New OP-HaX for 0.3.7

    You can try use cleo 4.4
  8. Parazitas

    [Tutorial] Find SA:MP pointers

    @.silent not working...
  9. Parazitas

    [Tutorial] Find SA:MP pointers

    Get nick name 0.3.DL samp.dll+2AC187 or :Get_LocalPlayer_Name /// 0AB1: call_scm_func @Get_LocalPlayer_Name 0 0@ 0AA2: 0@ = loadLib "samp.dll" //samp base offset 0@ += 0x2ACA24 0A8D: 0@ = readmem 0@ sz 4 vp 0 //stInfo 0@ += 0x3DE 0A8D: 0@ = readmem 0@ sz 4 vp 0 //stPools 0@ +=...
  10. Parazitas

    [Tutorial] Find SA:MP pointers

    You can get a lot information without sampfuncs
  11. Parazitas

    [Tutorial] Find SA:MP pointers

    I think i know, i try it latter
  12. Parazitas

    [Tutorial] Find SA:MP pointers

    Good luck everyone !! Have questions? - comment ! Have request? - comment !
  13. Parazitas

    [Tutorial] Find SA:MP pointers

    Find chat open detection pointer Find dialog caption pointer Find server name pointer Find dialog open detection pointer Find left / right button text pointer Find dialog style / type pointer https://youtu.be/RhAtBapjHAc Find dialog list item pointer https://youtu.be/9SiJuFUNovw...
  14. Parazitas

    S0BEIT FOR 0.3DL UNDETECTABLE WHO HAVE?

    Send nudes to ugbase and all cheat will be undetectable
  15. Parazitas

    S0BEIT FOR 0.3DL UNDETECTABLE WHO HAVE?

    Hard use ugbase search system or just google? http://ugbase.eu/index.php?threads/mod-sobeit-for-0-3-dl.19126/
  16. Parazitas

    CLEO Help Cleo Fish In Samp 0.3 DL

    Take it...
  17. Parazitas

    CLEO Help Help - me, change the command cheater

    You must upload file here ...
  18. Parazitas

    CLEO Help Cleo Fish In Samp 0.3 DL

    {$CLEO .cs} 0000: wait 10000 /// wait 10sec until samp is redy const SAMP_CHAT_INFO_OFFSET_03DL = 0x2ACA10 FUNC_ADDTOCHATWND_03DL = 0x67650 FUNC_SAY_03DL = 0x5860 FUNC_SEND_CMD_03DL = 0x69340 end 0AC8: 0@ = allocate_memory_size 260 0AD3: 0@ = format "/ask" 0AC8: 1@ = allocate_memory_size 260...
  19. Parazitas

    CLEO Help Get string from memory

    I trying get text from memory , but return always is (NULL) ... :GetDialogButtonText 0AA2: 1@ = "samp.dll" 1@ += 0x2ACAC4 0A8D: 2@ = readMem 1@ sz 260 vp 0 2@ += 0x24C 0A8D: 3@ = readMem 2@ sz 260 vp 0 3@ += 0x135 0A8D: 4@ = readMem 3@ sz 260 vp 0 printf "%s" 1 4@ 0AB2: ret 0 With Cheat...
  20. Parazitas

    CLEO Help Cleo Fish In Samp 0.3 DL

    Wrong ip...
  21. Parazitas

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

    0.3.DL Simple example .: {$CLEO .cs} 0000: wait 10000 /// wait 10sec until samp is redy const SAMP_CHAT_INFO_OFFSET_03DL = 0x2ACA10 FUNC_ADDTOCHATWND_03DL = 0x67650 FUNC_SAY_03DL = 0x5860 FUNC_SEND_CMD_03DL = 0x69340 end 0AC8: 0@ = allocate_memory_size 260 0AD3: 0@ = format "Hi say" 0AC8...
  22. Parazitas

    [SNIPPET] is Chat/Dialog open.

    DIALOG - 0.3.DL 0AB1: @isDialogOpen 0 ret dType 0@ dId 1@ :isDialogOpen 0AA2: 1@ = "samp.dll" 1@ += 0x2AC9E0 0A8D: 1@ = readMem 1@ sz 4 vp 0 0A8E: 2@ = 1@ + 0x28 0A8D: 2@ = readMem 2@ sz 4 vp 0 if 2@ == 1 then 0A8E: 3@ = 1@ + 0x2C //dialogType 0A8D: 3@ = readMem 3@ sz 4 vp 0...
  23. Parazitas

    CLEO Help Cleo Fish In Samp 0.3 DL

    I can make it. Server IP?
  24. Parazitas

    [SNIPPET] Set Virtual or Game Key

    100% - Working without SAMPFUNCS Example.: {$CLEO .cs} 0000: NOP WAIT 10000 WHILE TRUE WAIT 0 IF 0AB0: key_pressed 90 {Z} THEN 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x57 state 255 WAIT 30 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x57 state 0 END END :Set_Virtual_Key { 255 = true...
  25. Parazitas

    [SNIPPET] Get Dialog Text

    Explain.: {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 0AB1: @isDialogOpen 1 ID -1 // -1 any then 0AC8: 0@ = allocate_memory_size 512 0AB1: @getDialogText 0 0@ end end :isDialogOpen { 0.3.7 - R3 } 0AA2: 1@ = "samp.dll" 1@ += 0x26E898 0A8D: 1@ = readMem 1@...
  26. Parazitas

    [SNIPPET] is Chat/Dialog open.

    ChatInput - 0.3.7 R1 Explain.: {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 0AB1: @isChatOpen 0 then printf "Is chat Opened" 1 end if 0AB1: @isDialogOpen 0 ret dType 0@ dId 1@ then printf "%d %d" 1 0@ 1@ end end :isChatOpen 0AA2: 1@ = "samp.dll" 1@ += 0x21A0E8 0A8D: 1@ =...
  27. Parazitas

    CLEO Help Silent aim CLEO

    0.3.7 R2 - sampfuncs working with R2 Compatibility by MISTER_GONWIK
  28. Parazitas

    CLEO Help TextDraw / 3DTextLabel finder?

    TextDraw and 3D Text ID Finder by @springfield Text Draw Finder {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: "txd" @textdraw WHILE TRUE WAIT 0 END :textdraw 0B35: 0@ for 1@ = 0 to 2304 if 0C5D: samp textdraw 1@ is_exists then alloc 2@ = 1024...
  29. Parazitas

    CLEO Help Aimbot.cs

    Try it, good luck
  30. Parazitas

    [SNIPPET] Send KeyPress via Gta

    https://pastebin.com/y5HuLXtS
  31. Parazitas

    Untagged Release [JOB] AUTO FISH CLEO 0.3.7 [SAMP-RP]

    This is not haack / cheat , it's just saying command {$CLEO} 0000: NOP WAIT 4500 0AF8: samp add_message_to_chat "* Loaded hacks by SIRA (www.youtube.com/sirabots)" color -1 :CHECK WHILE TRUE WAIT 0 IF 0ADC: "FISH" THEN 0B12: 0@ = 0@ XOR 1 IF 0@ == 1 THEN...
  32. Parazitas

    CLEO Release Dialog Hider (0.3.7)

    http://ugbase.eu/index.php?threads/dialog-repeat.16902/#post-99476
  33. Parazitas

    dialog spoofer, but instead textdraw spoofer

    If u need just click textdraw u can use.: 0BCA: samp send_click_textdraw 0@ or this 0C48: samp textdraw 0@ create "Textdraw" pos 1@ 2@ idk maybe works never tested
  34. Parazitas

    auto scroll (2-2)

    Old code {$CLEO .cs} 0000: NOP thread "TEST" wait 2000 0B34: "mycmd" @OK :TEST_23 wait 0 if and 13@ == TRUE SAMP.Available SAMP.IsLocalPlayerSpawned jf @TEST_23 print "~w~SCROLL ~g~ON" 1337 wait 500 goto @TEST_56 :TEST_56 wait 0 0A96: 0@ = actor $PLAYER_ACTOR struct 0A8E...
  35. Parazitas

    CLEO Help Auto engine CLEO

    Create video where need press key and where not need...
  36. Parazitas

    CLEO Help Auto engine CLEO

    0ABF: set_vehicle 0@ engine_state_to 0
  37. Parazitas

    CLEO Help Auto engine CLEO

    NoFuel.cs cleo server owner can easy detect
  38. Parazitas

    Untagged Release Checkpoint Teleport working on 0.3.dl

    NOT TESTED ! {$CLEO .cs} 0000: wait 10000 // wait 10sec until samp is ready while true wait 0 if 0ab0: 57 {9 Key} then if 31@ == false then 31@ = true 0AD1: show_formatted_text_highpriority "~W~ENABLED" time 1337 else 31@ = true 0AD1...
  39. Parazitas

    [SNIPPET] Send KeyPress via Gta

    Vehicle control alternative w/o opcode 0B56 0AB1: call_scm_func @PressTurningKey 1 set_game_key_0_state -255 // PRESS LEFT 0AB1: call_scm_func @PressTurningKey 1 set_game_key_0_state 255 // PRESS RIGHT 0AB1: call_scm_func @PressTurningKey 1 set_game_key_0_state 0 // UNPRESS RIGHT 0AB1...
  40. Parazitas

    Shoutbox

    I have just one question. What this key doing when i driving????? 0B56: set_game_key 6 state 255 Edit.: I found what this doing, it's a Brake.
  41. Parazitas

    Texture Finder For Rainbow Skin, Rainbow KillList, Rainbow NameTags, Rainbow Chat Imput by niste jakeri prosti

    http://ugbase.eu/index.php?threads/asi-d3d-model-logger.19782/
  42. Parazitas

    Untagged Release Checkpoint Teleport working on 0.3.dl

    Why cleo crypted? if 0ab0: 57 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@ == 0.0 not 1@ == 0.0 not 2@ == 0.0...
  43. Parazitas

    Shoutbox

    Where i can get memory address for disable Default Nickname , Health , Armour?
  44. Parazitas

    CLEO Help Help Free crosshair

    Float is size 4 ..
  45. Parazitas

    CLEO Help Help Fix it

    Okay, but textdraw still blink....
  46. Parazitas

    CLEO Help Help Fix it

    Not i create this snippet 0AB1: call_scm_func @drawBar 6 coords_X 3@ coords_Y 4@ value 5@ size X 40.0 Y 4.0 thickness 2.0 So what i should to do?
  47. Parazitas

    CLEO Help Help Fix it

    How fix it? Textdraw blinking and is very long , not like normal.. @monday @supahdupahnubah @springfield @Opcode.eXe etc... Full Code {$CLEO .cs} 0000: NOP WAIT 10000 WHILE TRUE WAIT 0 IF 056D: actor $PLAYER_ACTOR defined THEN WAIT 0 // GET ALL STREAMED PEDS 0A8D: 29@ =...
  48. Parazitas

    Shoutbox

    Hi. Auto scroll not working when exist new page? or pressing on new page? or u are last poster? @0x688
  49. Parazitas

    CLEO Help Cleo reaction

    NOT TESTED {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: samp register_client_command "atype" to_label @Auto_Type WHILE TRUE WAIT 0 IF 7@ == 1 THEN 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 FOR 0@ = 97 TO...
  50. Parazitas

    Good luck

    Good luck
  51. Parazitas

    CLEO Help Detect In front

    I mean when i driving vehicle. For example your bot: Vehicle recording.cs This bot working good , but if any vehicle is in front i get crash / accident and my car also get damaged. So i wanna detect all vehicles in front and try make drive around. I think use.: [SNIPPET] Get Target CAR and...
  52. Parazitas

    CLEO Help Detect In front

    Maybe someone know how to detect any vehicle in front? @supahdupahnubah @springfield @Opcode.eXe etc...
  53. Parazitas

    CLEO Help Draw problem

    Sorry man , i solved it , all crash i get from other cleo , i check my cleo folder. Anyway Thanks for help guys And yes i finished it. [BOT] Auto accept calls from taxi, trucks etc... @Opcode.eXe Thanks for turtorial about cursor and opcode 05A5...
  54. Parazitas

    CLEO Help Draw problem

    @supahdupahnubah Maybe u know why i get crash when use this two opcodes from last answer? Crash reason flooding in chat.: SignText: Can't create font Arial SignText: Can't create font Arial SignText: Can't create font Arial SignText: Can't create font Arial SignText: Can't create font Arial ....
  55. Parazitas

    CLEO Help Draw problem

    Alternative.: :DRAW_WITH_TEXT_COMMAND_FROM_INI { 0AC8: 22@ = allocate_memory_size 260 0AF4: 22@ = read_string_from_ini_file "cleo\Config.ini" section "Command" key "type" 0AB1: @DRAW_WITH_TEXT_COMMAND_FROM_INI 3 X 160.0 Y 230.0 22@ } 03F0: enable_text_draw 1 0342: set_text_draw_centered 1...
  56. Parazitas

    CLEO Help Draw problem

    This can't be problem, word from .ini is not longest , longest word is NAME + SURNAME and work good with.: 033F: set_text_draw_letter_size width 0.205 height 0.955 Look.:
  57. Parazitas

    Camera to Z-player position

    0A8C: write_memory 0xB6F258 size 4 value 4@ virtual_protect 0 // CameraXAngle: 0xB6F258 size 4(float) :: CameraYAngle add 0x4 to 0xB6F258
  58. Parazitas

    CLEO Help Draw problem

    I wanna draw command from .ini file , but probably i doing something wrong... Who know where is problem? 0AC8: 4@ = allocate_memory_size 260 0AF4: 4@ = read_string_from_ini_file "cleo\Config.ini" section "Command" key "type" 0AB1: @DRAW_WITH_TEXT_COMMAND_FROM_INI 3 X 162.0 Y 230.0 4@...
  59. Parazitas

    [CLOSED][CLEO] Accepting request

    I know u wanna use it for job , make video how this job work... Stop waste my time..
  60. Parazitas

    [CLOSED][CLEO] Accepting request

    Detecting by dialog title. Command.: /vfh
  61. Parazitas

    CLEO Help AUTORUN CHECKPOINT CLEO

    Boring... {$CLEO .cs} thread "Boring" :ct wait 0 if 0AB0: 89 {Y} then if call @is_cp_active 0 then call @get_cp_pos 0 1@ 2@ 3@ if 044B: $PLAYER_ACTOR on_Foot then 068D: get_camera_position_to 4@ 5@ 6@ if 06BD: no_obstacles_between 4@ 5@ 6@...
  62. Parazitas

    CLEO Help HELP Dialogue Box CLEO

    If server not have good anti cheat u can use .: 0BC9: samp send_dialog_response dialog 0@ button 1@ listitem 2@ input 3@
  63. Parazitas

    [snippet]remove digits

    Can work without SAMPFUNCS { call @RemoveDigitsFromString 1 stringPointer 1@ } :RemoveDigitsFromString 0C17: 31@ = strlen 0@ 31@ -= 1 0085: 28@ = 0@ // copy base string pointer 005A: 28@ += 31@ //byte ending the string (0) 0085: 27@ = 0@ // copy of the base string pointer (needed for...
  64. Parazitas

    [SNIPPET] Get digits from text

    With this snippet you can get digits from any text ! Explain.: {$CLEO} 0000: repeat wait 50 until 0AFA: is_samp_available 0AC8: 0@ = allocate_memory_size 260 0AD3: 0@ = format "aaa:12345678910" 0AC8: 1@ = allocate_memory_size 260 0AB1: call_scm_func @get_digits_to_print param_count 2 text...
  65. Parazitas

    CLEO Help AUTORUN CHECKPOINT CLEO

    No, why u need this?
  66. Parazitas

    [Tutorial] Text handling

    Nice !!! Thanks for explain with %n format
  67. Parazitas

    Untagged Release Run or Sprint recorded path [0.3.7]

    https://www.youtube.com/watch?v=pl2a_IE6ZpU&t=0s
  68. Parazitas

    Free Source SA:MP RedEyeCheats v0.3.0

    Nice radar memory
  69. Parazitas

    CLEO Help Get windows copied text

    How i can get windows copied text when use CTRL + C and put it in chat? I think with this u are pro @monday
  70. Parazitas

    Get windows copied text

    How i can get windows copied text when use CTRL + C and put it in chat? I think with this u are pro @monday
  71. Parazitas

    CLEO Help hidden symbols

    Looks like spam post for kids meeting... @monday ~~ I try explain this shit better ~~ 1. This kid trying explain this text.: https://imgur.com/a/5zxSHgn 2. Normal text looks like this.: https://imgur.com/bQLUpAd Without Š letter, but this letter always changing - can be letter or symbol...
  72. Parazitas

    [c++] Get / Set Cursor position

    You know this best... So i have window coordinates , i wanna put mouse in window center - how i should calculate it?
  73. Parazitas

    [c++] Get / Set Cursor position

    You sure? Window Size.: RECT rect; if (GetWindowRect(OSRS, &rect)) { int width = rect.right - rect.left; int height = rect.bottom - rect.top; cout << "The width is: " << width << " and height is: " << height << endl; } Window Coords.: RECT rect;  if (GetWindowRect(OSRS, &rect)) { int X =...
  74. Parazitas

    [c++] Get / Set Cursor position

    Next question , how to get active window position? @user88
  75. Parazitas

    [c++] Get / Set Cursor position

    I use google , but i just started learn c++ and you attacking me... Anyway thanks  :not bad: #include <windows.h> #include <winuser.h> #include <iostream> #include <iomanip> using namespace std; int main() { POINT Cursor; while (true){ GetCursorPos(&Cursor); cout << "The cursor x is: " <<...
  76. Parazitas

    [c++] Get / Set Cursor position

    Maybe somebody know how get and set cursor position?
  77. Parazitas

    [CLOSED][CLEO] Accepting request

     I'am busy , i can't do request..
  78. Parazitas

    [SNIPPET] Create SA:MP Dialog

    With this snippet we can create samp dialog. Good luck... Explain with 0.3.7 .: {$CLEO .cs} 0000: wait 8500 WHILE TRUE WAIT 0 IF 0AB0: 49 {Key 1} THEN 0AC8: 0@ = allocate_memory_size 260 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 0AC8: 3@...
  79. Parazitas

    [SNIPPET] Get LocalPlayer Name / ID

    With this snippet we can get nick name. Good luck... Explain with 0.3.7 .: {$CLEO .cs} 0000: repeat wait 0 until 0afa: WHILE TRUE wait 0 call @Get_LocalPlayer_Name 0 0@ chatmsg "%s" -1 0@ END :Get_LocalPlayer_Name /// 0AB1: call_scm_func @Get_My_NickName 0 0@ 0AA2: 0@ = loadLib...
  80. Parazitas

    CLEO Help Invalid Command At Servers

    https://www.youtube.com/watch?v=U6_J9Nfnxj8
  81. Parazitas

    CLEO Help SampFuncs

    http://ugbase.eu/Thread-CLEO-Range-Aimbot-Shoot-from-far?highlight=range+aimbot
  82. Parazitas

    CLEO Help SampFuncs

    https://www.youtube.com/watch?v=U6_J9Nfnxj8 Second link.
  83. Parazitas

    CLEO Help [HELP] dscript (cleo)

    SF can't be edited...
  84. Parazitas

    [Tool] Joiner for SAMPFUNCS plugins

    THIS VERSION IS MADE SPECIFICALLY FOR CLEO 4.1.1.30 SUPPORT FOR CLEO 4.3 WILL COME LATER!.
  85. Parazitas

    [Tool] Joiner for SAMPFUNCS plugins

    Maybe u can create this for cleo plugins?
  86. Parazitas

    CLEO Help Remove activation text

    Ok ok ok
  87. Parazitas

    Offset for find X, Y, Z and RGB server marker?

    CLEO {$CLEO .cs} //{$NOSOURCE} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 //////////////// ONLY IF MARKER ACTIVE 0A8D: 0@ = read_memory 0xC7DEC8 size 4 virtual_protect 0 {X} 0A8D: 1@ = read_memory 0xC7DECC size 4 virtual_protect 0 {Y} 0A8D: 2@ =...
  88. Parazitas

    CLEO Help Aimbot for ID

    Still same aimbot , and if aimbot is poor then u get ban...
  89. Parazitas

    CLEO Help KeyBinder with timer [Request]

    This is not request section .
  90. Parazitas

    CLEO Help textdraw problem

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: 0B34: "ws" @DM while true wait 0 for 1@ = 0 to 2304 /// all textdraw ids if and 0@ == TRUE 0C5D: samp textdraw 1@ is_exists then    alloc 2@ = 1024 /// ALLOCATE TO MEMORY GET STRING    0C5A: samp textdraw 1@ get_string_to 2@    if 0C29...
  91. Parazitas

    CLEO Help [FIND]Bot/script creator

    I have already created bot with record walk , jump or sprint , but when i tried record commands or automatically stop walk , i get problem, so i just surrender and stoped make it... :( https://www.youtube.com/watch?v=pl2a_IE6ZpU&feature=youtu.be
  92. Parazitas

    CLEO Help Text draw

    :areyoukiddingme: Just say..., i not understand anything...
  93. Parazitas

    CLEO Help Teleporthack

    www.google.com
  94. Parazitas

    CLEO Help Text draw

    {$CLEO .cs} 0000:     REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY    0B34: "txd" @textdraw   WHILE TRUE    WAIT 0 END     :textdraw 0B35: 0@ for 1@ = 0 to 2304   if 0C5D: samp textdraw 1@ is_exists   then       alloc 2@ = 1024       0C5A: samp textdraw 1@ get_string_to 2@       if 0C29: 3@ =...
  95. Parazitas

    [CLOSED][CLEO] Accepting request

    Auto
  96. Parazitas

    CLEO Help [Get/Read] Time from website.

    I just wanna know how make cleo limited time work only, so i think best way is read time from website ,because nobody can't change it.
  97. Parazitas

    CLEO Help Aimbot

    You write request ... , this section is only if u wanna get help when have problem with code
  98. Parazitas

    CLEO Help [Get/Read] Time from website.

    Ech... , i can't undertand this. Why always something must be hard  :-/
Top