Exunys / Remotes-Scanner

ROBLOX Script that discovers all of the RemoteEvents/RemoteFunctions in the game and prints out its details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remotes Scanner

About

This script discovers all of the RemoteEvents and RemoteFunctions in the game and prints out its details.

Details

These are the details that the script would print :

  • The Remote's Name
  • The Remote's Parent
  • The Remote's Ancestor
  • The Remote's Path in the game
  • What type the Remote is (prints out either Function or Event)
  • How much time the scan took to find all the Remotes and its properties
  • How many RemoteEvents were found
  • How many RemoteFunctions were found

Script

Load the script by using the code below or by copying it from here.

loadstring(game:HttpGet("https://pastebin.com/raw/5NpHyzmV"))()

Contact information

About

ROBLOX Script that discovers all of the RemoteEvents/RemoteFunctions in the game and prints out its details.


Languages

Language:Lua 100.0%