ADVERTISEMENTREMOVE ADS
Game icon

EnvInspector (Universal)

Script preview thumbnail
Script Preview

Description

This is a script to see lists of functions and variables. It also shows what is in the environment

I used this script to find out how hook methods work in Xeno lol

You can find out what functions your injector supports

The interface is clear and simple

Features:

  • Universal
  • Check functions injector
  • Inspector all tables
  • functions in injector

Tested with

ADVERTISEMENTREMOVE ADS
1 Lines • 124 Bytes
Raw
loadstring(game:HttpGet("https://raw.githubusercontent.com/MakerScript/UniversalScript/refs/heads/main/EnvInspector.lua"))()
ADVERTISEMENTREMOVE ADS

Comments

5 comments
to add a comment
Ma

uhm whats the point of this 'script'?

0
0
ma

@Maanaaaa This script lets you see everything in getgenv, getrenv and getfenv. It also lets you see all the functions in the injector. The script will tell you if any function, like hookfunction or hookmetamethod, works. It will do it 100%. It is better than UNC test to find out if a function works

0
0
Ma

@makerscript ok logger probably

0
0
ma

@Maanaaaa In general, this is viewer getrenv, getgenv, getfenv

0
0
Ma

@makerscript pointless (my opinion)

0
0
ADVERTISEMENTREMOVE ADS