Traditional Culture Encyclopedia - Photography major - How does the flash game modification master modify online games?

How does the flash game modification master modify online games?

Modification method

To use Flash

Game

Master

to modify the flash game, we must first You must download the flash game to your local machine before you can modify it.

Let’s take a look at how to modify the flash game in detail. Flash game variables generally have two display methods. One is to display them directly in the form of numerical values. This type is easier to modify related variables. The other method represents the numerical value in the form of a diagram. This method cannot intuitively see the numerical value that needs to be modified, so another method needs to be used to search and modify it. Next, we will discuss these two situations to see how to modify the flash game.

1.

Modification of flash games with variables with specific values

1. First click to enter the game

Specific operations: Flash

Game

Master menu bar → File → Open file → Browse to find the game you want to modify → Open. In this way, the Flash game is loaded. You can see that the flash game has been successfully opened in Flash

Game

Master. At this time, you can play flash as usual. Start the game as usual.

2. Next we will modify the game, taking modifying the variable of money as an example. For example, the current money value in the game is 80

The next specific operation: Menu bar → Edit → Open the editing panel → Enter the current money value 80 in the "Please enter the value you are looking for" in the editing panel → Menu bar → then click the Find button. Then all found game variables with a value equal to 80 will be displayed in the editing panel. (If the number is large, the response may be slower)

3. The next step is to wait for the data to change

Specific operations: Menu bar → Edit → Close the editing panel → Return to the game Medium → Use the conventional game method to change the value of the variable you just looked up (increase or decrease), and you can purchase things, etc., and the money value will be reduced to 65 accordingly.

4. Change the value

Then open the editing panel → Enter the current money value 65 in the "Please enter the value you want to find" in the editing panel → Then click the search button. , you will find that there are fewer related variables found, or even only one left → At this time, you can double-click the found variable, and then enter the value you want to modify in the "Value" in the specific modification dialog box that pops up. value (the data should not be too big otherwise overflow will not be fun), "lock" means to keep the value unchanged → then press OK → close the editing panel → go back to the game and see, you have become a big player If you are a rich man, no matter how much you waste money, you will not see the amount of money decrease. Of course, you can also modify other things such as health points. The method of searching for modifications is the same as the method of modifying money.

2. Modification of flash games with variables without specific values

1. Click to enter the game

Similarly use Flash

Game< /p>

Master loads and starts the game. You can see that the health value of the game is displayed in the form of a health bar. The specific value cannot be seen. How should we modify it?

2. Next, let’s search for games

a. Specific operations: Menu bar → Edit → Open the editing panel → Click the search button directly (no need to enter a value). Then all the variables found will be displayed in the editing panel (if there are many, the response may be slower). Menu bar → Edit → Close the editing panel → Return to the game → Use regular game methods to change the value of the variable you just looked up.

b. Then open the editing panel → enter "-" (minus sign) in "Please enter the value you want to find" in the editing panel. Correspondingly, if the value that needs to be modified is increased, enter " +" (plus sign) and click the Find button.

c. At this time, the data may have become less. Press step b again until you find the value.

3. Modify variables

Tips 1: Sometimes you can directly judge from the variable name whether it is a value that needs to be modified (most flash game authors like to use the specific name of the value as the variable name), so that you can search it only once and then modify it quickly. There is a variable named "gold" in the first search results of some games, and we can initially judge that it is the money variable that we need to modify.

Tips 2: Generally, you can locate the variable that needs to be modified by searching twice, but sometimes you may need to search several times to get the variable you want to modify.

Tips 3: Sometimes there may be two or three variables found. That is because the game author has also called the variable in other places. In this case, you need to judge which one is based on the variable name. The variable we are looking for, otherwise, just try it by modifying it one by one.

Tips 4: When you open the editing panel, the game is still running in the background, which may cause new changes in the value of the variable you want to modify and the variable cannot be found, so when the flash game If there is a pause function, it is best to pause it first, or use other methods to prevent the modified value from changing, and then search for the value to more accurately find the variable we need to modify.