Search results

  1. dphome

    Help [HELP] Remove text when activated.

    Send original .cs file.
  2. dphome

    Help Read String which shows in game

    screen not working
  3. dphome

    CLEO Help Cleo Repair HELP

    {$CLEO .cs} 0000: WHILE TRUE WAIT 0 IF AND 0AB0: key_pressed 16 // LShift 0AB0: key_pressed 71 // G THEN IF 0256: player $PLAYER_CHAR defined THEN IF 00DF: actor $PLAYER_ACTOR driving THEN 03C0: 0@ = actor $PLAYER_ACTOR car 0A30...
  4. dphome

    Help Cleo expired??

    {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "5" THEN 0AC8: 0@ = allocate_memory_size 256 0AC8: 1@ = allocate_memory_size 256 0AB1: @GetLocalTime 0 wYear 0@ wMonth 1@ wDayOfWeek $NOT_USED wDay $NOT_USED wHour $NOT_USED wMinute $NOT_USED wSeconds...
  5. dphome

    Decrypt ?

    https://gamemodding.com/en/gta-san-andreas/tools/65451-avpgameprotect.html {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0AF8: samp add_message_to_chat "{ff0000}L PROJECT By {00FF7F}Lucifer.{ff0000} Use {ffffff}/lhelp {3480C7}to see commands" -1 0B34: "lmenu" @Show 0B34...
  6. dphome

    Help Help sobeit

    It looks like a modification of Mobile HUD combined with HUD Colors Changer. https://github.com/DK22Pac/mobile-hud https://ugbase.eu/threads/hud-colors-changer.13982/
  7. dphome

    Help Ahk Get Text From Samp

    Numpad0:: { if(RegExMatch(getChatLineEx(), "Air support Now is avaible")) { SendChat("bla bla") } } return getChatLineEx(line := 0) { ; 0x152 - offset for first message ; 0xFC - size of a message ; 99 - max count of a messages if(!checkHandles())...
  8. dphome

    Help NOP Dialog Box

    Video or screenshots.
  9. dphome

    Help Looking for Auto Accept GUI

    1. SA:MP Version 2. Title and left button text.
  10. dphome

    is is possible to copy server script ?

    Abstract idea to which the answer is NO.
  11. dphome

    Help Chat Verify Bot

    Fixed example by @Opcode.eXe , thx. {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "1" THEN 0B12: 31@ = 31@ XOR 1 IF 31@ == 1 THEN 0AD1: "~g~Script has been~n~turned on" 1000 ELSE 0AD1: "~r~Script has been~n~turned off" 1000 END...
  12. dphome

    Help Chat Verify Bot

    Probably yes. If you want, you can design a correct example, then I will learn a bit too, because at the moment it works, but it's not fully stable. (Prawdopodobnie tak. Jeśli chcesz możesz zaprojektować poprawny przykład, wtedy i ja się troszkę nauczę, bo w tej chwili to działa, ale nie jest w...
  13. dphome

    Help Chat Verify Bot

    Script.cs {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "1" THEN 0B12: 31@ = 31@ XOR 1 IF 31@ == 1 THEN 0AD1: "~g~Script has been~n~turned on" 1000 ELSE 0AD1: "~r~Script has been~n~turned off" 1000 END END IF 31@ == 1 THEN...
  14. dphome

    Handcuff animation CLEO

    0.3.7-R1 + SAMPFUNCS.asi. /cuffme or CUFFME (like on single player cheat)
  15. dphome

    Help server detecting every VPN

    Connect the phone to the PC via USB and try USB Tethering.
  16. dphome

    CLEO Help only head aimbot problems

    https://ugbase.eu/threads/skin-aimbot-by-rscaerzx-wheel-aim.15675/ 0006: 31@ = 8 // Bone ID - 8: BONE_HEAD
  17. dphome

    m0d_sa How to code SAMP mods in C++

    AHK - AutoHotkey is simple with libary for SA:MP https://github.com/SAMP-UDF/SAMP-UDF-for-AutoHotKey/blob/master/SAMP.ahk. Example: #SingleInstance Force #NoEnv #Include SAMP.ahk #IfWinActive GTA:SA:MP SetWorkingDir %A_ScriptDir% SetBatchLines -1 SendMode Input 1:: { count++ settimer...
  18. dphome

    CLEO Help help with mod crash

    My version of DigiInfo.cs is without encryption and should work without any issues. There seems to be something wrong with your game installation. It's best to install a clean full version of the game, add SA:MP, CLEO, and try running the game.
  19. dphome

    find healthack hehe

    Maybe like this? Press B. {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "B" THEN 0B12: 31@ = 31@ XOR 1 IF 31@ == 0 THEN 0AD1: "~n~~n~~w~God ~r~wylaczony" 1000 END END IF 31@ == 1 THEN IF 0256: player $PLAYER_CHAR defined...
  20. dphome

    CLEO Help Samp fpslimit for swimming

    Done - look at code. )) {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0AB0: key_pressed 106 // * (numpad) THEN IF 0256: player $PLAYER_CHAR defined THEN 0AB1: @get_samp_version_id 0 _returned: ID 0@ 0B12: 30@ = 30@ XOR 1...
  21. dphome

    Delete file

    {$CLEO .cs} {$USE file} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "K" THEN IF 0AE4: does_directory_exist "modloader\vehicle\elegy" THEN 0B01: delete_directory "modloader\vehicle\elegy" include_subdirs 1 0AD1: "~g~Success!" 3000 ELSE 0AD1...
  22. dphome

    CLEO Help help with mod crash

    Try
  23. dphome

    CLEO Divide long string into 2 parts

    {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "K" THEN 0B12: 30@ = 30@ XOR 1 IF 0039: 30@ == 1 THEN 0AD1: "~w~Script ~g~Enable" 1000 ELSE 0AD1: "~w~Script ~r~Disable" 1000 END END IF 30@ == 1 THEN 0AC8: 0@ = allocate_memory_size...
  24. dphome

    CLEO Help help with mod crash

    Delete post before. Done. :STATUS_INDICATORS_242 0226: 1@ = actor $PLAYER_ACTOR health 03F0: enable_text_draw 1 0349: set_text_draw_font 3 03E4: set_text_draw_align_right 1 033F: set_text_draw_letter_size 0.3 1.1 0340: set_text_draw_RGBA 180 25 29 255 081C: draw_text_outline 1 RGBA 0 0 0...
  25. dphome

    CLEO Help help with mod crash

    I checked it and it works great, no crashes. The problem is something in your GTA folder.
  26. dphome

    CLEO Help I want HTTP Cleo

    You can find my solution here. https://ugbase.eu/threads/http-requests-without-sampfuncs.8550/post-113141
  27. dphome

    HTTP requests (without sampfuncs)

    Great. It works wonderfully. I tested it on 0.3.DL-R1. add.php, config.ini to YourSite.com/samp-test and chmod 777 Script.cs to GTA\CLEO. Script.cs {$CLEO .cs} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "1" THEN 0AC8: 30@ = allocate_memory_size 1024 0AD3: 30@ = format...
  28. dphome

    [HELP] Need 0.3.DL Offsets

    samp.h extern struct stScoreboardInfo *g_Scoreboard; extern struct stDialogInfo *g_Dialog; samp.cpp stScoreboardInfo *g_Scoreboard = nullptr; stDialogInfo *g_Dialog = nullptr; proxyIDirect3DDevice9.cpp g_Scoreboard...
  29. dphome

    [HELP] Need 0.3.DL Offsets

    #define SAMP_DIALOG_INFO_OFFSET 0x2AC9E0 #define SAMP_DIALOG_CLOSE 0x700D0 void CloseCurrentDialogWithButton(int Button) { if (g_SAMP && g_Dialog && g_Dialog->iIsActive) { void* dialogObj = *(void **)(g_dwSAMP_Addr +...
  30. dphome

    CLEO Help Samp fpslimit for swimming

    ... IF 0AB0: key_pressed 1 // Left mouse button THEN ...
  31. dphome

    CLEO Help help with mod crash

    1. Simply rename DigiInfo.cs/.ini to AnyName.cs/.ini, then open the script in Sanny Builder and replace "cleo\DigiInfo.ini" with "cleo\YourName.ini". 2. The script doesn't require activation... It runs automatically.
  32. dphome

    CLEO Help Samp fpslimit for swimming

    {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF AND 0AB0: key_pressed 1 // Left mouse button 0AB0: key_pressed 32 // Spacebar THEN IF 0256: player $PLAYER_CHAR defined THEN 0AB1: @get_samp_version_id 0 _returned: ID 0@ 0B12...
  33. dphome

    Cleo Scripting Key Binder/Macro Help

    {$CLEO .cs} 0000: WHILE TRUE WAIT 0 IF AND 0AB0: key_pressed 1 // Left mouse button 0AB0: key_pressed 32 // Spacebar THEN IF 0256: player $PLAYER_CHAR defined THEN IF 0AB1: @is_actor_in_driver_seat 1 CheckingState TRUE THEN //...
  34. dphome

    find wallhack

    https://www.blast.hk/threads/88461/
  35. dphome

    Put AHK into CLEO

    Any SA:MP Version. {$CLEO .cs} 0000: WHILE TRUE WAIT 0 IF AND 0AB0: is_key_pressed 18 // Left Alt 0AB0: is_key_pressed 192 // ` THEN IF 0256: player $PLAYER_CHAR defined THEN 0AB1: @get_samp_version_id 0 _returned: ID 0@ 0AC8: 1@ = allocate_memory_size...
  36. dphome

    [CLEO]Autoscroll for all weapons[Samp Version: Any(maybe)]

    Script is better optimized. {$CLEO .cs} 0000: WHILE TRUE WAIT 0 IF 0AB0: is_key_pressed 2 // Right Mouse Button THEN WHILE 0AB0: is_key_pressed 2 // Right Mouse Button WAIT 0 END IF 0256: player $PLAYER_CHAR defined THEN IF AND...
  37. dphome

    Hide NameTag [Anti Wallhack]

    glance_mod s0beit, ultrawh.asi.
  38. dphome

    Anti reset gun

    Try with: // 0@ += 1
  39. dphome

    Anti reset gun

    {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF 82D8: actor $PLAYER_ACTOR current_weapon == 0 THEN 0470: 1@ = actor $PLAYER_ACTOR current_weapon 041A: 0@ = actor $PLAYER_ACTOR weapon 1@ ammo...
  40. dphome

    CLEO Help disconnect snippet

    It works great on 0.3.DL. Why can't you provide the client version you're testing on upfront? Oh
  41. dphome

    CLEO Auto response with command

    https://ugbase.eu/threads/replybot.17335/post-111742
  42. dphome

    CLEO Help disconnect snippet

    Type "YY" to disconnect by quit. Type "NN" to disconnect by timeout. Snippet w/o 0.3.7-R5 :SAMPDisconnectWithReason { 0AB1: @SAMPDisconnectWithReason 1 500 or 0AB1: @SAMPDisconnectWithReason 1 0 } IF 0AA2: 31@ = "samp.dll" THEN 0AB1: @get_samp_version_id 0 _returned: ID 17@...
  43. dphome

    CLEO Help disconnect snippet

    https://ugbase.eu/threads/some-snippets.16708/post-107334 I'll test it later.
  44. dphome

    KMF - Damage Informer

    dphome submitted a new resource: Damage Informer - dphome, cleo, cs Read more about this resource...
  45. dphome

    CLEO Help nearby player detection?

    Nearby players yes, custom command no. https://ugbase.eu/threads/snippet-for-all-peds.1358/ https://ugbase.eu/threads/arrest-nearest-player.17017/post-109087
  46. dphome

    Help Replybot ?

    {$CLEO .cs} {$USE bitwise} {$USE ini} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "GO" THEN 0B12: 31@ = 31@ XOR 1 IF 31@ == 1 THEN 0AD1: "~w~Script is ~g~ON" 1000 ELSE 0AD1: "~w~Script is ~r~OFF" 1000 END END IF 31@ == 1 THEN IF 0256: player $PLAYER_CHAR...
  47. dphome

    receive remote information

    The information you provided indicates the mechanics of a 'TROJAN' virus. Please refrain from seeking help here in developing such solutions. Regards, dphome.
  48. dphome

    Types of Sign Check and Sources , etc...

    CLEO scripts for SA:MP are not compatible with single-player mode. Remove modifications if you are playing through the storyline. In multiplayer mode, the script may cause issues because the part related to checking whether a dialog box is open always causes problems if the script constantly...
  49. dphome

    CLEO REQ SAMP WALL HACK AND SAMPFUNCS.

    Enable/Disable: "1" Try Wallhack.cs or Wallhack2.cs.
  50. dphome

    CLEO I need help Cleo Paycheck ( Code Number )

    Script.cs - example for 0.3.DL-R1 {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "SCR" THEN 0B12: 31@ = 31@ XOR 1 IF 0039: 31@ == 1 THEN 0AD1: show_formatted_text_highpriority "~w~Script ~g~Enable" time 500 ELSE 0AD1...
  51. dphome

    CLEO I need help Cleo Paycheck ( Code Number )

    SA:MP Version?
  52. dphome

    CLEO REQ SAMP WALL HACK AND SAMPFUNCS.

    Type: VERSION. What you can see on chat?
  53. dphome

    [SAMP]Project =]OP[CODE.EXE= for all SAMP versions! - Anyone have a link?

    from https://www.blast.hk/threads/943/
  54. dphome

    SAMP Get Vehicle ID using Car Handle

    {$CLEO} 0000: while true wait 0 if 0449: actor $PLAYER_ACTOR in_a_car then 03C0: 0@ = actor $PLAYER_ACTOR car if 0AB1: @SAMPGetVehicleIDbyCarHandle 1 _OfCarHandle 0@ _StoreVehicleID 31@ then 0AD1: show_formatted_text_highpriority "Your Vehicle's SAMP ID is...
  55. dphome

    Untagged Release [REL]Hack Pack for RP servers

    ugbase.eu
  56. dphome

    CLEO Help send message to server

    USE // CODE
  57. dphome

    CLEO Help source code of this

    {$CLEO .cs} 0000: while not SAMP.Available() wait 400 end 0AF8: samp add_message_to_chat "Guardnear [Edited by - Liam Biggums]" color 0x3C92FF while true wait 0 if 0AB1: call @get_id_nearest_player 0 retr_to fdist 0@ sid 1@ then if and 0ADC: "z" not...
  58. dphome

    CPP RELEASE Fake kick

    No, only local player with reason for others (kick/ban).
  59. dphome

    CLEO Help I need a wallhack

    Server IP?
  60. dphome

    CLEO Help SAMP .lsCommandTyped(1@)

    Install SAMPFUNCS SDK to Sanny Builder 3\data\sa
  61. dphome

    CLEO Help Cleo Download File

    CMD: /route {$CLEO .cs} {$USE bitwise} {$USE file} 0000: WAIT 15000 0AC8: 31@ = allocate_memory_size 6 // (r o u t e) = (5) + 1 = 6 0AD3: 31@ = string_format "route" 0AC7: 30@ = var 30@ pointer 0AC7: 29@ = var 29@ pointer 0AB1: @get_samp_version_id 0 _returned: ID 28@ 0AB1...
  62. dphome

    CLEO Help Cleo Download File

    I send you example for any samp version today.
  63. dphome

    need help! error after installing some enb then reinstall the whole gta folder it and still persist

    Disable gta_sa.exe, samp.exe from process Copy _Fix.bat to GTA directory and run Start samp.exe Play with ENB
  64. dphome

    [CLEO] Some multi-samp snippets

    :DisableTakingScreenShotWithF8 { 0AB1: @DisableTakingScreenShotWithF8 2 SampVersionID 1 State TRUE } IF 0AA2: 2@ = "samp.dll" THEN IF NOT 0@ < 0 THEN IF 0@ == 1 // 0.3.7 R1 THEN 2@ += 0x5D8C1 END IF 0@ == 2 // 0.3.7 R2 THEN 2@ +=...
  65. dphome

    [CLEO] Some multi-samp snippets

    :Chatmsg /* 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "{FFFFFF}Auto Accept: {00FF00}ON" 0AB1: @Chatmsg 3 SampVersionID 1 text 0@ color -1 */ IF 0AA2: 31@ = "samp.dll" THEN IF NOT 0@ < 1 THEN IF 0@ == 1 // 0.3.7 R1 THEN 0A8E: 30@ =...
  66. dphome

    Help Dialog saver

    Send this script.
  67. dphome

    commands samp

    https://www.blast.hk/threads/11725/
  68. dphome

    Types of Sign Check and Sources , etc...

    Script_debug.cs {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "1" THEN 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "{fba200}_________________________________________________________" 0AC8: 1@ = allocate_memory_size 1024 0AD3: 1@ = format...
  69. dphome

    Help AutoHotKey can't ControlSend {ENTER} or F keys 0.3.7/0.3dl

    If not working for You then download, reinstall AHK v1.1.36.02 and set Unicode 32-bit https://www.autohotkey.com/download/ Regards, dphome.
  70. dphome

    Help AutoHotKey can't ControlSend {ENTER} or F keys 0.3.7/0.3dl

    Working ANY SA:MP Version. #Include %A_ScriptDir%\SAMP.ahk #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent...
  71. dphome

    Unknown error on current Sanny Builder

    Haha, wtf? Sanny Builder never don't seen this error. else if end Amazing, very thanks you for help @Uchiha Batuhan @ajom ! SOLVED. :love: Regards, dphome.
  72. dphome

    Unknown error on current Sanny Builder

    Hi. Is exist new version of Sanny Builder. I never seen error on this script, but is unknown how to fix it. INFO:: Current version Sanny Builder Stable: v3.8.3, released on 2023-01-08. https://sannybuilder.com/index.html Source: https://pastebin.com/Ca8pRHTX (Line: 715) Source of source...
  73. dphome

    How to login samp R1 to samp DL . server

    It is it and working w/o SF. https://ugbase.eu/threads/skin-aimbot-by-rscaerzx-wheel-aim.15675/
  74. dphome

    Vehicle name, rewrite the code, calculate the result

    Example without SAMPFUNCS. For 0.3.DL, works everywhere and easy to change. {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0AB0: is_key_pressed 99 // Numpad 3 THEN 0B12: 31@ = 31@ XOR 1 IF 0039: 31@ == 1 THEN 0AD1: show_formatted_text_highpriority "~r~PBS...
  75. dphome

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

    The SF / ASI / DLL file will be mainly tested It is not possible to extract code in an orderly manner from files programmed in C ++ https://www.blast.hk/threads/20266/
  76. dphome

    How to login samp R1 to samp DL . server

    Hi, I don't know - probably is not exist. For connect 0.3.DL to 0.3.7 i use script SAMP Client Compact.asi. https://github.com/spmn/samp-client-compat/releases/tag/build-1 Regards, dphome.
  77. dphome

    CLEO Help help me switch this cleo activation

    Type: /autodaoda {$CLEO .cs} {$USE bitwise} 0000: WAIT 15000 0AC8: 0@ = allocate_memory_size 10 // undeleteable memory region containing the cmdname3 // autodaoda+1 = 9 + 1 = 10 <<< 0AD3: 0@ = string_format "autodaoda" 0AC7: 27@ = var 27@ pointer 0AC7: 26@ = var 26@ pointer 0AB1...
  78. dphome

    CLEO Help can someone help me

    It's bad choice.
  79. dphome

    [LUA] Getting chat line full colours

    Press 1 - random text generator Press 2 - get text color to ini {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "1" THEN // RANDOM TEXT GENERATOR 0209: 0@ = random_int_in_ranges 0 3 IF 0@ == 0 THEN 0AC8: 1@ = allocate_memory_size 1024...
  80. dphome

    CLEO Help Please someone do changes in this cleo

    Type: SCR {$CLEO .cs} {$USE bitwise} 0000: repeat wait 0 until 0AFA: SAMP_IS_READ WHILE TRUE WAIT 0 IF 0ADC: test_cheat "SCR" THEN 0B12: 31@ = 31@ XOR 1 IF 0039: 31@ == 1 THEN 0AD1: show_formatted_text_highpriority "~W~#Parrot ~N~ ~Y~ ~G~ON" time 1337 ELSE...
  81. dphome

    CLEO Help NITRO.cs - make it toggleable?

    Check this >>> {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0AB0: key_pressed 114 // F3 THEN IF 0256: player $PLAYER_CHAR defined THEN IF 00DF: actor $PLAYER_ACTOR driving THEN 03C0: 1@ = actor $PLAYER_ACTOR car 0B12...
  82. dphome

    CLEO Help NITRO.cs - make it toggleable?

    {$CLEO .cs} 0000: WHILE TRUE WAIT 0 IF 0AB0: key_pressed 114 // F3 THEN IF 0256: player $PLAYER_CHAR defined THEN IF 00DF: actor $PLAYER_ACTOR driving THEN 03C0: 1@ = actor $PLAYER_ACTOR car 09E9: car 1@ set_single_nitro...
  83. dphome

    Untagged Release fast stun

    yes, virus.
  84. dphome

    CLEO Help How to get the text on the screen

    https://ugbase.eu/threads/some-snippets.16708/post-93913
  85. dphome

    CLEO Help Need help for Auto dialog through chat string

    probably it's textdraw, which server? i saw look like this on blast.hk
  86. dphome

    CLEO Help Question for one script

    IF AND, 30@ = TRUE/FALSE, ETC.
  87. dphome

    CLEO Help CLEO HELP

    WORKING perfectly, read what Parazitas say. {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "SCR" THEN 0B12: 31@ = 31@ XOR 1 IF 0039: 31@ == 1 THEN 0AB1: @CreateMarker 7 ID 1 XYZ 2248.0 -1260.0 23.9 Icon 41 Color 0xFF0000FF Style 3...
  88. dphome

    CLEO Help CLEO HELP

    please use <<<<<<< [ PHP ] // code [ /PHP ]. Send .cs file, this pasted text is horrible to read.
  89. dphome

    CLEO Help CLEO HELP

    send your code or .cs file
  90. dphome

    CLEO Help CLEO HELP

    Working perfectly on SA:MP 0.3.7-R1. https://www.mediafire.com/file/3wk9y881yyv3ccc/sa-mp-0.3.7-install.exe/file {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "SCR" THEN 0B12: 31@ = 31@ XOR 1 IF 0039: 31@ == 1 THEN 0AB1: @CreateMarker...
  91. dphome

    Help Question

    file is crypted, send .cs file
  92. dphome

    Change keybind on .cs file

    this << IF 0@ == TRUE THEN IF 0AB0: key_pressed 2 // right mouse button THEN IF 0256: player $PLAYER_CHAR defined THEN IF 8118: actor $PLAYER_ACTOR NO-dead THEN
  93. dphome

    Change keybind on .cs file

    ALT + F10 {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF AND 0AB0: key_pressed 18 // ALT 0AB0: key_pressed 121 // F10 THEN 0B12: 0@ = 0@ XOR 1 IF 0039: 0@ == 1 THEN 0AD1: show_formatted_text_highpriority "~w~Triggerfinger~n~~g~ON" time 1337 ELSE 0AD1...
  94. dphome

    Macros ;o

    Any SA:MP Version. SprintHookByDarkP1xel.ASI https://www.blast.hk/threads/20161/
  95. dphome

    Change keybind on .cs file

    send cs file
  96. dphome

    CLEO Help Cleo spam key

    https://ugbase.eu/threads/list-with-keycodes.16817/
Top