%( #%
%### ###%
%%%%##### @@@/@@@/@@@, #####%##% ββββββββββββ βββ ββββββ βββββββ ββββββββββββββ βββ
%&%%%#%&@ @&%%#%%&% βββββββββββββ ββββββββββββββββββββββββββββββββββ ββββ
%&&% %%%&% ββββββββββββββ ββββββββββββββββββββββββββββ βββββββ
@@ @% βββββββββββββββββββββββββββββββββ βββββββββ βββββ
@@ @& βββββββββββ βββββββββ ββββββ ββββββ βββ
*@/ @@ @* @@ βββββββββββ ββββββββ ββββββ ββββββ βββ
,@@ &@@
/ @@ #1 Free Snapchat booster.
@@ @% Developed by @unofficialdxnny
@@ &@#
%@@@* @@@@* V8 | need help? Join Server : https://discord.gg/7HnSE6Jsam
&@@@@( @@@@@
@@@@@@@ #@@@@@@@
@@@#@@(##@@(
This project is going to slowly go back to Open Source! I'm working on more updates and docs. Simple Rules!
- Don't be a SKID
- Don't fkin sell this to some kid (it's free and not yours, so have some decency!).
- Skids get shown right at the top of the repository
- Enable Camera: Automatically click the button to enable the camera.
- Create Snap: Click the button to make a snap.
- Send To Friends: Select friends from a predefined list of XPaths.
- Send Button: Click the send button to send your snap.
- Open the Snapchat web version in your browser.
- Open the Developer Tools (
Ctrl+Shift+I
on Windows orCmd+Opt+I
on Mac). - Navigate to the Console tab.
- Copy the Snapify script provided below and paste it into the console.
- Update the
xpaths
array with the XPaths relevant to your Snapchat interface.
To collect the XPaths for elements on the Snapchat interface:
-
In the Elements tab of Developer Tools, right-click on the desired element (e.g., buttons for camera, making a snap, sending).
-
Select Copy > Copy XPath.
-
Paste the copied XPath below the
// Add more XPaths for friends here
comment in the script.
- After updating the XPaths, run the script in the console.
- The script will continuously attempt to click the specified elements every second.
The default XPaths included in the script are as follows:
const xpaths = [
'/html/body/main/div[1]/div[3]/div/div/div/div[2]/div[1]/div/div/div/div/div/div/div/div/button[1]', // Enable camera
'/html/body/main/div[1]/div[3]/div/div/div/div[2]/div[1]/div/div/div/div/div/div[2]/div[2]/div/div[1]/button[1]', // Capture snap
'/html/body/main/div[1]/div[3]/div/div/div/div[2]/div[1]/div/div/div/div/div[2]/div[2]/button[2]', // Send to
// Add more XPaths for friends here
'/html/body/main/div[1]/div[3]/div/div/div/div[2]/div[1]/div/div/div/div/div[1]/div/form/div[2]/button' // Send button
];
This project is licensed under the MIT License.