diff --git a/lua/anti_ddos_challenge.lua b/lua/anti_ddos_challenge.lua index e3b7845..404460c 100644 --- a/lua/anti_ddos_challenge.lua +++ b/lua/anti_ddos_challenge.lua @@ -327,13 +327,13 @@ local function encrypt_javascript(string1, type, defer_async, num_encrypt, encry if type == 1 or type == nil then --No encryption if defer_async == "0" or defer_async == nil then --Browser default loading / execution order - output = "" + output = "" end if defer_async == "1" then --Defer - output = "" + output = "" end if defer_async == "2" then --Async - output = "" + output = "" end end @@ -349,13 +349,13 @@ local function encrypt_javascript(string1, type, defer_async, num_encrypt, encry end if defer_async == "0" or defer_async == nil then --Browser default loading / execution order - output = "" + output = "" end if defer_async == "1" then --Defer - output = "" + output = "" end if defer_async == "2" then --Async - output = "" + output = "" end end @@ -392,7 +392,7 @@ local function encrypt_javascript(string1, type, defer_async, num_encrypt, encry end --https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent - output = "" + output = "" end if type == 4 then --Base64 javascript decode @@ -405,13 +405,13 @@ local function encrypt_javascript(string1, type, defer_async, num_encrypt, encry end if defer_async == "0" or defer_async == nil then --Browser default loading / execution order - output = "" + output = "" end if defer_async == "1" then --Defer - output = "" + output = "" end if defer_async == "2" then --Defer - output = "" + output = "" end end @@ -647,7 +647,7 @@ local javascript_anti_ddos = [[ encrypt/obfuscate the javascript output ]] if encrypt_javascript_output == 1 then --No encryption/Obfuscation of Javascript so show Javascript in plain text -javascript_anti_ddos = [[]] else --some form of obfuscation has been specified so obfuscate the javascript output