Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,047

Everything posted by Enyby

  1. What impossible? Read text? Understand it? Install logcat record app in parallel space? Run logcat record app in parallel space? You can read text carefully and understand it.
  2. Nothing useful in logcat. Logcat must be recorded while GG started. How to collect logcat (#c1aa00vp)
  3. Learn lua. Learn string concatenation. Learn different between string and number. Fix code. You try write nonsense in both lines.
  4. All work for me. gg.searchNumber('5.222099e-315E~6.3614332e-315E', gg.TYPE_DOUBLE)
  5. Show logcat and video with issue.
  6. Usually it mean go to link and read it.
  7. Gathering information about GG errors (#9ggo57t)
  8. Watch on YouTube: 73.2: Comparison of memory usage with software (SW) and hardware (HW) acceleration - GameGuardian
  9. https://gameguardian.net/forum/search/?q=script minimize icon
  10. Use forum search. Answer already be here. You not first who ask this.
  11. Not, of course. Use forum for help. Here present many other users which able to help you. But use proper topic or create new one or your chance to get answer is around zero.
  12. Try read GG API. And follow topic title. Not post in any possible place.
  13. Enyby

    HOW TO UPLOAD A VIDEO..?

    Too many useless actions. Also this can be hard for reproduce by users. And this is contains too many not necessary actions. Open level it is enough. Do not need show next action like open map. Angry Brids Transformers - hack level - GameGuardian (#chzw3o8e)
  14. Just read same address as Qword.
  15. You can not search double or float value as exact value, because it is can be rounded, or your see not all numbers. So you need use range for any fractional data type. If you need exact same value - search as qword, if you know binary representation of this double. In general, double or float is bad values for exact or group search. Use integer types, like dword or qword.
  16. Gathering information about GG errors (#9ggo57t)
  17. Enyby

    HOW TO UPLOAD A VIDEO..?

    @EliudRm Angry Brids Transformers - hack gold, gems, pigs, sparks - GameGuardian (#b0nog158)
  18. GG can be killed on first attempt. Or on second. Or not killed at all. All depends from system and firmware. But it is rash decision.
  19. I log with usual gg. No any custom.
  20. It does not help if gg killed before it. You try make huge string with string.rep. and gg will be killed during this call. _______________________________________________ added 3 minutes later Also garbage collection (gc) in java will be called automatically. So it can be called before it. In any time and any part of your script. It pause your script and increase time in any part. So check failed. And gc will be called too often because in memory huge game and for gg not free memory. So this check never be passed on real case for most devices.
  21. Calculate time for things it is not good solution. Because it is depends on CPU load. In real case in memory present huge game. And eat many resources. So this protection not work at all. And you use huge memory. It is simply end with kill GG by system by high memory usage. So this solution is worth usual time measure. It is not only not work, it is produce kill GG by system.
  22. Most time not load at all. With log or without log does not matter. Nice choose for production script. Nobody can use it. In any case, log can be produced, so this protection is weak. Part of log:
  23. @ddbb07 Swedish added to translation center. You can translate it. Read first post here.
  24. Find in previous attempt.
  25. It is not connected with root or no root. use external keyboard.
×
×
  • 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.