ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
287.2k Views

Script Verified Function Dumper

Universal Script ๐Ÿ“ŒUploaded by
vxstyvxsty
Verified Badge
Verified User
2 years ago
Please login to perform these actions:

Description

MASSIVE CREDITS TO xAPI (https://devforum.roblox.com/t/xapi-a-powerful-pentesting-and-debugging-tool/2688148) FOR THE DECOMPILING FUNCTIONS, I EDITED THE CODE, NOT MADE IT. Works on solara. Dumps functions, Not really a great dumper but it gets the job done well. To do: Fix indentation Metatable support Version 1.0.1: Added metatable support, fixed indentation, fixed a LOT of bugs, fixed namecall + indexing bugs, fixed length of variables being -1, fixed parameter indexing. To do: Fix varargs Version 1.0.2: Fixed indentation (fr this time), removed variables when used only one time, changed variables when re defining another (local v1 = string.gsub local v2 = v1(...) local v3 = string.gsub ...) Version 1.0.3: Fixed duplicate constants.

View Raw
Edited By: vxsty Download


Comments
7
User profile picture
vxstyVerified
Verified Badge
Verified User
2 years ago - Edited
@Kenri_rec You loadstring the version and save the result as a function, When you use that function on a function it gives you the decompiled version of it
User profile picture
vxstyVerified
Verified Badge
Verified User
2 years ago - Edited
@laflamedagoat How? It just doesn't implement the function by itself, You can read the source if you need to.
User profile picture
i_lag_a_lot 2 years ago - Edited
can you put instructions on the desc or on anything
User profile picture
vxstyVerified
Verified Badge
Verified User
2 years ago - Edited
@i_lag_a_alot No, because this isn't meant for non devs.
User profile picture
Left_Ink 2 years ago - Edited
Can u just post the loadstring
User profile picture
vxstyVerified
Verified Badge
Verified User
2 years ago - Edited
@*est*yourself Are you special?
User profile picture
playvora 2 years ago - Edited
cool
Please Login to add a comment.