Recent content by dphome

  1. dphome

    World is Wide

    eat, sleep, work
  2. dphome

    Help high fps without speed / swimming bug

    "You probably know that when you have high FPS in GTA:SA, swimming becomes almost impossible — the ped swims very slowly. With this plugin, you won't have this issue anymore; the ped will swim normally regardless of the FPS. Author: junior_djjr."
  3. dphome

    CLEO Help NR reverse timer - change "wait 1000" with something more efficient

    Try it like with 33@ using the example code below. {$CLEO .cs} 0000: 33@ = 0 WHILE TRUE WAIT 0 IF AND 0AB0: key_pressed 18 // ALT 0AB0: key_pressed 50 // 2 THEN 0B12: 30@ = 30@ XOR 1 WAIT 1000 END IF 30@ == TRUE THEN...
  4. dphome

    Help to fix this code

    If something isn't working, try taking more screenshots of the text. In theory, it should work. Experiment with these two functions: 0AB1: @GetLastCharacters 2 String 6@ Characters 57 rnt 7@ // Modify the value to 57 0AB1: @DeleteLastChars 2 7@ 49 // Modify the value to 49...
  5. dphome

    Help New exploit, I need help.

    I am not responsible for the situation; I was merely a frustrated player. The server has been shut down, so my actions were in vain. If anyone has knowledge about this issue and ways to protect against it, I kindly ask you to share your insights. (y)
  6. dphome

    Help to fix this code

    If you want to have text displayed in the center of the screen, follow the instructions below: 0AB1: @process_chat_input 2 SampVersionID 1 InputText 8@ 0AC9: free_allocated_memory 8@ to 0AD1: "%s" 5000 8@ //0AC9: free_allocated_memory 8@
  7. dphome

    Help to fix this code

    Activation: GO {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "GO" THEN 0B12: 31@ = 31@ XOR 1 IF 31@ == 1 THEN 0AD1: "on" 1337 ELSE 0AD1: "off" 1337 END END IF 31@ == 1 THEN 0AC8: 0@ = allocate_memory_size 1024 0AC8: 1@ =...
  8. dphome

    Help to fix this code

    Send a screenshot of what this message looks like. (y)
  9. dphome

    Help to fix this code

    What do you need? Write it step by step along with SA:MP version. Send a screenshot of what this message looks like.
  10. dphome

    Help New exploit, I need help.

    There is some movement from the creator of open.mp, we're waiting. I have nothing to cheat in the game, but in this case, the problem is more advanced than you think.
  11. dphome

    SprintBind.cs

    key: X
  12. dphome

    Help New exploit, I need help.

    I'm looking for a solution that will help me protect against these attacks, either on the client or server side. Apologies if I didn't specify that clearly.
  13. dphome

    Help New exploit, I need help.

    I’m not a developer, just a regular player. The author, AlexDrift, provided open-source code for a cheat and protection against it, but it’s likely not what I’m looking for. Does anyone have knowledge on how to protect against this either as a player or on a server level? Please respond to this...
  14. dphome

    Help New exploit, I need help.

    @SobFoX u like it! I know, I know...
  15. dphome

    Help New exploit, I need help.

    I have made significant progress in analyzing the issue, which I have temporarily called the 'exploit.' I am currently testing its functionality and, furthermore, have discovered a safeguard against it implemented by the author. I will share more details soon...
Top