Skip to content

Releases: KuhakuPixel/AceTheGame

0.1.3

08 Dec 15:07
4bdccfe
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Added

  • Add initial version of In App purchase Hack support for android

Fixed

  • [Modder]: build from source error on windows
  • [Modder]: use --use-aapt2 during rebuild, so we can patch newer games
  • [ATG]: fix crash on armv8l (saumsung J7)
  • [ATG]: fix hang when connect to ACE Server on some devices more detail

Changed

  • [Modder]: patch command from modder patch [APK_PACKAGE_NAME] to modder patch [APK_PACKAGE_NAME] -m for adding memory editing support
  • [Modder]: removed decompile and recompile command because its not too important

0.1.2

06 Oct 11:09
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

[0.1.2]

Fixed

  • [Apk] empty progress bar on non rooted device

  • [Apk] apk crashing on Ld Player

  • [Modder] Patch error on some apk
    because of adding smali code to a dex file that is already at its limit

Added

  • [Apk]: Region Level option (select which memory regions to scan)
  • [Apk]: Scroll Bar for table

Changed

  • [ACE] region level's default value from heap_stack_executable_bss to all_read_write

    (on some device like LdPlayer it isn't finding a match because it excludes important region in name
    of optimization, this fast scan feature is still experimental, so it shouldn't be used by default)

Removed

0.1.1

07 Sep 12:07
cf14f24
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

[0.1.1]

Fixed

  • [Modder] installation fails when Apk's AndroidManifests.xml 's extractNativeLib=false
  • [Modder] patch fails with exception can't find launchable activity because of
    using aapt1 instead of aapt2

Added

  • [APK] add default port when pressing Connect to ACE's server
  • [Modder] sign command to sign apk

Changed

  • [Modder] simplify patch command

Removed

0.1.0

16 Aug 15:13
9cd8a6f
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

[0.1.0]

Fixed

  • [APK] error not showing when giving invalid input during scan

Added

  • [APK] freeze value
  • [APK] right arrow icon option to add all matches to address table
  • [APK] faster scan by only scanning memory region that matters
  • [APK] options to delete all (trash icon) or one address in address table
    (clicking the address of an entry and click delete this address)
  • [ACE] region_level option to choose which region to scan

Changed

  • [APK] press only the value cell to edit address's value instead of the whole row

Removed

  • [APK] unused binary module (apk's size is smaller now)

0.0.9

27 Jul 10:39
c767b5e
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release

[0.0.9]

Fixed

  • [ATG] some of scan options not shown, because it is not scrollable
  • [ATG] scanning for value may freeze the entire app due to only using one thread

Added

  • [ATG] progress bar when scanning
  • [ATG] Icon for the overlay button

Changed

Removed

0.0.8

27 Jun 10:48
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

[0.0.8]

Initial Alpha release of ATG apk

Fixed

  • [ATG] Nasty Freezing bug in low end device after doing a couple of scan
    because of incorrect implementation of running su binary
  • [ATG] Crash when writting value of different type in Address Table

Added

  • [ATG] Better explanation of the difference between the file ("CHANGELOG")
    and its function "the change log".

  • [ATG] Connect To ACE server button, this is for developer
    who wants to run their own ACE server instead of it being runned by the apk

    this can help with debugging and see the output better
    (because looking at adb logcat is painful sometimes :v)

Changed

  • [ATG] handle potrait and landscape orientation for Memory Menu

Removed

  • [ATG] Against value checkbox

    instead, rely on whether the input field is empty
    to scan with/without value

    suggestion from lasnik

0.0.7

01 Jun 16:41
d7fd3a5
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Released initial version of APK
WARNING: still experimental and still many bugs, can't even be considered alpha

0.0.6

18 May 11:00
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Fix:

Added

  • support to start ACE as a server to communicate with gui via command
    ACE attach-pid and a client binary to talk to it

Changed

Fixed

  • ACE's input command not working on some older device
    (still can't work on non rooted old device)

0.0.5

26 Mar 03:20
e4c638b
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
  • Make binary size smaller by stripping symbol so they don't become stupidly big

Version 0.0.3

15 Mar 12:25
e4c638b
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release
  • Add changing scan type feature for non rooted android