-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
https://www.youtube.com/watch?v=iiHWEJXSUNM&lc=UgxqQj4Qp17-iQgp_5V4AaABAg
- 80 replies
-
@DhickyCarey We do not accept xml files. You must use translation center. Read first post. _______________________________________________ added 4 minutes later @DhickyCarey Also your xml contains lot of technical errors like do not escaped single quotes. Use translation center. It is make need conversion for you automatically. Also you must translate from scratch, because try fix auto translate usually produce horrible results.
-
Load results into table via getResults. loop on this table. Make desired changes - if value equals to 135 then set to 1000 else to 2000. Set values via setValues.
-
Why do you click on the fake links then? Aren't you smart?
-
Buy glasses? Learn how to read? Buy brain?
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Stop be asshole in multiplayer games.
-
You write some rubbish. GG works fine, regardless of whether a 64-bit application is installed or not. But he can not see the processes. Therefore, he gives you a warning. But you can install two copies of GG, one for 32-bit applications, the second for 64-bit applications, and then run the necessary ones in the virtual space. When installing GG, you are asked about this.
-
They want to earn money on your crossings on advertising sites.
-
You are confusing something. Firstly, GG always saves selected regions. Secondly, scripts can themselves change the selected regions. Either for the duration of their work, or permanently.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Gameguardiannoroot Game guardian not detecting the app properly in no root
Enyby replied to Rebelmodz's topic in Archived topics
I do not know. See the instructions for your firmware. -
Gameguardiannoroot Game guardian not detecting the app properly in no root
Enyby replied to Rebelmodz's topic in Archived topics
Reinstall the virtual space. Check that the built-in virtual space is disabled. -
Malware requested. Closed.
-
Search and replace text Up to 32 bytes. Replace must be same length. gg.clearResults() function searchText(text) local bytes = gg.bytes(text, 'UTF-8') local ret = '' for i, b in ipairs(bytes) do ret = ret .. ';' .. b end ret = ret:sub(2)..'::'..#bytes return gg.searchNumber(ret, gg.TYPE_BYTE) end searchText('rfde') function replaceText(text) local bytes = gg.bytes(text, 'UTF-8') local all = gg.getResults(100000) local len = #bytes for i, t in ipairs(all) do t.value = bytes[((i - 1) % len) + 1] end return gg.setValues(all) end replaceText('gold') If you want UTF-16, replace 'UTF-8' in code to 'UTF-16LE'.
-
It is string. Not a function. Try read error message.
-
-
View File Multi + 64-Bit Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. For Android less 5.0 (Lollipop) use old version: Multi (#1vz5hagw) There is support for x86. Video: No root via Multi - GameGuardian (#1bmkdtjj) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105, support for x86. About second apk (Multi-64Bit) You do not need to install it if you do not intend to crack 64-bit games. Submitter Enyby Submitted 09/01/2018 Category Virtual spaces (no root)
-
Version 8.1 GG + 10.4 GG
509,047 downloads
Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. For Android less 5.0 (Lollipop) use old version: Multi (#1vz5hagw) There is support for x86. Video: No root via Multi - GameGuardian (#1bmkdtjj) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105, support for x86. About second apk (Multi-64Bit) You do not need to install it if you do not intend to crack 64-bit games. -
https://gameguardian.net/forum/files/category/8-virtual-spaces-no-root/ Virtual spaces to run GameGuardian without root (#ct7bob3)
-
All simple. Use optimized version.
-
Look like bug of the your firmware.
-
Then game changed. If issue with GG (work with old version and not work with new) build easy example for reproduce issue. As target app Tap Counter: https://gameguardian.net/f-193
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
http://lua-users.org/wiki/GotoStatement
-
You can not jump into function or outside it. All jumps must be inside one scope. Any function create new scope.
-
https://gameguardian.net/help/