1. This method I am about to reveal has been hidden from you, to make the game harder. With this method, you can win your. Jan 30, 2019 - Do you want to win without stress? This method I am about to reveal has been hidden from you, to make the game harder. With this method, you can win your. All Facebook Messenger Word Blitz Cheats And Answers.
  2. Facebook will then launch the hidden game, which has you performing keepy-uppys with your fingers. It seems simple at first, but stringing together more than a dozen is surprisingly tricky.
  1. Facebook Messenger Football Game Cheats Games
  2. Facebook Messenger Football Game Cheats Pc
  3. Facebook Messenger Football Game Cheat
  • Note: I discovered those hacks a few months ago, which is really along time for an app like Messenger. When writing this article, Isaw that Facebook was really fond of their Instant Games and wasreleasing them for everybody (it seems I was in the beta), and thereare paid contents or upgrades in third-party games. So I thinkFacebook is going to block those hacks soon. Anyway, this content isintended for educational purposes only. No, just kidding, do whatyou want but don’t blame me.
  • UPDATE: This article was written in 2017. The hack described here probablywon’t work on the particular game you are trying to hack. Instead, have a look atthis other article.

This method I am about to reveal has been hidden from you, to make the game harder. With this method, you can win your. All Facebook Messenger Word Blitz Cheats. I t’s time to waste some time again as there’s a new hidden game in Facebook Messenger. This time, there’s a soccer game hidden in your favorite IM app. Just like the March Madness that brought along the Messenger Basketball, Euro 2016 season has inspired the Messenger Football.


Almost a year ago, Facebook launched a new feature: games for Messenger.At first, I wanted to use them as environments for some bots but then Idiscovered some nasty hacks to change your score or even cheat.

Choose your score on any game

When I finally decided to look in the code, it took me only a fewminutes to find a javascript trick to set my score although I considermyself as a newbie in javascript.

The first thing to do was to locate the code of the game. You canmonitor the network or inspect the nearby elements. The former is moreprecise but can fail when there is a cache (we will talk about that inthe next article), and you learn more about the code by playing with theinspector.

With the Chrome DevTools, it is possible to manipulate the objects ofthe FBInstant API to set your score.

Fool your friends 101

1. Launch the game.

A new “window” appears when you load a game (you don’t need to clickthe “Play Now” blue button, just wait there).

2. Open the DevTools.

On a laptop, the most convenient setup is to display the DevToolsvertically on the side of the screen and use the console drawer below.

3. Find the source of the game

The game is loaded in an iframe. You can find it in the sources bylooking for “instant-bundle”. Always use the “Elements” tab of theDevTools and not the “View Source” feature for it is not actualised whenthe page dynamically changes.

It looks like that:

(this it the PAC-MAN game)

4. Select the #document element in the iframe

Now you should be able to use the FBInstant javascript object from theconsole.

Facebook Messenger Football Game Cheats Games

I understood later that this was the API of Facebook for the devs andthat selecting #document allowed the DevTools to “attach” the consoleto the javascript environment of the iframe. Anyway, it offers a nicefunction setScore.

Alternative to the steps 3 and 4

You can also change the context of the console by clicking on thecontext list, just below the “Elements” button in the Console tab of theDevTools. It looks like a drop-down list defaulting to “top”.

100 ways to die game cheats. Choose the one with a name looking like:

This should also highlight the frame of the game.

5. Launch this command

to set your score. When you close the game frame, your score appears inthe conversation and is shared with your friends.

Alternatively, it seems some people use the following command instead:

Facebook Messenger Football Game Cheats Pc

If none of those works for you, you can drop me an email.

Warning: cheating at PAC-MAN or Master Archercan ruin friendships.

Facebook Messenger Football Game Cheat

What’s next?

Unfortunately, it is not possible to automate this process because ofthe cross-origin policy, although it doesn’t take a lot of time to do itby hand.

I neither explored more the FBInstant object nor found the documentationabout it. Maybe there are other funny functions :)

With this little hack, you can set your score. But there are games withpersistant states in which you can win money and buy upgrades (likeEverWing). In the next article,we will see how to cheat and modify the variables and behavior of almost any game.