your answer makes more sense than what i was thinking XD i completly miss read the question lolI think I understand your question.
For online games, there are sometimes "send" functions, for example "sendAttack" or "sendDamage"
Modders can loop these functions so that they fire 5x or 10x (so damage would be sent to server 5x or 10x instead of just once).
For looping, that's something you'll have to learn in general programming, but I hope I've pointed you in the right direction![]()