Recent content by dphome

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