Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/26/2019 in File Comments

  1. in the script : https://bercara.com/kShc https://pastebin.com/raw/GT2nLVzZ revo ; env="1.0.2" Link="https://bercara.com/kShc" if ev ~= env then gg.setVisible(false) b=gg.alert("\tFound new version "..env.." | Your version "..ev.."\n\n-Fix bug.\n-Remove gg.toast(Revo enc).\n\n1.0.1\n-Fix bug\n\nLink new version:\n"..env, "Copy Link") if b == 1 then gg.copyText(Link) else gg.setVisible(true) return end else return B() end whats about ???
    1 point
  2. 1 point
  3. 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
  4. i asked author of this script . but ok .
    -1 points
  5. nothing , its Version checker . ev is variable name which is in offline moded chunk and env for online , when he will update script , he will edit and it will give you notificarion about it . [added 2 minutes later] my reaction was WTF ? i seen that he used Revo's formula for "his" encryption , its why asked him expalining of this . but if he want he can be quiet , its his choice ♂
    -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.