Jump to content

HEROGAMEOfficial

Contributor
  • Posts

    558
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by HEROGAMEOfficial

  1. On 12/11/2020 at 7:31 PM, Rajeeb said:

    elgg for protection but someone decrypted

    It doesn't matter how clever he is, if he can crack show the script source keys.

    Example:

    local Key_1 = {{80,49,61,29,70,55,23,61,60,35},{68,88,45,42,63,26,22,18,22,46},{64,83,58,86,62,99,82,67,29,57},{79,79,51,18,72,75,48,58,51,46},{90,66,50,22,20,44,17,25,13,40},{72,16,59,52,40,51,37,71,18,79},{56,87,97,87,23,51,98,95,11,78},{67,98,61,82,24,55,26,37,68,74},{91,69,52,89,38,37,57,40,40,19},{80,67,67,39,69,69,59,53,63,81}}

    local Key_2 = {10,6,9,7,8,4,8,2,8,7,10,1,1,1,8,1,9,6,1,1}

    On the source key encryption does not exist.

    local sourceKey = {69,57,82,98,26,80,80,67,37,80}

    How to decrypt this code:

    Example = needDec({55,10,147,63,226,126,23})

    We'll call the destroyer El.

    If El can really break my encryption, I just ask El to show you the source of the code (sourceKey).

    2 hours ago, Rajeeb said:

    90% decrypted

    At least he showed it on video when he decrypt.🤣

  2. 1 hour ago, MarioRossi93i said:

    Redownloaded but i get same error bro 🤷‍♂️

     

    
    	Script terminato:
    errore di script: luaj.o: /storage/emulated/0/Download/SELGG.lua:-1
    	attempt to perform arithmetic __add on a string value and a number value
    level = 1, const = 119, proto = 8, upval = 1, vars = 99, code = 778
    ADD v43 v43 0
     ; PC 376 CODE 15D54ACD OP 13 A 43 B 43 C 341 Bx 22357 sBx -108714
    stack traceback:
        /storage/emulated/0/Download/SELGG.lua: in main chunk
        [Java]: in ?
        at luaj.LuaValue.f(src:989)
        at luaj.LuaValue.b(src:2243)
        at luaj.LuaValue.d(src:2121)
        at luaj.LuaString.d(src:326)
        at luaj.LuaClosure.a(src:396)
        at luaj.LuaClosure.l(src:160)
        at android.ext.Script.d(src:6056)
        at android.ext.Script$ScriptThread.run(src:5785)

     

    Redownload. Its fixed now.

  3. On 5/12/2020 at 6:41 AM, ATP-RAY2OP said:

    There are 2 methods to put script expiry 

    1st is os.clock() method to get current date of device, it is offline so can be easily bypassed by changing device date. 

    2nd my method is online method using html date header, it cannot be bypassed 

     

    Put the following code at top of your script (and change expiry date)

    
    Date=15       -- Expiry date
    Month=5       -- Expiry month 
    Year=2020     -- Expiry year
    expiremessage="Script has expired. New version available"  --Expiry message 
    --This script will expire on 15/05/2020
    
    --Do not change below code 
    function check(t) 
    if t<10 then t="0"..t end
    return t
    end
    expiredate=Year.. check(Month).. check(Date)
    date=gg.makeRequest("http://www.guimp.com").headers["Date" ][1]  --guimp.com is smallest webpage so takes less time for loading 
    month={"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}
    for i=1,12 do
     if month[i]==string.sub(date,9, 11) then
          if i<10 then
           i="0"..i 
          end 
     currentdate=string.sub(date,13, 16)..i..string.sub(date,6, 7)  
     end
    end
    if tonumber(currentdate)>=tonumber(expiredate) then gg.alert(expiremessage) os.exit() end 
    -- Your script code below
    

     

    You can try my encryption its included online checking of date if script allowed acces internet.

    🆕 Simple encrypt lua script. (#9fntzr0h)

     

×
×
  • 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.