Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,033

Everything posted by Enyby

  1. Enyby

    LUA scripting

    Currently no friendly way for work with saved list. We have plans about that. About I/O in lua you need read books.
  2. Wrong. Either you're smart or you're stupid. If you think I owe you something, you are definitely stupid. And I do not care how much you donated. Instead of here rattling about what I'm bad, rude and wrong, you could have solved the problem long ago. But apparently you do not need it. Therefore, I will be brief: Logcat or GTFO.
  3. Read guide in the help. Try different options. We can not check every game.
  4. Use Append button for append new list to exists items.
  5. Enyby

    LUA scripting

    Address can be any number. 0xFF is same as 255. So you can load number from memory and set it to address. 0x is just form. local t = {} t[1] = {} t[1].address = 0x18004030 -- some desired address t[1].flags = gg.TYPE_DWORD t = gg.getValues(t) print(t) -- use value as pointer t[1].address = t[1].value t = gg.getValues(t) print(t)
  6. Enyby

    GameGuardian

    Its have different colors. And we do not know what user want. Accepted. You are about context menu on long click? Most people need only dword. But you can set anything for you in settings. I do not see any problem here. Settings persistent between runs. Need video and steps for reproduce this issue. _______________________________________________ added 4 minutes later We have plans about that. Accepted.
  7. Enyby

    GameGuardian

    In UI you can use filter in memory editor. In LUA you can use search with specify memory boundaries. Search related methods mixed searchNumber (string text, int type=gg.TYPE_AUTO, bool encrypted=false, int sign=gg.SIGN_EQUAL, long memoryFrom=0, long memoryTo=-1) Perform a search for a number, with the specified parameters. More... Look at memoryFrom and memoryTo. gg.searchNumber('123', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0x42260986, 0x42260C3A)
  8. Enyby

    GameGuardian

    For string search need different things so I do not want mess it in once. Need another UI and in future I work on it.
  9. Enyby

    GameGuardian

    Accepted. Accepted. No. It does not make sense. Select all timers until it is loaded or at any other time. Choosing red timers does not change anything. The red timer can turn green with time. And the very idea of choosing all the timers is very bad. The application will freeze and stop responding. _______________________________________________ added 3 minutes later We have some plans about better implementation of string search. Currently you can search "sand", then refine with first letter "s" and work manually with results in memory editor.
  10. Enyby

    GameGuardian

    Already here.
  11. Enyby

    LUA scripting

    I post example from help above.
  12. Enyby

    GameGuardian

    As designed. If you need replace, you need to select all before call history. For this present special button near history. This is done so that you can collect a search query from pieces of history.
  13. Enyby

    GameGuardian

    No. You need to read about signed and unsigned data types. Data in memory is just bits, but how to interpret them depends on the approach. Previously, all shouted that in GG there are no negative numbers, now they shout that they are there. All types are treated as signed. This is the most common option. In java there are no unsigned types. In C, there are both. _______________________________________________ added 2 minutes later Accepted.
  14. Explain with screens.
  15. Enyby

    LUA scripting

    https://gameguardian.net/help/classgg.html#aae2b60904e15c3612a0d2d6385e0e3e3 local t = {} t[1] = {} t[1].address = 0x18004030 -- some desired address t[1].flags = gg.TYPE_DWORD t[2] = {} t[2].address = 0x18004040 -- another desired address t[2].flags = gg.TYPE_BYTE t = gg.getValues(t) print(t)
  16. Enyby

    LUA scripting

    If you have address - you can read value by getValues. And use them as need.
  17. Yes. This game self close if you do not use any tricks.
  18. Blah blah blah. So far, I do not see anything but empty idle talk. Try reading my messages and providing all the necessary information. This is your problem, not mine. Therefore, you need it so that I can correct it. Everything is working for me.
  19. I do not should you anything. If you insert different garbage into the input field, then this is your problem and not mine. Everything works for me. If you want me to help you, you must provide all the information to reproduce the error. In this case: video, logcat and examples of the text that you put there.
  20. Do not input invalid number in field. Use latest version. Show screenshots from issue.
  21. Enyby

    GameGuardian

    What's New in Version 8.45.0 Optimized memory reading in some cases. Fixed memory reading on x86. Increased the history limit. Added option for history limit. Improved UI. Added links to the video about the protection bypass. Added copying of the selected elements as a group search. Improved bypass protection. Bug fixes. Updated translations. Build with support for ARMv5.
  22. Worked for me: http://sendvid.com/6sljdhje Record video and logcat from issue.
  23. Enyby

    GameGuardian

    I do not know. Google about that.
  24. Enyby

    GameGuardian

    It is not disabled in your system. You must disable it in your system, not in GG or patch can not work.
  25. Enyby

    GameGuardian

    You need disable selinux.
×
×
  • 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.