{{ head "Blaze" }}
before me there was a project made(skidded) by voxlis
called Debugging Framework(or DF for short) made to test scripts without actually using an executor
his was ass so i remade it and added most of the UNC stuff
you can find the remake here or by clicking on the title
Type | Functions Added |
---|---|
Drawing.new | Square ✅ |
Circle ✅ | |
Line ✅ | |
Image ❌ | |
Triangle ❌ | |
Quad ❌ | |
|
|
Drawing | setrenderproperty ✅ |
getrenderproperty ✅ | |
cleardrawcache ❌ | |
|
|
WebSocket | connect ❌ |
|
|
cache | cache.invalidate ✅ |
cache.iscached ✅ | |
cache.replace ✅ | |
cloneref ✅ | |
compareinstances ✅ | |
|
|
closures | checkcaller ✅ |
clonefunction ✅ | |
getcallingscript ✅ | |
hookfunction ⏺ | |
iscclosure ✅ | |
islclosure ✅ | |
isexecutorclosure ✅ | |
loadstring ✅ | |
newcclosure ❌ | |
newlclosure ✅ | |
|
|
console | rconsoleclear ✅ |
rconsoleprint ❌ | |
rconsolecreate ❌ | |
rconsoledestroy ❌ | |
|
|
crypt | base64encode ✅ |
base64decode ✅ | |
encrypt ✅ | |
decrypt ✅ | |
generatebytes ✅ | |
generatekey ✅ | |
hash ✅ | |
|
|
debug | getconstant ❌ |
getconstants ❌ | |
getinfo ⏺ | |
getproto ❌ | |
getprotos ❌ | |
getstack ❌ | |
setstack ❌ | |
getupvalue ❌ | |
getupvalues ❌ | |
setconstant ❌ | |
setupvalue ❌ | |
|
|
filesystem | readfile ✅ |
listfiles ✅ | |
writefile ✅ | |
makefolder ✅ | |
appendfile ✅ | |
isfile ✅ | |
isfolder ✅ | |
delfile ✅ | |
delfolder ✅ | |
loadfile ✅ | |
dofile ✅ | |
|
|
input | Not Supported (except isrbxactive) ❌ |
|
|
instances | Not Supported ❌ |
|
|
metatable | getrawmetatable ✅ |
hookmetamethod ❌ | |
getnamecallmethod ❌ | |
isreadonly ✅ | |
setreadonly ❌ | |
|
|
misc | identifyexecutor ✅ |
lz4compress ✅ | |
lz4decompress ✅ | |
messagebox ❌ | |
queueonteleport ❌ | |
request ❌ | |
setclipboard ❌ | |
setfpscap ✅ | |
|
|
scripts | getgc ❌ |
getgenv ✅ | |
getloadedmodules ❌ | |
getrenv ❌ | |
getrunningscripts ✅ | |
getscriptbytecode ❌ | |
getscriptclosure ❌ | |
getscripts ✅ | |
getsenv ❌ | |
getthreadidentity ✅ | |
setthreadidentity ❌ | |
|