ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

[ROBLOX] [Release] RemoteInfo


  • Please log in to reply
[ROBLOX] [Release] RemoteInfo

#1

IcyJake
IcyJake
    Offline
    0
    Rep
    -1
    Likes

    Member

Posts: 37
Threads: 17
Joined: Jan 28, 2018
Credits: 0

Six years registered
#1
I'm not sure if anyone else has done something like this, but I just decided to make my own. Basically, what this does is take RemoteFunctions and RemoteEvents and finds their name, their type, their path, and what method they use. Here are the steps:
 
Step 1 - Open any exploit (it should work with all)
Step 2 - Execute the script
Step 3 - Open the developer console (F9)
 
print("Thanks for using RemoteFinder made by IcyJake <3")
print("")
 
local function findRemoteInformation(obj)
    for _, desc in next, obj:GetDescendants() do
        if desc.ClassName:match("Remote") then
            print("Name -> " .. desc.Name)
            print("Type -> " .. desc.ClassName)
            print("Path -> " .. "game." .. desc:GetFullName())
            if desc:IsA("RemoteFunction") then
                print("Method -> InvokeServer")
            else
                print("Method -> FireServer")
            end
            print("~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~")
        end
    end
end
findRemoteInformation(game)
 
I don't really plan much at the moment, but all I know is I will update this script a lot and I'll definitely add some cool features! There is one thing that I'm going to be doing, though, which is adding the ability to print arguments. With that, it'll be much easier for you guys to create FE scripts. Anyways, that's all for now. Just be looking out for when I post my next thread whenever I update RemoteInfo!

  • 0

april fools 2023!

~pumpernickel bitch


#2

Dy1anminecraft1
Dy1anminecraft1
    Offline
    0
    Rep
    0
    Likes

    New Member

Posts: 11
Threads: 0
Joined: Jan 29, 2017
Credits: 0
Seven years registered
#2

Very thanks needed this type of thing


  • 0

#3

koczajow1
koczajow1
    Offline
    0
    Rep
    11
    Likes

    Addicted

  • PipPipPipPipPip
Posts: 238
Threads: 2
Joined: Dec 07, 2018
Credits: 0
Five years registered
#3

thx thats what i need


  • 0

#4

JokerMain
JokerMain
    Offline
    0
    Rep
    0
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 84
Threads: 0
Joined: Apr 17, 2019
Credits: 0
Five years registered
#4

woah


  • 0


 Users browsing this thread: