Search results

  1. Parazitas

    CLEO Help Drive-by Animation Sync

    What about run animation opcode? 0605: actor $PLAYER_ACTOR perform_animation_sequence "ParkSit_W_loop" IFP_file "BEACH" 4.0 loop 0 0 0 0 time 1
  2. Parazitas

    [CLOSED][CLEO] Accepting request

    I d c , bye.
  3. Parazitas

    [CLOSED][CLEO] Accepting request

    When people's are blind and can't see simple word closed
  4. Parazitas

    [CLOSED][CLEO] Accepting request

    http://ugbase.eu/index.php?threads/collection.21288/
  5. Parazitas

    CLEO Release Smooth 0.5

    No no , smooth 9.8967 is best
  6. Parazitas

    CLEO Help Actor's Tip of the Gun XYZ Position

    Well good luck with that.
  7. Parazitas

    CLEO Help Actor's Tip of the Gun XYZ Position

    Gta memories worked only for snipper, idk why... You can try use this to find gta memories: {$CLEO .cs} {$INCLUDE SF} 0000: REPEAT WAIT 0 UNTIL 0AFA: 0BE2: setup_outcoming_packet_hook @Hooks WHILE TRUE WAIT 0 END :Hooks 0BE5: raknet 31@ = get_hook_param...
  8. Parazitas

    CLEO Help Help me fix this cleo

    What you want
  9. Parazitas

    CLEO Help Get/Change My Local IP Address

    You can check source: https://github.com/NarutoUA/samp-ip-changer
  10. Parazitas

    CLEO Help Get/Change My Local IP Address

    Did you tried this one for change it? https://docs.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-addipaddress
  11. Parazitas

    Collection

    1. /settime 4 - make your time 4 morning 2. /settime - this is for returning time back to normal, you just need enter command without time... 3. /setweather 10 - sets weather to SUNNY_VEGAS , depends which id you choose, more about id's check bellow...
  12. Parazitas

    CLEO Help Get/Change My Local IP Address

    I made this following tutorial and i don't know what to do next , stuck :Adapter // 0AB0: @Adapter 0 0AA2: 31@ = load_library "Iphlpapi.dll" // IF and SET if 0AA4: 30@ = get_proc_address "GetAdaptersInfo" library 31@ then 0AA7: call_function 30@ num_params 0 pop 0 29@ 28@ 0AD1: "%d"...
  13. Parazitas

    CLEO Help Help me /settime /setweather

    What's so hard understand? I said... To make it work - time set opcode must be in loop/ must be set every ms.... 1. /settime 4 - make your time 4 morning 2. /settime - this is for returning time back to normal, you just need enter command without time... 3. /setweather 10 - sets weather to...
  14. Parazitas

    CLEO Help Need help getting the raknet intercepted dialog info

    Btw, why you use rpc instead simple memories?
  15. Parazitas

    CLEO Help Actor Chams

    Hmm, it's like rainbow skin every one want, but no one can make it xD
  16. Parazitas

    CLEO Help Help me /settime /setweather

    Because server keep resetting after when you change it. You need make it in loop to avoid resetting
  17. Parazitas

    CLEO Help Help me /settime /setweather

    {$CLEO .cs} 0000: NOP wait 8500 while true wait 0 if 0256: player $PLAYER_CHAR defined then 0AB1: @GetLastSentTextFromChatBox 0 _Return: Command 0@ Text 1@ if 0AD4: $NOT_USED = scan_string 1@ format "/settime %d" 2@ then if not 2@ > 24 then 00C0...
  18. Parazitas

    Untagged Release [RELEASE]Pickup finder

    ugbase.eu
  19. Parazitas

    CLEO Help Need help getting the raknet intercepted dialog info

    Getting dialog info with RPC {$CLEO .cs} {$INCLUDE SF} 0000: repeat wait 0 until 0AFA: 0BE3: raknet setup_incoming_rpc_hook @in_rpc while true wait 0 end /* BS_TYPE_BYTE = 0 BS_TYPE_BOOL = 1 BS_TYPE_SHORT = 2 BS_TYPE_INT = 3 BS_TYPE_FLOAT = 4 BS_TYPE_ARRAY = 5 BS_TYPE_BITSTREAM = 6 */...
  20. Parazitas

    CLEO Help Need help getting the raknet intercepted dialog info

    RPC - Dialog text is compressed (encoded)
  21. Parazitas

    CLEO Help Get/Change My Local IP Address

    Nobody find anything like that before. It probably hidden somewhere very deep.
  22. Parazitas

    Collection

    So you think we can't be pass it xD
  23. Parazitas

    [SNIPPET] DRAW_LINE

    By @ajom Working without sampfuncs. :DrawLinein3DWorld // 0AB1: @DrawLinein3DWorld 11 _FromXYZ 0@ 1@ 2@ _ToXYZ 3@ 4@ 5@ _Thickness 6@ _Red 7@ _Green 8@ _Blue 9@ _Alpha 10@ 0AA5: call 0x70CE30 num_params 6 pop 6 bFarClip 0 bNearClip 0 pMultY 14@v pMultX 13@v pScreen 28@v pCoords 0@v // Convert...
  24. Parazitas

    CLEO Help Drawing a line without sampfuncs

    @ajom What you think about Y Vector? It should 30@ /= 3.220 or maybe more?
  25. Parazitas

    CLEO Help Drawing a line without sampfuncs

    I think about same since SF developers used windows coords. @ajom So i did test and this is what i Made: {$CLEO} 0000: test wallhack while true wait 0 03F0: enable_text_draw 1 0A8D: 0@ = read_memory 0xB74490 size 4 virtual_protect 0 0@ += 4 0A8D: 0@ = read_memory 0@ size 4...
  26. Parazitas

    CLEO Help Drawing a line without sampfuncs

    Maybe this helps https://en.wikipedia.org/wiki/Bresenham's_line_algorithm#Method
  27. Parazitas

    CLEO Help Drawing a line without sampfuncs

    I think you should try remake draw line snippet, i tested and it works perfectly only when you are Close to ped
  28. Parazitas

    [SNIPPET] Get LocalPlayer Name / ID

    :Get_Local_Player_Name /// 0AB1: @Get_Local_Player_Name 1 SampVersionID 3 _Returned: Name 1@ IF 0AA2: 1@ = "samp.dll" THEN IF 0@ == 1 // 0.3.7 R1 THEN 0A8E: 2@ = 1@ + 0x219A6F END IF 0@ == 2 // 0.3.7 R2 THEN 0A8E: 2@ = 1@ + 0x219A77 END IF 0@ == 3...
  29. Parazitas

    [SNIPPET] Set Virtual or Game Key

    I did separate search for key, when i found i compared and offset wasn't same. So i taked key adress which i found and virtual key pointer. Key adress - virtual key pointer = offset Since virtual key snippet multiplying offset i also split in half offset which left after all. Now you see how i...
  30. Parazitas

    CLEO Help Help with this code

    If you still don't know or can't understand something.., you can just wach video's.
  31. Parazitas

    CLEO Help Centered Crosshair of All Guns(like sniper)

    {$CLEO .cs} 0000: wait 8500 while true wait 0 if 0256: player $PLAYER_CHAR defined then 0AB1: @ClosestPeds 0 end end :ClosestPeds 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 29@ += 0x4 0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0 for 30@ = 0 to 35584 step 0x100...
  32. Parazitas

    CLEO Help Centered Crosshair of All Guns(like sniper)

    Sampfuncs return int not float that why
  33. Parazitas

    [CLEO] Some snippets

    :LockVehicleCamera // 0AB1: @LockVehicleCamera 0 0A8C: write_memory 0xB70118 size 4 value 50.0 virtual_protect 0 0AB2: ret 0
  34. Parazitas

    CLEO Help Auto replay

    R4 {$CLEO .cs} 0000: NOP wait 8500 0AC8: 2@ = allocate_memory_size 260 0AD3: 2@ = "type command /buyhouse" // Check / find text 0AC8: 4@ = allocate_memory_size 260 0AD3: 4@ "/buyhouse" // CMD while true wait 0 if 0256: player $PLAYER_CHAR defined then 0AC8: 0@ = allocate_memory_size...
  35. Parazitas

    CLEO Help Auto replay

    So you connecting to server with samp R4 ?
  36. Parazitas

    CLEO Help Auto replay

    Which samp use you and your server
  37. Parazitas

    [CLEO] Some snippets

    :GetGameText { for 0@ = 0 to 7 if 0AB1: @GetGameText 1 GameTextID 0@ _returned: string 1@ then // do something... end end } 0@ *= 0x80 // size *= ID 0@ += 0xBAACC0 // base pointer 0A8D: 31@ = read_memory 0@ size 1 virtual_protect 0 if 31@ > 0 // if...
  38. Parazitas

    CLEO Help Auto replay

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN FOR 0@ = 99 TO 99 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 0B75: samp get_chat_string 0@ text_to 1@...
  39. Parazitas

    CLEO Help Need cleo, lua or sf script that stabilizes vehicle camera

    {$CLEO .cs} 0000: NOP wait 8500 while true wait 0 if 0AB1: @IsActorInDriverSeat 0 then if 0AB0: 90 // if i press Z Key then 0A8C: write_memory 0xB70118 size 4 value 50.0 virtual_protect 0 end end end :IsActorInDriverSeat { USE WITH >> IF STATEMENT: 0AB1...
  40. Parazitas

    [Fixed] Problem - memory

    Working example with cleo... {$CLEO .cs} 0000: wait 8500 // not necessary while true wait 0 for 0@ = 0 to 7 if 0AB1: @getgxt 1 _gxt_index 0@ _return_string 1@ then 0AB1: @Chatmsg 2 text 1@ color 0xFF00FF00 end end end :getgxt // 0AB1: @getgxt 1 _gxt_index 0@...
  41. Parazitas

    [Fixed] Problem - memory

    I use chatmsg snippet also, but it is still same. :Chatmsg { 0AB1: @Chatmsg 2 color 0xFF00FF00 text 0@ 0.3.7 - R4 } IF 0AA2: 2@ = "samp.dll" THEN 0085: 3@ = 2@ 3@ += 0x26E9F8 0A8D: 3@ = readMem 3@ sz 4 vp 1 0085: 4@ = 2@ 4@ += 0x67BA0 0AA6: call 4@ struct 3@...
  42. Parazitas

    [Fixed] Problem - memory

    Works only when i checking if text exist then code return exist... But when i tried read existing text it always makes crash... {$CLEO .cs} 0000: wait 10000 // not necessary while true wait 0 if 0AB1: @getgxt 1 _gxt_index 5 _return_string 1@ then 0ACD: show_text_highpriority...
  43. Parazitas

    Untagged Release Bike / Motorcycle speed up

    I don't know why not worked this key for you, but i added more options now.
  44. Parazitas

    CLEO Help Help textdraw string

    Method 1: Read it From textdraw, calculate and do compares. Method 2: Make your own travelled KM tracker. Read below: GTA keeps track of distance travelled by each vehicle type(plane, boat, bike, car, foot etc.), to display these values in the stats menu. This should be way easier and more...
  45. Parazitas

    Untagged Release Bike / Motorcycle speed up

    I just tested with all samp version,. Working same good way..., you just need choose which type key press working for you. http://ugbase.eu/index.php?threads/motorcycle-speed-up.20376/#post-118482
  46. Parazitas

    CLEO Help Help textdraw string

    0C29:
  47. Parazitas

    CLEO Help Auto Vehicle Lock for RP Servers

    Just make it with python it almost same
  48. Parazitas

    Untagged Release Bike / Motorcycle speed up

    What you driving?
  49. Parazitas

    Untagged Release Bike / Motorcycle speed up

    You doing something wrong
  50. Parazitas

    [CLEO] Some snippets

    :Convert3DposTo2Dscreen { 0xB6FA2C - CAMERA VIEW MATRIX input: 0@ 1@ 2@ xyz world coordinates output: 0@ 1@ xy screen coordinates (640x448) 0AB1: @Convert3DposTo2Dscreen 3 XYZ 0@ 1@ 2@ ScreenXY 0@ 1@ } // x = _x * _11 + _y * _21 + _z * _31 + 1 * _41 0007: 10@ = 0.0 // l=i (float)...
  51. Parazitas

    [Fixed] Problem - memory

    Wow you just look who showed here, .. Mr cable knight, the internet hero... Next time when you try bully someone learn more words... Time to grow up kid...
  52. Parazitas

    [Fixed] Problem - memory

    I found addchatwnd offset so now i can use chatmsg snippet, instead of 0AD1:
  53. Parazitas

    [ COLLECTION OF 0.3.7 - 0.*.* OFFSETS ]

    Also FUNC_SAMP_ADDTOCHATWND OFFSET R4: samp.dll + 0x67BA0
  54. Parazitas

    [Fixed] Problem - memory

    Stupid cleo makes any time crash...
  55. Parazitas

    [Fixed] Problem - memory

    Hello. So.., i have problem with Game Text address reading 0xBAACC0 + GameText_ID = GameText With cheat engine works fine.. But when i tried read it in cleo it makes my game crash. I think there's problem with check if return isn't null. How it looks when game text exist How it looks when...
  56. Parazitas

    [CLEO] Some snippets

    Instant Game Quit :QuitGame // 0AB1: @QuitGame 0 0A8D: 10@ = read_memory 0x85820C size 4 virtual_protect 1 // ExitProcess 0AA5: call 10@ num_params 1 pop 0 exit 0 0AB2: ret 0
  57. Parazitas

    CLEO Help Press CTRL (one time) when i drive (SOLVED) thank you ajom and Parazitas

    Can be without SF http://ugbase.eu/index.php?threads/snippet-set-virtual-or-game-key.19933/
  58. Parazitas

    CLEO Help Rustler/Hunter NoSpread Bullet

    You did great job mate.
  59. Parazitas

    Collection

    http://ugbase.eu/index.php?threads/run-or-sprint-recorded-path-0-3-7.15466/page-3#post-123832
  60. Parazitas

    Can i edit SF ASI script

    No
  61. Parazitas

    CLEO Help Rustler/Hunter NoSpread Bullet

    You can get current weapon id , but i can't see anything about spread. {$CLEO .cs} {$INCLUDE SF} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0BE2: setup_outcoming_packet_hook @Hooks WHILE TRUE WAIT 0 IF 0AB1: @IsActorInDriverSeat 0 THEN IF 0ADC: test_cheat "M" THEN...
  62. Parazitas

    Untagged Release Auto Login

    V4.1 doesn't require SAMPFUNCS. You can try First version which is with SAMPFUNCS
  63. Parazitas

    Untagged Release Auto Login

    sampfuncs 5.4.1 is bugged version and wasn't finished properly... Also ini example is only for Auto login 4.1
  64. Parazitas

    [SNIPPET] SA-MP Checkpoints

    ~ 0.3.7 - R4 ~ For CP :is_cp_active { 0.3.7 - R4 } IF 0AA2: 0@ = loadlib "samp.dll" THEN 0A8E: 1@ = 0@ + 0x26EA24 // SAMP_MISC_INFO 0A8D: 1@ = readMem 1@ sz 4 vp 0 0A8E: 2@ = 1@ + 0x4D 0A8D: 2@ = readMem 2@ sz 4 vp 0 IF 2@ == TRUE THEN 0485: return_true ELSE...
  65. Parazitas

    [SNIPPET] SA-MP Checkpoints

    ~ 0.3.DL ~ For CP :is_cp_active { 0.3.DL } IF 0AA2: 0@ = loadlib "samp.dll" THEN 0A8E: 1@ = 0@ + 0x2ACA3C // SAMP_MISC_INFO 0A8D: 1@ = readMem 1@ sz 4 vp 0 0A8E: 2@ = 1@ + 0x4D 0A8D: 2@ = readMem 2@ sz 4 vp 0 IF 2@ == TRUE THEN 0485: return_true ELSE 059A...
  66. Parazitas

    [SNIPPET] SA-MP Checkpoints

    ~ 0.3.7 - R3 ~ For CP :is_cp_active { 0.3.7 - R3 } 0AA2: 0@ = loadlib "samp.dll" 0A8E: 1@ = 0@ + 0x26E8F4 // SAMP_MISC_INFO 0A8D: 1@ = readMem 1@ sz 4 vp 0 1@ += 0x24 0A8D: 1@ = readMem 1@ sz 4 vp 0 IF 1@ == TRUE THEN 0485: return_true ELSE 059A: return_false END 0AA3: freelib 0@ 0AB2...
  67. Parazitas

    [SNIPPET] SA-MP Checkpoints

    ~ 0.3.7 - R2 ~ For CP :is_cp_active { 0.3.7 - R2 } IF 0AA2: 0@ = loadlib "samp.dll" THEN 0A8E: 1@ = 0@ + 0x21A114 // SAMP_MISC_INFO 0A8D: 1@ = readMem 1@ sz 4 vp 0 0A8E: 2@ = 1@ + 0x4D 0A8D: 2@ = readMem 2@ sz 4 vp 0 IF 2@ == TRUE THEN 0485: return_true ELSE...
  68. Parazitas

    [SNIPPET] SA-MP Checkpoints

    ~ 0.3.7 - R1 ~ For CP :is_cp_active { 0.3.7 - R1 } IF 0AA2: 0@ = loadlib "samp.dll" THEN 0A8E: 1@ = 0@ + 0x21A10C // SAMP_MISC_INFO 0A8D: 1@ = readMem 1@ sz 4 vp 0 1@ += 0x24 0A8D: 1@ = readMem 1@ sz 4 vp 0 IF 1@ == TRUE THEN 0485: return_true ELSE 059A...
  69. Parazitas

    [SNIPPET] is Chat/Dialog open.

    DIALOG - 0.3.7 R4 0AB1: @isDialogOpen 0 ret dType 0@ dId 1@ :isDialogOpen 0AA2: 1@ = "samp.dll" 1@ += 0x26E9C8 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...
  70. Parazitas

    Untagged Release Auto Login

    Which version you use?
  71. Parazitas

    [SNIPPET] is Chat/Dialog open.

    DIALOG - 0.3.7 R2 0AB1: @isDialogOpen 0 ret dType 0@ dId 1@ :isDialogOpen 0AA2: 1@ = "samp.dll" 1@ += 0x21A0C0 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...
  72. Parazitas

    Untagged Release Auto Login

    You probably put wrong dialog caption... Fallowing your pic .., dialog title should be: [Server1] ServerIP=54.39.193.1 ServerPort=7777 LoginDialogTitle=Esta cuenta NickName=Login_Test Password=Test2020 ExtraDialogTitle= Answer= AutoSpawn=
  73. Parazitas

    CLEO Help Rustler/Hunter NoSpread Bullet

    How you get weapon on vehicle? I never used something like that.
  74. Parazitas

    Untagged Release Auto Login

    I tried and i can't connect to server and do test. Make video about.
  75. Parazitas

    CLEO Help Rustler/Hunter NoSpread Bullet

    Do you have test server ?
  76. Parazitas

    Types of Sign Check and Sources , etc...

    0.3.DL Maybe works idk xD {$CLEO .cs} 0000: NOP wait 8500 0AC8: 3@ = allocate_memory_size 260 0AD3: 3@ = "AFK Control!" // Check / find text 0AC8: 5@ = allocate_memory_size 260 0AD3: 5@ = "'/afk" // Check / find text 0AC8: 8@ = allocate_memory_size 260 0AD3: 8@ = "' before" // Check / find...
  77. Parazitas

    CLEO Help Read Chat getting extra text

    Why you changed snippet value from 0@ to 15@ ???????????????????? You can't do simple copy paste... 0C17: 31@ = strlen 15@
  78. Parazitas

    CLEO Help Read Chat getting extra text

    Which samp you and your server use?
  79. Parazitas

    CLEO Help Read Chat getting extra text

    Fixed mistake which you made.... {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN 0AC8: 11@ = allocate_memory_size 260 0AC8: 12@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 11@...
  80. Parazitas

    CLEO Help Read Chat getting extra text

    http://ugbase.eu/index.php?threads/change-string.21320/ http://ugbase.eu/index.php?threads/snippet-get-digits-from-text.19751/
  81. Parazitas

    CLEO Help Cleo crypt

    0@ = @Funcs 0AB1: 0@ :Funcs ret 0
  82. Parazitas

    Account STEALER

    You are in wrong forum mate... We not making keylogs...
  83. Parazitas

    CLEO Help nearest players

    hmmmmmm {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: while true wait 0 if 056D: actor $PLAYER_ACTOR defined then 0AB1: @DISTANCE 1 distance_limit 6.0 _returnedActor 0@ if and 056D: actor 0@ defined 8B64: samp not_player 0@ npc then...
  84. Parazitas

    CLEO Help 0B8C: samp is_cursor_active

    :SetTheCursorMode { 0.3.DL 0AB1: @SetTheCursorMode 1 Mode 2 } IF 0AA2: 10@ = "samp.dll" THEN 0A8E: 11@ = 10@ + 0x2ACA3C 0A8D: 12@ = readMem 11@ sz 4 vp 0 0A8E: 11@ = 10@ + 0xA0530 0AA8: call_function_method 11@ struct 12@ num_params 2 pop 0 1 0@ _retVal...
  85. Parazitas

    CLEO Help 0B8C: samp is_cursor_active

    where you get this?
  86. Parazitas

    Untagged Release Auto Login

    Because your server use textdraws.... , not dialogs to login.
  87. Parazitas

    Untagged Release Auto Login

    Just because you put wrong settings doesn't mean it won't work ... [Server1] ServerIP=149.56.181.18 ServerPort=7777 LoginDialogTitle=Conta NickName=Tik_Tok Password=45894 ExtraDialogTitle= Answer= AutoSpawn=
  88. Parazitas

    CLEO Help Autoreconnect.cs similar to dialoghider.cs PLS!!!

    Just Send random shit. //0AB1: @SendCrash 0 :SendCrash IF 0AA2: 1@ = "samp.dll" THEN 1@ += 0xFF27499 // random memory to make crash 0AA5: call 1@ num_param 1 pop 0 0@ END 0AB2: 0
  89. Parazitas

    CLEO Help Aim

    I stopped doing this when i got ban on this forum, maybe someone else help you. I don't see any reason why i should continue helping people's...
  90. Parazitas

    Types of Sign Check and Sources , etc...

    Possible, have any pic?
Top