-
Posts
558 -
Joined
-
Last visited
-
Days Won
22
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by HEROGAMEOfficial
-
Can I encrypt a file when my script creates it?
HEROGAMEOfficial replied to hoangninyb's question in Help
Its protect 100% from loader, and reverse engineering (string). -
Can I encrypt a file when my script creates it?
HEROGAMEOfficial replied to hoangninyb's question in Help
Try it: https://gameguardian.net/forum/files/file/2189-selgglua-encryption-for-lua-gg-block-reverse-engineering/?ct=1639410956 -
-
3
-
- Script Compiler
- Encryption Lua Script
- (and 2 more)
-
Super Encryption Lua GG | SELGG.lua
HEROGAMEOfficial replied to HEROGAMEOfficial's topic in LUA scripts
- 40 replies
-
- Encrypt
- Encryption
- (and 5 more)
-
need help writing a script with gg.getTabInfo
HEROGAMEOfficial replied to zolotov123344's question in Help
What ever you try block log, You can do it but not for log, Share script = share your code. -
need help writing a script with gg.getTabInfo
HEROGAMEOfficial replied to zolotov123344's question in Help
Don't share your script. -
Use return.
-
Try it (fixed): gg.searchNumber("2219816;6::25", gg.TYPE_DWORD) gg.refineNumber("2219816", gg.TYPE_DWORD) local results = gg.getResults(gg.getResultCount()) local t = {} for _, __ in next, results do t[#t + 1] = {__.address = __.address + 64, flags = __.flags, value = 7} t[#t + 1] = {__.address = __.address + 80, flags = __.flags, value = 8} t[#t + 1] = {__.address = __.address + 96, flags = __.flags, value = 9} t[#t + 1] = {__.address = __.address + 112, flags = __.flags, value = 10} t[#t + 1] = {__.address = __.address + 64, flags = __.flags, value = 7} end gg.setValues(t)
-
Maybe it can help: gg.searchNumber("2219816;6::25", gg.TYPE_DWORD) gg.refineNumber("2219816", gg.TYPE_DWORD) local results = gg.getResults(gg.getResultCount()) local t = {} for _, __ in next, results do t[#t + 1] = {__.address = __.address + 64, flags = __.flags, __.value = 7} t[#t + 1] = {__.address = __.address + 80, flags = __.flags, __.value = 8} t[#t + 1] = {__.address = __.address + 96, flags = __.flags, __.value = 9} t[#t + 1] = {__.address = __.address + 112, flags = __.flags, __.value = 10} t[#t + 1] = {__.address = __.address + 64, flags = __.flags, __.value = 7} end gg.setValues(t)
-
Search code which has not changed, Near the hack code.
-
Super Encryption Lua GG | SELGG.lua
HEROGAMEOfficial replied to HEROGAMEOfficial's topic in LUA scripts
You can get source in load log.- 40 replies
-
- Encrypt
- Encryption
- (and 5 more)
-
- 49 comments
-
- Encrypt
- Encryption
- (and 5 more)
-
What is the problem? If you can decrypt you can send video and the tools to decrypt and at least you have attached the decrypted file using the tools I wrote down, or its just haters and hoax?
-
Use this encryptor no body can restore the data string: https://gameguardian.net/forum/files/file/2189-selgglua/
-
IMEI can change?
- 14 replies
-
- gg
- magisk hide
- (and 4 more)
-
Its can bypass? Lol game brother , I used to hack this game but then my device got banned.
- 14 replies
-
- gg
- magisk hide
- (and 4 more)
-
-
Script berakhir: Kesalahan skrip: luaj.o: ?:-1 attempt to call a nil value level = 1, const = 7, proto = 0, upval = 1, vars = 5, code = 18 CALL v1..v1 v1..v1 ; PC 6 CODE 0080805D OP 29 A 1 B 1 C 2 Bx 514 sBx -130557 stack traceback: ?: in function <?:428> [Java]: in function 'string.gsub' ?: in main chunk /sdcard/Download/#Encryption v4.1.Enc (1).lua: in function 'M' /sdcard/Download/#Encryption v4.1.Enc (1).lua: in main chunk [Java]: in ? at luaj.LuaValue.a(src:2835) at luaj.LuaValue.Z(src:1966) at luaj.LuaValue.l(src:1393) at luaj.LuaClosure.a(src:537) at luaj.LuaClosure.a(src:207) at luaj.LuaClosure.a_(src:195) at luaj.lib.l.a(src:1037) at luaj.lib.StringLib$gsub.a_(src:715) at luaj.lib.VarArgFunction.a(src:66) at luaj.LuaClosure.a(src:540) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785) Skrip menulis file 231 B hingga 1. why I got error encrypt my script.?
-
-
-
Do you mean get the offset from the encrypted script?
-
Learn API gg: https://gameguardian.net/help/classgg.html
-
@Enyby Its topic its out from forum.
-
https://gameguardian.net/help/