Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/05/2020 in File Comments

  1. I'll start working on that man
    1 point
  2. you created this for Modify Revo's chunk but ... looks like that you use his encryption . look : function L2_26(A0_101, A1_102) local L2_103 L2_103 = 1 repeat table.insert({}, A0_101[A1_102[L2_103]][A1_102[L2_103 + 1]]) L2_103 = L2_103 + 2 until L2_103 > 20 return {} end its part of Revo's decoding formula which i found in your script . local getKey = function(j, k) local m, o = 1, {} repeat table.insert(o, j[k[m] ][k[m+1] ]) m = m + 2 until m > 20 return o end and its original . can you expalin me what is it ? do you still use Revo's encryption ? i also found Revo's Keys in your script . here is full formula , Revo_L , Revo_A , getkey and R_ .
    -1 points
  3. i asked author of this script . but ok .
    -1 points
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.