-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
Usually, if you use such numbers, then you are mistaken with the choice of data type. In your case, it should be qword instead of double. If you have a float with strange numbers, you need to use dword.
-
95.0: NEON support in the ARM (x32) assembler - GameGuardian
Enyby posted a gallery image in Video Tutorials
-
Maybe anything. Usually, if some popular virtual space is not in the download section of virtual spaces, this means that its modification is unsuccessful, for one reason or another. Often this is protection against modifications.
-
Super_Clone_3.6.41.0226_gg_signed.apk [added 1 minute later] Super Clone 3.6.41.0226_gg_signed.apk Super Clone 64bit 3.5.40.0430.arm64_gg_signed.apk
-
It’s better to tell me where you live, I’ll come to your home (a trip at my expense, of course) and I will explain to you personally for a whole week how to use the program, because using the search, help and forum is too difficult for you, and I have a lot of free time for you.
-
Not latest GG.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
How to change the value of some searched values when in game without having to pause.
Enyby replied to CoyFanatic's question in Help
gg.editAll not editAll -
94.0: Coprocessor support in the ARM (x32) assembler - GameGuardian
Enyby posted a gallery image in Video Tutorials
-
How to change the value of some searched values when in game without having to pause.
Enyby replied to CoyFanatic's question in Help
Write script with desired actions on click GG icon. -
93.0: Support for relative addressing in assembler - GameGuardian
Enyby posted a gallery image in Video Tutorials
-
-
93.0: Edit ARM (x32) opcode - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
-
Possible.
-
Hungry Shark Evolution - hack gold and gems - GameGuardian
Enyby commented on STEVENXZ's gallery image in Video Tutorials
-
I see.
-
Also read from here: GameGuardian (#d5ueyohx) I already explained stuff about Windows, pointers and so on.
-
You need to understand the Lucky Patcher custom patch format. It seems that you are blindly repeating what is in the video, or using the conversion already done. I cited this as an example of what can be done. [added 3 minutes later] GameGuardian (#8fxj06fj) here example apk for tests.
-
https://gameguardian.net/help/ Also look at Lucky Patcher script converter. LP2lua (#8vl22s8i)
-
Pointers not useless. And they not different at all. But your experience at pointers not about pointers at all. It is about usage CE, which not memory editor only (like GG). It is debugger, like gdb. Also you use it in Windows. Windows do not have ASLR in general. It implemented only in latest Windows. An Android ASLR exists much longer. So you need more actions to make pointers useful. Another pitfall is ARM itself. RISC architecture where offset usually embedded in code instructions. You can not store 32-bit operand in 32-bit code instruction and so on. Pointers really hard for use for Android. And you need gdb if you want use some stuff like breakpoints. Also in Windows, games which you hack do not contain any defense against hack. Because they sold as bundle. Not as free-to-play. For example you can try hack with CE something defensed with Denuvo. You can not, because it is protection of advanced level. In Android most good games with good enough protection form average user. So near every game now contains some anti-debugging technics which prevent simple use gdb. As I say you can try use ceserver + CE for find it is true or not. If it it is GG is bad, then ceserver give you all possibility which you have in CE for Windows apps. [added 4 minutes later] And Windows is good place where you have unlimited access to everything, powerful CPU and video, lot of RAM and so on. In Android sometimes you do not have root, or root limited in actions, CPU not powerful at all, video is weak, RAM is not always enough for your game only (do not speak about GG + game) and so on. All things from embedded devices. Some approaches from Windows you simply can not use here.
-
You not in Windows anymore. It is Android and usually ARM. So no, you can not use pointers like in Windows x86. If you like CE you can try use it via adb and ceserver.
-
We need people who are doing video how to hack games
Enyby replied to Enyby's topic in Video Tutorials
Not need anymore. In any case nobody will pay you for this. You can do it or not do. Choices yours. Nobody cares.