-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
In translation center present filters: outdated: http://gameguardian.oneskyapp.com/collaboration/translate/project/project/103666/language/5#/filter/outdated need revision: http://gameguardian.oneskyapp.com/collaboration/translate/project/project/103666/language/5#/filter/need-revision And others:
-
What's New in Version 8.9.2 Pinned items in history. Do not hide status bar. Updated translations. Fixed bug in speedhack. Fixed bug with parse fractional numbers on some locales. Fixed crashes and bugs.
- 1,987 replies
-
2
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I correct few mistakes with use placholders: "__appname__" and "__app-name__" instead of "__app_name__". But translation not done. Few string not translated and one outdated. fr: Translate for "search_unknown_value" is old: 1457027069.3712 < 1479085232.7537 In string "help_exact_search" found old placeholder: "appname" In string "help_speedhack" found old placeholder: "app-name" Present manual strings. need translate: front_text need translate: search_hint need translate: mode_hacking need translate: union need translate: history need translate: help_fuzzy_search need translate: help_group_search need translate: help_others need translate: help_typical_usage need translate: help_hints need translate: help need translate: help_floating_icon_title need translate: help_exact_search_title need translate: help_speedhack_title need translate: help_fuzzy_search_title need translate: help_group_search_title need translate: help_others_title need translate: help_typical_usage_title need translate: help_hints_title need translate: value_format need translate: format_hex need translate: format_rhex need translate: clear_selection need translate: invert_selection need translate: select_all need translate: edit_selected need translate: delete_selected need translate: save_selected need translate: nothing_selected need translate: remove_prompt need translate: items_added need translate: no_items_for_editing need translate: on_sdcard need translate: edit_info need translate: edit_all_info need translate: revert_selected need translate: nothing_to_revert need translate: revert_prompt need translate: format_string need translate: calculate_offset need translate: used_only_first need translate: need_select_more need translate: select_copy_offset need translate: offset need translate: offset_calculator need translate: fill_toolbar need translate: unit_hours_short need translate: speed_info need translate: search_helper need translate: off need translate: sort need translate: daemon_killed need translate: freeze_lags need translate: improve_translation need translate: freeze_interval need translate: saved_list_update_interval Main thing: front_text not translated - then on first screen appear info about auto translation.
- 37 replies
-
-1
-
Asphalt 8: Airborne - hack MAX PRO upgrades - search group - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Practice shows that to guess that the people had in mind, is quite difficult. Better to wait for his response, but not to build theory. Sometimes the results are very strange.
- 1,987 replies
-
2
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
You need see internal name of string. For this example it is like hours_short. I do not know about mobile version but in desktop version it must be visible.
-
Translate directly. All strings must be translated directly. This message never see by user if you translate front text.
-
-
-
@Raizo1 what you mean? Icon toolbar?
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Updates will be available in next release. _______________________________________________ added 2 minutes later I use all data from translation center at release moment. If you late with changes then its appear in next release. Commonly release make on Sunday night/Monday morning.
-
-
Analysis of protection for most games Most of the games are not protected as such. Simple search values in the memory, and then change gives the desired result. Hacking can be done by any tool. Some games (such is not very much), base their protection on the use of float or double data type for integer types. Basically, the differences from the previous embodiment have. Some difficulty may be rounded values, although usually it is not. Hacking can be carried out by any tool with the support of the required type. If the tool does not support the media type, you can use converters and look for the value as dword, although it is inconvenient. Some games use encryption based on the xor, bit shifts and others, simple and cheap operation. Direct search value to find such data in memory can not be. Hacking can be accessed via fuzzy search or search through an encrypted (only GameGuardian). Search encrypted usually several times faster than the fuzzy search. Suffice rare complex encryption, which does not meet the requirements for the search through the "encrypted value" mode. You can find the correct values through fuzzy search in these cases. fit any tool with such capabilities. So much for the search changes the value in memory. Usually it's simple enough. These methods break down 90-95% of games with variable values. Now consider the case where the value can not be changed. A typical example is object prices in stores. In most cases the data are not encrypted, but find it difficult in the memory, because too many of the same values to memory. Naturally you need to search and sift through, but often it does not give significant reductions in the number of results found. If you change everything, the game may crash. There are two approaches to this case: 1. Group search, if there is any number of nearby. It works in many games and can give very good results for screenings when experimenting with a maximum group size. Usually, you can search up to 8 numbers at once. You can use any attacker that supports group search. However, not all tools correctly handle certain difficult situations, such as group search with the same values. Plus, not all tools can maintain the desired type in the group search. 2. The change in the value with subsequent verification of the change in the game. You can use any tool, but GameGuardian allows you to automate the process, doing everything in two or three clicks, while the remaining tools require hundreds, or even thousands of actions. It's about AutoFill. By combining these two approaches can achieve most of the hacking static values. Another useful thing is a memory editor in the hacker. If it is, you can view the memory near the values found - sometimes it allows you to find other values, or to speed up hacking. This requires the tool with the editor of memory and support for the conclusions of relevant data types. Sometimes you want to freeze to the successful hacking. Here, too, will fit any tool with this feature. These approaches and methods enough to break most existing games. Naturally it is only those games that can be hacked.
-
@CodeKiller True. But you need reverse hex for valid results because android use little-endian byte order.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Search string planed in future.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Wrong. On first look on encrypted search you think same things - 'no common way' but it is not true. If look deeper you can find one common way. I do not think so. He do not look into issue. 'This impossible because it look like that' - no any check. It is not unprofessional. He hear many trash things and think about that 'is another trash'. Man who write PC CheatEngine can not be unprofessional. It is very hard and very powerful tool. Many more harder from GG. I can tell him how work encrypted search. But it cause some problems on future. Code of CheatEngine is open source. If I tell him this info then after implementation its stay public. Encrypted search worked only if some requirements passed. It can be easy avoided. If anyone known how it works then they can use easy fix for bypass encrypted search. Because of that I do not want tell to any how it work. Especially make algorithm public.
-
He say: Maybe in someday we can see improved CheatEngine for Android. BTW: Their forum look like forgotten. Or they do not like me/us. I post to thread 5 day ago but post visible only for me. No approve by mods: And I have more old post: http://forum.cheatengine.org/viewtopic.php?p=5646270#5646270 It too hidden from all expect me:
-
Scopely: Gameloft:
- 80 replies
-
3
-
https://gameguardian.net/forum/topic/7398-gathering-information-about-gg-errors/
-
All cars listed. Search yourself. Use part of names instead of full name. For example look for "mercedes" and "63" around it. Or word "hommage".
- 784 replies
-
-1