Recent content by batonkal

  1. batonkal

    Thank you for your services Parazitas. You helped me and others to do what we wanted to achieve. <3

    Thank you for your services Parazitas. You helped me and others to do what we wanted to achieve. <3
  2. batonkal

    CLEO Help Auto-Engine when reading the text in the chat

    You are allocating every time you read the chat, but only free the memory when the condition is true. Don't know if samp crashes, but if it does it's probably because of this.
  3. batonkal

    CLEO Help Auto-Engine when reading the text in the chat

    You probably meant to type "if or" instead of "if and".
  4. 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.
  5. 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
  6. batonkal

    Python - CouldNotOpenProcess gta_sa.exe

    run as admin?
  7. 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...
  8. 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...
  9. batonkal

    LUA Release [lua] NameTagHack 0.3.7-R4

    The server has a streamer.
  10. batonkal

    AHK Requests Thread

    yes, what you need?
  11. batonkal

    SWIM

    try /fpslimit 20
  12. 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
  13. batonkal

    CLEO Help Automatic Dialog

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

    Maximum two accounts per IP

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

    IMRP GoodEvade/Admin catch you everytimes.

    Change IP and GPCI?
Top