sound waves duck game
//How to "hack" the ducky game
//You will need to create a bookmarklet
//Steps:
//1. Copy this script below (ctrl + c, only the one line.):
javascript:setInterval(function(){window['duckie_object'].ducks.walk(); console.log("HACK")}, 25);
//2. Click the start icon next to the url bar. It's to the right.
//3. Click "bookmark" in the little menu that comes up.
//4. Name it what ever you want.
//5. Click "more".
//6. In the "url" box, right below the name box, paste the script
//that you copied in step one.
//If it worked, the bookmark popup should look something like this:
// __________________________
//|Edit bookmark |
//| ___________________ |
//|Name:|D͟u͟c͟k͟e͟r͟_____________||
//| ____________________|
//|Url: |j͟a͟v͟a͟s͟c͟r͟i͟p͟t͟:͟s͟e͟t͟I͟n͟t͟__||
//|__________________________|
//(the url will be cut off)
//7. Press save in the bottom of the bookmark popup and enjoy!
//If it worked, you can now go onto the game and press the button and
//let it win for you!
//FAQ:
//1. Q: The button isn't there!
//1. A: Make sure you pressed save. If not, it might be off to the side.
//(cont) If you see a >>> button on the right hand side of the bar, press it.
//2. Q: It doesn't work!
//2. A: Make sure you copied the whole line, not just what you can see.
//3. Q: I have more questons. How do i ask you?
//3. A: Make a grepper awnser.
//4. Q: How do i stop it?!?!
//4. A: reload the page.