Jump to content

AlPt

Members
  • Posts

    1
  • Joined

  • Last visited

AlPt's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. speedhack not working after update the target game.(1.0→1.39) each time I tried to change speed, I will found 2 toast: "loading speedhack" & "speedhack loaded", and the speed of game didn't change. the toast should only display once. (other game/old version game speedhack test all passed) I'm not sure it's because the app change to art or just a gameguardian bug. gg log file attached. the game 1.39 sdk (min)19, (target)30 and 1.0 sdk 14, 23 here is tree of 1.0 & 1.39 apk: (I noticed that the developer delete x86 lib and added armv8a, I'm not sure it's the reason gamehack not working. if it is, can I fool google play to make it believe my devices only support x86 for another version of apk? or can I build a x86 lib for the app?) root@localhost:/sdcard# tree witchspring3.1.0 witchspring3.1.0 ├── AndroidManifest.xml ├── META-INF │ ├── CERT.RSA │ ├── CERT.SF │ └── MANIFEST.MF ├── assets │ └── bin │ └── Data │ ├── Managed │ │ ├── Assembly-CSharp-firstpass.dll │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-UnityScript-firstpass.dll │ │ ├── Assembly-UnityScript.dll │ │ ├── Boo.Lang.dll │ │ ├── Mono.Security.dll │ │ ├── System.Core.dll │ │ ├── System.Xml.dll │ │ ├── System.dll │ │ ├── UnityEngine.Networking.dll │ │ ├── UnityEngine.UI.dll │ │ ├── UnityEngine.dll │ │ ├── UnityScript.Lang.dll │ │ └── mscorlib.dll │ ├── Resources │ │ └── unity_builtin_extra │ ├── globalgamemanagers │ ├── globalgamemanagers.assets │ ├── level0 │ ├── settings.xml │ ├── sharedassets0.assets.split0 │ ├── sharedassets0.assets.split1 │ ├── sharedassets0.assets.split2 │ ├── sharedassets0.assets.split3 │ ├── sharedassets0.assets.split4 │ ├── sharedassets0.assets.split5 │ └── unity default resources ├── classes.dex ├── lib │ ├── armeabi-v7a │ │ ├── libgpg.so │ │ ├── libmain.so │ │ ├── libmono.so │ │ └── libunity.so │ └── x86 │ ├── libgpg.so │ ├── libmain.so │ ├── libmono.so │ └── libunity.so ├── res │ ├── color │ │ ├── common_google_signin_btn_text_dark.xml │ │ ├── common_google_signin_btn_text_light.xml │ │ └── common_google_signin_btn_tint.xml │ ├── drawable │ │ ├── common_google_signin_btn_icon_dark.xml │ │ ├── common_google_signin_btn_icon_dark_focused.xml │ │ ├── common_google_signin_btn_icon_dark_normal.xml │ │ ├── common_google_signin_btn_icon_disabled.xml │ │ ├── common_google_signin_btn_icon_light.xml │ │ ├── common_google_signin_btn_icon_light_focused.xml │ │ ├── common_google_signin_btn_icon_light_normal.xml │ │ ├── common_google_signin_btn_text_dark.xml │ │ ├── common_google_signin_btn_text_dark_focused.xml │ │ ├── common_google_signin_btn_text_dark_normal.xml │ │ ├── common_google_signin_btn_text_disabled.xml │ │ ├── common_google_signin_btn_text_light.xml │ │ ├── common_google_signin_btn_text_light_focused.xml │ │ ├── common_google_signin_btn_text_light_normal.xml │ │ └── unity_static_splash.png │ ├── drawable-hdpi-v4 │ │ ├── app_icon.png │ │ ├── common_full_open_on_phone.png │ │ ├── common_google_signin_btn_icon_dark_normal_background.9.png │ │ ├── common_google_signin_btn_icon_light_normal_background.9.png │ │ ├── common_google_signin_btn_text_dark_normal_background.9.png │ │ ├── common_google_signin_btn_text_light_normal_background.9.png │ │ ├── googleg_disabled_color_18.png │ │ └── googleg_standard_color_18.png │ ├── drawable-ldpi-v4 │ │ └── app_icon.png │ ├── drawable-mdpi-v4 │ │ ├── app_icon.png │ │ ├── common_google_signin_btn_icon_dark_normal_background.9.png │ │ ├── common_google_signin_btn_icon_light_normal_background.9.png │ │ ├── common_google_signin_btn_text_dark_normal_background.9.png │ │ ├── common_google_signin_btn_text_light_normal_background.9.png │ │ ├── googleg_disabled_color_18.png │ │ └── googleg_standard_color_18.png │ ├── drawable-nodpi-v4 │ │ └── ic_launcher.png │ ├── drawable-xhdpi-v4 │ │ ├── app_banner.png │ │ ├── app_icon.png │ │ ├── common_full_open_on_phone.png │ │ ├── common_google_signin_btn_icon_dark_normal_background.9.png │ │ ├── common_google_signin_btn_icon_light_normal_background.9.png │ │ ├── common_google_signin_btn_text_dark_normal_background.9.png │ │ ├── common_google_signin_btn_text_light_normal_background.9.png │ │ ├── googleg_disabled_color_18.png │ │ └── googleg_standard_color_18.png │ ├── drawable-xxhdpi-v4 │ │ ├── app_icon.png │ │ ├── common_google_signin_btn_icon_dark_normal_background.9.png │ │ ├── common_google_signin_btn_icon_light_normal_background.9.png │ │ ├── common_google_signin_btn_text_dark_normal_background.9.png │ │ ├── common_google_signin_btn_text_light_normal_background.9.png │ │ ├── googleg_disabled_color_18.png │ │ └── googleg_standard_color_18.png │ ├── drawable-xxxhdpi-v4 │ │ └── app_icon.png │ └── mipmap-xxxhdpi-v4 │ └── app_icon.png └── resources.arsc 20 directories, 93 files root@localhost:/sdcard# tree witchspring3.1.39 witchspring3.1.39 ├── AndroidManifest.xml ├── META-INF │ ├── CERT.RSA │ ├── CERT.SF │ ├── MANIFEST.MF │ ├── androidx.arch.core_core-runtime.version │ ├── androidx.asynclayoutinflater_asynclayoutinflater.version │ ├── androidx.coordinatorlayout_coordinatorlayout.version │ ├── androidx.core_core.version │ ├── androidx.cursoradapter_cursoradapter.version │ ├── androidx.customview_customview.version │ ├── androidx.documentfile_documentfile.version │ ├── androidx.drawerlayout_drawerlayout.version │ ├── androidx.fragment_fragment.version │ ├── androidx.interpolator_interpolator.version │ ├── androidx.legacy_legacy-support-core-ui.version │ ├── androidx.legacy_legacy-support-core-utils.version │ ├── androidx.lifecycle_lifecycle-livedata-core.version │ ├── androidx.lifecycle_lifecycle-livedata.version │ ├── androidx.lifecycle_lifecycle-runtime.version │ ├── androidx.lifecycle_lifecycle-viewmodel.version │ ├── androidx.loader_loader.version │ ├── androidx.localbroadcastmanager_localbroadcastmanager.version │ ├── androidx.print_print.version │ ├── androidx.slidingpanelayout_slidingpanelayout.version │ ├── androidx.swiperefreshlayout_swiperefreshlayout.version │ ├── androidx.versionedparcelable_versionedparcelable.version │ ├── androidx.viewpager_viewpager.version │ └── services │ └── com.fasterxml.jackson.core.JsonFactory ├── assets │ └── bin │ └── Data │ ├── Managed │ │ ├── Metadata │ │ │ └── global-metadata.dat │ │ ├── Resources │ │ │ └── mscorlib.dll-resources.dat │ │ └── etc │ │ └── mono │ │ ├── 2.0 │ │ │ ├── Browsers │ │ │ │ └── Compat.browser │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ ├── machine.config │ │ │ ├── settings.map │ │ │ └── web.config │ │ ├── 4.0 │ │ │ ├── Browsers │ │ │ │ └── Compat.browser │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ ├── machine.config │ │ │ ├── settings.map │ │ │ └── web.config │ │ ├── 4.5 │ │ │ ├── Browsers │ │ │ │ └── Compat.browser │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ ├── machine.config │ │ │ ├── settings.map │ │ │ └── web.config │ │ ├── browscap.ini │ │ ├── config │ │ └── mconfig │ │ └── config.xml │ ├── boot.config │ ├── data.unity3d │ └── unity default resources ├── classes.dex ├── lib │ ├── arm64-v8a │ │ ├── libil2cpp.so │ │ ├── libmain.so │ │ └── libunity.so │ └── armeabi-v7a │ ├── libil2cpp.so │ ├── libmain.so │ └── libunity.so ├── play-services-auth-api-phone.properties ├── play-services-auth-base.properties ├── play-services-auth.properties ├── play-services-base.properties ├── play-services-basement.properties ├── play-services-drive.properties ├── play-services-games.properties ├── play-services-nearby.properties ├── play-services-tasks.properties ├── res │ ├── color │ │ ├── common_google_signin_btn_text_dark.xml │ │ ├── common_google_signin_btn_text_light.xml │ │ └── common_google_signin_btn_tint.xml │ ├── drawable │ │ ├── common_google_signin_btn_icon_dark.xml │ │ ├── common_google_signin_btn_icon_dark_focused.xml │ │ ├── common_google_signin_btn_icon_dark_normal.xml │ │ ├── common_google_signin_btn_icon_disabled.xml │ │ ├── common_google_signin_btn_icon_light.xml │ │ ├── common_google_signin_btn_icon_light_focused.xml │ │ ├── common_google_signin_btn_icon_light_normal.xml │ │ ├── common_google_signin_btn_text_dark.xml │ │ ├── common_google_signin_btn_text_dark_focused.xml │ │ ├── common_google_signin_btn_text_dark_normal.xml │ │ ├── common_google_signin_btn_text_disabled.xml │ │ ├── common_google_signin_btn_text_light.xml │ │ ├── common_google_signin_btn_text_light_focused.xml │ │ ├── common_google_signin_btn_text_light_normal.xml │ │ ├── notification_bg.xml │ │ ├── notification_bg_low.xml │ │ ├── notification_icon_background.xml │ │ ├── notification_tile_bg.xml │ │ └── unity_static_splash.png │ ├── drawable-hdpi-v4 │ │ ├── app_icon.png │ │ ├── common_full_open_on_phone.png │ │ ├── common_google_signin_btn_icon_dark_normal_background.9.png │ │ ├── common_google_signin_btn_icon_light_normal_background.9.png │ │ ├── common_google_signin_btn_text_dark_normal_background.9.png │ │ ├── common_google_signin_btn_text_light_normal_background.9.png │ │ ├── googleg_disabled_color_18.png │ │ ├── googleg_standard_color_18.png │ │ ├── notification_bg_low_normal.9.png │ │ ├── notification_bg_low_pressed.9.png │ │ ├── notification_bg_normal.9.png │ │ ├── notification_bg_normal_pressed.9.png │ │ └── notify_panel_notification_icon_bg.png │ ├── drawable-mdpi-v4 │ │ ├── app_icon.png │ │ ├── common_google_signin_btn_icon_dark_normal_background.9.png │ │ ├── common_google_signin_btn_icon_light_normal_background.9.png │ │ ├── common_google_signin_btn_text_dark_normal_background.9.png │ │ ├── common_google_signin_btn_text_light_normal_background.9.png │ │ ├── googleg_disabled_color_18.png │ │ ├── googleg_standard_color_18.png │ │ ├── notification_bg_low_normal.9.png │ │ ├── notification_bg_low_pressed.9.png │ │ ├── notification_bg_normal.9.png │ │ ├── notification_bg_normal_pressed.9.png │ │ └── notify_panel_notification_icon_bg.png │ ├── drawable-nodpi-v4 │ │ └── ic_launcher.png │ ├── drawable-v21 │ │ └── notification_action_background.xml │ ├── drawable-watch-v20 │ │ ├── common_google_signin_btn_text_dark_normal.xml │ │ ├── common_google_signin_btn_text_disabled.xml │ │ └── common_google_signin_btn_text_light_normal.xml │ ├── drawable-xhdpi-v4 │ │ ├── app_banner.png │ │ ├── app_icon.png │ │ ├── common_full_open_on_phone.png │ │ ├── common_google_signin_btn_icon_dark_normal_background.9.png │ │ ├── common_google_signin_btn_icon_light_normal_background.9.png │ │ ├── common_google_signin_btn_text_dark_normal_background.9.png │ │ ├── common_google_signin_btn_text_light_normal_background.9.png │ │ ├── googleg_disabled_color_18.png │ │ ├── googleg_standard_color_18.png │ │ ├── notification_bg_low_normal.9.png │ │ ├── notification_bg_low_pressed.9.png │ │ ├── notification_bg_normal.9.png │ │ ├── notification_bg_normal_pressed.9.png │ │ └── notify_panel_notification_icon_bg.png │ ├── drawable-xxhdpi-v4 │ │ ├── common_google_signin_btn_icon_dark_normal_background.9.png │ │ ├── common_google_signin_btn_icon_light_normal_background.9.png │ │ ├── common_google_signin_btn_text_dark_normal_background.9.png │ │ ├── common_google_signin_btn_text_light_normal_background.9.png │ │ ├── googleg_disabled_color_18.png │ │ └── googleg_standard_color_18.png │ ├── layout │ │ ├── notification_action.xml │ │ ├── notification_action_tombstone.xml │ │ ├── notification_template_icon_group.xml │ │ ├── notification_template_part_chronometer.xml │ │ └── notification_template_part_time.xml │ ├── layout-v16 │ │ └── notification_template_custom_big.xml │ ├── layout-v21 │ │ ├── notification_action.xml │ │ ├── notification_action_tombstone.xml │ │ ├── notification_template_custom_big.xml │ │ └── notification_template_icon_group.xml │ ├── mipmap-hdpi-v4 │ │ ├── app_icon.png │ │ └── app_icon_round.png │ ├── mipmap-ldpi-v4 │ │ ├── app_icon.png │ │ └── app_icon_round.png │ ├── mipmap-mdpi-v4 │ │ ├── app_icon.png │ │ └── app_icon_round.png │ ├── mipmap-xhdpi-v4 │ │ ├── app_icon.png │ │ └── app_icon_round.png │ ├── mipmap-xxhdpi-v4 │ │ ├── app_icon.png │ │ └── app_icon_round.png │ └── mipmap-xxxhdpi-v4 │ ├── app_icon.png │ └── app_icon_round.png └── resources.arsc 39 directories, 162 files root@localhost:/sdcard# GG_logcat_r100.0_16134_10_29.log
×
×
  • 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.