Things You'll Need
Instructions
Download the Fiddler, Adobe Air, and BinaryReader.air programs. These programs are free. After installing all three of them, open the Fiddler program. Select "File" from the program menu, and then select "Capture Traffic." Click the "Clear Cache" button on the toolbar. Open your "Restaurant City" game in your browser.
Look at the "Web Session" box in the Fiddler window. Find the restaurant.bin file in the list of databases. Right-click on it. Select "Copy" and "Just URL." Open Binary Reader.
Paste the URL for the restaurant.bin file in the "Binary File URL" box in the Binary Reader window. Click "Load." Modify the file as you see fit. Save the file after you finish editing.
Open the Fiddler window again. Go to the "AutoResponder" tab. Check the boxes that say "Enable automatic responses" and "Permit passthrough for umnatched requests." Click "Add."
Type "REGEX:(?insx).*restaurant\.bin$" (without quotes) in the left box of the Rule Editor at the bottom of the window. Click the drop-down arrow on the right box and select "Find a file." Find the "restaurant.bin" file that you edited with Binary Reader. Click the "Save" button.
Press the "Clear Cache" button in your Fiddler window. Launch Restaurant City in your browser again. The game will run with your modified "restaurant.bin" file instead of the original.