Search results

  1. batonkal

    Help Dialog Hider

    Dialog hider remembers last dialog id and you can send that dialog multiple times. Only if there is a dialog after you send it you get money. And by the way, don't expect it to work because most servers have a patch against dialog hiders.
  2. batonkal

    camera lock detect

    Why not just check the player freeze rpc with sampevents? local sampev = require "lib.samp.events" -- INCOMING_RPCS[RPC.TOGGLEPLAYERCONTROLLABLE] = {'onTogglePlayerControllable', {controllable = 'bool8'}} function sampev.onTogglePlayerControllable(controllable) end
  3. batonkal

    Python - CouldNotOpenProcess gta_sa.exe

    run as admin?
  4. batonkal

    CLEO Help Can someone help me turn this AHK into Cleo mod?

    I think that you can't use libraries to press keys because CLEO doesn't work when the ESC menu is active. You need to edit the memory like Parazitas said. Try this: :Go_ESC // 0AB1: Go_ESC@ 1 time 10000 2@ = 0xBA67A4 3@ = 0xBA68A4 0A8C: write_memory 2@ size 1 value 1 virtual_protect 0...
  5. batonkal

    CLEO Help How to add nick system to a cleo?

    alloc 1@ 32 0B2B: samp 0@ = get_player_id_by_actor_handle $PLAYER_ACTOR 0B36: samp 1@ = get_player_nickname 0@ if or 0C29: $NOT_USED = stristr string1 1@ string2 "nick1" //allowed nick 1 0C29: $NOT_USED = stristr string1 1@ string2 " nick2" //allowed nick 2 0C29: $NOT_USED = stristr...
  6. batonkal

    LUA Release [lua] NameTagHack 0.3.7-R4

    The server has a streamer.
  7. batonkal

    AHK Requests Thread

    yes, what you need?
  8. batonkal

    SWIM

    try /fpslimit 20
  9. batonkal

    CLEO Help Help Wallhack new 2020

    http://ugbase.eu/index.php?threads/nametaghack-0-3-7-0-3-dl-cleo-exe-asi.12022/page-8#post-128387
  10. batonkal

    CLEO Help Automatic Dialog

    Press the 'END' key on your keyboard to go to the bottom, or 'HOME' to go to the beginning.
  11. batonkal

    Maximum two accounts per IP

    You can use multiple IP-s with this: https://github.com/NarutoUA/samp-ip-changer
  12. batonkal

    IMRP GoodEvade/Admin catch you everytimes.

    Change IP and GPCI?
  13. batonkal

    CLEO Release FastSwim / On Key Frame Limiting

    You can make it automatically with this opcode: 0965: actor $PLAYER_ACTOR swimming
  14. batonkal

    CLEO Help Wallhack 037 r4

    Play legitimately :P
  15. batonkal

    CLEO Help Drive boat to marker

    Yeah noticed it.
  16. batonkal

    CLEO Help Drive boat to marker

    printf "PLAYER POS:~B~ %d, %d", %d 1000 20@ 21@ 22@ Try this; position is a float value, and you misplaced the quotation mark: printf "PLAYER POS:~B~ %.1f, %.1f, %.1f" 1000 20@ 21@ 22@
  17. batonkal

    CLEO Help CLEO HELP

    interensting
  18. batonkal

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

    0.3.7-R4 SAMP_SCOREBOARD_INFO_PTR = samp.dll + 0x26E9C4 FUNC_SAMP_SETCHECKPOINT = samp.dll + 0xA1DF0 FUNC_SAMP_SENDCMD = samp.dll + 0x698C0 FUNC_SAMP_SENDSAY = samp.dll + 0x5A00 FUNC_SAMP_ADDTOCHATWND = samp.dll + 0x680B0 FUNC_SAMP_SHOWGAMETEXT = samp.dll + 0xA0D10 FUNC_SAMP_PLAYAUDIOSTR =...
  19. batonkal

    CLEO Help Color help

    https://forum.sa-mp.com/showthread.php?t=157789
  20. batonkal

    CLEO Help Pickup Deletor

    true lol
  21. batonkal

    CLEO Help DialogClose

    {$CLEO .cs} 0000: NOP if 0B4C: samp is_dialog_active -1 then alloc 0@ 512 0BD8: samp get_dialog_caption 0@ if 0AD4: $NOT_USED = scan_string 0@ format "Bankarski izvestaj" then 0B47: samp close_current_dialog_with_button 0 end end end Nesto ovako
  22. batonkal

    CLEO Help DialogClose

    Find dialog caption if dialog caption is "Bankarski izvestaj" then close it
  23. batonkal

    CLEO Help Preesing Key

    Za šta ti treba da stisneš slovo N svakih 10 sekundi?
  24. batonkal

    [CLOSED] Accepting request

    Na "u" ti ukuca /provera, a mozes i ti sam ukucat komandu.
  25. batonkal

    CLEO Help "Strong" ObjectFinder

    It can scan whatever is in your stream area.
  26. batonkal

    CLEO Help "Strong" ObjectFinder

    It isn't possible because of the streamer plugin I think
  27. batonkal

    [SNIPPET] Get Dialog caption

    use cheat engine to find pointers
  28. batonkal

    I need help, i need scripter

    Maybe if the vehicle is in the streaming area
  29. batonkal

    CLEO Help [HELP] How to make a script anti afk to cheat this captcha:

    Textdraws have a static address, just get the id of that textdraw and use some formating
  30. batonkal

    CLEO Help How to compare string/text (if 1@ = 0@)? (Solved)

    opcode 0AD4 isn't used for that right? you need to use 0C29 opcode https://gtagmodding.com/opcode-database/opcode/0AD4/ https://blast.hk/wiki/opcodes:0ad4 https://blast.hk/wiki/opcodes:0c29
  31. batonkal

    Question

    enable multiprocess to true in sampfuncs-settings.ini
  32. batonkal

    CLEO Help I need wallhack on map, like a player marker on radar.

    just try, there are tutorials...
  33. batonkal

    CLEO Help I need wallhack on map, like a player marker on radar.

    Try to create something and we will help you.
  34. batonkal

    CLEO Help Nametag that shows names even when ShowNametagForPlayer is disabled

    Maybe just loop through all the ID's and use 0B36 opcode to get the player nicknames 0B36: samp 2@ = get_player_nickname 1@
  35. batonkal

    CLEO Help Auto Getmats 0.3DL

    That is encrypted lol, just post here your code no need to compile
  36. batonkal

    CLEO Help Auto Getmats 0.3DL

    Maybe share your code?
  37. batonkal

    BIGGEST CLEO HACKER EVER CAUGHT ON TAPE [BETTER THAN OPCODE.EXE & SPRINGFIELD ??]

    I asked him for lessons if he helps me I will become the best coder in the world hehe
  38. batonkal

    CLEO Help How do I read a string in the chat?

    You first need to scan chat and then you need to compare. Because with this you are comparing string "joined the server" with non-existent variable 1@ 0B75: samp get_chat_string 99 text_to 2@ prefix_to 3@ color_to 4@ prefix_color_to 5@ ^ - Use this to get last chat string. And for 0B28: samp...
  39. batonkal

    BIGGEST CLEO HACKER EVER CAUGHT ON TAPE [BETTER THAN OPCODE.EXE & SPRINGFIELD ??]

    "New version of drift" xdddddd omfgggg this guy got some quality content lelllll
  40. batonkal

    does this script exist?

    post picture
  41. batonkal

    CLEO Help Unable to get ID of player

    0AF9: samp say_msg "/sellgun %d shotgun 0" 1@ 0AF9: doesn't have a formatting feature? Try formatting using a format like 0AD3: 3@ = format "/sellgun %d shotgun 0" 1@ and then 0AF9: samp say_msg 3@
  42. batonkal

    CLEO Help Disabling mouse pointer.

    0B8D: samp set_cursor_mode 0 CMODE_DISABLED = 0 (disabled) CMODE_LOCKKEYS_NOCURSOR = 1 (keyboard control is locked, the cursor is disabled) CMODE_LOCKCAMANDCONTROL = 2 (keyboard and mouse control is locked, the cursor enabled) CMODE_LOCKCAM = 3 (control arm is locked, the cursor enabled)...
  43. batonkal

    CLEO Help Disabling mouse pointer.

    0B8D: samp set_cursor_mode 1@ try this opcode like @Parazitas said.
  44. batonkal

    CLEO Help Disabling mouse pointer.

    I think when you press esc or enter it hides the cursor.
  45. batonkal

    CLEO Help samp set_current_dialog_item_list is not working.

    Admins can't see client registered commands.
  46. batonkal

    CLEO Help Cleo mod working on a specified server

    {$CLEO .cs} 0000: NOP wait 10000 while true wait 0 if 0AB0: key_pressed 90 then 0AC8: 1@ = allocate_memory_size 256 0B39: samp get_current_server_address 1@ port 2@ 0AD1: show_formatted_text_highpriority "%s" time 2000 1@ if //and 0C18: 2@ = strstr string1 1@ string2 "193.203.39.36" //...
  47. batonkal

    CLEO Help Cleo mod working on a specified server

    0AC8: 1@ = allocate_memory_size 256 0B39: samp get_current_server_address 1@ port 2@ if //and 0C18: 2@ = strstr string1 1@ string2 "193.203.39.36" // 3@ == 7777 then 0ACD: show_text_highpriority "yes" time 100 else 0ACD: show_text_highpriority "no" time 100 end 0AC9...
  48. batonkal

    CLEO Help Cleo mod working on a specified server

    yes, and take account that they might be able to bypass the checking system by connecting to another server while in-game.
  49. batonkal

    CLEO Help Cleo mod working on a specified server

    DNS will be turned into IP.
  50. batonkal

    CLEO Help Cleo mod working on a specified server

    0AC8: 1@ = allocate_memory_size 256 0B39: samp get_current_server_address 1@ port 2@ 0AC9: free_allocated_memory 1@ something like this, 1@ is a string(IP), 2@ is a number(port)
  51. batonkal

    CLEO Help Cleo mod working on a specified server

    I think that is possible.
  52. batonkal

    SAMPFUNCS,go wrong

    hahahahaha rip internet
  53. batonkal

    Untagged Release Bike / Motorcycle speed up

    Yeah, I realised that, but why it doesn't work.
  54. batonkal

    Untagged Release Bike / Motorcycle speed up

    It doesn't work for some reason, and btw you forgot to add freeway bike, maybe it is because I'm using R3?
  55. batonkal

    This is a very good boi, he likes to help and is the one of the best people on this community.

    This is a very good boi, he likes to help and is the one of the best people on this community.
  56. batonkal

    Green Box Aimbot Removal

    i dunno i put the file in sanny builder and it shows 15 lines of code for fps unlocker not aimbot
  57. batonkal

    Green Box Aimbot Removal

    this is fps unlocker not aimbot lol
  58. batonkal

    CLEO Help SampFuncs not working

    So my friend has a problem with sampfuncs. The .asi wont load or something so it doesnt create the "sampfuncs" folder. fresh windows 7 installation Cleo 4.1.1.30f works. Installed directx9 installed visual c++ installed .net framework .asi loader is in gta sa folder disabled UAC and firewall...
  59. batonkal

    CLEO Help [HELP] How to send client commands with CLEO

    Thank you! It works now :)
  60. batonkal

    CLEO Help [HELP] How to send client commands with CLEO

    So I want to send client commands like /fpslimit and such. here is my code {$CLEO .cs} 0000: NOP thread "swimming" :MAIN wait 50 if 0965: actor $PLAYER_ACTOR swimming then 0AF9: samp say_msg "/fpslimit 20" else jump @MAIN wait 1000 ms end :SWIMMING wait 50 if 0965: actor...
  61. batonkal

    CLEO Help Requesting help (i wish everyone could help)

    1. You can zoom using Y(or Z if you have different keyboard layout) and X button. 2. Admins cannot detect that. 3. google and I think that you can change it inside .ini file.
  62. batonkal

    Untagged Release Run or Sprint recorded path [0.3.7]

    Can someone help me make this record and play multiple paths? I would like to make this but I don't have enough knowledge about this language.
  63. batonkal

    [Tutorial] Find SA:MP pointers

    Yeah that red marker where you need to go into to do stuff, but can I use this code with something like autohotkey?
  64. batonkal

    [Tutorial] Find SA:MP pointers

    I want to find the location of the checkpoint marker using Cheat Engine and use that with something like c++.
  65. batonkal

    [Tutorial] Find SA:MP pointers

    0.3.7
  66. batonkal

    [Tutorial] Find SA:MP pointers

    Can you try to find a pointer of a checkpoint marker? I can't seem to find it.
  67. batonkal

    [Tutorial] Find SA:MP pointers

    For what is this useful?
  68. batonkal

    CLEO Release OP-HaX - legit MultiHack

    Can someone give me best setting when recording so it seems that I don't cheat?
  69. batonkal

    CLEO Help how to do this

    Why does this happen and how to fix it?
  70. batonkal

    CLEO Help how to do this

    Bump, Im dumb as fuck I don't know how to do this help.
  71. batonkal

    CLEO Help Change value of the dialog box.

    Do you know where dialoghider.cs stores its values? Anyway how to change it?
  72. batonkal

    CLEO Help Change value of the dialog box.

    http://prntscr.com/g8utdt like change the value at the end of the money.
  73. batonkal

    CLEO Help Change value of the dialog box.

    I just want a hack that changes values of a dialogboxes.
  74. batonkal

    CLEO Help how to do this

    I've been trying everything but nothing seems to work :( Someone help if they can.
  75. batonkal

    CLEO Help how to do this

    Someone expirienced please reply!
  76. batonkal

    CLEO Help how to do this

    I go to the nearest player press 1 and nothing, it doesn't type the command.
  77. batonkal

    Untagged Release [SAMPFUNCS]SuperDGUN

    I think that you need to use this.
  78. batonkal

    Untagged Release [SAMPFUNCS]SuperDGUN

    No I can't see the attachment, how did you put it in?
  79. batonkal

    Untagged Release [SAMPFUNCS]SuperDGUN

    You didn't put the image correctly. You need to put .png link,
  80. batonkal

    CLEO Help how to do this

    Yes I have Sampfuncs, maybe I need to install new version. Edit : Nope, still doesn't work.
  81. batonkal

    CLEO Help how to do this

    Ok, I've made .cs file using Sanny Builder, when I go to play the game it just freezes after the loading bar has reached the end. I don't know what causes this but I think the opcode OB34 causes it, it is just my guess, please tell me what to change. Thanks!
  82. batonkal

    CLEO Help how to do this

    bumppp, someone help!
  83. batonkal

    CLEO Help how to do this

    So I wanna do this on a sever: I press a keybind and it types /service [id] heal 1 I want to input there in [ID] a nearest player's id. If it's possible please tell me.
  84. batonkal

    CLEO Release SAMP Drift.cs [SYNC]

    link please! the first one is laggy :(
  85. batonkal

    Untagged Release [REQ] Can this be done?

    So I want to automate jobs, but on this server there is some captcha shit that you need to enter before doing the job : So is there any way to bypass this or to make something that would read the number and fill it in?  :sadpepe: 
Top