Search results

  1. Krc

    Help Calculation problem when window mode active

    u need to get screen resolution and calculate it
  2. Krc

    CLEO Help cleo automatically mark the red checkpoints

    what do you mean mark checkpoints? You already see them in minimap. Explain more what you trying to make
  3. Krc

    Help NOP Dialog Box

    show pic samp client version?
  4. Krc

    CLEO Help How this thing called?

    Hello guys, does anyone know how this thing called, and how can i detect or control it? Image link: https://i.ibb.co/bzCnypd/screenshot-25-06-2023-19-35-29-414.png @Parazitas @monday @ajom etc
  5. Krc

    CLEO Help Need help with dialog and imagine load

    any advice, options?
  6. Krc

    CLEO Help Need help with dialog and imagine load

    Hello ugbase universe, long time no see. I have weird question, does it possible to load texture or image on top of dialog, not behind of it? What im geting: https://i.ibb.co/5K9kdx2/screenshot-29-07-2022-13-14-07-623.png What i need: https://i.ibb.co/6Xg35qP/sw.jpg @Parazitas @ajom etc
  7. Krc

    CLEO Help Need help to code /spread, when i text it made a crash

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available 0B34: "spread" @SPREAD While True Wait 0 END :SPREAD 0B12: 0@ = 0@ XOR TRUE If 0@ == TRUE Then 0ACD: show_text_highpriority "SPREAD: ~G~ON" time 1000 0A8C: write_memory 7603296 size 1 value 144 virtual_protect 1...
  8. Krc

    CLEO Help help

    0B79: samp set_chat_input_enabled 1 0C8F: samp process_chat_input "/save"
  9. Krc

    [CLEO] Some snippets

    Create get current cleo file name
  10. Krc

    CLEO Help Auto-reply

    Change to this :ON 0B12: 31@ = 31@ XOR TRUE If 31@ == TRUE Then chatmsg "Reply: ON" -1 else chatmsg "Reply: OFF" -1 end CmdRet
  11. Krc

    CLEO Help Auto-reply

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: "YourCommand" @ON WHILE TRUE WAIT 0 IF and 31@ == TRUE 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...
  12. Krc

    SAMPFUNCS doesn't loading.

    instal direct 9 driver
  13. Krc

    CLEO Help Auto answer to friend request

    If 0AD4: $NOT_USED = scan_string 0@ format "%s (%d) sent you a friend request. %s" 4@v 5@ $NOT_USED Then say "/accept %d" 5@ end
  14. Krc

    Someone Had This Problem!!

    Because its zero cords, default server cords. You cant fix that, server must do that.
  15. Krc

    Jeigu tau reikia, tai tu ir pridek

    Jeigu tau reikia, tai tu ir pridek
  16. Krc

    CLEO Help Samp clan chat text read and reply

    Try this $CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available 0B34: "activate" @ACTIVE 1@ = FALSE While True Wait 0 If and 1@ == TRUE 0B61: samp is_local_player_spawned Then 0AC8: 2@ = allocate_memory_size 260 0AC8: 3@ = allocate_memory_size 260 0B75: samp...
  17. Krc

    CLEO Help who can teach me how to decrypt any cleo?

    Ur fan @Parazitas xD
  18. Krc

    CLEO Help The script only works when I'm in the vehicle.

    Use opcode list in sannybuilder. Press alt + ctrl + 2 If and 00DF: actor $PLAYER_ACTOR driving 8B21: not samp is_chat_opened Then
  19. Krc

    CLEO Help Need help with cleo file

    You ain't gonna get my code.
  20. Krc

    CLEO Help find object

    0AB1: @findKhoangSan 0 not 0AB1: @findKhoangSan
  21. Krc

    CLEO Help Help textdraw string

    compare it
  22. Krc

    Untagged Release [REL]Hack Pack for RP servers

    Rly man? Edit 6: Reuploaded both files, added password: ugbase.eu. Enjoy
  23. Krc

    CLEO Help Solved

    Use 6@v
  24. Krc

    CLEO Help Help

    On key: {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available While True Wait 0 If and 8B21: not samp is_chat_opened 8B4C: not samp is_dialog_active -1 0AB0: key_pressed 35 // 3 Then 00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@ 000F: 2@ -= 10.0 00A1: put_actor...
  25. Krc

    CLEO Help Help

    U forget 00a1 opcode
  26. Krc

    CLEO Help nearest players

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available While True Wait 0 if 056D: actor $PLAYER_ACTOR defined then call @DISTANCE 1 distance_limit 6.0 _returnedActor 0@ if 056D: actor 0@ defined then // do stuff end end END :DISTANCE var 0@ : float 5@ : float end 1@ =...
  27. Krc

    CLEO Help help click textdraw

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available While True Wait 0 for 0@ = 0 to 2304 If 0C5D: samp textdraw 0@ is_exists Then 0C59: samp textdraw 0@ get_model 1@ rotation 2@ 3@ 4@ zoom 5@ veh_color 6@ 7@ If 1@ == 1609 Then 0BCA: samp send_click_textdraw 0@ end...
  28. Krc

    CLEO Help Help

    00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@ // 0@ - X 1@ - Y 2@ - Z 000F: 2@ -= 10.0
  29. Krc

    CLEO Help Detect a chat text and use it in a cmd

    Use 0b75: opcode, and compare your text with 0ad4: or 0c29: opcodes.
  30. Krc

    CLEO Help eee

    If u want to get ur health and do something: 0226: 1@ = actor $PLAYER_ACTOR health If 1@ <= 100 Then If u want u set ur own health 0223: set_actor $PLAYER_ACTOR health_to 100
  31. Krc

    _

    this is called auto login
  32. Krc

    CLEO Help Automatic Dialog

    SAMP.IsDialogActive(-1) // -1 any dialog
  33. Krc

    Untagged Release [RELEASE]Pickup finder

    /pic on/off
  34. Krc

    Untagged Release [RELEASE]Pickup finder

    for 1@ = 0 to 4096 If 0B51: samp 2@ = pickup_handle_by_id 1@ Then call...
  35. Krc

    CLEO Help Read a string from a textdraw

    First of all check if your textdraw is exists wit opcode 0C5D: samp textdraw 1@ is_exists Then get string to it, ant then compare it. 0C5A: samp textdraw 1@ get_string_to 2@ For example: for 1@ = 0 to 2304 If 0C5D: samp textdraw 1@ is_exists Then alloc 2@ = 1024 0C5A: samp textdraw 1@...
  36. Krc

    CLEO Help Load any image file (.png, .bmp)

    Check if your image exists, and that load it. U must do it on loop!. For example: If 0AAB: file_exists "CLEO\test.png" Then 0B71: render 0@ = load_texture_from_file "cleo/test.png" 0B73: render draw_texture 0@ pos 240 240 size 564 564 rotation 0 color -1 Pos is your screen position. Size, is...
  37. Krc

    CLEO Help [Help] FastMap.cs for 0.3.7

    U can load your default map with memory ON: 0A8C: write_memory 12216228 size 4 value 1 virtual_protect 0 0A8C: write_memory 12216484 size 4 value 2688257 virtual_protect 0 0A8C: write_memory 12216236 size 4 value 1133903872 virtual_protect 0 0AA5: call 7629216 num_params 0 pop 0 OFF...
  38. Krc

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

    Download that file and put it to C:\Windows\System32 and thats it
  39. Krc

    CLEO Help How to get ID?

    Try this http://ugbase.eu/index.php?threads/snippet-for-all-peds.3480/
  40. Krc

    CLEO Help How to get ID?

    U mean like this or what? {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available 0B34: "cleo" @CLEO While True Wait 0 END :CLEO 0B35: samp 0@ = get_last_command_params If 0AD4: $NOT_USED = scan_string 0@ format "%d" 1@ Then If 0B23: samp is_player_connected 1@ Then 0B36...
  41. Krc

    CLEO Help Help to decode digi info

    Just drop your file here...
  42. Krc

    CLEO Help Help to decode digi info

    wtf? Just detele it maybe? Active_Interior_Name
  43. Krc

    CLEO Help Can anyone help me to unlock cleo

    This is not yours. Goodluck
  44. Krc

    CLEO Help Lock script?

    No, just this script was created by Parazitas and Krc (me). He's not the author
  45. Krc

    CLEO Help Lock script?

    Now i know who is that person, and now i can put him to my black-list
  46. Krc

    CLEO Help Editbox

    0B3B: samp show_dialog id 1000 caption "Caption" text "Type something" button_1 "Ok" button_2 "No" style 1
  47. Krc

    CLEO Help Lock script?

    @Parazitas xDDDDDDDDD
  48. Krc

    CLEO Help Who can decrypt this cleo

    no help for you here:)
  49. Krc

    CLEO Help Get other Player's health & Armor

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available While True Wait 0 If 0AD2: 1@ = player $PLAYER_CHAR targeted_actor Then 0B2B: samp 2@ = get_player_id_by_actor_handle 1@ 0B25: samp 3@ = get_player_health 2@ 0B26: samp 4@ = get_player_armor 2@ chatmsg "HP: %d |...
  50. Krc

    CLEO Help changing key, please helpme

    You need sb data F12 on/off
  51. Krc

    CLEO Help changing key, please helpme

    Just change this 0ADC: test_cheat "sensfix" Too this 0AB0: key_pressed YourKey All keys you can find here http://ugbase.eu/index.php?threads/all-virtual-key-codes.2154/ Example 0AB0: key_pressed 121 {F10}
  52. Krc

    CLEO Help Triggerfinger.cs key change.

    U need SB data i guess
  53. Krc

    CLEO Help MAke cleo when someone check you

    Not posible.
  54. Krc

    CLEO Help FIXED REMOVE

    This is mine cleo ;D dont help them ;D :DDDDDDDDDDDDDDDD "a lot people" u funny
  55. Krc

    CLEO Help Need Help to change Key

    This is the code // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- 0000: NOP :NONAME_2 wait 0 if and Player.Defined(0) 0ADC: test_cheat "MAISFPS" else_jump @NONAME_560...
  56. Krc

    CLEO Help Help cleo

    Parazitas gave me some experience how u can broke code with 0AB1: opcode. Btw i think they will still can decrypt your cleo, but they cant edit it. I dont think, that its a way to crypt cleo, that they couldnt decrypt it
  57. Krc

    CLEO Help Help cleo

    He is not bad scripter, he just dont know how to do this. This is my aim edit, and all he can do, just write his name " Aim by Jeff_Capo" D but thread is KrcAim (Me) DD
  58. Krc

    CLEO Help get current server name

    While True Wait 0 0AC8: 0@ = allocate_memory_size 15 0B39: samp get_current_server_address 0@ port 1@ If and 0C29: $NOT_USED = stristr string1 0@ string2 "Your server ip" 0B61: samp is_local_player_spawned Then wait 105 0B28: samp disconnect_with_reason 1 end 0AC9: free_allocated_memory 0@ END
  59. Krc

    CLEO Help Fish bot help.

    Done
  60. Krc

    CLEO Help How change key in teleport hack

    if 0AB0: 89 // 89 is your Y key. All keys you can find here: http://ugbase.eu/index.php?threads/all-virtual-key-codes.2154/
  61. Krc

    CLEO Help [HELP] Script doesn't work!

    {$CLEO .cs} 0000: NOP REPEAT wait 0 Until 0AFA: is_samp_structures_available 0B34: "dialog" @Dialog 0@ = FALSE 1@ = 205 While True Wait 0 If 0@ == TRUE Then If 0B4C: samp is_dialog_active 14 Then wait 1@ 0B4B: samp set_current_dialog_editbox_text "sup bro" wait 1@ 0B47: samp...
  62. Krc

    CLEO Help dialog list select

    Give me photo
  63. Krc

    Anti spec

    No
  64. Krc

    CLEO Help question

    does gpci changs only pc name?
  65. Krc

    CLEO Help question

    Hello, it is possible somehow to change samp instal id with cleo every time you login in ?
  66. Krc

    CLEO Help Fishing Bot

    He's just gived you the source code, omg all you need to do, is just edit it
  67. Krc

    CLEO Help Fishing Bot

    LOL
  68. Krc

    CLEO Help decrypting

    stealer
  69. Krc

    CLEO Help Set your hp to 1.

    lol, so hard to use opcode list?
  70. Krc

    CLEO Help How to make a command to loop?

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available 0B34: "drink" @DRINK 0@ = FALSE While True Wait 0 If 0@ == TRUE Then say "/drink" wait 20000 end END :DRINK 0B12: 0@ = 0@ XOR TRUE If 0@ == TRUE Then 0ACD: show_text_highpriority "~W~DRINK: ~G~ON~W~" time 1000 else...
  71. Krc

    CLEO Help [CLEO] [REQ] Auto-Conversation-Y clicker

    Use 0C72: set_virtual_key 89 down true or 0A8C: write_memory 0xB7346E size 1 value 255 virtual_protect 0
  72. Krc

    CLEO Help Bot not follow

    Sup, does anyone know why this dog does not follow me? I've added 0850: AS_actor 18 @ follow_actor $ PLAYER_ACTOR, but it can't move. It's only showing running animation {$CLEO .cs} 0000: NOP :Noname_4 0001: wait 0 ms 00D6: if 0ADC: test_cheat "dogva" 004D: jump_if_false @Noname_4 0ACD...
  73. Krc

    CLEO Help Help with Regular Expression in SB!

    0B75: samp get_chat_string 99 text_to 1@ prefix_to 2@ color_to 3@ prefix_color_to 4@ 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 If and 0C29: $NOT_USED = stristr string1 1@ string2 "%s" 6@v 0C29: $NOT_USED = stristr string1 1@ string2 "has logged in." Then wait 205...
  74. Krc

    CLEO Help Freeze yourself cleo.

    Life is life
  75. Krc

    CLEO Help How to get player score?

    Ohh, i forgot about opcode list... Thanks!
  76. Krc

    CLEO Help Freeze yourself cleo.

    Tikiuosi moki išsisaugot {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available While True Wait 0 If 0449: actor $PLAYER_ACTOR in_a_car Then 01B4: set_player $PLAYER_CHAR can_move 0 04D7: set_actor $PLAYER_ACTOR locked 1 else 01B4: set_player $PLAYER_CHAR can_move 1 04D7...
  77. Krc

    CLEO Help Freeze yourself cleo.

    01B4: set_player $PLAYER_CHAR can_move 0 Actor.LockInCurrentPosition($PLAYER_ACTOR) = True
  78. Krc

    CLEO Help How to get player score?

    Sup, how to get player score? If is possible?
  79. Krc

    CLEO Help Help sannybuilder

    0B36: samp 2@ = get_player_nickname $PLAYER_ACTOR say "my nick: %s" 2@
  80. Krc

    CLEO Help Help sannybuilder

    SAMP.IsCommandTyped(0@) If 0AD4: $NOT_USED = scan_string 0@ format "%d" 1@ Then 0B36: samp 2@ = get_player_nickname 1@ 0B2B: samp 3@ = get_player_id_by_actor_handle 2@ say "player id: %d" 3@ end
  81. Krc

    CLEO Help How to break or stop FOR cycle

    *solved*
  82. Krc

    CLEO Help How to break or stop FOR cycle

    *solved*
  83. Krc

    CLEO Help How to say something in chat in lowercase

    In sanny builder, press F10, FORMAT and select case converting As Is. Then save the script
  84. Krc

    CLEO Help Auto reply System

    your 7@ goes to nowhere, and why did u use two 0b75?
  85. Krc

    CLEO Help [SA:MP] Read chat and auto reply

    Add alloc 260 {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0256: player $PLAYER_CHAR defined 0AC8: 0@ = allocate_memory_size 260 0AC8: 1@ = allocate_memory_size 260 While True Wait 0 0B75: samp get_chat_string 99 text_to 0@ prefix_to 1@ color_to 2@ prefix_color_to 3@ If 0C29: $NOT_USED =...
  86. Krc

    CLEO Help Combining interior cleo

    if 00FF: actor $PLAYER_ACTOR sphere 0 in_sphere -2571.38 318.60 10.56 radius 1.0 1.0 1.0 on_foot Then // your script else if 00FF: actor $PLAYER_ACTOR sphere 0 in_sphere -2675.95 1369.89 906.84 radius 1.0 1.0 1.0 on_foot Then // your script end end {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until...
  87. Krc

    CLEO Help Looking for a cleo, something like this.

    Why? Possible, if anothers players has your cleos with ip loggers xD
  88. Krc

    CLEO Help SAMPFUNCS problem

    Try to replace gta_sa.exe
  89. Krc

    CLEO Help this but for 0.3.7

    ???
  90. Krc

    CLEO Help Can u help me guys?

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available 0@ = TRUE While True Wait 0 If and 0B61: samp is_local_player_spawned 0@ == TRUE Then wait 1000 say "/snow" 0@ = FALSE end If and 0B61: samp is_local_player_spawned 0@ == FALSE Then else 0@ = TRUE end END
  91. Krc

    CLEO Help Can u help me guys?

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available 0@ = TRUE While True Wait 0 If and 0B61: samp is_local_player_spawned 0@ == TRUE Then wait 1000 say "/snow" 0@ = FALSE end END
  92. Krc

    CLEO Help Help someone who creates scripts

    You wanna gun hack or just you dont how to fix this armour hack?
  93. Krc

    CLEO Help Help

    upppp lel
  94. Krc

    CLEO Help Help

    yes
Top