Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabsunter authored Aug 26, 2016
1 parent 501cb2b commit ceada5c
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# sparklin-exploder
Sparklin Exploder
=================
A SparklinLabs's BombParty bot.
But not just any, Sparklin Exploder is the better BombParty bot because he knows how to imitate humans !

Join the dark side now :smiling_imp:

How to use it
-------------
1. Join a party on [BombParty Website](http://bombparty.sparklinlabs.com/).
2. Right-click on the game canvas and "Inspect the element".

![Step 2](https://monosnap.com/file/8w6eJGVjAem03XmtuvDysvaoNM7lqU.png)

3. Go to the "Console" tab.

![Step 3](https://monosnap.com/file/75vTU31XNI2EGIemfByS5Ve5oG7jg3.png)

4. Paste the following code in the console and press "Enter".
```javascript
var exploder = document.createElement("script");
exploder.src = "http://dabsunter.github.io/sparklin-exploder/exploder.js";
document.head.appendChild(exploder);
```
![Step 4](https://monosnap.com/file/UTGNLwe9RWPCStwCwJoKoG3ybNGV7L.png)

5. Now in the "Option" tab of the game, you have 2 buttons:
- **Inject:** Inject 1 word who corresponding to the given letters.
- **Auto:** Automaticly inject words when the arrow is pointing you.

![Step 5](https://monosnap.com/file/y93lIKvygJrXvpNLMaNwARSXpXIxX6.png)

0 comments on commit ceada5c

Please sign in to comment.