Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,027

Everything posted by Enyby

  1. Watch on Youtube: 79.0: Edit UTF-16LE text (Java String) - GameGuardian
  2. Watch on Youtube: 79.0: Convert number to UTF-16LE char and back - GameGuardian
  3. As you can see, the time jump from the interface does not work. And from the panel - it works. You can also put the game on pause. This can also help. The game detects a loss of focus and resets time if it has changed when there was no focus. It can be used for their own purposes. For example, if the timer is useful, you can extend it by making a jump from the interface. In this game, it will restore it to its normal value. For example, this is useful for a booster timer, hoard, hat, or flower timer.
  4. Watch on Youtube: 79.0: View text in UTF-16LE - GameGuardian
  5. Watch on Youtube: 79.0: Fill. Edit multiple values at once - GameGuardian
  6. Not. It is very difficult to find a game for hacking under a given criterion. Takes too much time.
  7. Try. I think your device with small amount of ram. Or present some memory killer/cleaner.
  8. Set "data in memory" to "no".
  9. Hack is simple but long. Start fuzzy search dword at start level. If ball change state - fire to usual or back it is fuzzy changed. In other case it is fuzzy unchanged. After lot of refine you have few results. Freeze it on fire state and you get effect as in video.
  10. So you do not know what you are asking. The video shows the contents of the GG settings file.
  11. You can not read GG prefs file. It is not a bug. As intended.
  12. What problem? Video need too. And maybe recorded script with explanation what wrong. Logcat do not cancel detailed explanation.
  13. IDK. Maybe bug for render checkbox state in this emulator/firmware. For me all ok in LDPlayer.
  14. I do not understand you. Record video with issue.
  15. Watch on YouTube: 78.0: Added formula input mode on the internal keyboard - GameGuardian
  16. Watch on YouTube: 78.0: Added option to override the locale for formatting numbers - GameGuardian
  17. Watch on YouTube: 78.0: Added different options for displaying data - GameGuardian
  18. https://gameguardian.net/forum/files/file/1320-tester/
  19. Enyby

    Lua code tester

    Version 1.0

    2,903 downloads

    Allow you run some lua code. And add 'print' around it if need.
  20. View File Lua code tester Allow you run some lua code. And add 'print' around it if need. Submitter Enyby Submitted 05/10/2019 Category Tools  
  21. You can use something like this: local s = gg.prompt({'Code:', 'add print'}, nil, {'text', 'checkbox'}) if s ~= nil then if s[2] then s[1] = 'print('..s[1]..')' end local run, err = load(s[1]) if run == nil then print(err) else run() end end
×
×
  • 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.