Jump to content

HEROGAMEOfficial

Contributor
  • Posts

    519
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by HEROGAMEOfficial

  1. 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)

     

  2. 8 minutes ago, 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
    

     

    Very easy bypass syntax in script, All your code in script easy to crack.

    Your hand can make anything what you want.

    No System Is Safe.

  3. 42 minutes ago, TopGEOYT said:

    it can be decrypted .

    Can? Good.

    Do something with reality, or just an illusion?

    Decrypt my encryptor if realy can decrypted show with video.

    Or is this just silly talk?

  4. 43 minutes ago, DeSlimsteMan said:

    Hi,

    We want to protect our scripts better and i was wondering if there is a possibility to completely protect our scripts?
    And if that is not yet possible can @Enyby make that possible?

    It would be super cool if you could because there are too many people copying our script now,

    And if I can't 100% secure our script.
    What is the best way to secure our scripts? And that it is therefore very difficult to pass by.
     

    DSM
    Playstupidgames.thumb.jpg.5207af12bf5277cc929da0fe79cbc4b9.jpg

    Nobody can stop the log, But if you want script can't decrypt its can, Try use my encryption

    🆕 Simple encrypt lua script. (#9fntzr0h)

    And if you really want 100% secure scripts, don't share them with the public.

  5. I don't know how else to record with video,,

    [added 0 minutes later]
    55 minutes ago, Enyby said:

    You do it wrong. Do only reset. And check toasts.

    [added 4 minutes later]

    And yes, I think you not try, because you not mention that and I am not a telepath.

    If you steel not believe, you can try in room AOSP Android 9 (pie),,

  6. 6 hours ago, Enyby said:

    Start GG - Fix it - Reset the type of floating windows.

    Or

    Start GG - Fix it - Select the type of floating windows.- and choose one of color squares and tet again. If not suit you - choose another until find one.

    Yes what do you think i'm not try?

     

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