-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |