RAT : Remote events Analyzer Tool

Hello

I have recently developed a plugin that I intend to utilize for analyzing remote event interactions between clients and servers. I have made this plugin freely available for your use. Additionally, you are welcome to utilize the code within the plugin.

Recently, I was engaged in the task of creating a game utilizing an existing codebase. To gain a comprehensive understanding of the existing code, which comprises two scripts totaling approximately 15,000 lines, I have decided to employ this plugin to analyze the server-client interactions during the game’s progression.

While the plugin is not perfect, it was completed within approximately an hour of effort.

Here is a screenshot for your reference:

get it here

Something like this may already exist. I don’t mind. Don’t tell me that I should not have made it, I had fun creating this.

Have a nice day.

13 Likes

What’s the use case for this? Honestly asking.

1 Like

I think the use case is pretty clear. Developers should monitor the network traffic sent to and from their game, which they can use to sort out any security vulnerabilities or optimize the traffic for mobile devices.

Maybe you notice a remote is sending too much data and it’s a hint you should compress it.

I can think of a ton of examples.

4 Likes

RemoteSpys help exploiters hack games. Who’s to say it can’t also help developers make their own games? I think this plugin will be useful!

4 Likes

This plugin was pretty usefull for me and my game and actually allowed me to optimize remote events that fired like 100 times a second, thanks. Also please continue working on this plugin it seems a bit bare

1 Like

I usually dont post others’ plugins/modules/etc. in the thread of another resource to respect the author’s work, but given that it was last updated in August of last year, I think this might be of use to you: [VERSION 2.0.0] Packet Profiler - easily measure all of your remotes!

Haha thank you! I didn’t know someone would actually use it. Do you have any idea to improve it ?

I found this one more difficult to use (not saying it is difficult), that’s why I made Rat. The goal was just to see what was sent without any other info, but Packeprofiler is good too :+1: