Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 04/21/2012 in Image Comments

  1. No. In each case opcodes different and can be any.
    6 points
  2. If you find the games on which it works - report here. It will be useful to write an example of work on a real game.
    4 points
  3. I just downloaded 101.0 but it still doesn't work on my Android 10.0 device, please do you have any recommendations? @Enyby
    3 points
  4. one question if value of game add 10000 i need search add x1,x1, #0x10000?
    3 points
  5. This question is answered in the comment above yours, but it seems that you don't understand how nearby search works, so I will try to clarify. Nearby search works just like normal search, but it only searches for values at within certain distance before and/or after target value. For example, target value's address is 12345000 in hex. If you choose distance 1000 (also in hex) and select "Before" and "After", then the search will be performed only in the following range of addresses: [12345000 - 1000; 12345000 + 1000], i.e. from 12344000 to 12346000. You can achieve the same effect by inputting these numbers in "From" and "To" fields of the normal search dialog. At this point it should be obvious, how can you use this feature in script. If it's not, read the comment above yours, then try to find the answer in documentation for "searchNumber" function.
    3 points
  6. 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.
    3 points
  7. Everything depends on the emulator. For example, TianTian even installs GG Tester with ARM libraries, despite the fact that there is x86. On some emulators and on some games, the problem definitely exists.
    3 points
  8. Hi Enyby Speed hack work well but i can't change time it's speed the game/Character time don't change it's beacuse protect by dev??
    3 points
  9. 3 points
  10. I had to move my cursor to show that the video did not hang, because nothing happened for about 30 seconds. And this is only for 10,000 elements. If I put 100,000 elements, then the waiting time would increase not 10, but 100 times. And in the new version - only 10 times. So the new version allows you to save 100,000 elements in about 2 seconds, while the old one does the same in about 40 minutes.
    3 points
  11. Tap counter use Java only. Java use heap. Heap is it complicate thing and not related to .bss or .data. In fact, if you not have native lib, you do not have static memory like .bss or .data. It is section of .so file.
    3 points
  12. You are brilliant This is extremely useful for those debugging.
    3 points
  13. It seems that ~A8 MOV W0, #0 and ~A8 MOV W0, #0x0 are not recognized as valid opcode even though they are valid, just wanted to let you know.
    2 points
  14. Dear mr @Enyby I try to hack higgs domino slot, when rolling it give same slot, but the result not same when the rolling stop.. ? So where the problem? Its like not intecept the result .. [added 1 minute later] But result give other slot? Could you help me mr @Enyby
    2 points
  15. the video is very good, a pity that for famous games it is easy to detect (free fire, pubg, cod), at least in my tests here ... but it works very well in simple games
    2 points
  16. PC not need. https://cheatengine.org/download/CheatEngine.apk
    2 points
  17. Then you should be grateful that someone who can see the comments pointed you to the answer to your question, shouldn't you? And the explanation may be still useful for someone else.
    2 points
  18. pm install -r --abi armeabi-v7a /data/app/com.example.pkg-1/base.apk reinstall game with arm libs. You only need specify proper path instead of /data/app/com.example.pkg-1/base.apk After that activate speedhack in GG and you can record video with example.
    2 points
  19. Score hack too easy. After win first race search 250. After win second - 500. Edit all (two values) to 500.000. Now you get 29 lvl + all possible SP for open all stunts.
    2 points
  20. It looks like this is the work of virtual space. It replaces the path "on the fly." The application writes to the memory card, but due to the substitution, it gets here. Perhaps this can be disabled somewhere in the settings, I do not know. Because of this substitution, in order to transfer data between virtual spaces, you will have to move them yourself so that Virtual Backup sees them from another virtual space. Everything that exists in the virtual space is one application. Which has access to its data. Therefore, the root is not needed. The application has the right to dispose of its data itself. For example, copy them to a memory card. In this case, the game data, from the point of view of the android, and the data of Virtual Backup, is the data of one large Parallel Space application that does something with them. And root is not needed. For example, you can put a file manager into virtual space and operate on paths and internal data, if you know them. I did several mods of file managers for this on 4pda.ru. I will not flood them here. If you want, you will find them there yourself. Just do not bother me with questions about how to download on 4pda or how to use these mods. And sort it out yourself, or don’t get into it at all. The data folder exists in both 64-bit and 32-bit space. 32 and 64 spaces are two different applications, each with its own data. Most often, if there is 64 folder, then 32 folder is empty or it is not available at all. So if there is 64, then copying 32 is pointless, usually. The list of applications is compiled by a list of folders. So if there is an empty folder there, then the application will be on the list. In general, the utility is very simple. I am not going to develop it and "lick" it.
    2 points
  21. Seems like you're trying to use GG directly without root .Watch the video below to know how to properly install GG without root.If this doesn't help you can find the full guide with other methods here
    2 points
  22. Depth is the number of chain pointers you can have. It is when you have to work with multipointers. The more depth, the more results and search time, but also the more chance to find a static pointer. You can let it to default but if you don't find anything, try a bigger offset or a bigger depth, 3 should be eniugh for most games.
    2 points
  23. And here it is? You show the obviously complex and incomprehensible way of editing Double. Just novices there will not understand anything.
    2 points
  24. Also video must be short as possible. So better crop part after test on first zombie.
    2 points
  25. @zam535582 Instead of setting up magic in editing, you must enable show the Double data type in the memory editor and edit the data directly.
    2 points
  26. With any virtual space which allow hidden install app to it, and allow get root for apps inside it. [added 0 minutes later] Parallel space do not allow hidden install apps. App must be installed on system, so this not work.
    2 points
  27. Always impresses me the features you continue to add. Thank you
    2 points
  28. Reverse endian is same as hex in hex editor. Usual order as hex number. If You want same order bytes as in hex editor (like in IDA) you need reverse hex. I use IDA for find this instruction so I use reverse HEX.
    2 points
  29. Devtools from PC can connect to Chrome in Android. In any case it is different levels - devtools and GG. Devtools operate VM, GG operates bytes in physical memory. You must know how all implemented for try change anything in physical memory.
    2 points
  30. It's code written in assembly language if you want to hack games you should start learning those and you will get this. The wrong value is moved to the other address so he changed it to compare it with the wrong value instead making any number you put in it be accepted
    2 points
  31. You can not take and so just write an example of hacking on video. First you need to find the right game. This is a lot of time wasted. Then you need to hack it and record a video. Still, the video will be the same magical and not understandable. I do not have this all the time. That is why GG Victim was created, so as not to waste all this time.
    2 points
  32. i don't get that clearly...can u please explain how to create a speed hack script ? for any racing game ?! please sir
    2 points
  33. 2 points
  34. I am trying to download the parallel space optimized version but I can't download it properly on Gioneep7 max plzz tell me how to download parallel space properly
    2 points
  35. Prevent force close without root: http://gameguardian.net/v-490
    2 points
  36. 2 points
  37. @jerryxx4 Latest. For me all worked as before.
    2 points
  38. Thak Q Bro....... Really It is Awasome........
    2 points
  39. How do you determine what the op code is? Sorry if this is a dumb question I am new to ARMx64 and at the moment I'm trying to understand how these ints and arguments work so I can apply the concepts to searching for these
    1 point
  40. I know code. I read assembler codes. So if wrong code passed it must moved 0 to register. I replace it with move 1. So check always pass and never fail.
    1 point
  41. nice tutorial this one seems to be more professional explaned. although I had to talk in voice because my typing spelling is more more awfull then my english talking, I probably was going to Chinese if I typed
    1 point
×
×
  • 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.