Jump to content

MuNdane

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by MuNdane

  1. 10 hours ago, Enyby said:
    
    	<string name="help_faq_title">Frequently asked questions</string>
    	<string name="help_faq_1_q">Why can   I not enter a value greater than 99 or 60,000?</string>
    	<string name="help_faq_1_a">You found the value of __type_byte__ or __type_word__. Look for __type_dword__ to enter larger values.</string>	
    	<string name="help_faq_2_q">How to search for fractional (__type_float__) values, without taking into account decimals?</string>
    	<string name="help_faq_2_a">Use the \"__type_auto__\" data type or range search. For example, for 11.345 you can search for \"10__tilde__12\".</string>
    	<string name="help_faq_3_q">I found the value and changed it, but in the game this change does not do anything. I'm just trying to use it but everything comes back. What am I doing wrong?</string>
    	<string name="help_faq_3_a">"In some games, the values are protected or encrypted. Before displaying the value, the value is decrypted into another variable. You changed it.
    Since this value is used only for display, it does not affect the game mechanics. To find the real value, rather than the displayed value, use the search for the encrypted value, or the fuzzy search.
    Sometimes the value is stored on the server and synchronized each time. In this case, it can not be hacked. If the game does not work without the Internet and the previous ways did not help - most likely this is the case."</string>
    	<string name="help_faq_4_q">Does not find the value in game X. Or finds it, but when changed nothing happens. Or it finds it, but after it's changed the game crashes. How do I know what the problem is, is it the protection in the game or with __app_name__?</string>
    	<string name="help_faq_4_a">"You must take a simple program that is guaranteed to have no protection and try it. I prefer to use \"Hill Climb Racing\". The game is simple, uncomplicated and does not contain any defenses. You can check the hacking of money as a direct search by number, and fuzzy search for change.
    If hacking on this simple game works, then it's in that X game that you tried to hack. If not, then the problem is in __app_name__.
    There is even an easier option: \"Tap Counter\". Install it. Run. Try to crack the number of tapes displayed on the screen. It should be very easy. If not, then the problem is in __app_name__ or its settings.
    Try another version of __app_name__, try to search for a description of the error received on the forum in the relevant topic or on the Internet. In extreme cases, you can ask around in the forum."</string>
    	<string name="help_faq_5_q">How to search for time?</string>
    	<string name="help_faq_5_a">"- Try to search as the number of days, hours, minutes or seconds. The data type can be either __type_byte__, __type_word__, __type_dword__ or __type_qword__. Also you can use type __type_auto__.
    - Try to search as a number of milli- or nanoseconds. The data type is __type_dword__ or __type_qword__.
    - Try to search as unix timestamp the end date. Type - __type_dword__. It is considered as the difference between the current unix timestamp and the saved one. Search through the range search.
    For example, if 30 days are written, then you are looking for 30 +/- 1 day from the current unix timestamp. The current unix timestamp can be easily viewed on the Internet."</string>
    	<string name="help_faq_6_q">Is it possible to hack online games?</string>
    	<string name="help_faq_6_a"> It is possible to hack the data that is stored on the client. Anything on the server can not be hacked. In different games can be different ways. Even within a single player game, some of the data may be on the server, and some may not.</string>
    	<string name="help_faq_7_q">Where does speedhack work?</string>
    	<string name="help_faq_7_a">"Speedhack may not work on x86 devices / emulators for games that do not have x86 libraries.
    Also for an Art environment, speedhack does not work with Java timers. If the game uses them and you have an Art environment (usually Android 5 and above), then speedhack will not work."</string>
    	<string name="help_faq_8_q">__app_name__ as a whole works for me, but in some games I'm getting the PTRACE_ATTACH error. Why and what to do about it?</string>
    	<string name="help_faq_8_a">This game is equipped with protection against debugging by the type of SecNeo protection. __app_name__ can not bypass this protection. Through it, you can not hack this game.</string>
    	<string name="help_faq_9_q">Why does the application have such a strange package name? Why is the application not updated, but every time install separately? Why does each version have a different package name?</string>
    	<string name="help_faq_9_a">To prevent detection by anti-cheats by package name.</string>
    	<string name="help_faq_10_q">In some games, when changing speed (speedhack), they stop responding to clicks. Is it game protection or program error?</string>
    	<string name="help_faq_10_a">This means that your speedhacking intercepts the input queue timers and it dies. It is necessary to select green checkmarks in the list of timers (in the settings of __app_name__) so that this does not happen.</string>
    	<string name="help_faq_11_q">Why does it issue a comma separated list of errors?</string>
    	<string name="help_faq_11_a">Because the delimiter of numbers is a semicolon (\"__semicolon__\").</string>
    	<string name="help_faq_12_q">How do I perform multiple searches at the same time?</string>
    	<string name="help_faq_12_a">At the moment, the application does not allow this, but you can install the application several times and run the copies together if there is enough memory and disk space.</string>
    	<string name="help_faq_13_q">Do I need to update the application if there is nothing significant in the changes?</string>
    	<string name="help_faq_13_a">It is suggested. Support is only for the latest version.</string>
    	<string name="help_faq_14_q">What are the symbols \"!\" And \"#\", before the process name?</string>
    	<string name="help_faq_14_a">"This marks the traced processes.
    \"#\" - before the process means that it is traced by some other process.
    \"!\" - before the process, this process is traced some other process.
    Tracing is typical for debugging or hacking. Also it is used in some protections. Typically, a process with a \"#\" sign is a protected process."</string>
    	<string name="help_faq_15_q">Why does the application after the standard installation also perform its own installation, issuing requests for root rights?</string>
    	<string name="help_faq_15_a">__app_name__ reinstalls itself with random data to prevent its detection by anti-cheats. Root rights are needed for \"silent\" installation and uninstallation. You can not give them out. In this case, you will have to manually respond to all requests of the system for installing applications.</string>
    	<string name="help_faq_16_q">What is __pkg__? Is it a trojan or a virus? Is it safe to give this application root access?</string>
    	<string name="help_faq_16_a">This is the base name of the __app_name__ package. Issuing root access is safe if __app_name__ is downloaded from trusted sources.</string>
    	<string name="help_faq_17_q">Why is __app_name__ in the list of installed applications named as a random character set? Why does this character set request root access? Why when launching __app_name__ writes that the root is not provided by __app_name__, but by some kind of abracadabra?</string>
    	<string name="help_faq_17_a">Because __app_name__ uses it to hide itself from detection by anti-cheats.</string>
    	<string name="help_faq_18_q">Why is __app_name__ of the latest versions sometimes detected by anticheats, and sometimes not?</string>
    	<string name="help_faq_18_a">Because __app_name__ uses different things to hide itself from detection by anti-cheats. This includes a random package name and application. At each installation they are different. Try reinstalling __app_name__ to regenerate. Perhaps after this anti-cheat will cease to see __app_name__.</string>
    	<string name="help_faq_19_q">Why is my game not in the application list?</string>
    	<string name="help_faq_19_a">Because this is a list of running applications, and your application is not running. Run it, and then select it in __app_name__.</string>
    	<string name="help_faq_20_q">Why can Java applications not respond to speedhack on Android 5 and above?</string>
    	<string name="help_faq_20_a">Because speedhack is designed for games with native libraries. Your application is not. And since Android 5 used the environment of Art, instead of Dalvik, which makes it impossible to intercept Java timers. Do not do anything. The situation will not change in the future.</string>
    	<string name="help_faq_21_q">I used a different speedhack / hacking tool on android 4 and everything worked. Now I put __app_name__ on android 5 and above, but those methods do not work. Why?</string>
    	<string name="help_faq_21_a">"Because many things have changed and your utility would not work just like that. Do not create your illusions that this __app_name__ is so bad, but if there was that utility, then uh! There's no such thing.
    To test this, put __app_name__ on android 4, and repeat all the same actions as in that utility. As a result, you will succeed. But this does not mean that these same methods will work on android 5 and above.
    This fact is confirmed experimentally, repeatedly."</string>
    	<string name="help_faq_22_q">I'm watching a video sample / screenshots and there are other data in the memory editor. Why?</string>
    	<string name="help_faq_22_a">Because the video / screenshot has a different output format. In the memory editor, press the menu - select \"__value_format__\" and configure the output as it should.</string>
    	<string name="help_faq_23_q">When the value is frozen, the game starts to brake or lag. Why?</string>
    	<string name="help_faq_23_a">Because you have in the __app_name__ settings the option to \"__hide_from_game__\" enabled. Turn it off.</string>
    	<string name="help_faq_24_q">How can I disable checking for new versions when I start the application?</string>
    	<string name="help_faq_24_a">No way.</string>
    	<string name="help_faq_25_q">How to rewind the time back in the application? Is it possible to make a time jump not forward, but backward?</string>
    	<string name="help_faq_25_a">No way. You can not. Time must always increase otherwise the game can crash. However, in the latest versions we added the possibility of a negative time jump. The result may be a hang of the game or loss of data. Be warned.</string>
    	<string name="help_faq_26_q">I put the icon on and it disappeared. How can I get it back?</string>
    	<string name="help_faq_26_a">The icon becomes transparent, but you can still click on it. Click where it was, then changed the setting via the interface.</string>
    	<string name="help_faq_27_q">How do I search for a value if it is displayed in rounding with the game? For example, 1.85M.</string>
    	<string name="help_faq_27_a">Search for the search range. The range limits depend on the rounding rules. For example, \"1845000__tilde__1854999\" for standard rounding.</string>
    	<string name="help_faq_28_q">How do I search for a percentage value? For example, 123%.</string>
    	<string name="help_faq_28_a" formatted="false">It is depends on the implementation. For each game it can all be different. For example 123%. It can be __type_float__ or __type_double__ with any value. Like 1.23 or 123.0. Or it can be integer types: __type_byte__, __type_word__, __type_dword__. For example 123 or 12300. On output it can be divided on some number. 100 or 345 or anything else. For each game it can be different. You can try the most obvious cases. For 123% it can be 1.23 or 123. Type - __type_auto__. If you are lucky it can be what you need.</string>
    	<string name="help_faq_29_q">What if the game detects __app_name__?</string>
    	<string name="help_faq_29_a">"- You can try to enable the \"__hide_from_game__\" setting, but this does not always help.
    - If after the __app_name__ system installation you canceled it own installation, it can also help to detect by application name or package name. Reinstall the __app_name__ and do not cancel the installation.
    - Also you can try XPrivacy or similar utilities. Find out how to configure them on the Internet."</string>

     

     

  2. 13 hours ago, Enyby said:
    
    	<string name="help_encrypted_search_title">Search for encrypted values</string>
    	<string name="help_encrypted_search">
    "* Search for encrypted values:
         1.  Switch to __app_name__ from a game.
         2.  Tap the \"__search_known_value__\" button in the \"__search__\" tab.
         3.  Input the number that is displayed in the game.
         4.  Select the suitable data type, or choose (\"__type_auto__\" (if you are not sure), any other options (if needed), check \"__mode_hacking__\" and click \"__search__\".
         5.  When finished searching, search results will be displayed in the list.
         6.  Go back to the game. After the value has changed, switch to __app_name__ again.
         7.  Search for the value that changed. Checkbox \"__mode_hacking__\" must be checked.
         8.  If there are too many results, continue to step 6.
         9.  If only a few results are left, you can try to modify, store or freeze the value.
    "	</string>

     

     

  3. 5.  When finished searching, search results will be displayed in the list.
    8.  If there are too many results, return to step 6.
    
    8.  If there are too many results, repeat steps 6 and 7.

    Either one of those for step 8 would be better.

  4. I'm only assuming that since you posted the change log here that you are looking for corrections...

     

    "Added prompt to improve auto translation."

     

    or

     

    "Added prompt for improving auto translation."

     

    Also...

    "Added setting 'freeze interval'."

  5. <string name="improve_translation">This translation was created by an automatic translator. You can improve it by using our collective translation service.</string>
    	<string name="freeze_interval">Freeze interval:</string>
    	<string name="saved_list_update_interval">Saved list updates interval:</string>
    	<string name="milliseconds_short">ms</string>
  6. Sorry, I made a mistake by adding an apostrophe in the word 'its'...

     

    1. Any memory killers or optimizers. You must disable any killers or add __app_name__ to the white list in its settings.
  7. <string name="search_helper">Search helper:</string>
    	<string name="off">Off</string>
    	<string name="go_to_game">Go back to the game, if a lot of values are found</string>
    	<string name="go_to_game_and_restore">Go back to the game, if a lot of values are found and restore the search mode on next open</string>
    	<string name="nothing">Nothing</string>
    	<string name="sort">Sort</string>
    	<string name="sort_and_remove_duplicates">Sort and remove duplicates</string>
    	<string name="help_basics_title">Basic information</string>
    	<string name="help_basics">"After you start the application, by clicking the \"__start__\" button, a floating icon will appear on the screen. It can be dragged to any location.
    Short tapping on the icon will open the main application interface, long tap - show a panel for changing the speed of the game.
    
    In the main screen you can see:
        * In the upper left corner - the icon of the game. Tapping on it allows you to select another game.
        * Located in the center are bookmarks to navigate through the tabs. Tapping on the desired bookmark displays the appropriate tab.
        
    In total there are 4 tabs: settings, search, saved list and the memory editor.
        * In the upper right corner of the interface is the close button. Press it and the interface will be hidden, and a floating icon will appear on the screen.
        * At the bottom of the screen there is a status bar and the eye icon. If you press and hold on the eye icon, the interface becomes transparent, as long as you do not release your finger.
        * The rest of the contents on the screen depends on which tab you're on.
    
    On each tab, except for the settings tab, there is a menu button, which contains a variety of possible actions. In it you will find the main actions for this tab.
    
    Settings tab contains a variety of settings, help, and information about the application, and the exit button.
    
    Search tab contains:
        * Pause button, the name of the selected game, the number of results found, and the refresh button.
        * Below is a panel with quick access icons and a menu button. All icons are duplicated on the menu, so if you do not know the meaning of the icon, it can always be viewed by clicking on the menu button (the rightmost).
        * Below those icons will be the list of search results.
    
    Saved list tab contains:
        * Pause button, the name of the selected application, the menu button and the refresh button.
        * Below those icons will be the list of saved values.
    
    Memory editor tab is similar to the previous, only here instead of a list of saved values, it displays memory contents.
    
    In all three lists (the search results, saved values, and memory editor), you can perform a long tap on the items to show the context menu."</string>
    	<string name="daemon_killed">Daemon was killed by something.
    
    Usually it can be:
        1. Any memory killers or optimizers. You must disable any killers or add __app_name__ to the white list in it's settings.
        2. System killer turns on due to low memory. Set \"__data_in_ram__\" to \"__no__\", do not use large apps, disable all other unused apps, try to use __app_name__ after rebooting your device."</string>
    	<string name="bad_settings">Bad settings</string>
    	<string name="freeze_lags">Using freeze values together with the setting __hide_from_game__ can cause lag in the game.</string>
    _______________________________________________
    added 4 minutes later

    Sorry about the previous formatting, I was on my tablet and the only way to copy, paste, and edit it was to remove the formatting.

  8. <string name="search_helper">Search helper:</string> <string name="off">Off</string> <string name="go_to_game">Go to the game, if it found a lot of results</string> <string name="go_to_game_and_restore">Go to the game, if it found a lot of results and restore the search mode on next open</string> <string name="nothing">Nothing</string> <string name="sort">Just sort</string> <string name="sort_and_remove_duplicates">Sort and remove duplicates</string> <string name="help_basics_title">Basic information</string> <string name="help_basics">"After starting the application, by clicking the \"__start__\" button, a floating icon will appear on the screen. It can be dragged to any location. A short tap on the icon will open the main application interface, long tap - show panel to change the speed of the game. On the main screen are: * In the upper left corner - the icon of the game. Tapping on it allows you to select another game. * Located in the center are bookmarks to navigate through the tabs. Tapping on the desired bookmark displays the appropriate tab. Total of 4 tabs: settings, search, saved list and the memory editor. * In the upper right corner of the interface is the close button. Press it and the interface will be hidden, and a floating icon will appear on the screen. * At the bottom of the screen is a status bar application and the eye icon. If you press and hold on the eye icon, the interface becomes transparent, as long as you do not release your finger. * The rest of the contents of the screen depends on which tab you're on. On each tab, except for the settings tab, there is a menu button, which contains a variety of possible actions. In it you will find the main actions for this tab. Settings tab contains a variety of settings, help, information about the application and the exit button. Search tab contains: * Pause button, the name of the game, the number of results found and the refresh button. * Below is a panel with quick access icons and a menu button. All icons are duplicated on the menu, so if you do not know the values of the icons, it can always be viewed by clicking on the menu button (the rightmost). * Everything else took the list of search results. Saved list tab contains: * Pause button, the name of the selected application, the menu button and the refresh button. * Everything else took the list with the saved values. Memory editor tab is similar to the previous, only here instead of a list of saved values, it displays memory contents. In all three lists (the search results, saved values and memory editor), you can perform a long tap on the items to show the context menu."</string> <string name="daemon_killed">"If daemon is killed by something. It can usually be: 1. Any memory killers or optimizers. You must disable any killers or add __app_name__ to white list in its. 2. System killer on out of memory. Set \"__data_in_ram__\" to \"__no__\", do not use heavy apps, unload all other unused apps, try to use __app_name__ after rebooting the device. "</string>

     

    Everything else took the list of search results. (Don't know what you mean by "took")

    Everything else took the list with the saved values. (Don't know what you mean by "took")

    You must disable any killers or add __app_name__ to white list in its. (In it's what?)

    System killer on out of memory. ("On out" doesn't make sense)

×
×
  • 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.