%( #%
%### ###%
%%%%##### @@@/@@@/@@@, #####%##% ███████╗███╗ ██╗ █████╗ ██████╗ ██╗███████╗██╗ ██╗
%&%%%#%&@ @&%%#%%&% ██╔════╝████╗ ██║██╔══██╗██╔══██╗██║██╔════╝╚██╗ ██╔╝
%&&% %%%&% ███████╗██╔██╗ ██║███████║██████╔╝██║█████╗ ╚████╔╝
@@ @% ╚════██║██║╚██╗██║██╔══██║██╔═══╝ ██║██╔══╝ ╚██╔╝
@@ @& ███████║██║ ╚████║██║ ██║██║ ██║██║ ██║
*@/ @@ @* @@ ╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝
,@@ &@@
/ @@ #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
Ctrl+Shift+I
on Windows or Cmd+Opt+I
on Mac).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.
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.