Jump to content

BranD

Members
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    1

BranD last won the day on June 1 2023

BranD had the most liked content!

About BranD

  • Birthday 19/11/1997

Details

  • Gang
    CIF
  • Location
    Venezuela
  • Occupation
    Developer
  • Interests
    Contribute for the common good

Recent Profile Visitors

977 profile views

BranD's Achievements

Square

Square (6/54)

2

Reputation

  1. In the end I saw your code and I liked it, but there is a small error that you could correct, when you use the gameSpeed above 1 the head will bug, the solution is simple, put the following: setPedLookAt(player, vx, vy, z, -1, 0) Anyway, I appreciate your contribution to the community.
  2. I recommend that you test the system with more than 30 players, you will notice that it does not produce any negative effect on the server, the synchronization is client to client, not client to server and server to client. Previously, the solution for some was to use triggers, but that has an impact on the server's CPU.
  3. I understand the criticism, but the elementData is not synchronized on the server-side, it is only client-side, it will not affect the performance of the server, plus it only takes the visible elements of the player.
  4. [English] You will be able to see where the players are looking in real time, and this system is optimized to only process the players who are in your visual range. [Español] Podrás ver hacia dónde miran los jugadores en tiempo real y este sistema está optimizado para procesar solo a los jugadores que están dentro de tu rango visual. NOTE: It is synchronized with setElementData and getElementData all client-side to avoid using unnecessary triggers since they consume more CPU resources. Post Link: https://community.multitheftauto.com/index.php?p=resources&s=details&id=18881
  5. This happened to me, what I did was remove from the scripts the functions that use redirectPlayer
  6. But most of my systems have anti-spam in the triggers, also the hacker executes a trigger that doesn't exist on the server-side I used the Winrar search engine to see if some of my codes had that sequence and it's as if he executed an event from your client but from server clients that event does not exist.
  7. This is a worrying issue because attackers can inject triggers from the client, causing the server to lag until it crashes. I am 100% sure that it is not just any system on my server because it is precisely the same pirates that have been playing. with aimbot, speedhack, being able to fly and among other things. When they are kicked, the lag disappears. do you think a possible solution is to compile all the client files ? I have several in protected mode, it's something similar to cache but I think it's safer, I still have to compile all my clients because some clients are from the community and are not compiled, do you think they have a way to use those decompiled files and execute functions from the client?
  8. Good morning, sorry for the inconvenience, I own an MTA server and we have spent several days investigating a possible vulnerability in the MTA anti-cheat system, as you can see several servers are being affected by cheating players, I have demonstrable evidence where the player has a life infinite, can shoot missile launchers and even vehicles appear out of thin air, but what is more worrying is that the hacker can even inject lua from the client, which is why we recently got a massive console spam attack that flooded the CPU and the server is late, please contact me privately to provide information and find a solution to this serious problem. Similar servers like SX have fallen victim to these cheats.
  9. Thank you very much, I will continue making contributions with the dxLibrary system, well-optimized systems and very well done. By the way, I added a new version because the isPedInVehicle was in a bad position, if you used the dxLibrary and clicked on another panel it would send you the message that you were inside a vehicle, I corrected it by placing it inside the buttons of the Neon panel
  10. commands: /walk or /walkstyle comandos: /walk o /walkstyle [Español] Sistema para cambiar el estilo de caminar, recuerda descargar la dxLibrary para que funcione correctamente, este sistema está súper bien optimizado y bastante probado. Advertencia: Este sistema usa un exports llamado dxLibrary el cual debe ser ejecutado primero para que el panel funcione correctamente, todo el sistema es descompilado para su verificación Descarga las exports aquí, tienes 2 opciones 1- Descárgala de la página oficial de la dxLibrary pero una vez descargada debes renombrar el Script a "dxLibrary" ambos enlaces sirven para descargar la biblioteca dx, usa la que más te convenga: 1- https://github.com/clawsuit/dxLibrary (renombrar el script a "dxLibrary") 2- https://www.mediafire.com/file/sgdheud81rwoy0c/dxLibrary.zip/file (opción 2 por si el primer link no sirve) [English] System to change the style of walking, remember to download the dxLibrary to make it work correctly, this system is super well optimized and quite tested. Warning: This system uses an exports called dxLibrary which must be executed first for the panel to work correctly, the whole system is decompiled for verification Download the exports here, you have 2 options 1- Download it from the official page of the dxLibrary but once downloaded you must rename the Script to "dxLibrary" both links are used to download the dx library, use the one that suits you best: 1- https://github.com/clawsuit/dxLibrary (rename the script to "dxLibrary") 2- https://www.mediafire.com/file/sgdheud81rwoy0c/dxLibrary.zip/file (option 2 in case the first link does not work) download: https://community.multitheftauto.com/index.php?p=resources&s=details&id=18839
  11. do you still need help with this?
  12. Resource: https://community.multitheftauto.com/index.php?p=resources&s=details&id=18836 Español Sistema Neon usando un panel DX, recuerda descargar la dxLibrary para que funcione correctamente, este sistema está súper bien optimizado y bastante probado. Advertencia: Este sistema usa un exports llamado dxLibrary el cual debe ser ejecutado primero para que el panel funcione correctamente, todo el sistema es descompilado para verificación Descarga las exports aquí, tienes 2 opciones 1- Descárgala de la página oficial de la dxLibrary pero una vez descargada debes renombrar el Script a "dxLibrary" ambos enlaces sirven para descargar la biblioteca dx, usa la que más te convenga: 1- https://github.com/clawsuit/dxLibrary (renombrar el script a "dxLibrary") 2- https://www.mediafire.com/file/sgdheud81rwoy0c/dxLibrary.zip/file (opción 2 por si el primer link no sirve) English Neon system using a DX panel, remember to download the dxLibrary to make it work correctly, this system is super well optimized and quite tested. Warning: This system uses an exports called dxLibrary which must be executed first for the panel to work correctly, the whole system is decompiled for verification Download the exports here, you have 2 options 1- Download it from the official page of the dxLibrary but once downloaded you must rename the Script to "dxLibrary" both links are used to download the dx library, use the one that suits you best: 1- https://github.com/clawsuit/dxLibrary (rename the script to "dxLibrary") 2- https://www.mediafire.com/file/sgdheud81rwoy0c/dxLibrary.zip/file (option 2 in case the first link does not work)
  13. Surely it is because of your version of VPS, in my case I did not have any problem, the update works very well for me. I am using ubuntu 18.04
  14. Thank you for this great and important contribution, although I have some doubts about what changes and benefits this new update would have.
×
×
  • Create New...