Re_Load Posted July 17, 2018 Posted July 17, 2018 Lua script print ’assertion failed.’ What is assert? -1
CmP Posted July 17, 2018 Posted July 17, 2018 Trying to decrypt one of those "protected" script with "Script compiler"?) Googling "assert lua" provides tons of answers, aren't you able to do it? Here is the link to lua reference manual in case if you are not able to use the search.https://www.lua.org/manual/5.3/manual.html#6.1 2
Re_Load Posted July 17, 2018 Author Posted July 17, 2018 2 minutes ago, CmP said: Trying to decrypt one of those "protected" script with "Script compiler"?) Googling "assert lua" provides tons of answers, aren't you able to do it? Here is the link to lua reference manual in case if you are not able to use the search.https://www.lua.org/manual/5.3/manual.html#6.1 Then, how to protection using assert? -1
CmP Posted July 17, 2018 Posted July 17, 2018 Just now, Re_Load said: Then, how to protection using assert? You meant, how to bypass that protection, I suppose. There is no way to do that for you, considering that you are asking such simple questions. 1
Re_Load Posted July 17, 2018 Author Posted July 17, 2018 1 minute ago, CmP said: You meant, how to bypass that protection, I suppose. There is no way to do that for you, considering that you are asking such simple questions. No, I want ask ’How to Protection Like That’ -1
CmP Posted July 17, 2018 Posted July 17, 2018 4 minutes ago, Re_Load said: No, I want ask ’How to Protection Like That’ local Re_Loads_protection = nil assert(Re_Loads_protection) It produces exactly same result as the one that you have asked for: 17 minutes ago, Re_Load said: Lua script print ’assertion failed.’
Re_Load Posted July 17, 2018 Author Posted July 17, 2018 2 minutes ago, CmP said: local Re_Loads_protection = nil assert(Re_Loads_protection) It produces exactly same result as the one that you have asked for: Then, how to detect and protect running in other lua script? like compiler.lua -1
CmP Posted July 17, 2018 Posted July 17, 2018 (edited) 4 minutes ago, Re_Load said: Then, how to detect and protect running in other lua script? like compiler.lua Think yourself. Or did you expect someone to do everything for you? This world does not work like that. You won't get the things done, if you don't work on them yourself. Edited July 17, 2018 by CmP 2
Re_Load Posted July 17, 2018 Author Posted July 17, 2018 1 minute ago, CmP said: Think yourself. Or did you expect someone to do everything for you? This world does not work like that. You won't get the things done, if you don't work on them yourself. Okay, thx for help.
Re_Load Posted July 17, 2018 Author Posted July 17, 2018 1 hour ago, CmP said: Think yourself. Or did you expect someone to do everything for you? This world does not work like that. You won't get the things done, if you don't work on them yourself. Its other question, Do you know can protection unluac? I try many time, unluac can decompile. but, If thor script use unluac, It it error. Thor VIP 26 7128255.lua
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now