unofficialdxnny / Snapify

The official repository to my Snapify application 🌟 Get MILLIONS of snapscore
MIT License
10 stars 4 forks source link
android chrome-extension snapchat snapchat-hack-tool snapchat-hacker snapscore-bot snapscorebot

Snapify

    %(                              #%
    %###                          ###%
    %%%%#####  @@@/@@@/@@@, #####%##%       ███████╗███╗   ██╗ █████╗ ██████╗ ██╗███████╗██╗   ██╗
     %&%%%#%&@              @&%%#%%&%       ██╔════╝████╗  ██║██╔══██╗██╔══██╗██║██╔════╝╚██╗ ██╔╝
        %&&%                 %%%&%          ███████╗██╔██╗ ██║███████║██████╔╝██║█████╗   ╚████╔╝
          @@                  @%            ╚════██║██║╚██╗██║██╔══██║██╔═══╝ ██║██╔══╝    ╚██╔╝
          @@                  @&            ███████║██║ ╚████║██║  ██║██║     ██║██║        ██║
      *@/ @@                  @* @@         ╚══════╝╚═╝  ╚═══╝╚═╝  ╚═╝╚═╝     ╚═╝╚═╝        ╚═╝
     ,@@                         &@@                                                            
          /                   @@           #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

Features

Instructions for Use

1. Setting Up the Script

2. Modifying the Script

3. Gathering XPaths

To collect the XPaths for elements on the Snapchat interface:

  1. In the Elements tab of Developer Tools, right-click on the desired element (e.g., buttons for camera, making a snap, sending).

  2. Select Copy > Copy XPath.

  3. Paste the copied XPath below the // Add more XPaths for friends here comment in the script.

4. Running the Script

5. Example XPaths

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
];

License

This project is licensed under the MIT License.