From 86e4c672b1b9eb810455a655579f43d00d1c2dfc Mon Sep 17 00:00:00 2001 From: C0nw0nk Date: Sat, 29 Feb 2020 23:12:06 +0000 Subject: [PATCH] Update anti_ddos_challenge.lua Firefox throwing off Javascript errors so going to leave it as base64 encryption until i get them fixed properly. --- lua/anti_ddos_challenge.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/anti_ddos_challenge.lua b/lua/anti_ddos_challenge.lua index f65975b..01b42a9 100644 --- a/lua/anti_ddos_challenge.lua +++ b/lua/anti_ddos_challenge.lua @@ -464,7 +464,7 @@ local function encrypt_javascript(string1, type, defer_async, num_encrypt, encry local output = "" --Empty var if type == 0 then - type = math.random(3, 5) --Random encryption + type = math.random(4, 4) --Random encryption end if type == 1 or type == nil then --No encryption