Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().is_synapse_script = function(scr)
- local source = decompile(scr, "new")
- local stringsource = tostring(source)
- if stringsource:match("--Synapse X") or string.find(stringsource, "Decompiler") then
- return true
- else
- return false
- end
- end
- -- Useful for getting every scripts instead of SynapseX scripts, as you can't get the source of them.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement