Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/05/2022 in all areas

  1. Try using a brain. Offset is the difference between addresses.
    1 point
  2. 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
  3. Extension can be any. .txt or .lua.
    1 point
  4. 1 point
  5. Yes. there is. Instead of asking and waiting for an answer, it would be faster to try it yourself. There even in the help text for this is. With a direct link to the video. And you waste both your and my time.
    1 point
  6. 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
  7. 1 point
  8. In GG options. Set to external.
    1 point
  9. You enabled internal keyboard or not? Show full screen with text field. Try disable internal keyboard in GG.
    1 point
  10. Look like Nox issue. I think you need write to Nox support. Show video with issue and explanations,
    1 point
  11. 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
  12. 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
  13. Read about io.open.
    1 point
  14. 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
  15. Yep. Load data via gg.makeRequest and store it via io.* functions.
    1 point
  16. 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
  17. 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
  18. 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 Tools  
    1 point
  19. 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
  20. Already fixed. Try again.
    1 point
  21. 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
  22. Try see what you send to searchNumber For example replace gg.searchNumber with print and check all params.
    1 point
  23. Learn Lua and write meaningful code, and not just combine text without meaning.
    1 point
  24. Examples about gg.prompt in API help. concatenate is a..b two params is a, b
    1 point
  25. 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
  26. 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
  27. 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
  28. We do not talk about other apps. We talk of GG UI only. See screenshots.
    1 point
  29. On screen part of logcat. Nothing interested. Error 9 not connected with this defense.
    1 point
  30. 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
  31. 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
  32. 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
  33. 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
  34. I cannot fix this. Wait for @d2dyno _______________________________________________ added 3 minutes later @bukandewa Try now. Must work.
    1 point
  35. 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
  36. 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
  37. 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
  38. No any crashes for game or GG in linked video.
    1 point
  39. Maybe we talk about different things. I talk only about record script bug. See video on youtube.
    1 point
  40. I removed instructions As It Is Becoming Personal. I removed instructions As It Is Becoming Personal.
    0 points
  41. Im sorry for writing the comment it was just my mistake and i apologise for that the script is working perfectly fine
    0 points
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.