Jump to content

HEROGAMEOfficial

Contributor
  • Posts

    558
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by HEROGAMEOfficial

  1. @Enyby My problem just one, in latest version gg If I'm use speed hack (Hold icon GG). Game crash (dead), but in old version 73.6 its not crash, if i have mod maybe I record logcat,,
  2. There is me. My game dead if use speed hack, in old version its not. But I don't have a mod to record and send it here,,
  3. I wonder what memory? RAM? Storage internal or external? If RAM i think not full,, Free more 512Mb.
  4. Ok, sorry, I didn't see the OutOfMemory text even though it was clear,,
  5. @Enyby IDK how it happened but I don't have logcat, because I run GG normally. I didn't think this would happen.
  6. Look what I'm saying. ^ You need learn what is lua program. Go here lua.org.
  7. This specific; a = io.open("/system/build.prop", "r") if not a then gg.alert("Can't read build.prop") os.exit() else a = a:read("*a") end Use match for get what you want in build.prop read this and understand: http://lua-users.org/wiki/PatternsTutorial
  8. Its just programer, not all people now it. For simple local a = io.open("/system/build.prop", "r"):read("*a") print(a) Its not fix because i think no root can't read build.prop or not all firmware can allow to this, show check before read, like local b = io.open("/system/build.prop", "r") if not b then return end then you can next steep for read build.prop.
  9. I think it's free (to no avail) ,,Use gg.prompt text mode, my suggestion is simple,, Lol what is friends io.open?
  10. View File SCToolsHGO.lua Convert string to number (byte). Submitter HEROGAMEOfficial Submitted 10/04/2019 Category Tools  
  11. Version 1.0.4

    26,379 downloads

    Convert string to number (byte).
  12. Don't ask me,,
  13. I think how to use gg.internal1 or gg.internal3,, rightლ(^o^ლ)
    What this? This what? Bad programmer.
  14. Just learning to make a script do not bother to share your skills that are not useful. Your script is really bad.
  15. @TopGEOYT You boss? Don't be like a boss. I think nothing answer for your question. What is problem? @TopGEOYT Give questions that are not silly.
  16. Dear Developer GG. Fix this next release? Try runn this script in GG 86.5 and 86.4 what you get? Error.lua This video: This logcat: GG_logcat_r86.5_15532_7.1.2_25.log
  17. you understand more than me ,,I think making GG like a normal apk that is not detected by the game will make a little gap and it solves the problem. I think. [added 0 minutes later] Make GG like whatsapp or another aplication.
  18. Can't do it root,, Nothing permission from shell,, I try all to rename this folder i just get false. [added 2 minutes later] If GG can run use this permission this fix hide GG from Game, but i think its just illusion. Its like 1 < 0 right?
  19. Thanks @saiaapiz nice thread. @Enyby i want request os.rename: I just need for this Hide detec for All game detec GG.
  20. 1. Search DWORD mode Code found. 2. Search FLOAT mode Code not found. @EnyBy this bug GG? GameGuardian.apk v.86.2. Need Logcat?
  21. Nothing i don't get logcat,,
×
×
  • 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.