-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
Currently no friendly way for work with saved list. We have plans about that. About I/O in lua you need read books.
-
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.
-
Implosion - Never Lose Hope - hack credits - restart without protection - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
-
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)
-
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.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
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)
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
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.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
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.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
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.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
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.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Explain with screens.
-
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)
-
If you have address - you can read value by getValues. And use them as need.
-
Implosion - Never Lose Hope - hack credits - restart without protection - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
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.
-
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.
-
Do not input invalid number in field. Use latest version. Show screenshots from issue.
-
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.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I do not know. Google about that.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
It is not disabled in your system. You must disable it in your system, not in GG or patch can not work.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
You need disable selinux.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with: