Is there a way to get the code of a function, without sub it out the program (I mean string.sub(...))?
4 replies to this topic
#1
Posted 17 January 2016 - 08:40 PM
#2
Posted 17 January 2016 - 08:58 PM
string.dump(thefunction), but it will error when you dump a java function.
#4
Posted 17 January 2016 - 09:55 PM
Sewbacca, on 17 January 2016 - 08:40 PM, said:
Is there a way to get the code of a function, without sub it out the program (I mean string.sub(...))?
You can use other string library functions, but long story short, you need access to the original source to do anything with the original source.
#5
Posted 18 January 2016 - 06:16 PM
Thanks anyway
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











