-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
@Red18
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
@Red18 Use text search. There you can specify the text in Unicode and replace it. Only the ASCII characters are displayed in the memory editor.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
@RanMortella I could not patch it.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
No root via Parallel Space on Android 8 - GameGuardian
Enyby posted a gallery image in Video Tutorials
-
-
Version 1.5 GG + 1.0 GG
809,433 downloads
Requires Android: Android 4.4 (KitKat) or later. There is support for x86. Video: No root via Dr. Clone - GameGuardian (#aft8whcy) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105. About second apk (64-Bit Support): You do not need to install it if you do not intend to crack 64-bit games. After installing it, GG will not see 32-bit games in the virtual space, only 64-bit. -
View File Dr. Clone + 64-Bit Support Requires Android: Android 4.4 (KitKat) or later. There is support for x86. Video: No root via Dr. Clone - GameGuardian (#aft8whcy) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105. About second apk (64-Bit Support): You do not need to install it if you do not intend to crack 64-bit games. After installing it, GG will not see 32-bit games in the virtual space, only 64-bit. Submitter Enyby Submitted 06/06/2018 Category Virtual spaces (no root)
-
110% in total.
-
-
@Red18 If you want to add a new translation or improve an existing one (#bp2vdv5m)
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
No unknown error for daemon in 8.58.2 - GameGuardian
Enyby posted a gallery image in Video Tutorials
-
-
Crashlands - hack player stats - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
@XxhentaixX Try now.
-
-
Reload page. All must work as before. Each script you need upload separately if it is different scripts. If it is two parts of one you must upload it as single lua script with two files.
-
In short, you must use variable o. And do not recreate table (u[1], u[2]) every time. o = gg.getResults(2) o[1].value = '50' o[1].freeze = true o[2].value = '100' o[2].freeze = false print('Replaced:', gg.addListItems(o)) Your problem - you do not understand what this code do. Nor what is variable, table in lua, how it works and so on. It is like painting from blind.
-
@absolutenothing Use code tag if you post code on forum. It is hard to read otherwise. _______________________________________________ added 2 minutes later You use variable o for save data. After that you created new empty table u and work with it. You need learn lua. Read books, because you not understand basic things and try combine text as some magic.
-
If it work then good. My congrulations. I do not have time to analyze and make advices for code of the each user of the gg.
-
@NoFear This is not such a simple task as it seems. I'll see what I can do, but I can not promise anything. Also we have plans to save the current search state, and then return to it. And the simultaneous search for multiple values in parallel.
- 1,987 replies
-
2
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Use code tag, not quote. You need concatenate string. gg.searchNumber('d.a;15;5;16777473::10000', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0) -- not work gg.searchNumber(d.a..';15;5;16777473::10000', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0) -- work Register is important. d.a and d.A is not same. Also if I copy text from forum I get strange char at end of line with searchNumber. _______________________________________________ added 1 minute later Script searches do not use input history. Search history not exists in gg.
-
@NoFear I made many optimizations there, I could break something. I'll look at the weekend.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
@Dhenmiller You must subscribe to the topic. When I update or add new strings to the translation center, I always write here "Strings updated." Like post above yours. I can not write to each translator personally, more than 30 people.
-
@absolutenothing You need concatenate string for search if you want use something from your input. Must work (in some sense - search is bad and must fail). Maybe you erase gg.TYPE_DWORD in your previous code and set it to nil. This code run for me. It is work not as intended, but compiled and run.
-
@MohdRusyaidi Try. Do not be so helpless.