Recent content by KeyCap

  1. K

    ️ Decrypting/Safety Check CLEO/SF/ASI/DLL

    hi can you descompile?
  2. K

    Add activation command

    R1
  3. K

    Add activation command

    Hi, I need to add activation command for this code, but without relying on sampfuncs with the f3 key. could someone help me? // This file was decompiled using SASCM.ini published on 2022-03-20 {$CLEO .cs} {$USE bitwise} {$USE CLEO+} {$USE file} {$USE newOpcodes} wait 0 :NONAME_4 wait 0...
  4. K

    ️ Decrypting/Safety Check CLEO/SF/ASI/DLL

    decrypt please
  5. K

    ️ Decrypting/Safety Check CLEO/SF/ASI/DLL

    Hi. Is this safe?
  6. K

    ️ Decrypting/Safety Check CLEO/SF/ASI/DLL

    hi there can you help me with this cleo?
  7. K

    CLEO Help Add ON/OFF by a command

    IT WORKS!!! THANKS DUDE
  8. K

    CLEO Help Add ON/OFF by a command

    Hi all, I wrote a command that enables and disables this script, but when I start the game and enter that command in the text chat, the game totally crashes. what is causing that and how can I fix it? I will upload the original script.
  9. K

    ️ Decrypting/Safety Check CLEO/SF/ASI/DLL

    You are the best. Thank you very much. One thing: is there any way to remove that "chatmsg" message without messing up the script? You don't have to if you don't want to, you've already done a lot. I wish I could understand this programming language lol
  10. K

    ️ Decrypting/Safety Check CLEO/SF/ASI/DLL

    can you help me with this?
  11. K

    bind for lifefoot

    hello, this is a script I edited. I don't know if it's the best code, but I think it could be useful. activation: automatic. toggle on/off: f2 #IfWinActive GTA:SA:MP F2:: Hotkey, E, toggle return #NoEnv SetKeyDelay -1 SetBatchLines -1 E:: { Send, {Wheeldown} sleep 50 Send, {c down} sleep 5...
  12. K

    [AHK] - Faster C-Bug // By Pormis

    Are you still there? I would like to see your code. I would like to make my own auto c-bug, but I don't know how to do it.
  13. K

    Untagged Release PingPoint.cs [Hitbox marker]

    is there a new version of this cleo?
  14. K

    I need help scripting an AHK

    Fixed. Sorry, I was not aware of the forum rules.
  15. K

    I need help scripting an AHK

    I can help you; copy the following toggle plus the code: F2:: Hotkey, e, toggle return #IfWinActive GTA:SA:MP E:: { Send, {q down} sleep 5 Send {q up} sleep 5 Send, {c down} sleep 5 Send {c up} sleep 5 Send, {e down} sleep 5 Send, {e up} sleep 5 Send, {q down} sleep 5 Send, {q up} sleep 5 }...
Top