Recent content by batonkal

  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.
Top