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.
    7 points
  2. one question if value of game add 10000 i need search add x1,x1, #0x10000?
    5 points
  3. 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
  4. 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
  5. 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
    3 points
  6. PC not need. https://cheatengine.org/download/CheatEngine.apk
    3 points
  7. 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
  8. 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
  9. 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
  10. 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
  11. 3 points
  12. 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
  13. 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
  14. You are brilliant This is extremely useful for those debugging.
    3 points
  15. 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
  16. 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
  17. Read API help. Pay attention to "limit" parameter in different search calls.
    2 points
  18. All complains write to https://forum.cheatengine.org/
    2 points
  19. You always can try use Cheat Engine (or another tool) for understand: GG is not as bad as it could be.
    2 points
  20. can you teach me how to get the last value?<<<400
    2 points
  21. Gathering information about GG errors (#9ggo57t)
    2 points
  22. 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
  23. 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
  24. Try ask vmos support via facebook. They respond there. https://www.facebook.com/pg/vmosglobal/posts/ Or use email from official site at bottom page: https://www.vmos.com/ [added 1 minute later] For example, they answer about GG to someone: https://www.facebook.com/vmosglobal/photos/a.385928872126175/385962268789502/?type=3&__xts__[0]=68.ARBt24YUGJYEJ33UNtOuyHMHrYLZissAOfnOtZ4SCeeB1TEUMKu9Seu3EIweomYDWY4bNSA4MdGhHxFl6slAmEIk4MjPL78efkiijTCgFHoR2rJo_D8OxIaRHN-mfEutk0A6X62oTy77jhcNSI_HgI050bRclA1Th0f2YC8vCkLyyLUeXa6evdU2qOOGVVOeJ5IZr7rMpZHT-lE1YCLU03A5R3sGCvWoB_lH6DriyleqnVgIXu6dsbzI-iDGPLIbIG8wXN124AOq5fmTtNfX0xPER2us6fgo&__tn__=-R [added 2 minutes later] https://forum.xda-developers.com/android/apps-games/how-to-double-android-free-t3951311?fbclid=IwAR3fNgTLOQfonzcogvUAlxTq7ribIco7idAQJvF-WMugaERRKpWP3dyo7LU [added 2 minutes later]
    2 points
  25. It is need a lot of free internal memory. Something around 1.5-2 GB.
    2 points
  26. 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
  27. Game restore paused state. I decide cancel it and kill game again.
    2 points
  28. Chain of pointers. Pointer to pointer and so on. The chain length is the number of pointers. The first pointer of the chain is in static memory, which can always be calculated and it does not change. Further, moving on a chain, it is possible to calculate each subsequent element. And so on until the desired value. If the correct chain is found, then it is possible to restore the values, which change every time. when restarting the whole game or individual levels.
    2 points
  29. And here it is? You show the obviously complex and incomprehensible way of editing Double. Just novices there will not understand anything.
    2 points
  30. Always impresses me the features you continue to add. Thank you
    2 points
  31. 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
  32. 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
  33. 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
  34. 2 points
  35. @Enyby hello sir. I'd like to ask you a question. My Device is Mi5s Android 7.0 MIUI 9.6.1 Ragnarok Classic MMORPG (64bit required) I try to run GG with Parallel Space and it works normally. But... When i try to run my game (Ragnarok Classic MMORPG) on Parallel Space. But always crashed. I've installed both Parallel Space + Parallel Space 64bit on gameguardian.net Get me out of this, please Thanks
    2 points
  36. Prevent force close without root: http://gameguardian.net/v-490
    2 points
  37. 2 points
  38. @jerryxx4 Latest. For me all worked as before.
    2 points
  39. Thak Q Bro....... Really It is Awasome........
    2 points
×
×
  • 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.