-
Posts
558 -
Joined
-
Last visited
-
Days Won
21
Content Type
Profiles
Forums
Downloads
Gallery
Posts posted by HEROGAMEOfficial
-
-
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 -
Assist error.
Check it.
0 -
Need assis gor 32 bit app:
https://play.google.com/store/apps/details?id=com.excelliance.multiaccounts.b32
0 -
-
On 8/18/2020 at 4:52 PM, zam535582 said:
Fix in version 1.3.
1 -
12 hours ago, zynos said:
You encryption doesn't work for me
SELLG? or ELGG_ not work?
0 -
0
-
-
1 minute ago, zam535582 said:
not enough
I not see size of SELGG.
0 -
12 minutes ago, zam535582 said:
Thanks but that's not enough.
Record it like this:
0 -
Send video
0 -
4 hours ago, zam535582 said:
Send your script (encrypt-ed) use SELGG.lua.
0 -
On 8/13/2020 at 8:43 PM, zam535582 said:
same.
If steel like this picture:
You can send script in telegram or in here.
0 -
46 minutes ago, MarioRossi93i said:
bro i keep getting the same error, thanks anyway
Ok
0 -
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.
0 -
Fixed. Redownload.
0 -
-
-
6 hours ago, zuek said:
without my script having to go online?
Dont give encryptor acces to internet.
0 -
2 minutes ago, Fallen_Stress said:
Héros game your encrytion is powerfull why you give it for free ?
No reason.
2 -
Simple encrypt lua script. (#9fntzr0h)
don't forget to watch the video.
0 -
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)
0 -
Is there a way to detect android version in lua script?
GG 97.0 already gg.ADROID_SDK_INT.
1 -
22 minutes ago, ItsSC said:
The solution was in documentation...
There's no need to add new syntax , just
print('GET 1: ', gg.makeRequest('http://httpbin.org/headers').content) -- simple GET request
Nice but not all user agree for acces to internet.
0
Super Encryption Lua GG | SELGG.lua
in LUA scripts
Posted
Where is the video decrypt script?
Or just HOAX?
Its not SELGG.lua problem.