Leaderboard
Popular Content
Showing content with the highest reputation on 09/05/2022 in all areas
-
1 point
-
If return value from gg.alert or gg.multiChoice == nil, then dialog canceled. So do appropriate action like hide UI and wait while it open.1 point
-
1 point
-
1 point
-
1 point
-
Yes. You can set some offset while search for pointers. Pointer search has such field. I do not remember, but I think I use this in some videos in gallery about pointers. Try search by keyword 'pointer' in its.1 point
-
1 point
-
1 point
-
You enabled internal keyboard or not? Show full screen with text field. Try disable internal keyboard in GG.1 point
-
1 point
-
Look like Nox issue. I think you need write to Nox support. Show video with issue and explanations,1 point
-
Why you not read API help? Why you waste others time for explain what already described in API help? Why you disrespect others time?1 point
-
At a minimum, read the API and description of makeRequest. Get data to variable. The contents of the variable to write to the file. If you do not know how to do this, you should definitely read books or articles, because you will stumble at every step if you do not know such basic concepts. I will not sit with you and write line by line.1 point
-
1 point
-
Io.open. Io.write io.close and so on. Read lua reference or lua-users wiki or lua book for know how to write byte data to file.1 point
-
1 point
-
The text is already translated automatically. This is usually a poor quality translation. Therefore, people, if they want, can translate manually and efficiently.1 point
-
I don't format numbers like this. I just call the system class that does the rest. If it formats numbers in this way, then it is either conceived and accepted in this locale, or it is an android bug. I can not rewrite the whole android in one application. I can only advise you to use a locale that you understand. Moreover, I do not know how correctly, because I do not know these locales.1 point
-
View File Version replacer A simple script for replacing the GG version for the script. Some scripts require certain versions of GG to run. Using this script, you can set the necessary GG version for the script. Example usage: Version replacer - GameGuardian (#3ffax3vo) Submitter Enyby Submitted 03/17/2019 Category Tools1 point
-
Which languages? Show screenshots and examples. Then use English locale. Remember few words and go on. Al controls stay on same place in any locale so you need only remember where which item located. Also it is not hard English, so you can just memorize it.1 point
-
1 point
-
What is an example? In your code, make a replacement and see what will be in the output, at the end of the script. Read what debugging is.1 point
-
Try see what you send to searchNumber For example replace gg.searchNumber with print and check all params.1 point
-
Learn Lua and write meaningful code, and not just combine text without meaning.1 point
-
Examples about gg.prompt in API help. concatenate is a..b two params is a, b1 point
-
You try pass two params instead of concatenate it to one. Also you prompt is wrong. Second param is default values for first param. So you doing something wrong if pass second table with more elements from first table. Read API help.1 point
-
On mobile you can open menu button and press Activity - All Activity. I am always do it, if want see what new happens on forum. Menu accessible on every page.1 point
-
Something wrong with Arabic Locale on your Android. Use English locale. I do not understand Arabic, so I can not help you. All output in UI localized with selected Locale, so if you choose Arabic - then it formatted by rules inside your firmware, not by GG itself. So use English locale and problem must be solved. [added 2 minutes later] I think this problem is related to writing the other way. Part of the data is displayed in one direction, part in the other.1 point
-
1 point
-
We do not talk about other apps. We talk of GG UI only. See screenshots.1 point
-
On screen part of logcat. Nothing interested. Error 9 not connected with this defense.1 point
-
Usually you can read and write to memory without attach if this memory can be read and write. For write to read-only memory need attach. It is just simple works, you not need do anything. If possible write, when attach blocked - then GG write it.1 point
-
Yes. You can automate actions. For example, even if they reallocate memory then they must store pointer to it somewhere. So you need find pointer and always follow it. It is hard things, but not impossible. If game can restore path of pointers to data, then you can duplicate this way.1 point
-
1 point
-
As I already wrote, scripts can be created in such a way that logging will not allow them to be stolen very simply. Logging load does not solve the problem of obfuscation. You can change the code so that it can only be understood by a specialist, of whom there are few and who do not need your code at all. Next, you can use the debug library to get upvalues. This will allow you to create modules that can only be executed from a specific environment. This will avoid simply execute the saved output from the load. And all this is available in the latest versions. It’s like passwords. If your password is 1234567, then it is easy to steal, and if you know what brute force is and use the password MyD@DisBIG942, then this is a completely different matter.1 point
-
Too many overhead. Just embed script into php file, or serve it from php file, while real file placed near with random part in name. It is allow download file only via php script with checks, exclude direct download by name. _______________________________________________ added 0 minutes later Store files in db is very bad practice.1 point
-
I cannot fix this. Wait for @d2dyno _______________________________________________ added 3 minutes later @bukandewa Try now. Must work.1 point
-
IDK. Usually default android launcher work good with different activities. In Any case this never happens on Nova Launcher. Also exists many other good launcher if you not like Nova. Try it.1 point
-
Use normal launcher, like Nova and you can see different icons. Also you can run GG with any icons, and hide in GG UI icon what you not need. In GG UI its normal labeled.1 point
-
I think they re-allocate memory. Copied to a new place and freed the old one. This slowly, but allows you to break the work of memory editors.1 point
-
1 point
-
Maybe we talk about different things. I talk only about record script bug. See video on youtube.1 point
-
0 points
-
0 points