Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,012

Everything posted by Enyby

  1. 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.
  2. Watch on YouTube: 95.0: NEON support in the ARM (x32) assembler - GameGuardian
  3. 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.
  4. 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
  5. 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.
  6. It seems that the script uses those characters that are not in the font of its firmware (or its theme). Do not use special characters to convey something important. For example, plain text. They may not exist in the client font and it will be impossible to use the script.
  7. Watch on YouTube: 94.0: Coprocessor support in the ARM (x32) assembler - GameGuardian
  8. Watch on YouTube: 93.0: Support for relative addressing in assembler - GameGuardian
  9. Watch on Youtube: 93.0: Search for ARM (x32) opcodes - GameGuardian
  10. No. You can use strings like '~A MOV R0, R4' as value in all appropriate places in script, like edtAll, setValues and so on. When it done. Before x64 will be Coproc, NEON, Thumb.
  11. Watch on Youtube: 93.0: Edit ARM (x32) opcode - GameGuardian
  12. Also read from here: GameGuardian (#d5ueyohx) I already explained stuff about Windows, pointers and so on.
  13. 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.
  14. https://gameguardian.net/help/ Also look at Lucky Patcher script converter. LP2lua (#8vl22s8i)
  15. 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.
  16. 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.
  17. Not need anymore. In any case nobody will pay you for this. You can do it or not do. Choices yours. Nobody cares.
×
×
  • 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.