-
Posts
558 -
Joined
-
Last visited
-
Days Won
22
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by HEROGAMEOfficial
-
This post cannot be displayed because it is in a forum which requires at least 1 post to view.
-
This post cannot be displayed because it is in a forum which requires at least 1 post to view.
-
-
Make what you think is simple is easier. All APIs are sufficient in gg 101.1. @EnybyI hope I'm not wrong.
-
I can help but i can't, I actually laughed at this post .
-
-
SELGG.lua
- 23 replies
-
1
-
- Encrypt
- Encryption
-
(and 1 more)
Tagged with:
-
- 49 comments
-
- Encrypt
- Encryption
- (and 5 more)
-
- 49 comments
-
- Encrypt
- Encryption
- (and 5 more)
-
- 49 comments
-
- Encrypt
- Encryption
- (and 5 more)
-
Super Encryption Lua GG | SELGG.lua
HEROGAMEOfficial replied to HEROGAMEOfficial's topic in LUA scripts
No if your script (code) bad.- 40 replies
-
0
-
- Encrypt
- Encryption
- (and 5 more)
-
Try all virtual in this website, is still error You can send video and logcat.
-
@Enyby I think its permission in setting, Try use virtual in this forum.
- 15 replies
-
- android 11
- GG 101.1
-
(and 1 more)
Tagged with:
-
You can't send screenshot off message error?
- 15 replies
-
- android 11
- GG 101.1
-
(and 1 more)
Tagged with:
-
*("/sdcard/Android")✓ *(/sdcard/Android)×
- 15 replies
-
1
-
- android 11
- GG 101.1
-
(and 1 more)
Tagged with:
-
Super Encryption Lua GG | SELGG.lua
HEROGAMEOfficial replied to HEROGAMEOfficial's topic in LUA scripts
of course if your script just use code simple.I don't understand those who say "this can be decrypted", Because they just say and don't provide video, Logs could be the same as script source. If it's true that Some one can decrypt, of course he don't mind showing a video on how to decrypt, simple.- 40 replies
-
- Encrypt
- Encryption
- (and 5 more)
-
Can I encrypt a file when my script creates it?
HEROGAMEOfficial replied to hoangninyb's question in Help
Why answer nonsensical questions? He asked like: Want to buy a cake at a building shop, Does that make sense? -
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)
